summaryrefslogtreecommitdiffstats
path: root/src/preferences
AgeCommit message (Expand)Author
2021-01-24Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-01-23Merge pull request #3583 from JoergAtGithub/fix_glgs_waveform_y_scalingBe
2021-01-23Merge remote-tracking branch 'upstream/2.3' into fix_glgs_waveform_y_scalingJoergAtGithub
2021-01-21Read Resource path from CMakeCache if started from the build directoryDaniel Schürmann
2021-01-21fix macro checkDaniel Schürmann
2021-01-21Remove install path dependency from Linux buildsDaniel Schürmann
2021-01-21Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-21Fix file extensions during recording.Daniel Schürmann
2021-01-18Fix realtime hintDaniel Schürmann
2021-01-12Merge remote-tracking branch 'mixxx/2.3' into mainronso0
2021-01-11Merge remote-tracking branch 'mixxx/2.3' into pref-icon-colorronso0
2021-01-11dlgpreferences: use 'p' pointer prefixronso0
2021-01-11move dlgpreferencepage to src/preferences/dialog/ronso0
2021-01-11Preferences: choose dark or light icons depending to OS theme...ronso0
2021-01-10Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-09fix include filesDaniel Schürmann
2021-01-08fdk-aac encoderStéphane L
2021-01-08Merge pull request #3485 from ronso0/combobox-noneJan Holthuis
2021-01-07Pref. EQ, WEffectSelector: update combobox commentsronso0
2021-01-06Preferences > Sound Hardware: display '---' when no sound device is selectedronso0
2021-01-06Preferences > Sound Hardware: display '---' for 'No sound API'ronso0
2021-01-06Effect widgets/EQ preferences: display '---' when no effect is loadedronso0
2021-01-06Merge remote-tracking branch 'mixxx/2.3' into mainronso0
2021-01-06Merge pull request #3464 from ronso0/pref-link-colorJan Holthuis
2021-01-06preference pages: create hyperlink color only on demandronso0
2021-01-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-05string.h: make coloredLinkString() a free functionronso0
2021-01-05DlgPrefRecord: validate user input for recordings directoryBe
2021-01-05DlgPrefRecord: fix initialization of default settings pathBe
2021-01-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-04Exclude more broadcastDaniel Schürmann
2021-01-03Merge pull request #3495 from ronso0/controller-preset-loadingUwe Klotz
2021-01-03Merge pull request #3493 from ronso0/fullscreen-menu-hotkeysUwe Klotz
2021-01-02Merge remote-tracking branch 'upstream/2.3' into mainBe
2021-01-01i18n: Fix ambiguous display names of translationsUwe Klotz
2020-12-29Preferences: connect to QComboBox changes via currentIndexChangedronso0
2020-12-28only start in fullscreen if enabled requested by Preferences settings or comm...ronso0
2020-12-27Preferences: refactor addPageWidget(), include createIcons()ronso0
2020-12-22Preferences: choose dark or light icons according to OS themeronso0
2020-12-21Preferences: draw hyperlinks and file link in a more readable color, concentr...ronso0
2020-12-21dlgpreferencespage: add helpers to format and colorize hyperlinks and file linksronso0
2020-12-20rename ControllerPreset to LegacyControllerMappingBe
2020-12-18Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-17Remove double execution of WaveformWidgetFactory::instance()->setWidgetTypeFr...JoergAtGithub
2020-12-17Library: overhaul setting font and row heightronso0
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis