summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2019-09-28Add missing #include directiveUwe Klotz
2019-09-20Simplify/optimize battery util on linuxRaphael Graf
2019-09-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-09-06Fix blocking write for FIFOUwe Klotz
2019-09-01Handle intersections with a single point explicitlyUwe Klotz
2019-09-01Fix inconsistent handling of empty index ranges and edge casesUwe Klotz
2019-08-09Update minimum required Qt version for macOS to 5.4.1Uwe Klotz
2019-08-08Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-08-06Add several more typo fixesluz.paz
2019-08-06Minor source comment typo tweeksluz.paz
2019-08-05Fix battery widget with upower <= 0.99.7Raphael Graf
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-07-06Merge branch 'master' into dev_trackfileUwe Klotz
2019-07-04Merge pull request #2175 from daschuer/lp1832994Uwe Klotz
2019-07-02Use debug assertions and make pointer constFerran Pujol Camins
2019-06-30Make PainterScope wrap a pointer to QPainterFerran Pujol Camins
2019-06-30Make PainterScope final and non-copyableFerran Pujol Camins
2019-06-26Merge remote-tracking branch 'upstream/master' into lp1832994Daniel Schürmann
2019-06-26Refactor WOverview using new PainterScope classFerran Pujol Camins
2019-06-23parented_ptr: [Bugfix] (non-narrowing) conversionhaslersn
2019-06-21Reuse TrackFile::fromUrl()Uwe Klotz
2019-06-21Convert TrackFile from/to QUrlUwe Klotz
2019-06-20Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_trackfileUwe Klotz
2019-06-18parented_ptr: [Bugfix] nullptr_t is in namespace stdhaslersn
2019-06-18Merge pull request #2169 from uklotzde/msvc_2017Daniel Schürmann
2019-06-17Merge pull request #2172 from haslersn/enhancement/parented_ptr-warn-on-destructUwe Klotz
2019-06-17Merge pull request #2165 from uklotzde/fix_warningsDaniel Schürmann
2019-06-17parented_ptr: Update class comment due to the previous workhaslersn
2019-06-17parented_ptr: Fix dangling default constructed parented_ptrhaslersn
2019-06-17parented_ptr: Change include util/memory.h -> memoryhaslersn
2019-06-16Fix compiler warning and make operator SINT() a constexprDaniel Schürmann
2019-06-16Merge pull request #2167 from uklotzde/cpp14Daniel Schürmann
2019-06-16parented_ptr: Use comments as in the Mixxx coding guidelineshaslersn
2019-06-16fixup! parented_ptr: Assert parent at destruction instead of constructionhaslersn
2019-06-16fixup! parented_ptr: Assert parent at destruction instead of constructionhaslersn
2019-06-16parented_ptr: Assert parent at destruction instead of constructionhaslersn
2019-06-15Format debug info for TrackFileUwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2019-06-15Merge pull request #2160 from rrrapha/battery-unknownDaniel Schürmann
2019-06-15Require MSVC 2017 or newer (_MSC_VER >= 1910)Uwe Klotz
2019-06-15Use a constexpr for 'unknown time'Raphael Graf
2019-06-15Switch from C++11 to C++14Uwe Klotz
2019-06-15Fix unused parameter warning on macOSUwe Klotz
2019-06-15Remove obsolete version checks for Qt <5.2.0Uwe Klotz
2019-06-12Fix battery tooltip text when minutesLeft is unknownRaphael Graf
2019-06-06Add support for the battery widget on BSD systems (via upower)Raphael Graf
2019-05-30Include "util/assert.h" and add a missing semicolonRaphael Graf
2019-05-15Merge remote-tracking branch 'upstream/2.2'Be
2019-05-15replace WaveformWidgetFactory::getDevicePixelRatio() with acompatibility solu...Daniel Schürmann
2019-05-08Use the correct single quotes.Daniel Schürmann