Jonas Kvinge
a333662f56
CI: Add macOS brew tap step
2023-08-27 01:33:01 +02:00
Jonas Kvinge
59f716563f
QSearchField: Use static_cast
2023-08-27 01:15:01 +02:00
Jonas Kvinge
6815f8c9b7
MacOsDeviceFinder: Rename kAudioObjectPropertyElementMaster to kAudioObjectPropertyElementMain
2023-08-27 01:14:42 +02:00
Jonas Kvinge
8e5360ac38
MacOsDeviceLister: Rename kIOMasterPortDefault to kIOMainPortDefault
2023-08-27 01:14:24 +02:00
Jonas Kvinge
aa6809ad5f
DeviceManager: Use pointer directly
2023-08-27 01:14:00 +02:00
Jonas Kvinge
d8a7d427c3
BehaviourSettingsPage: Simplify Load
2023-08-27 01:12:38 +02:00
Jonas Kvinge
bc1b45d912
MainWindow: Fix build on macOS
2023-08-27 00:09:49 +02:00
Jonas Kvinge
50c5283599
BehaviourSettingsPage: Use QSystemTrayIcon::isSystemTrayAvailable directly
2023-08-26 21:21:31 +02:00
Jonas Kvinge
02ef65bcfd
MainWindow: Only keep running when system tray icon is enabled
2023-08-26 21:20:50 +02:00
Jonas Kvinge
904245bb21
keymapper_x11: Qt::Key_mu renamed Qt::Key_micro from Qt 6.7
2023-08-26 21:15:26 +02:00
Jonas Kvinge
57e29b2be9
CI: Fix macOS rpaths
2023-08-13 12:19:14 +02:00
Jonas Kvinge
53a5603f64
CI: Fix dnf
2023-08-11 17:03:39 +02:00
Jonas Kvinge
8805a21567
CI: Remove Fedora workarounds
2023-08-11 00:17:45 +02:00
Jonas Kvinge
c6fee92450
CI: Fix macOS build
2023-08-10 01:40:51 +02:00
Jonas Kvinge
46c90f3712
CI: Check for missing Delete entries in NSI
2023-08-09 19:53:31 +02:00
Jonas Kvinge
e3c1c6ee9a
nsi: Add missing double-quote
2023-08-09 19:52:01 +02:00
Jonas Kvinge
8bfbd69a2c
nsi: Add libabsl_log_internal_conditions.dll
2023-08-09 19:41:06 +02:00
Jonas Kvinge
6a6649823e
CI: List copied MinGW dependencies
2023-08-09 19:40:51 +02:00
Jonas Kvinge
bfb95d503a
ErrorDialog: Clear messages on close instead of hide
...
Fixes an issue where the error dialog is cleared because the hide event gets triggered.
2023-08-07 19:38:48 +02:00
Jonas Kvinge
d1b4736ef9
ErrorDialog: Give name to layouts
2023-08-07 19:36:20 +02:00
Jonas Kvinge
e56e58b634
GstEnginePipeline: Always set use-buffering
2023-08-06 13:44:57 +02:00
Jonas Kvinge
fed5b6b695
GstEnginePipeline: Rename ebur128 volume variable
2023-08-06 13:36:25 +02:00
Jonas Kvinge
e96870cfbd
nsi: Update to ffmpeg 6.0 for MSVC
2023-08-04 19:40:00 +02:00
Jonas Kvinge
acda7c13b2
GlobalShortcutsBackendMacOSPrivate: Replace boost::noncopyable with Q_DISABLE_COPY
2023-08-04 03:36:01 +02:00
Jonas Kvinge
7d5c7f8493
MacOsDeviceLister: Replace BOOST_SCOPE_EXIT with QScopeGuard
2023-08-04 03:36:01 +02:00
Jonas Kvinge
4ef3f3568d
CI: Remove Ubuntu Kinetic
2023-08-03 20:14:54 +02:00
Jonas Kvinge
f81bd26649
MergedProxyModelPrivate: Formatting
2023-08-03 20:03:48 +02:00
Jonas Kvinge
2a407bfe47
ScopedTransaction: Replace boost::noncopyable with Q_DISABLE_COPY
2023-08-03 19:58:16 +02:00
Jonas Kvinge
f70f126f76
AlsaDeviceFinder: Replace BOOST_SCOPE_EXIT with QScopeGuard
2023-08-03 17:29:42 +02:00
Jonas Kvinge
f06591fde8
Database: Replace BOOST_SCOPE_EXIT with QScopeGuard
2023-08-03 17:29:11 +02:00
Strawbs Bot
e0c9a9dc17
Update translations
2023-08-03 01:03:54 +02:00
Jonas Kvinge
0f16fc2776
CI: Remove FreeBSD
2023-08-02 17:21:14 +02:00
Dakes
7aa7cdf6f3
Add filtering of numerical cols to collection
...
CollectionFilterWidget: Updated the tooltip, to reflect the changes.
CollectionQuery: Add parsing for SQL operators and insert right SQL
"where" searches.
Song: Add list of numerical columns
playlistfilterparser.cpp/FilterParser: move time and rating parsing
functions to new file:
searchparserutils.cpp: Contains common code used to parse search terms
in playlist and collection filters.
2023-08-02 16:52:27 +02:00
Dakes
82a8a890de
PlaylistContainer: Add tooltip to search field
2023-08-02 16:52:27 +02:00
Dakes
f8df901963
PlaylistFilter: Add playcount and skipcount
2023-08-02 16:52:27 +02:00
Jonas Kvinge
8b08d1d599
Mpris2: Always use QGuiApplication::desktopFileName
2023-08-02 15:27:24 +02:00
Jonas Kvinge
f3ddba3edc
main: Set desktop filename
...
Fixes #1254
2023-08-02 14:37:24 +02:00
Jonas Kvinge
acbec6db7e
main: Set application display name
2023-08-02 14:25:40 +02:00
Jonas Kvinge
d2390473bc
Update Changelog
2023-08-01 19:29:38 +02:00
Jonas Kvinge
e273d64be3
Player: Always stop after 100 errors
...
Fixes #1199
2023-08-01 16:59:43 +02:00
Jonas Kvinge
2a90256d32
GstEnginePipeline: Disable volume sync on Windows
...
Fixes #1220
2023-08-01 16:39:57 +02:00
Jonas Kvinge
560712db21
ebur128analysis: Check for valid channel-mask
2023-07-30 03:18:48 +02:00
Jonas Kvinge
483b42d2b8
GstStartup: Use directsoundsink as primary sink
2023-07-29 22:54:49 +02:00
Jonas Kvinge
d1a6e53f5c
TagReaderTagLib: Read FMPS_Playcount
...
Fixes #1248
2023-07-29 18:33:50 +02:00
Dakes
f5a55abf58
Mpris2: Add new property to read/write the rating
2023-07-27 11:24:19 +02:00
Jonas Kvinge
0bc94b90d7
SmartPlaylistSearchTerm: Handle unrated (-1) as zero
...
Fixes #1244
2023-07-26 01:45:28 +02:00
Strawbs Bot
9ed4bd9366
Update translations
2023-07-24 09:46:20 +02:00
Jonas Kvinge
d3352e476f
Remove `< 0` check on unsigned
2023-07-21 07:17:58 +02:00
Jonas Kvinge
4b4c5fc0ab
Use const reference for `AlbumCoverLoaderOptions::Types`
2023-07-21 07:17:26 +02:00
Jonas Kvinge
38b9c7c38a
MusixmatchCoverProvider: Add const
2023-07-21 07:16:32 +02:00