summaryrefslogtreecommitdiffstats
path: root/src/mixxx.cpp
AgeCommit message (Expand)Author
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
2020-10-25MixxxMainWindow: Use actual screen geometry and sizeUwe Klotz
2020-10-25Delete usage of deprecated QDesktopWidgetUwe Klotz
2020-10-08Make use of QT's MouseEvent Synthesizer but modify the mouse button according...Daniel Schürmann
2020-08-04mixer/playerinfo: Make implicit PlayerInfo creation explicitJan Holthuis
2020-08-02Print leaked controls before DEBUG_ASSERTJan Holthuis
2020-07-20MixxxMainWindow: Delete skin-created COs using qDeleteAllJan Holthuis
2020-07-20LegacySkinParser: Persist skin-created COs even on skin changesJan Holthuis
2020-07-19MixxxMainWindow: Do not use assignment inside if conditionJan Holthuis
2020-07-07Make SettingsManager a plain C++ classUwe Klotz
2020-07-07Delete SettingsManager explicitly on shutdownUwe Klotz
2020-07-07Fix leaked controls on shutdownUwe Klotz
2020-07-06Split get/take of existing/leaked controls into separate functionsUwe Klotz
2020-07-06Fix cleanup of leaked controls on exit and in testsUwe Klotz
2020-06-21control: Use assertions in ControlDoublePrivate if warn is trueJan Holthuis
2020-06-04Use chars instead of single-char strings for QString::split()Jan Holthuis
2020-06-04Replace QString::SkipEmptyParts with Qt::SkipEmptyPartsJan Holthuis
2020-06-03Added more commentsDaniel Schürmann
2020-06-02Reset parented pointer when the menu is unset. This fixes a crash during shut...Daniel Schürmann
2020-05-17make use of auto and replace Ptr by Pointer in typedefDaniel Schürmann
2020-05-16don't leak ChannelHandleFactoryDaniel Schürmann
2020-05-16Make m_pMenuBar a parented_ptrDaniel Schürmann