Commit Graph

4897 Commits

Author SHA1 Message Date
Jonas Kvinge 9bfd14d067 FancyTabBar: Add missing override 2024-07-30 16:33:50 +02:00
Jonas Kvinge 061e0562d1 CollectionView: Fix search for this
Fixes #1510
2024-07-29 20:23:42 +02:00
Jonas Kvinge 2ba20b013d Move fancy tabbar classes into separate files 2024-07-29 18:19:41 +02:00
Jonas Kvinge dc36f87a6e FancyTabWidget: Remove use of `QTabBar::tabText`
Fixes #1476
Fixes #1389
2024-07-29 17:15:33 +02:00
Jonas Kvinge e82ecb48b8 PlaylistTabBar: Don't use `QTabBar::tabText`
Fixes #1499
2024-07-29 16:17:46 +02:00
Jonas Kvinge c56a134179 Update translations.pot 2024-07-29 13:02:37 +02:00
Jonas Kvinge 11028456ad LocalRedirectServer: Remove unused declaration 2024-07-29 01:53:16 +02:00
Jonas Kvinge 81fcb02974 OpenTidalCoverProvider: Only login when required
Fixes #1500
2024-07-29 00:48:16 +02:00
Jonas Kvinge 5ef4976c53 SpotifyRequest: Remove unused variable 2024-07-28 14:55:42 +02:00
Jonas Kvinge 160356072f TagReaderTagLib: Add missing override 2024-07-28 02:35:35 +02:00
Strawberry Bot c10df5b634 Update French translations 2024-07-28 01:26:26 +02:00
Jonas Kvinge 70fdd5b0b3 Use anonymous namespace instead of static for constants 2024-07-28 01:24:56 +02:00
Jonas Kvinge 6c1ec51fab README: Add translations URL 2024-07-25 02:30:38 +02:00
Strawberry Bot 66b1c22174 Update translations 2024-07-25 02:27:38 +02:00
Strawberry Bot 97138fd6b9 Update Crowdin configuration file 2024-07-25 01:34:54 +02:00
Jonas Kvinge 03c69be421 Rename translation files 2024-07-25 01:29:40 +02:00
Jonas Kvinge 3a9a952cb0 Add translations.pot 2024-07-24 22:39:05 +02:00
Eri the Switch 3bd0331aa3 Use accumulator for seeking via scrolling
This results in much smoother experience on my touchpad.
The value of 120 was chosen as the most common for mice,
according to Qt 6 documentation.
2024-07-24 20:02:33 +02:00
Eri the Switch 3ecf224d91 Use accumulator for volume scrolling events
This results in much smoother experience on my touchpad.
2024-07-24 20:02:33 +02:00
Jonas Kvinge 37743606a2 CollectionModel: Remove unused ExpandAll function 2024-07-24 19:58:53 +02:00
Jonas Kvinge 58587f4a9a Turn on git revision 2024-07-23 01:14:57 +02:00
Jonas Kvinge 464fde1851 Release 1.1.1 2024-07-22 23:44:17 +02:00
Jonas Kvinge 2639498642 Update Changelog 2024-07-22 23:37:46 +02:00
Jonas Kvinge 49f074737c Remove placeholder text 2024-07-22 20:48:46 +02:00
Jonas Kvinge 3d53a8b434 AppearanceSettingsPage: Remove translatable 2024-07-22 19:00:24 +02:00
Jonas Kvinge e260433c7a settings: Remove translatable 2024-07-22 18:58:18 +02:00
Jonas Kvinge 88ef8bff0b Update .gitignore 2024-07-22 18:29:43 +02:00
Jonas Kvinge fbdac36f6f PlaylistView: Adjust initial header layout 2024-07-20 15:19:50 +02:00
Jonas Kvinge da3876bd83 StretchHeaderView: Properly implement reset 2024-07-20 15:19:28 +02:00
Jonas Kvinge d303e700ae CollectionFilter: Override mimedata function 2024-07-20 01:55:53 +02:00
Jonas Kvinge 92a1173b9e Remove unused FilterParserRatingComparatorDecorator 2024-07-19 18:18:02 +02:00
Jonas Kvinge 9f7ebb1ac7 CI: Remove Ubuntu mantic and add oracular for PPA 2024-07-19 18:14:10 +02:00
Jonas Kvinge 1a8690e1f2 StretchHeaderView: Make sure section size never is zero
Fixes #1085
2024-07-19 17:51:49 +02:00
Jonas Kvinge 6543e4c5da Use common filter parser for collection and playlist 2024-07-19 17:29:05 +02:00
Jonas Kvinge dd904fe3c2 Remove unused CollectionQueryOptions class 2024-07-18 02:06:48 +02:00
ajtribick c14cc6bf0b CMake: Use result of find_program instead of calling xgettext directly 2024-07-18 00:20:25 +02:00
Jonas Kvinge 95c265ffd3 CollectionFilter: Match individual words 2024-07-17 01:41:25 +02:00
Jonas Kvinge 31c1ae68df EditTagDialog: Fix build without MusicBrainz
Fixes #1492
2024-07-17 00:00:17 +02:00
Jonas Kvinge f2eb0c3b6b CollectionModel: Add `ItemNeverHasChildren` 2024-07-15 14:28:29 +02:00
Jonas Kvinge 32be33847c CollectionFilter: Move early return 2024-07-15 14:16:56 +02:00
Jonas Kvinge 3100b0c044 CollectionFilter: Use recursive filtering
Fixes #1486
Fixes #1487
2024-07-15 13:44:50 +02:00
Jonas Kvinge f4ec3ab379 CollectionModel: Don't append artist if song is compilation 2024-07-14 20:21:08 +02:00
Jonas Kvinge cdd7faa9bb CI: Add Fedora 41 and Ubuntu Oracular 2024-07-14 17:47:43 +02:00
Jonas Kvinge e7b35aeaf7 CMake: Use find_package CONFIG for Boost 2024-07-14 17:47:43 +02:00
Jonas Kvinge 696256eb5b README: Update macOS and Windows download info 2024-07-14 17:46:11 +02:00
Mikel Pérez 8ad560ce0e simplify CreateElementForMimeType + good practices
suggestions from gstreamer dev slomo on gst's matrix:
- whole static_pad_templates loop can be avoided with
  gst_element_factory_can_src_any_caps
- ffmpeg elements have been av* prefixed for a while now
- should be looking for Muxer instead of Codec/Muxer,
  Encoder/Audio instead of Codec/Encoder/Audio,
  and there are constants for that
2024-07-14 17:24:42 +02:00
Jonas Kvinge 1c71506f62 Turn off git revision 2024-07-14 17:20:58 +02:00
Jonas Kvinge 8bea6ec5b0 Release 1.1.0 2024-07-14 14:55:14 +02:00
Jonas Kvinge e8144487ee Update Changelog 2024-07-14 14:48:29 +02:00
Jonas Kvinge 41d9d15dda MainWindow: Only show sponsor dialog if update dialog is answered 2024-07-13 18:24:47 +02:00