summaryrefslogtreecommitdiffstats
path: root/src/mixxxapplication.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-02Fix code style issuesUwe Klotz
2020-10-31Merge remote-tracking branch 'upstream/2.2' into 2.3Be
2020-10-27Update commentsDaniel Schürmann
2020-10-27Fix typoDaniel Schürmann
2020-10-14Removed constructor and added comments to the QMouseEventEditable classDaniel Schürmann
2020-10-14Improve comments and only allow one right click at a time.Daniel Schürmann
2020-10-14Remove redundant parenthesesDaniel Schürmann
2020-10-08Make use of QT's MouseEvent Synthesizer but modify the mouse button according...Daniel Schürmann
2020-10-08make use of toBool()Daniel Schürmann
2020-08-22Order registration of meta types in MixxxApplicationUwe Klotz
2020-03-30Add types for properties of PCM audio signals and streamsUwe Klotz
2020-02-11Add utility functions and typedefs for cache keysUwe Klotz
2020-01-31Replace OptionalRgbColor with std::optional<RgbColor>Uwe Klotz
2020-01-31Declare a Qt meta type for std::optional<mixxx::RgbColor>>Uwe Klotz
2020-01-30Split OptionalRgbColor from RgbColorUwe Klotz
2020-01-30Register global meta type for RgbColorUwe Klotz
2019-10-02Merge branch '2.2'Uwe Klotz
2019-09-29track device name, ALSA device, and PortAudio device index separatelyBe
2019-09-21Add extension points for synchronization of external librariesUwe Klotz
2019-08-19Returns pointer instead of referenceUwe Klotz
2019-08-19Increase default size of global thread pool to 4 threadsUwe Klotz
2019-08-19Initialize the global thread pool with at least 4 threadsUwe Klotz
2019-08-06Initialize the global thread pool only once on application startupUwe Klotz
2019-05-03Delete code that checks for Qt version >= 5.0Uwe Klotz
2019-05-03Delete code that checks for Qt version < 5.0Uwe Klotz
2018-05-20Add QWindowsVistaStyle support.RJ Skerry-Ryan
2018-05-20Enable Qt5 build on Windows.RJ Skerry-Ryan
2018-03-28disable Qt4 touchscreen hack on macOSBe
2017-02-21fix typo in file nameDaniel Schürmann
2017-02-20remove debug messagesDaniel Schürmann
2017-02-20don't conum synthesized mous event of non touch enabled widgetsDaniel Schürmann
2017-02-19more debugDaniel Schürmann
2017-02-19Detect and discard synthesized mouse events of windowsDaniel Schürmann
2017-02-18More event debug messagesDaniel Schürmann
2017-01-29Add new data access layer for cratesUwe Klotz
2017-01-20Use Q_IMPORT_PLUGIN for all Qt plugins we link statically.RJ Ryan
2017-01-15Move metatype registration from MixxxMainWindow to MixxxApplication.RJ Ryan
2017-01-15Add some missing includes, remove some unneeded ones.RJ Ryan
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2015-09-13use COS in some more classesDaniel Schürmann
2014-06-02Return notify() value from base class in touch handlerkevineriklee
2014-06-01Fix segfault in QTouchEvent handlerkevineriklee
2014-03-29Turn off a bunch of noisy debugs.RJ Ryan
2014-03-02Fix compiling MixxxApplication wit Qt5Daniel Schürmann
2014-02-22Removed timing testDaniel Schürmann
2014-02-20Made timing test symetric and add a reference timeDaniel Schürmann
2014-02-20Added conditional timing test based on RJ's patch, Thank you.Daniel Schürmann
2013-11-02fixed drag and drop issues by faking a touch releaseDaniel Schürmann