summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-06-10Update src/engine/controls/bpmcontrol.hOwen Williams
2020-06-10Update src/engine/controls/bpmcontrol.hOwen Williams
2020-06-09Master Sync: Fix phase seeks double-applying user tweakOwen Williams
2020-06-09Merge pull request #2825 from uklotzde/soundmanagerJan Holthuis
2020-06-09Fix Qt 5.15 warningsUwe Klotz
2020-06-09Prevent and repair duplicate config valuesUwe Klotz
2020-06-08Merge remote-tracking branch 'upstream/2.3' into overrideDaniel Schürmann
2020-06-08use override and default in more classesDaniel Schürmann
2020-06-07Use reset() instead of reassignment to release the cache entryUwe Klotz
2020-06-06Keep GlobalTrackCache locked until the entry has been deletedUwe Klotz
2020-06-06Document exclusive access guarantees for evicted track objectsUwe Klotz
2020-06-06Delete out-of-context debug assertionUwe Klotz
2020-06-06Rename method to indicate event loop affinityUwe Klotz
2020-06-06Detect thread affinity violationsUwe Klotz
2020-06-06Use override and default in sources classesDaniel Schürmann
2020-06-06use override and default in soundio classesDaniel Schürmann
2020-06-05Account for rounding errors when casting quint64 to doubleUwe Klotz
2020-06-05Avoid copy in range-based for loopUwe Klotz
2020-06-05Add missing `final` specifiersUwe Klotz
2020-06-05Add missing `override` specifiersUwe Klotz
2020-06-05Merge pull request #2760 from Be-ing/latenight_defaultJan Holthuis
2020-06-05Merge pull request #2811 from daschuer/hidcontrollerpresetJan Holthuis
2020-06-05Merge pull request #2815 from uklotzde/coverartcacheDaniel Schürmann
2020-06-05Merge pull request #2843 from Holzhaus/more-qt5-15-warningsDaniel Schürmann
2020-06-05Merge pull request #2817 from daschuer/beatmap_48Uwe Klotz
2020-06-04Improve commentsDaniel Schürmann
2020-06-04preferences/dialog/dlgprefcolors: Imptove slot nameJan Holthuis
2020-06-04Use chars instead of single-char strings for QString::split()Jan Holthuis
2020-06-04library/dao/playlistdao: Remove redundant preprocessor parenthesesJan Holthuis
2020-06-04Use QNetworkReply::errorOccured instead of overloaded error signalJan Holthuis
2020-06-04Merge branch '2.3' into coverartcacheUwe Klotz
2020-06-04widget/wcoverartlabel: Replace deprecated pixmap() callJan Holthuis
2020-06-04preferences/dialog/dlgprefcolors: Replace deprecated QString& overloadJan Holthuis
2020-06-04Replace QString::SkipEmptyParts with Qt::SkipEmptyPartsJan Holthuis
2020-06-04library/dlgcoverartfullsize: Replace deprecated QWheelEvent::pos()Jan Holthuis
2020-06-04library/dao/playlistdao: Fix wrong preprocessor checkJan Holthuis
2020-06-04controllers/learningutils: Fix deprecated operator+ overloadJan Holthuis
2020-06-03Merge pull request #2838 from daschuer/valgrind_fixUwe Klotz
2020-06-03Merge pull request #2840 from daschuer/lp1881610Uwe Klotz
2020-06-03Merge pull request #2822 from Holzhaus/qt5-15-warningsDaniel Schürmann
2020-06-03Remove false DEBUG_ASSERT fixing lp1881610Daniel Schürmann
2020-06-03util/movinginterquartilemean: Cast integer to std::size_tJan Holthuis
2020-06-03library/dao/playlistdao: Remove redundant static_castJan Holthuis
2020-06-03Added more commentsDaniel Schürmann
2020-06-03Moved Nicu Badescu to the past developers section.Daniel Schürmann
2020-06-03Merge pull request #2837 from daschuer/tests_clean_upUwe Klotz
2020-06-02Reset parented pointer when the menu is unset. This fixes a crash during shut...Daniel Schürmann
2020-06-02Replace std:unique_ptr by parented_ptr to remove double ownership issueDaniel Schürmann
2020-06-02make null checks impliciteDaniel Schürmann
2020-06-01library: Switch to QVector for getTrackRows()Jan Holthuis