summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Merge pull request #3404 from mixxxdj/mac_sandbox_migrate_preferencesUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-05migrate old settings path into sandbox on macOSBe
2020-12-05Sandbox: cleanup #ifdefsBe
2020-12-05Sandbox: remove deprecated API for no longer supported macOS versionBe
2020-12-02Delete trailing/leading blank linesJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-29Windows: Define minimum version in CMakeLists.txtUwe Klotz
2020-11-29MSVC: Define _USE_MATH_DEFINES in CMakeLists.txtUwe Klotz
2020-11-28ControllerDebug: Don't include null terminator in kLogMessagePrefixLengthJan Holthuis
2020-11-28Fix various MSVC conversion data loss warningsJan Holthuis
2020-11-24util/lcs: Use int instead of size_tJan Holthuis
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-20Merge pull request #3335 from Holzhaus/clazy-function-args-by-refDaniel Schürmann
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-18Replace static/dynamic_cast with qobject_castUwe Klotz
2020-11-18Replace static_cast with qobject_castUwe Klotz
2020-11-15Fix "Mixx" typos in codeUwe Klotz
2020-11-14Merge branch '2.3' into clazy-const-signal-or-slotUwe Klotz
2020-11-14Merge pull request #3315 from Holzhaus/clazy-incorrect-emitUwe Klotz
2020-11-14Merge pull request #3314 from Holzhaus/clazy-miscUwe Klotz
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-const-signal-or-slotJan Holthuis
2020-11-14Disable false-positive -Wclazy-incorrect-emit warningsJan Holthuis
2020-11-14dbconnection: Don't call call QString::operator[]() on temporaryJan Holthuis
2020-11-14Use fully-qualified slot/signal argumentsJan Holthuis
2020-11-13Fix -Wclazy-const-signal-or-slot warningsJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-13library,mixer,util: Replace old-style Qt connect() callsJan Holthuis
2020-11-12TrackDAO: Remove const qualifiers from signalsUwe Klotz
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove long copyright headersxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into indexrangimproveUwe Klotz
2020-11-02spelling, simplify codeDaniel Poelzleithner
2020-11-02Fix wrong screen detectionDaniel Poelzleithner
2020-11-02Re-add getPrimaryScreen()Uwe Klotz
2020-11-01Rename isPartOf() to isSubrangeOf()Daniel Schürmann
2020-11-01Fix debug assertionDaniel Schürmann
2020-10-31Merge branch '2.3' into qdesktopwidgetronso0
2020-10-29Merge pull request #3227 from Holzhaus/conversion-fixesDaniel Schürmann
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Merge pull request #2928 from ronso0/hotcue-dim-brightJan Holthuis
2020-10-27TaskMonitor: Only obtain the key set for the iterationUwe Klotz
2020-10-27TaskMonitor: Add comments about aborting tasksUwe Klotz