summaryrefslogtreecommitdiffstats
path: root/src/mixxx.cpp
AgeCommit message (Expand)Author
2018-12-28Reword and amend commentUwe Klotz
2018-12-28Prevent a deadlock when exiting main()Uwe Klotz
2018-12-28Stop worker threads before exitingUwe Klotz
2018-12-17Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-03remove call to qt_x11_wait_for_window_managerBe
2018-12-03fix #includeBe
2018-11-29use #if defined rather than #ifdefBe
2018-11-28only hack around Xlib bug when running as an X clientBe
2018-11-28hack around Xlib deadlockBe
2018-11-22Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-11-05Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-11-04revert string changesronso0
2018-11-04add Cancel button to 'unconfigured Passthrough/Microphone/VinylControl' pop-upronso0
2018-11-04Merge pull request #1852 from Be-ing/svgsBe
2018-11-04revert string changesronso0
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2018-10-30add Cancel button to 'unconfigured Passthrough/Microphone/VinylControl' pop-upronso0
2018-10-20Merge remote-tracking branch 'upstream/2.2'Be
2018-10-20Only create a QGLWidget if safeMode is not enabled.Sjors Gielen
2018-10-19replace remaining PNG graphics with SVGBe
2018-10-15Merge branch 'master' into qt5-legacyRJ Skerry-Ryan
2018-09-19Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2018-09-18Check m_pPrefDlg for nullptr in MixxxMainWindow::confirmExit. Fixes Bug #1793...RJ Skerry-Ryan
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-08-15Use ConfigObject instead of CmdlineArgs for getting settingsPathSebastien Blaisot
2018-05-28Renamed "Native" to "Built-in"kshitij98
2018-05-28Removed visibility settings from EffectsBackendkshitij98
2018-05-24pParent as the first argument conventionkshitij98
2018-05-21Integrated config and fixed blacklisting effectskshitij98
2018-05-14remove extra spaceDaniel Schürmann
2018-05-14use nullptr instead of plain 0Daniel Schürmann
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2018-03-28Load samplers before starting the audio calbacks. Fixes https://bugs.launchpa...Daniel Schürmann
2018-02-10Reorder member functions around GlobalTrackCacheUwe Klotz
2018-02-06Only deactivate but do not destroy GlobalTrackCache when exitingUwe Klotz
2018-01-24Destroy the GlobalTrackCache instance only onceUwe Klotz
2018-01-24Delete tracks after successfully evicting them from the cacheUwe Klotz
2018-01-14Renaming: TrackCache -> GlobalTrackCacheUwe Klotz
2017-12-30Merge commit 'bbdbc1c450e4bf90c490ff2d4c528ddf0074b347' into lv2_support2Daniel Schürmann
2017-12-23Merge pull request #1415 from uklotzde/trackcache_fixes_and_optimizationsDaniel Schürmann
2017-12-22Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-12-22Merge pull request #1377 from Be-ing/preferences_cleanupDaniel Schürmann
2017-12-21singleton fix for QT 5.10 and other miscellaneous warningsJosepMaJAZ
2017-12-17Merge remote-tracking branch 'upstream/master' into preferences_cleanupbe_
2017-12-16Fix startup orderUwe Klotz
2017-12-10Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-12-06Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-11-29Merge remote-tracking branch 'upstream/master' into preferences_cleanupbe_
2017-11-29Introduce TrackCache for managing Track objectsUwe Klotz