summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
AgeCommit message (Expand)Author
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-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
2019-09-05Set AA_UseHighDpiPixmaps attributeRaphael Graf
2019-07-01Use new signals & slots notationFerran Pujol Camins
2019-05-03Delete comment left over from Qt4Uwe Klotz
2019-05-03Delete code that checks for Qt version < 5.0Uwe Klotz
2018-09-22Merge remote-tracking branch 'upstream/2.2'Be
2018-09-20Always create ErrorDialogHandler from the main thread. Fixes Bug #1748636.RJ Skerry-Ryan
2018-09-19Remove SoundSource plugins. Move SoundSourceM4A and SoundSourceWV into Mixxx.RJ Skerry-Ryan
2018-05-22enable HiDPI support with Qt5Be
2018-01-14Introduce --logFlushLevel command line optionDaniel Schürmann
2017-06-17Untangle code for application startupUwe Klotz
2017-04-16Make logging more efficient.RJ Ryan
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-01-06Remove FFMPEG initialization from main.cpp.RJ Ryan
2016-01-06Move logging setup/shutdown logic to util/logging.RJ Ryan
2016-01-06Move printing usage information to util/cmdlineargs.h.RJ Ryan
2016-01-06Axe old comments, fix spacing in main.cpp.RJ Ryan
2015-08-20Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-08-20Add a missing finalize for the case the event loop is not started.Daniel Schürmann
2015-06-29Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-06-16Merge branch '1.12' of https://github.com/mixxxdj/mixxx.git into Merge1.12ToM...Uwe Klotz
2015-06-14Remove multiple / in settings files pathSebastien Blaisot
2015-06-09Remove no-args constructor parentheses.RJ Ryan
2015-06-04Initialize FFmpeg before registering providers and loading pluginsUwe Klotz
2015-05-25Correct a Most Vexing Parse and move Console initialization to the beginning ...Ryan Kramer
2015-05-24Consistent naming: "file type" instead of "file extension"Uwe Klotz
2015-05-18Wrap static members from SoundSourceProxy into classUwe Klotz
2015-05-12Move Windows console code to a new console classDaniel Schürmann
2015-05-11Attach or create console for mixxx-testDaniel Schürmann
2015-05-11Attache Mixxx to the calling console if ther is anyDaniel Schürmann
2015-05-11Remove wrong commentDaniel Schürmann
2015-05-11Use pointer returned from GetProcAddressDaniel Schürmann
2015-05-11Check if SetCurrentConsoleFontEx is available, this fails on WinXPDaniel Schürmann
2015-05-05Revert "SetCurrentConsoleFontEx was introduced with Windows Vista."Owen Williams
2015-05-04SetCurrentConsoleFontEx was introduced with Windows Vista.Daniel Schürmann
2015-05-03Be more robust regarding assumptions about how the Console Window API may or ...Ryan Kramer
2015-05-03Fix build - scope of oldCodePage must be increasedRyan Kramer
2015-05-01Touch console only if we have one or we should have one.Daniel Schürmann
2015-04-28Change the Windows console font to unicode consolas, reset old code page on b...Daniel Schürmann
2015-04-28An nother ty to fix console encodingDaniel Schürmann
2015-04-26Try to fix windows console encodingDaniel Schürmann
2014-04-25Add <iostream> in main.cpp.RJ Ryan
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-19Add re-entrance protection in MessageHandler caused by writing to a closed file.RJ Ryan
2014-04-15Roll over logfilesOwen Williams