Clementine-audio-player-Mac.../src/ui
dmdmdm 3a4d7f3a3d
Only enable main window rate button when LastFM is disabled (#6778)
2020-08-26 16:06:13 +01:00
..
about.cpp Update about 2019-01-27 14:55:50 +00:00
about.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
about.ui I just remembered we have an about box 2015-05-18 14:13:32 -04:00
addstreamdialog.cpp Replace QString::null with QString() 2019-11-09 23:45:28 +01:00
addstreamdialog.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
addstreamdialog.ui Set window icons on all the dialogs. Fixes issue #394 2010-06-10 22:09:35 +00:00
albumcoverchoicecontroller.cpp Use QWidget::screen() to fix compile with Qt 5.14 2020-01-05 02:51:08 +01:00
albumcoverchoicecontroller.h Queue size and duration is now displayed in queue manager && Album Cover Popup fixes (#6086) 2018-06-18 14:21:44 +01:00
albumcoverexport.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
albumcoverexport.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
albumcoverexport.ui - Spacebar works now in the seekbar 2013-05-13 17:40:00 +02:00
albumcovermanager.cpp Merge remote-tracking branch 'upstream/master' into qt5-update 2018-11-11 22:46:07 +01:00
albumcovermanager.h Refactor EffectiveAlbumArtistName() 2017-03-06 18:47:34 +00:00
albumcovermanager.ui Refactor icon handling. Make empty-cover filtering work again. 2017-03-06 18:21:27 +00:00
albumcovermanagerlist.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
albumcovermanagerlist.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
albumcoversearcher.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
albumcoversearcher.h Some more NULL -> nullptr conversions. 2014-02-21 17:30:46 +01:00
albumcoversearcher.ui Port global search & album cover search to QSearchField and remove MacLineEdit. 2012-06-28 11:40:13 +02:00
appearancesettingspage.cpp Replace Q_OS_MACOS with Q_OS_MAC (#6223) 2018-11-29 22:11:55 +00:00
appearancesettingspage.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
appearancesettingspage.ui Add appearance option to hide playlist filter toolbar (#5942) 2018-01-03 15:24:56 +00:00
backgroundstreamssettingspage.cpp add volume icon label to background stream settings page 2015-11-12 03:16:00 -06:00
backgroundstreamssettingspage.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
backgroundstreamssettingspage.ui Move all the settings pages to their own widgets and classes 2011-08-14 00:07:10 +01:00
behavioursettingspage.cpp Introduce limit for number of tag client processes. 2019-07-21 10:53:13 -07:00
behavioursettingspage.h Introduce limit for number of tag client processes. 2019-07-21 10:53:13 -07:00
behavioursettingspage.ui Merge remote-tracking branch 'origin/master' into qt5 2019-10-04 16:51:43 +01:00
console.cpp console: Add a Qt debug tab 2020-05-26 16:57:59 +01:00
console.h console: Add a Qt debug tab 2020-05-26 16:57:59 +01:00
console.ui console: Add a Qt debug tab 2020-05-26 16:57:59 +01:00
coverfromurldialog.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
coverfromurldialog.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
coverfromurldialog.ui Automatically grab clipboard contents for "Load cover from URL" dialog. 2011-10-26 14:59:50 +02:00
dbusscreensaver.cpp Revert "Add an option to inhibit suspend while playing" 2016-01-08 15:09:07 +00:00
dbusscreensaver.h Revert "Add an option to inhibit suspend while playing" 2016-01-08 15:09:07 +00:00
edittagdialog.cpp Merge remote-tracking branch 'upstream/master' into qt5 2016-02-29 18:03:02 +01:00
edittagdialog.h Edit tag dialog: merged duplicate code 2016-02-09 21:56:22 +01:00
edittagdialog.ui Fix edit tag dialog 2019-11-13 20:47:14 +01:00
equalizer.cpp Spelling: Hip Hop (#5843) 2017-08-29 02:09:05 +02:00
equalizer.h Remove extra ';' 2019-11-10 00:30:18 +01:00
equalizer.ui Add labels to the balance slider. 2013-04-26 20:28:58 -07:00
flowlayout.cpp Update non optionnals sources to qt5 2015-04-11 23:24:07 +02:00
flowlayout.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
globalshortcutgrabber.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
globalshortcutgrabber.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
globalshortcutgrabber.mm Use c++11 instead of boost where possible. 2014-02-06 16:51:39 +01:00
globalshortcutgrabber.ui Set window icons on all the dialogs. Fixes issue #394 2010-06-10 22:09:35 +00:00
globalshortcutssettingspage.cpp Shortcut settings page cleanup. 2020-02-23 16:08:05 +00:00
globalshortcutssettingspage.h Shortcut settings page cleanup. 2020-02-23 16:08:05 +00:00
globalshortcutssettingspage.ui Shortcut settings page cleanup. 2020-02-23 16:08:05 +00:00
iconloader.cpp Merge remote-tracking branch 'upstream/master' into qt5 2017-06-05 21:28:05 +02:00
iconloader.h Gtkicons (#5742) 2017-05-30 21:25:24 +01:00
lovedialog.cpp Share the love: Minor corrections 2020-07-30 18:24:58 +01:00
lovedialog.h Share the love: Minor corrections 2020-07-30 18:24:58 +01:00
lovedialog.ui Share the love 2020-07-30 18:24:58 +01:00
macscreensaver.cpp Revert "Add an option to inhibit suspend while playing" 2016-01-08 15:09:07 +00:00
macscreensaver.h Revert "Add an option to inhibit suspend while playing" 2016-01-08 15:09:07 +00:00
macsystemtrayicon.h Remove extra ';' 2019-11-10 00:30:18 +01:00
macsystemtrayicon.mm Remove Last.fm radio support. 2014-03-28 14:55:04 +01:00
mainwindow.cpp Only enable main window rate button when LastFM is disabled (#6778) 2020-08-26 16:06:13 +01:00
mainwindow.h Only enable main window rate button when LastFM is disabled (#6778) 2020-08-26 16:06:13 +01:00
mainwindow.ui console: re-enable debug console option 2020-05-26 16:57:59 +01:00
networkproxysettingspage.cpp check custom icon location, then system theme & then fallback theme 2015-10-13 22:35:49 -05:00
networkproxysettingspage.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
networkproxysettingspage.ui Move all the settings pages to their own widgets and classes 2011-08-14 00:07:10 +01:00
networkremotesettingspage.cpp Convert uses of QtAlgorithms to std:: algorithms 2018-10-09 19:17:54 +01:00
networkremotesettingspage.h Network remote can now transcode lossless files before sending them to the remote. 2014-11-13 22:31:49 +01:00
networkremotesettingspage.ui Network remote can now transcode lossless files before sending them to the remote. 2014-11-13 22:31:49 +01:00
notificationssettingspage.cpp Call SettingsPage::showEvent from child class implementations 2020-07-07 10:35:02 +01:00
notificationssettingspage.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
notificationssettingspage.ui Added a preference to disable the pause notification. Fixes #2450. 2014-09-16 12:54:35 +02:00
organisedialog.cpp organise: Update the song preview when the selected destination's data changes 2020-06-07 14:45:50 +01:00
organisedialog.h organise: Update the song preview when the selected destination's data changes 2020-06-07 14:45:50 +01:00
organisedialog.ui Ability to automatically set podcast as listened after sucesfully sending it to a device 2014-11-05 00:42:55 +01:00
organiseerrordialog.cpp Convert uses of QtAlgorithms to std:: algorithms 2018-10-09 19:17:54 +01:00
organiseerrordialog.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
organiseerrordialog.ui Show an error dialog when copying or deleting files failed. 2010-08-14 11:51:50 +00:00
playbacksettingspage.cpp Replace use of QString::sprintf with QString::asprintf 2020-01-05 00:12:32 +01:00
playbacksettingspage.h gstenginepipeline: make buffer min fill configurable 2014-04-02 11:54:14 +02:00
playbacksettingspage.ui Set non-zero minimum for fade times. 2019-04-07 21:31:30 -07:00
qt_blurimage.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
qtsystemtrayicon.cpp Show only a basic tooltip in the system tray 2020-07-08 17:24:42 +01:00
qtsystemtrayicon.h Show only a basic tooltip in the system tray 2020-07-08 17:24:42 +01:00
screensaver.cpp Revert "Add an option to inhibit suspend while playing" 2016-01-08 15:09:07 +00:00
screensaver.h Revert "Add an option to inhibit suspend while playing" 2016-01-08 15:09:07 +00:00
settingsdialog.cpp settings: Add dialog methods to settings pages 2020-05-12 10:21:44 +01:00
settingsdialog.h settings: Add dialog methods to settings pages 2020-05-12 10:21:44 +01:00
settingsdialog.ui Add an apply button to the settings dialog. Fixes issue 3575 2013-04-15 22:03:02 +10:00
settingspage.cpp settings: Only save settings for visited pages 2020-05-12 10:21:44 +01:00
settingspage.h settings: Only save settings for visited pages 2020-05-12 10:21:44 +01:00
standarditemiconloader.cpp Properly handle removal of top level items in StandardItemIconLoader 2020-05-04 10:09:51 +01:00
standarditemiconloader.h Change StandardItemIconLoader to require a QStandardItemModel 2020-05-04 10:09:51 +01:00
streamdetailsdialog.cpp Add dialog to display streams' audio details (#5547) 2016-12-21 16:57:04 +00:00
streamdetailsdialog.h Add dialog to display streams' audio details (#5547) 2016-12-21 16:57:04 +00:00
streamdetailsdialog.ui Add dialog to display streams' audio details (#5547) 2016-12-21 16:57:04 +00:00
systemtrayicon.cpp Only use system tray if it's available on the system (#6154) 2018-10-01 01:40:31 -07:00
systemtrayicon.h Remove Last.fm radio support. 2014-03-28 14:55:04 +01:00
trackselectiondialog.cpp Add error message if editing tag from playlist fails 2015-12-20 19:07:15 +01:00
trackselectiondialog.h Add error message if editing tag from playlist fails 2015-12-20 19:07:15 +01:00
trackselectiondialog.ui Musicbrainz tagging improvements: 2012-01-07 21:51:02 +00:00
windows7thumbbar.cpp Qt 5 fixes 2018-11-21 10:31:17 +00:00
windows7thumbbar.h Some more NULL -> nullptr conversions. 2014-02-21 17:30:46 +01:00
windowsscreensaver.cpp Revert "Add an option to inhibit suspend while playing" 2016-01-08 15:09:07 +00:00
windowsscreensaver.h Revert "Add an option to inhibit suspend while playing" 2016-01-08 15:09:07 +00:00