summaryrefslogtreecommitdiffstats
path: root/src/mixxx.cpp
AgeCommit message (Expand)Author
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
2020-04-23Merge remote-tracking branch 'remotes/upstream/master' into GL_Qt514_windows-fixJosepMaJAZ
2020-04-21Merge pull request #2547 from Holzhaus/mass-color-replaceBe
2020-04-21fix skin change bug on linuxronso0
2020-04-20fix skin change bug on linuxronso0
2020-04-18Merge branch 'master' into GL_Qt514_windows-fixJosepMaJAZ
2020-04-12Merge branch 'master' of github.com:mixxxdj/mixxx into mass-color-replaceJan Holthuis
2020-04-12Fixes from the PR (naming , doxygen and spaces)JosepMaJAZ