summaryrefslogtreecommitdiffstats
path: root/src/widget/wtrackmenu.cpp
AgeCommit message (Expand)Author
2020-07-10Merge remote-tracking branch 'upstream/2.3'Be
2020-07-05WTrackMenu: Show modal progress dialog while processing tracksUwe Klotz
2020-06-23Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-23WTrackMenu: Return const-ref instead of implicitly shared collectionUwe Klotz
2020-06-21WTrackMenu: Add getTrackRefs() method to avoid track loadingUwe Klotz
2020-06-21WTrackMenu: Add getFirstTrackPointer() methodUwe Klotz
2020-06-14Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-12Rename TrackModel Capability Flagsxerus2000
2020-06-12Turn TrackModel Capabilities into enum class & use QFLAGSxerus2000
2020-06-12Clean up TrackModel Capabilities & unify capability for TrackSetxerus2000
2020-06-12Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-05Add (background) color to cover artUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-06-05Merge branch 'master' into refactor-basetracksetxerus2000
2020-06-03Remove false DEBUG_ASSERT fixing lp1881610Daniel Schürmann
2020-05-27clang-formatDaniel Schürmann
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-05-19Move all trackset-features into library subdirectoryxerus2000
2020-04-25widget/wtrackmenu: Fix track color picker resize after palette changeJan Holthuis
2020-04-21Add reset action to "Adjust BPM" menuUwe Klotz
2020-04-21Join and reformat linesUwe Klotz
2020-04-20Add a debug assertion to emphasize the use caseUwe Klotz
2020-04-20Extract utility functions from WTrackMenu::updateMenus()Uwe Klotz
2020-04-19Fix update of track color context menuUwe Klotz
2020-04-19Fix update of Reset context menuUwe Klotz
2020-04-19Fix update of cover art context menuUwe Klotz
2020-04-19Fix update of BPM context menuUwe Klotz
2020-04-19Handle empty selection in WTrackMenu::updateMenus()Uwe Klotz
2020-04-19Fix unused variable warningUwe Klotz
2020-04-19Handle all enum literals in switch statementUwe Klotz
2020-04-19Replace if/else-if cascade with switch statementUwe Klotz
2020-04-19Extract special case from conditional expressionUwe Klotz
2020-04-19Check for emptiness upfrontUwe Klotz
2020-04-19Clean up and fix WTrackMenu::updateMenus()Uwe Klotz
2020-04-19Avoid loading unused tracksUwe Klotz
2020-04-19Only load the minimum number of tracksUwe Klotz
2020-04-19Add a fast check for empty selections, avoid loading tracksUwe Klotz
2020-04-19Remove redundant checks, remove temporary variables, streamline loopsUwe Klotz
2020-04-19Separate different uses cases in WTrackMenuUwe Klotz
2020-04-19Do NOT load tracks while collecting indices for TrackModelUwe Klotz
2020-04-18Fix undefined behavior warning for QPointer upon deletionUwe Klotz
2020-04-18Replace #include directives with forward declarationsUwe Klotz
2020-04-17Reserve capacity and check for valid TrackId/TrackPointerUwe Klotz
2020-04-17Use initializer lists for creating single element listsUwe Klotz
2020-04-17Merge pull request #2674 from uklotzde/trackcontextmenu_orderingBe
2020-04-17Rename boolean constant and use common terminologyUwe Klotz
2020-04-17Improve setup of cover art menuUwe Klotz
2020-04-17Reorder track context menu entriesUwe Klotz
2020-04-15WTrackMenu: add reason for giving null parentHarshit Maurya
2020-04-15WTrackMenu: update loadTracks documentationHarshit Maurya