Jonas Kvinge
241a6c5818
EditTagDialog: Initialize cover_menu_
2024-06-12 18:12:08 +02:00
Jonas Kvinge
57fb52e8f0
Add LL
2024-06-12 18:11:43 +02:00
Jonas Kvinge
7b00385155
Udisks2Lister: Add static_cast
2024-06-12 18:11:10 +02:00
Jonas Kvinge
2b4aa1d6b2
AlbumCoverChoiceController: Add missing close
2024-06-12 18:09:59 +02:00
Jonas Kvinge
4ba5113842
Remove const
2024-06-12 18:09:23 +02:00
Jonas Kvinge
a36bf2df65
Replace QStringLiteral with QLatin1String
2024-06-12 18:08:54 +02:00
Jonas Kvinge
f5002cae36
Make static
2024-06-12 18:07:58 +02:00
Jonas Kvinge
cb8022c55d
WaveRubber: use static_cast
2024-06-12 18:06:37 +02:00
Jonas Kvinge
2a65e00988
WaveRubber: Remove trailing whitespaces and fix formatting
2024-06-12 17:45:01 +02:00
Jonas Kvinge
05358cdfe4
Add default to switch
2024-06-12 17:41:17 +02:00
Jonas Kvinge
7b43a94055
CollectionBackend: Use static `QMetaObject::invokeMethod`
2024-06-12 17:40:08 +02:00
Jonas Kvinge
36e19e82e7
FHT: Remove void
2024-06-12 17:39:46 +02:00
Jonas Kvinge
c52a802b83
AnalyzerBase: Remove static_cast
2024-06-12 17:39:37 +02:00
Jonas Kvinge
b233600b8c
Remove useless else
2024-06-12 17:38:58 +02:00
Jonas Kvinge
93df859aa4
About: Replace QLatin1String with QStringLiteral
2024-06-12 17:31:17 +02:00
Jonas Kvinge
f1f79fb961
Move default constructor to header
2024-06-12 17:30:40 +02:00
Jonas Kvinge
92fa75b6c2
gstmoodbarplugin: Remove namespace
2024-06-12 17:28:23 +02:00
Jonas Kvinge
1d5f3a0486
CI: Remove MSVC abseil workaround
2024-06-12 17:09:21 +02:00
Jonas Kvinge
b89c200076
Replace QStringLiteral with QLatin1String
2024-06-12 02:13:27 +02:00
Jonas Kvinge
597a8cd6c8
Remove QStringBuilder include
2024-06-12 00:44:48 +02:00
Jonas Kvinge
e477449cd4
Rewrite collection model and search
...
Fixes #392
2024-06-11 23:18:38 +02:00
Jonas Kvinge
ea1e4541c0
CI: Use MSVC protoc from debug to workaround a crash
2024-06-09 23:03:57 +02:00
Guzpido
50572ac40f
WaveRubber: a simple waveform analyzer
...
This kinda elastic analyzer uses no transformations and is colored by a gradient based on the user QT "Highlight" palette.
WaveRubber: a kinda elastic waveform analyzer
Update src/analyzer/waverubber.cpp
better pointer declaration
Co-authored-by: Jonas Kvinge <jonas@jkvinge.net>
2024-06-09 18:01:28 +02:00
Guzpido
fd81036909
GstEnginePipeline: Divide samples and format by channels for buffer duration
2024-06-09 15:56:29 +02:00
Jonas Kvinge
0e27886e28
CI: Add Boost_INCLUDE_DIR for MSVC build
2024-06-09 14:12:38 +02:00
whatwareweb
45bad3be04
Fix integer underflow bug
2024-06-08 11:49:35 +02:00
Jonas Kvinge
30b268dc3a
Remove msvc toolset
2024-06-08 00:48:43 +02:00
jj
ef99f0ef36
Add volume increment setting
2024-06-06 21:53:16 +02:00
Jonas Kvinge
e357ba0125
GstEngine: Check individual classes when parsing outputs
2024-06-04 19:43:54 +02:00
Jonas Kvinge
36b75a5928
CI: Manually codesign libraries
2024-06-03 17:13:28 +02:00
Jonas Kvinge
64d3ea2804
Udisks2Lister: Fix mountpoint
2024-06-03 17:12:23 +02:00
Jonas Kvinge
0a93affeef
SongLoader: Use QObject::connect
2024-06-03 00:00:20 +02:00
Jonas Kvinge
402d13a322
CI: Bump macOS to 12
2024-06-02 12:49:05 +02:00
Jonas Kvinge
adf0efc859
CI: Remove Fedora 38
2024-06-02 12:48:23 +02:00
Jonas Kvinge
d1c65fd273
Bump default LSMinimumSystemVersion to 12.0
2024-06-02 12:30:48 +02:00
Jonas Kvinge
8a27c6a52f
GstEnginePipeline: Use playbin3 with GStreamer 1.24 and higher
...
playbin3 is buggy with GStreamer 1.22, for some reason the bug is only reproducible on Gnome.
https://forum.strawberrymusicplayer.org/topic/1506/buffering-forever/23
2024-06-02 12:09:38 +02:00
Jonas Kvinge
d7cc52bc99
EngineBase: Use fully qualified namespace in StateChanged
...
Makes sure the metatype matches with Qt 5:
QObject::connect: Cannot queue arguments of type 'State'
(Make sure 'State' is registered using qRegisterMetaType().)
Fixes #1446
2024-05-30 20:09:32 +02:00
Jonas Kvinge
f0f5300891
ParserBase: Make the path absolute and try canonical path
...
Somehow I got this mixed up in commit 2953f9e
:(
Fixes #1448
2024-05-29 00:18:39 +02:00
Jonas Kvinge
6e90e72b4a
CollectionModel: Add content to fake header for pixmap cache
...
QNetworkCacheMetaData requires this now.
2024-05-26 02:49:26 +02:00
Jonas Kvinge
c655963483
Use checkStateChanged(Qt::CheckState) with Qt >= 6.7
2024-05-24 02:13:48 +02:00
Jonas Kvinge
9f2e4ac312
CueParser: Detect and handle different text encodings
...
Fixes #1429
2024-05-19 01:49:37 +02:00
Jonas Kvinge
9e25366f85
Add function for detecting text encoding
2024-05-19 01:47:44 +02:00
Jonas Kvinge
c102d8731a
Require ICU
2024-05-19 01:45:19 +02:00
Jonas Kvinge
0983ba1339
MoodbarLoader: Add header name for disk cache
2024-05-13 00:44:37 +02:00
dependabot[bot]
0a99eca7cd
Bump apple-actions/import-codesign-certs from 2 to 3
...
Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs ) from 2 to 3.
- [Release notes](https://github.com/apple-actions/import-codesign-certs/releases )
- [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: apple-actions/import-codesign-certs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 00:27:33 +02:00
Jonas Kvinge
116bbec73e
Replace qPrintable with qUtf8Printable
...
Fixes #1440
2024-05-13 00:05:58 +02:00
Jonas Kvinge
bf19540f8d
Set LSMinimumSystemVersion from MACOSX_DEPLOYMENT_TARGET
...
Fixes #1436
2024-05-12 23:10:43 +02:00
Jonas Kvinge
dff3ae7410
CI: Remove --skip-broken from dnf for Fedora
2024-05-12 21:41:38 +02:00
Jonas Kvinge
76614bcde0
Only apply collection directories changes on save
2024-05-12 21:40:51 +02:00
Jonas Kvinge
2953f9eefc
ParserBase: Use original paths
2024-05-12 21:38:59 +02:00