.. |
SBSystemPreferences.h
|
Add ifdefs around #pragma GCC diagnostic
|
2023-06-15 20:10:25 +02:00 |
application.cpp
|
Add lyrics from elyrics.net and lyricsmode.com
|
2023-09-20 19:02:28 +02:00 |
application.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
arraysize.h
|
Formatting
|
2022-03-22 21:09:05 +01:00 |
commandlineoptions.cpp
|
Add getopt supporting unicode
|
2023-05-01 16:44:18 +02:00 |
commandlineoptions.h
|
Add getopt supporting unicode
|
2023-05-01 16:44:18 +02:00 |
database.cpp
|
Database: Replace BOOST_SCOPE_EXIT with QScopeGuard
|
2023-08-03 17:29:11 +02:00 |
database.h
|
Add const/references to all signal parameters
|
2023-04-09 20:23:42 +02:00 |
deletefiles.cpp
|
Add better error messages for device and organize
|
2024-01-24 19:27:30 +01:00 |
deletefiles.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
filesystemmusicstorage.cpp
|
Add better error messages for device and organize
|
2024-01-24 19:27:30 +01:00 |
filesystemmusicstorage.h
|
Add better error messages for device and organize
|
2024-01-24 19:27:30 +01:00 |
filesystemwatcherinterface.cpp
|
Formatting
|
2021-07-11 09:49:38 +02:00 |
filesystemwatcherinterface.h
|
Add const/references to all signal parameters
|
2023-04-09 20:23:42 +02:00 |
iconloader.cpp
|
Don't use system icons for tabbar
|
2022-12-10 18:49:01 +01:00 |
iconloader.h
|
Don't use system icons for tabbar
|
2022-12-10 18:49:01 +01:00 |
iconmapper.h
|
Replace pragma once with header guards for consistency
|
2022-10-15 19:54:09 +02:00 |
lazy.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
mac_delegate.h
|
Formatting
|
2021-06-12 20:53:23 +02:00 |
mac_startup.h
|
Split utilities functions into separate files
|
2022-12-28 22:53:59 +01:00 |
mac_startup.mm
|
Add ifdefs around #pragma GCC diagnostic
|
2023-06-15 20:10:25 +02:00 |
macfslistener.h
|
Add const/references to all signal parameters
|
2023-04-09 20:23:42 +02:00 |
macfslistener.mm
|
Formatting
|
2021-06-12 20:53:23 +02:00 |
macsystemtrayicon.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
macsystemtrayicon.mm
|
MacSystemTrayIcon: Replace use of C-style cast
|
2022-08-07 05:14:05 +02:00 |
mainwindow.cpp
|
MainWindow: Add function to display progress on taskbar
|
2024-02-09 21:48:12 +01:00 |
mainwindow.h
|
MainWindow: Add function to display progress on taskbar
|
2024-02-09 21:48:12 +01:00 |
mainwindow.ui
|
MainWindow: Remove F2 from edit tag shortcut
|
2023-06-07 19:38:59 +02:00 |
mergedproxymodel.cpp
|
MergedProxyModelPrivate: Formatting
|
2023-08-03 20:03:48 +02:00 |
mergedproxymodel.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
metatypes.cpp
|
metatypes: Register QAbstractSocket::SocketState
|
2023-11-29 22:25:03 +01:00 |
metatypes.h
|
Formatting
|
2021-02-02 21:08:58 +01:00 |
mimedata.h
|
Clang-Tidy and Clazy fixes
|
2021-06-20 19:04:08 +02:00 |
mpris2.cpp
|
Mpris2: Add static_cast
|
2023-10-13 22:52:36 +02:00 |
mpris2.h
|
Mpris2: Always use QGuiApplication::desktopFileName
|
2023-08-02 15:27:24 +02:00 |
mpris_common.h
|
Formatting
|
2021-07-11 09:49:38 +02:00 |
multisortfilterproxy.cpp
|
Formatting
|
2021-08-23 21:21:08 +02:00 |
multisortfilterproxy.h
|
Replace typedef with using
|
2022-10-13 22:39:31 +02:00 |
musicstorage.cpp
|
Update copyrights
|
2021-03-20 21:14:47 +01:00 |
musicstorage.h
|
Add better error messages for device and organize
|
2024-01-24 19:27:30 +01:00 |
networkaccessmanager.cpp
|
Require Qt 5.9
|
2022-01-29 21:33:33 +01:00 |
networkaccessmanager.h
|
Update copyrights
|
2021-03-20 21:14:47 +01:00 |
networkproxyfactory.cpp
|
Use C++11 enum class
|
2023-02-18 14:09:30 +01:00 |
networkproxyfactory.h
|
Use C++11 enum class
|
2023-02-18 14:09:30 +01:00 |
networktimeouts.cpp
|
Remove unused includes
|
2022-08-28 03:09:33 +02:00 |
networktimeouts.h
|
Change some uses of QMap to QHash
|
2021-07-12 08:28:52 +02:00 |
platforminterface.h
|
Split utilities functions into separate files
|
2022-12-28 22:53:59 +01:00 |
player.cpp
|
Player: Fix crossfade crash when decoding fails
|
2023-12-03 22:07:09 +01:00 |
player.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
potranslator.h
|
Use 'n' for proper plurar form
|
2023-11-05 19:37:56 +01:00 |
qt_blurimage.h
|
Connection syntax migration (#637)
|
2021-01-26 16:48:04 +01:00 |
qtfslistener.cpp
|
QtFSListener: Log watcher errors
|
2023-03-05 01:23:28 +01:00 |
qtfslistener.h
|
Connection syntax migration (#637)
|
2021-01-26 16:48:04 +01:00 |
qtsystemtrayicon.cpp
|
SystemTrayIcon: Simply icon loading
|
2023-04-22 15:27:34 +02:00 |
qtsystemtrayicon.h
|
SystemTrayIcon: Simply icon loading
|
2023-04-22 15:27:34 +02:00 |
scoped_cftyperef.h
|
Replace typedef with using
|
2022-10-13 22:39:31 +02:00 |
scoped_nsautorelease_pool.h
|
Move some files from ext to src
|
2021-07-21 17:29:16 +02:00 |
scoped_nsautorelease_pool.mm
|
Move some files from ext to src
|
2021-07-21 17:29:16 +02:00 |
scoped_nsobject.h
|
Formatting
|
2021-06-12 20:53:23 +02:00 |
scoped_ptr.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
scopedgobject.h
|
Remove unused includes
|
2022-08-28 03:09:33 +02:00 |
scopedtransaction.cpp
|
Add new method for updating songs based on song ID
|
2021-09-19 15:43:36 +02:00 |
scopedtransaction.h
|
ScopedTransaction: Replace boost::noncopyable with Q_DISABLE_COPY
|
2023-08-03 19:58:16 +02:00 |
scopedwchararray.cpp
|
Split utilities functions into separate files
|
2022-12-28 22:53:59 +01:00 |
scopedwchararray.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
settingsprovider.cpp
|
Use default
|
2021-06-21 15:40:44 +02:00 |
settingsprovider.h
|
Clang-Tidy and Clazy fixes
|
2021-06-20 19:04:08 +02:00 |
shared_ptr.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
signalchecker.cpp
|
signalchecker: Remove useless return
|
2022-08-28 02:46:23 +02:00 |
signalchecker.h
|
Remove whitespace
|
2018-08-09 18:39:44 +02:00 |
simpletreeitem.h
|
Formatting
|
2022-03-22 21:19:59 +01:00 |
simpletreemodel.h
|
Formatting
|
2022-03-22 21:19:59 +01:00 |
song.cpp
|
Song: Handle MP2 in Song::FiletypeByDescription
|
2023-10-21 05:07:25 +02:00 |
song.h
|
Add filtering of numerical cols to collection
|
2023-08-02 16:52:27 +02:00 |
songloader.cpp
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
songloader.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
sqlquery.cpp
|
SqlQuery: add `BindDoubleOrNullValue()` method
|
2023-07-12 14:34:04 +02:00 |
sqlquery.h
|
SqlQuery: add `BindDoubleOrNullValue()` method
|
2023-07-12 14:34:04 +02:00 |
sqlrow.cpp
|
Move sqlrow to core
|
2022-05-13 18:15:04 +02:00 |
sqlrow.h
|
Replace typedef with using
|
2022-10-13 22:39:31 +02:00 |
standarditemiconloader.cpp
|
Rewrite album cover loader
|
2023-06-06 20:41:01 +02:00 |
standarditemiconloader.h
|
Rewrite album cover loader
|
2023-06-06 20:41:01 +02:00 |
stylehelper.cpp
|
Formatting
|
2022-03-22 21:09:05 +01:00 |
stylehelper.h
|
Replace pragma once with header guards for consistency
|
2022-10-15 19:54:09 +02:00 |
stylesheetloader.cpp
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
stylesheetloader.h
|
Application: Use shared pointers
|
2023-07-21 05:55:24 +02:00 |
systemtrayicon.cpp
|
Remove use of C-style casts
|
2021-10-12 18:50:17 +02:00 |
tagreaderclient.cpp
|
Cleanup includes
|
2023-07-21 05:25:57 +02:00 |
tagreaderclient.h
|
Rewrite album cover loader
|
2023-06-06 20:41:01 +02:00 |
taskmanager.cpp
|
Fix narrowing conversions
|
2021-10-30 02:21:29 +02:00 |
taskmanager.h
|
Fix narrowing conversions
|
2021-10-30 02:21:29 +02:00 |
thread.cpp
|
Use C++11 enum class
|
2023-02-18 14:09:30 +01:00 |
thread.h
|
Use C++11 enum class
|
2023-02-18 14:09:30 +01:00 |
threadsafenetworkdiskcache.cpp
|
Remove unused includes
|
2022-08-28 03:09:33 +02:00 |
threadsafenetworkdiskcache.h
|
Formatting
|
2021-07-11 09:49:38 +02:00 |
translations.cpp
|
Clang-Tidy and Clazy fixes
|
2021-06-20 19:04:08 +02:00 |
translations.h
|
Replace pragma once with header guards for consistency
|
2022-10-15 19:54:09 +02:00 |
urlhandler.cpp
|
Rename original_url to media_url
|
2023-04-21 16:20:00 +02:00 |
urlhandler.h
|
Rename original_url to media_url
|
2023-04-21 16:20:00 +02:00 |
windows7thumbbar.cpp
|
Windows7ThumbBar: Use QString length instead of count
|
2022-10-01 14:03:28 +02:00 |
windows7thumbbar.h
|
Windows7ThumbBar: Create taskbar list once
|
2022-07-17 00:13:37 +02:00 |