summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-11-24EncoderMP3: Fix conversion warnings on WindowsJan Holthuis
2020-11-24SampleUtilTest: Fix data loss warningsJan Holthuis
2020-11-24HidController: Use strcpy/wcsncpy from C++ std namspaceJan Holthuis
2020-11-24CMake: Add support for building with just protobuf-lite installedJan Holthuis
2020-11-23fix Xcode 9.2 buildBe
2020-11-23Cuecontrol: add CO 'play_latched' to indicate true 'Play' statusronso0
2020-11-23Fix float-conversion warning on macOSUwe Klotz
2020-11-23Fix clazy range-loop-analysis warnings in macOS buildUwe Klotz
2020-11-21CMake: Fall back to libprotobuf if libprotobuf-lite was not foundJan Holthuis
2020-11-21Merge branch '2.3' of github.com:mixxxdj/mixxx into gh-actions-improvementsJan Holthuis
2020-11-20CMake: Remove Protobuf workaround for unsupported CMake versionJan Holthuis
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-20Paintable: Use a switch case instead of if/else ladderJan Holthuis
2020-11-20Merge pull request #3335 from Holzhaus/clazy-function-args-by-refDaniel Schürmann
2020-11-19Added debug assertions and commentsDaniel Schürmann
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Avoid hotcue buttons from being stucked in the pressed stateDaniel Schürmann
2020-11-19Fix -Wclazy-old-style-connect issues from *.ui filesJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-19Added helper functions for the HotcueIndex vs. HotcueNumber issueDaniel Schürmann
2020-11-19use correct boolean interpreatation for CO valuesDaniel Schürmann
2020-11-18Replace static/dynamic_cast with qobject_castUwe Klotz
2020-11-18Delete redundant castsUwe Klotz
2020-11-18Replace static_cast with qobject_castUwe Klotz
2020-11-18Replace dynamic_cast with qobject_castUwe Klotz
2020-11-18Merge pull request #3330 from uklotzde/previewbuttondelegateDaniel Schürmann
2020-11-18Merge pull request #3332 from Holzhaus/qlatin1stringUwe Klotz
2020-11-18Merge pull request #3334 from Holzhaus/clazy-global-const-char-pointerUwe Klotz
2020-11-17Fix hotcue_focus off by one issue not matching the hotcue CO namesDaniel Schürmann
2020-11-17Merge pull request #3211 from fkbreitl/patch-1Be
2020-11-17Use QLatin1String instead of QStringLiteral for == comparisonsJan Holthuis
2020-11-17library/searchqueryparser: Fix non-const global char pointerJan Holthuis
2020-11-17PlayerManager: Use QStringLiteral for string concatenationUwe Klotz
2020-11-17PlayerManager: Use QStringBuilder for composing group stringsUwe Klotz
2020-11-17Merge pull request #3252 from ronso0/skinrestartBe
2020-11-17Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into previewbuttondele...Uwe Klotz
2020-11-17PreviewButtonDelegate: Replace string formatting with constantUwe Klotz
2020-11-16Merge pull request #3322 from uklotzde/fix-relocatedirectory-testJan Holthuis
2020-11-16PreviewButtonDelegate: Avoid unnecessary table model accessUwe Klotz
2020-11-15DirectoryDAOTest: Use QDir for path compositionUwe Klotz
2020-11-15Merge remote-tracking branch 'mixxx/2.3' into skinrestartronso0
2020-11-15Cue/CueDAO: Improve type-safety and reduce code duplicationUwe Klotz
2020-11-15Fix DirectoryDAOTest::relocateDirectory() on macOSUwe Klotz
2020-11-15Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-old-style-connect-c...Jan Holthuis
2020-11-15Fix "Mixx" typos in codeUwe Klotz
2020-11-15Merge pull request #3316 from ronso0/prefbroadcast-colorsUwe Klotz
2020-11-15controllers: Replace old-style Qt connect() callsJan Holthuis
2020-11-15mixer/auxiliary: Fix emit syntaxJan Holthuis
2020-11-14Merge pull request #3306 from Holzhaus/clazy-old-style-connect-effectsUwe Klotz
2020-11-14Merge branch '2.3' into clazy-const-signal-or-slotUwe Klotz