summaryrefslogtreecommitdiffstats
path: root/src/mixxxapplication.cpp
AgeCommit message (Expand)Author
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
2013-10-29mouse click fake works but issues with drag and dropDaniel Schürmann