summaryrefslogtreecommitdiffstats
path: root/src/controllers/dlgprefcontrollers.cpp
AgeCommit message (Expand)Author
2020-05-07Merge remote-tracking branch 'upstream/master' into migrate-to-QJSEngineBe
2020-04-26preferences: Add help URLs for documented preference pagesJan Holthuis
2020-04-18Merge branch 'master' of github.com:mixxxdj/mixxx into migrate-to-QJSEngineJan Holthuis
2020-04-18Merge branch 'master' of github.com:mixxxdj/mixxx into migrate-to-QJSEngineJan Holthuis
2020-04-16controllers/dlgprefcontrollers: Replace foreach with for loopsJan Holthuis
2020-04-14controllers/dlgprefcontrollers: Implement slotResetToDefaultsJan Holthuis
2020-04-08controllers: Move preset saving from ControllerManger to PreferencesJan Holthuis
2020-01-09controllers/dlgprefcontrollers: Pass presetsPath to lambda exprs by valueJan Holthuis
2020-01-09Pass context object as third parameter to connect() callJan Holthuis
2020-01-09controllers/dlgprefcontrollers: Replace QSignalMapper with lambda expressionsJan Holthuis
2019-10-23Format codeFerran Pujol Camins
2019-10-23Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-01-07Use new signals and slots syntax in DlgPrefControllersFerran Pujol Camins
2019-01-07Replace Qt foreach macro with standard C++11 for loopFerran Pujol Camins
2019-01-02Disable apply and accept buttons when loading an incompatible mappingFerran Pujol Camins
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Use UserSettingsPointer in preferences code.RJ Ryan
2016-01-24Tidy up the dialog mess in src/.RJ Ryan
2015-07-02bug_1316785: Removed System preset button, 2 labels and updated other descrip...Emile Vrijdags
2015-07-02bug_1316785: Added description to controllers preset buttons in preferences, ...Emile Vrijdags
2014-04-22Add useful information to the root controllers node. Fixes Bug #1296954.RJ Ryan
2014-03-29Re-work the interaction between preference pages, the preference dialog and c...RJ Ryan
2014-03-29Delete DlgPrefMappableController. Add old MIDI mapping GUI to DlgPrefController.RJ Ryan
2013-11-08Only show the "no controllers" message if there are no controllers.RJ Ryan
2013-11-08Preferences refactor. Fix tons of things that have been annoying me for years.RJ Ryan