summaryrefslogtreecommitdiffstats
path: root/src/mixxx.h
AgeCommit message (Expand)Author
2020-10-31Merge remote-tracking branch 'upstream/2.2' into 2.3Be
2020-10-08Make use of QT's MouseEvent Synthesizer but modify the mouse button according...Daniel Schürmann
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-07-20LegacySkinParser: Persist skin-created COs even on skin changesJan Holthuis
2020-07-07Make SettingsManager a plain C++ classUwe Klotz
2020-07-07Fix leaked controls on shutdownUwe Klotz
2020-05-16don't leak ChannelHandleFactoryDaniel Schürmann
2020-05-16Make m_pMenuBar a parented_ptrDaniel Schürmann
2020-04-12Fixes from the PR (naming , doxygen and spaces)JosepMaJAZ
2019-12-09Merge remote-tracking branch 'mixxx/master' into aux-masterronso0
2019-11-25Revert parented_ptr for TrackCollectionManager in main windowUwe Klotz
2019-11-25Use parented_ptrUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-11Delete redundant virtual keywordsUwe Klotz
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2019-11-04show warning when Aux,master should be toggled On without a sound device set ...ronso0
2019-01-06Added new VisualsManager classDaniel Schürmann
2018-05-01Misc. typosluz.paz
2018-04-06Typo fixes luzpaz
2017-11-21Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-08-24Merge branch 'master' into multi-broadcastingStéphane L
2017-06-20Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-06-17Untangle code for application startupUwe Klotz
2017-06-17Move initialization of database from Library to MainWindowUwe Klotz
2017-06-15SettingsManager: remove shared pointer typePalakis
2017-06-15BroadcastSettings: make sure only one instance existsPalakis
2017-06-13pull ChannelHandleFactory out of EngineMaster and into MixxxMainWindowbe_
2017-03-28moved settings and logic to MixxMainWindow. Changed logic on ScreenSaverHelpe...JosepMaJAZ
2017-03-26Implemented inhibit on playJosepMaJAZ
2016-10-24Fix typo in function nameDaniel Schürmann
2016-10-22Added a detailed sound device error pop up during satrtupDaniel Schürmann
2016-10-22Added soundDeviceErrorDlgDaniel Schürmann
2016-10-22Fix behaviour of the Device Bussy dialog.Daniel Schürmann
2016-10-22Improve naming of device error dialogsDaniel Schürmann
2016-05-07Restore window geometry from last session instead of centeringTimothy Rae
2016-04-28Move src/configobject.(h|cpp) to src/preferences/.RJ Ryan
2016-04-27Replace "shoutcast" with "broadcast" in most places.RJ Ryan
2016-04-27Move MixxxKeyboard to src/controllers/keyboard/ and rename to KeyboardEventFi...RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-02-20Move LibraryScanner into Library. Fixes Bug #1545305.RJ Ryan
2016-01-27Re-create WMainMenuBar when changing in and out of fullscreen.RJ Ryan
2016-01-25Merge branch 'master' into menubarRJ Ryan
2016-01-25Use an enum for tooltip mode.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-15Move menu logic and VC/Passthrough/Mic checking out of MixxxMainWindow.RJ Ryan
2016-01-09Merge branch 'master' into preferences_cleanupSean M. Pappalardo
2016-01-09Move initializeFonts out of MixxxMainWindow.RJ Ryan
2016-01-09Pull some user settings application logic out of MixxxMainWindow.RJ Ryan
2016-01-06Move logBuildDetails and initializeTranslations out of mixxx.cpp.RJ Ryan
2016-01-01Merge branch 'master' into preferences_cleanupSean M. Pappalardo