summaryrefslogtreecommitdiffstats
path: root/src/controllers/dlgprefcontroller.cpp
AgeCommit message (Expand)Author
2020-05-27DlgPrefController: break long lineBe
2020-05-27remove "controller engine version" conceptBe
2020-05-27controllers: assorted code cleanupBe
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-17controllers/dlgprefcontroller: Fix preset details and dirty state on resetJan Holthuis
2020-04-14controllers/dlgprefcontroller: Use default implementation for slotCancelJan Holthuis
2020-04-14controllers/dlgprefcontroller: Implement slotResetToDefaultsJan Holthuis
2020-04-14controllers/dlgprefcontroller: Call slotUpdate in slotCancelJan Holthuis
2020-04-09controllers/dlgprefcontroller: Display "No scripts" for scriptless presetsJan Holthuis
2020-04-09controllers/dlgprefcontroller: Tick Enabled checkbox on preset changeJan Holthuis
2020-04-09controllers/dlgprefcontroller: Add edited suffix to filenamesJan Holthuis
2020-04-08controllers/dlgprefcontroller: Add acommentJan Holthuis
2020-04-08controllers/dlgprefcontroller: Remove wrong dirty state changeJan Holthuis
2020-04-08controllers/dlgprefcontroller: Reset dialog dirty state on applyJan Holthuis
2020-04-08controllers/dlgprefcontroller: Fix dirty detection in slotApply()Jan Holthuis
2020-04-08controllers/dlgprefcontroller: Remove obsolete methodJan Holthuis
2020-04-08controllers/dlgprefcontroller: Reload user presets after savingJan Holthuis
2020-04-08controllers: Move preset saving from ControllerManger to PreferencesJan Holthuis
2020-04-08controllers/dlgprefcontroller: Remove unused presetDir codeJan Holthuis
2020-04-08controllers: Move controller script file handling to FileHandler classesJan Holthuis
2020-04-07controllers: Move script file search code into ControllerPreset classJan Holthuis
2020-04-07controllers/dlgprefcontroller: Add "(built-in)" to system scriptsJan Holthuis
2020-04-07Merge branch 'master' of github.com:mixxxdj/mixxx into controller-fixes-part2Jan Holthuis
2020-04-07Merge pull request #2394 from Be-ing/remove_script_tabJan Holthuis
2020-04-07controllers/dlgprefcontroller: Rename "..." to "No Preset" and add iconJan Holthuis
2020-04-07controllers/dlgprefcontroller: Disable checkbox if no preset selectedJan Holthuis
2020-04-06controllers/dlgprefcontroller: Show Mixxx icon for system presetsJan Holthuis
2020-04-06controllers/dlgprefcontroller: Add icon to user controller presetsJan Holthuis
2020-04-06controllers/dlgprefcontroller: Improve some commentsJan Holthuis
2020-04-06controllers/dlgprefcontroller: Move shared enumeration code to methodJan Holthuis
2020-03-28display links to loaded script files, open in editorronso0
2020-03-28increase space in between support linksronso0
2020-03-19controllers/dlgprefcontroller: Don't import scripts into user directoryJan Holthuis
2020-03-19controllers/dlgprefcontroller: Separate user and system presetsJan Holthuis
2020-03-19controllers/dlgprefcontroller: Fix reset of combobox item on applyJan Holthuis
2020-03-19controllers: Preselect configured mapping in preferences if availableJan Holthuis
2020-01-19Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-12-10DlgPrefController: remove Scripts tabBe
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-11Add FakeControllerJSProxyBe
2019-01-07Hide unsupported mapping warning when controller is disabledFerran Pujol Camins
2019-01-02Disable apply and accept buttons when loading an incompatible mappingFerran Pujol Camins
2018-12-30Check presets for compatibility with ControllerEngine versionFerran Pujol Camins
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan