Commit Graph

5162 Commits

Author SHA1 Message Date
Jonas Kvinge b97b772b2e Refactoring 2024-10-23 01:34:34 +02:00
Jonas Kvinge 28222b1832 Translations: Remove QObject 2024-10-21 00:30:12 +02:00
Jonas Kvinge c818dabe92 Remove Pot translator 2024-10-21 00:29:21 +02:00
Jonas Kvinge 60f4a57425 tests: Port to QStringLiteral operator 2024-10-20 23:19:38 +02:00
Jonas Kvinge a9ea686577 Fix unit tests 2024-10-20 22:54:33 +02:00
Jonas Kvinge 756f7cf6af CMake: Fix finding qplatformnativeinterface.h 2024-10-20 22:52:41 +02:00
Jonas Kvinge ef9ef63f02 Port to QStringLiteral operator 2024-10-20 06:38:55 +02:00
Jonas Kvinge 722035913e BehaviourSettingsPage: Remove duplicate English language 2024-10-20 01:12:01 +02:00
Jonas Kvinge 50aa2dcc2b CMake: Prefix TS_FILES path with CMAKE_SOURCE_DIR 2024-10-20 01:11:39 +02:00
Jonas Kvinge b6cbebcc8a CMake: Only run lupdate on strawberry_en_US.ts 2024-10-20 00:50:41 +02:00
Strawberry Bot ba127c57d8 Update translations 2024-10-20 00:32:49 +02:00
Jonas Kvinge ef261455a2 Update Changelog 2024-10-20 00:11:07 +02:00
Jonas Kvinge 1b1ab2e833 Port to Qt translations 2024-10-20 00:06:42 +02:00
Jonas Kvinge fbf7fa51e5 CMake: Remove unused QT_DBUSXML2CPP_EXECUTABLE 2024-10-19 22:19:24 +02:00
Jonas Kvinge b0d2da04ac EditTagDialog: Move hint texts to class 2024-10-19 21:53:22 +02:00
Strawberry Bot 0ab16c9ebf Update translations 2024-10-18 21:55:21 +02:00
Jonas Kvinge d930ee205f CI: Turn off spotify for Windows MSVC 2024-10-18 21:54:28 +02:00
Jonas Kvinge 0e330b81db Use Qt::Literals::StringLiterals 2024-10-18 20:17:23 +02:00
Jonas Kvinge 6931538ebf Update README.md 2024-10-18 19:58:50 +02:00
Jonas Kvinge b166396ef3 Update Changelog 2024-10-18 19:58:40 +02:00
Jonas Kvinge 026c2677f9 PlaylistManager: Use album artist for new playlist name 2024-10-18 19:58:34 +02:00
Jonas Kvinge 34e2e01992 CollectionWatcher: Monitoring always on for devices 2024-10-18 19:58:04 +02:00
Jonas Kvinge 7b2d8ac1a2 CMake: Simplify linking 2024-10-07 20:51:38 +02:00
Jonas Kvinge 256cc7d15c SongLoader: Try resolve symbolic links to match collection directory 2024-10-06 15:42:03 +02:00
Jonas Kvinge 1d9b8f464a CMake: Only include Qobuz cover provider if Qobuz is enabled 2024-10-06 14:42:48 +02:00
Jonas Kvinge a8d1bf7e73 CollectionModel: Use song sort text if any group by is set to album
Fixes #1573
2024-10-06 14:39:14 +02:00
Jonas Kvinge c58207dd2f CMake: Specify languages 2024-10-06 01:10:28 +02:00
Jonas Kvinge 1720ddc808 CMake: Remove unneeded windres and RC compiler hack 2024-10-06 01:10:03 +02:00
Jonas Kvinge 056d8817b2 main: Use `QLocale::TagSeparator::Underscore` 2024-10-05 15:43:29 +02:00
Jonas Kvinge e12f27a945 Translations: Add debug logging 2024-10-05 15:43:03 +02:00
Jonas Kvinge 39fd89cb90 main: Use Qt stringliterals 2024-10-05 15:41:57 +02:00
Jonas Kvinge 756215544a GlobalShortcutsManager: Fix incorrect ifdef 2024-10-04 22:18:02 +02:00
Jonas Kvinge 0768298b95 Refactor CMake files 2024-10-04 22:05:20 +02:00
Jonas Kvinge 525ebbb9b7 CollectionModel: Fix updating song when disc is changed 2024-10-04 16:56:59 +02:00
Jonas Kvinge c47ec3e70a DynamicPlaylistControls: Use `QPalette::AlternateBase` 2024-10-04 16:29:21 +02:00
Jonas Kvinge 20394271c7 DynamicPlaylistControls: Replace `u'%'` with `u"%"_s`
Fixes #1572
2024-10-04 16:29:04 +02:00
Strawberry Bot 731f670a2b Update translations 2024-10-01 21:14:11 +02:00
Jonas Kvinge d35c8e5b93 CI: Ignore translations commits 2024-10-01 21:10:50 +02:00
Strawberry Bot b1161d3542 Update translations 2024-10-01 20:49:57 +02:00
Jonas Kvinge 47a01fc659 CMake: Remove Spotify GStreamer dependency 2024-10-01 20:46:53 +02:00
Jonas Kvinge d72694ce06 CollectionModel: Only use song sort text if album is the parent group by 2024-09-30 17:14:43 +02:00
Jonas Kvinge 85af736bfd CI: Add back Windows x86 builds 2024-09-30 00:36:01 +02:00
Jonas Kvinge b50da3eba4 GstEnginePipeline: Add missing end of stream
A bug was introduced when I added the mutex locker for the URLs, it did nothing when it was supposed to emit end of stream.

Fixes #1568
2024-09-29 23:40:09 +02:00
Jonas Kvinge 4479daeaf1 GstEngine: Finish pipeline before resetting in end of stream 2024-09-29 23:35:14 +02:00
Jonas Kvinge a123de06c6 GstEngine: Add mutex lock for checking stream url 2024-09-29 23:33:47 +02:00
Jonas Kvinge 62f2aee00c README: Remove tagparser and add Qt D-Bus 2024-09-29 11:56:00 +02:00
Jonas Kvinge b59cc4d038 TagReaderTagLib: Set source and init from file 2024-09-29 03:25:06 +02:00
Jonas Kvinge 3468737e14 Song: Add init from file setter 2024-09-29 03:24:44 +02:00
Jonas Kvinge 5292e53b4a CMake: Remove GStreamer optional component 2024-09-28 16:43:13 +02:00
Jonas Kvinge bae3fcfaba Update Changelog 2024-09-28 16:38:36 +02:00