summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
AgeCommit message (Expand)Author
2021-09-29move src/qmlapplication.{cpp,h} to src/qmlBe
2021-09-29move mixxx::skin::qml namespace to mixxx::qmlBe
2021-09-29add QmlApplication class activated by --qml CLI optionBe
2021-09-15Merge pull request #3960 from daschuer/Q_SCALE_FACTORUwe Klotz
2021-09-12rename storeScaleFactor() to setScalefactor()Daniel Schürmann
2021-08-22Re-use cfg file parser from ConfiObjectDaniel Schürmann
2021-08-17lp1912129: Always destroy MixxxMainWindow before CoreServicesJan Holthuis
2021-08-04MixxxMainWindow: Remove QApplication dependencyJan Holthuis
2021-08-03Remove unneeded includeDaniel Schürmann
2021-08-01Merge remote-tracking branch 'upstream/main' into Q_SCALE_FACTORDaniel Schürmann
2021-08-01cmdlineargs: Added a second parser path for user feedback ...Daniel Schürmann
2021-08-01CoreServices: initialize i18n and logging before GUI (#4058)Daniel Schürmann
2021-07-31Merge remote-tracking branch 'upstream/2.3'Be
2021-07-31Set the the HighDpiScaleFactorRoundingPolicy to PassThroughDaniel Schürmann
2021-07-30CoreServices: Move settings/keyboard initialization to constructorJan Holthuis
2021-07-30main: Move some generic initialization out of MixxxMainWindowJan Holthuis
2021-07-27Merge remote-tracking branch 'upstream/main' into Q_SCALE_FACTORDaniel Schürmann
2021-07-27Added lost Sandbox::checkSandboxed()Daniel Schürmann
2021-07-07Rename mixxx.{cpp,h} to mixxxmainwindow.{cpp,h}Jan Holthuis
2021-06-19Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-06-19Move Sandbox::checkSandboxed() back to main.cppDaniel Schürmann
2021-06-19Move Sandbox::checkSandboxed() back to MixxxMainWindow fixing a crash introdu...Daniel Schürmann
2021-06-17rename config key variable to kScaleFactorConfigKeyDaniel Schürmann
2021-06-10Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-06-09Linux: Remove obsolete X11 code from Qt 4Uwe Klotz
2021-06-07Merge remote-tracking branch 'upstream/main' into Q_SCALE_FACTORDaniel Schürmann
2021-06-07Limit minimum scaleFactor for a resulting device pixel ratio of >= 1Daniel Schürmann
2021-06-07Explain why we parse the mixxx.cfg file directlyDaniel Schürmann
2021-06-07Read ScaleFactor from mixxx.cfg during startupDaniel Schürmann
2021-06-07Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-06-06Make sure getSettingsPath() returns the correct directoryDaniel Schürmann
2021-04-28Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
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-02-27rename to parse, add none camelcase parametersDaniel Poelzleithner
2021-02-17Cleanup Argument parser.Daniel Poelzleithner
2020-12-14introduce CoreServices to decouple backend from QWidgetsBe
2020-12-07merge 2.3Be
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-05migrate old settings path into sandbox on macOSBe
2020-11-10Remove long copyright headersxerus2000
2020-11-07Merge remote-tracking branch 'mixxx/2.3' into mainronso0
2020-10-26SoundSourceProxy: Allow to select a single providerUwe Klotz
2020-10-26Define error exit codesUwe Klotz
2020-10-26SoundSourceProviderRegistry: Use display name as identifierUwe Klotz
2020-05-28Merge remote-tracking branch 'upstream/master' into migrate-to-QJSEngineBe
2020-05-28disable QV4_FORCE_INTERPRETER for Qt 5.15.1Be
2020-05-27disable JS JIT compilation for Qt >= 5.14.0 to work around Qt bugBe
2020-05-19Remove all workarounds for Qt <5.9.0Uwe Klotz