summaryrefslogtreecommitdiffstats
path: root/src/mixxx.cpp
AgeCommit message (Expand)Author
2021-08-30About dialog: don't parent to MixxxMainWindow, now selectable via Alt+Tabronso0
2021-08-30fix window icons of app and dialogsronso0
2021-08-26always show tooltips in preferencesronso0
2021-06-19Fix typos and reword commentUwe Klotz
2021-06-19Improve commentDaniel Schürmann
2021-06-19Move Sandbox::checkSandboxed() back to main.cppDaniel Schürmann
2021-06-19Describe pendig issues as commentDaniel Schürmann
2021-06-19Move Sandbox::checkSandboxed() back to MixxxMainWindow fixing a crash introdu...Daniel Schürmann
2021-06-06Make sure getSettingsPath() returns the correct directoryDaniel Schürmann
2021-05-25skin: Move legacy skin classes to skin/legacy/Jan Holthuis
2021-05-20Move app icons in 'icons' subdirPino Toscano
2021-05-20Rename app SVG icon to 'mixxx'Pino Toscano
2021-05-15show the menubar after replacing the launch imageronso0
2021-05-11WMainMenuBar: Fix duplicate signal/slot connectionsUwe Klotz
2021-05-10enter fullscreen early during startupronso0
2021-05-07show menubar when skin is loadedronso0
2021-05-07MixxxMainWindow: Hide menubar during startupJan Holthuis
2021-04-28VersionStore: Replace applicationTitle() method with platform()Jan Holthuis
2021-04-25Include versiostore the right wayDaniel Schürmann
2021-04-24Rename _version.h to version.h and Version class to VersionStoreDaniel Schürmann
2021-03-13MixxxMainWindow: Fix CO leak when closing Mixxx while devtools are openJan Holthuis
2021-01-18Logging: Fix wrong usage of QDir() when disabling log to fileJan Holthuis
2021-01-06Merge pull request #3464 from ronso0/pref-link-colorJan Holthuis
2021-01-03Merge pull request #3493 from ronso0/fullscreen-menu-hotkeysUwe Klotz
2020-12-28only start in fullscreen if enabled requested by Preferences settings or comm...ronso0
2020-12-24fix initialization of settings pathBe
2020-12-24Sandbox: fix check whether sandboxing is enabledBe
2020-12-21defs_urls.h: add Sound troubleshooting url for sound device error dialogronso0
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07Merge pull request #3404 from mixxxdj/mac_sandbox_migrate_preferencesUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-05migrate old settings path into sandbox on macOSBe
2020-11-27Merge pull request #3375 from poelzi/fix-eventsDaniel Schürmann
2020-11-27Fix event/eventfilter warnings from clazy 1.8Daniel Poelzleithner
2020-11-26Allow menubar to be styled.Daniel Poelzleithner
2020-11-17Use QLatin1String instead of QStringLiteral for == comparisonsJan Holthuis
2020-11-15Fix "Mixx" typos in codeUwe Klotz
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
2020-11-12Fix -Wclazy-range-loop for ControlDoublePrivate::takeAllInstances()Jan Holthuis
2020-11-12SoundSourceProxy: Fix -Wclazy-range-loop for getSupportedFileExtensionsJan Holthuis
2020-11-12Fix broken reload screen logicDaniel Poelzleithner
2020-11-03Merge pull request #3242 from ronso0/autodj-hotkeyDaniel Schürmann
2020-11-02AutoDJ: make 'enable' shortcut work after startupronso0
2020-11-01Rename local variable (again)Uwe Klotz
2020-11-01Rename local variableUwe Klotz
2020-10-31Merge branch '2.3' into qdesktopwidgetronso0
2020-10-31Merge remote-tracking branch 'upstream/2.2' into 2.3Be
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-10-27MixxxMainWindow: Use local variables to improve readabilityUwe Klotz