summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-04Clarify semantics of member variablesUwe Klotz
2019-01-02Clarify why the argument is passed by valueUwe Klotz
2019-01-02Replace operator new with std::make_uniqueUwe Klotz
2019-01-02Fix naming of functionUwe Klotz
2019-01-01Fix and test MpscFifoUwe Klotz
2018-12-28Fix comments and add debug logsUwe Klotz
2018-12-25Fix use of QAtomicInt for Qt5.2Daniel Schürmann
2018-12-24Replace QAtomicInteger with QAtomicIntUwe Klotz
2018-12-17Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-14Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2018-12-13unlock mutex before emit a signalDaniel Schürmann
2018-12-11Encapsulate locale-aware string comparison in reusable classUwe Klotz
2018-12-10Use QCollator for sort library.Daniel Schürmann
2018-12-02make TabFilter thread saveDaniel Schürmann
2018-11-30Fix typoDaniel Schürmann
2018-11-26Merge remote-tracking branch 'upstream/2.2'Be
2018-11-26Merge branch '2.1' into 2.2Uwe Klotz
2018-11-24Fix memory leak caused by deprecated function in libupowerUwe Klotz
2018-11-24Use VERIFY_OR_DEBUG_ASSERT instead of silent checksUwe Klotz
2018-11-24Fix deprecation warning for libupowerUwe Klotz
2018-11-22Replace ControlValue with new, lock-free MpscFifo classUwe Klotz
2018-11-22Use type-safe signal/slot connectionsUwe Klotz
2018-11-22Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-11-21Merge remote-tracking branch 'upstream/2.2'Be
2018-11-20Merge pull request #1902 from Be-ing/revert_to_updateBe
2018-11-18only use WidgetRenderTimer on macOSBe
2018-11-16Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2018-11-16Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-15remove redundent blank linesDaniel Schürmann
2018-11-11Dont decompose charactere when the base character is a space, fixing lp1802730Daniel Schürmann
2018-11-05Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-11-04Merge pull request #1852 from Be-ing/svgsBe
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-27Merge remote-tracking branch 'mixxxdj/2.2'RJ Skerry-Ryan
2018-10-27Merge remote-tracking branch 'mixxxdj/2.1' into 2.2RJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-25Lint.RJ Skerry-Ryan
2018-10-25Remove guiTick20ms in favor of using guiTickTime, which will use the user's c...RJ Skerry-Ryan
2018-10-25Bug -> Launchpad BugRJ Skerry-Ryan
2018-10-25Move comment about Bug #1793015.RJ Skerry-Ryan
2018-10-25Add some comments and actually use the renderFrequency and inactivityTimeout ...RJ Skerry-Ryan
2018-10-25Extract render-on-GuiTickTimer logic from WSliderComposed/WKnob/WKnobComposed...RJ Skerry-Ryan
2018-10-25Address review comments.RJ Skerry-Ryan
2018-10-24fix wrong assumption in commentDaniel Schürmann
2018-10-24Add a guiTick20ms CO and render WSliderComposed using a GuiTickTimer.RJ Skerry-Ryan
2018-10-23Render WKnob and WKnobComposed using the GuiTick timer.RJ Skerry-Ryan
2018-10-23fix allocIs16ByteAligned by using c++11 alignof()Daniel Schürmann