summaryrefslogtreecommitdiffstats
path: root/src/mixxxapplication.cpp
AgeCommit message (Expand)Author
2021-10-13Merge pull request #4404 from Be-ing/registercomparitorsUwe Klotz
2021-10-13MixxxApplication: guard registerComparators behind Qt verison checkBe
2021-10-13MixxxApplication: do not build hacks for touch input with Qt6Be
2021-09-29MixxxApplication: remove Qt::AA_DontCreateNativeWidgetSiblingsBe
2021-07-27Added a reference to the Qt documetatiinDaniel Schürmann
2021-07-25re-add lost QSvgPluginDaniel Schürmann
2021-07-23Remove "On Windows" in a context of statical buildDaniel Schürmann
2021-07-19clean ups static qt plug-in linking, add macOs requirementsDaniel Schürmann
2021-07-01FramePos: Move class alongside other audio helper classesJan Holthuis
2021-07-01FramePos: Add Qt declarationsHarshit Maurya
2021-05-28Skin: Add QmlSkin classJan Holthuis
2021-03-22Add mixxx::FileInfoUwe Klotz
2021-02-01Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-02-01Remove SampleLayoutDaniel Schürmann
2021-02-01Remove unused OptionalSampleLayoutDaniel Schürmann
2021-02-01Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-01-31Add missing metatype registrationsUwe Klotz
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-02Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-02Fix code style issuesUwe Klotz
2020-10-31Merge remote-tracking branch 'upstream/2.3' into mainBe
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-25Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-22Order registration of meta types in MixxxApplicationUwe Klotz
2020-05-27clang-formatDaniel Schürmann
2020-05-19Move all trackset-features into library subdirectoryxerus2000
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