summaryrefslogtreecommitdiffstats
path: root/src/library/dlgtrackinfo.cpp
AgeCommit message (Expand)Author
2020-08-05Merge branch '2.3' of github.com:mixxxdj/mixxx into masterHEADmasterJan Holthuis
2020-08-04DlgTrackInfo: add star rating below cover artronso0
2020-06-09Rename 'image hash' to 'cache key' for consistencyUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-05-20DlgTrackInfo: Use track info for window titleUwe Klotz
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-27improve DlgTrackInfo layout, add 'Date added'ronso0
2020-04-15DlgTrackInfo: create signal source specific slotsHarshit Maurya
2020-04-14DlgTrackInfo: add comments for lambda-based connectHarshit Maurya
2020-04-13DlgTrackInfo: rename changeTrack to loadTrackInternalHarshit Maurya
2020-04-12Merge branch 'master' into context-menuHarshit Maurya
2020-04-12WTrackMenu: make info and tag dialogs independentHarshit Maurya
2020-04-10WTrackMenu: make menu functions genericHarshit Maurya
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-28Restore consistent naming of slotsUwe Klotz
2020-03-09Merge branch 'master' of github.com:mixxxdj/mixxx into hotcue-rgb-colorsJan Holthuis
2020-03-02Merge branch 'master' into coverimagehashUwe Klotz
2020-03-01library/dlgtrackinfo: Swap DlgTrackInfo constructor argumentsJan Holthuis
2020-02-29preferences: Make HotcuePaletteSettings support other palette types, tooJan Holthuis
2020-02-29Replace constants from cue.h and use them throughout codebaseJan Holthuis
2020-02-28Remove cues tab on TrackInfoFerran Pujol Camins
2020-02-28Rename some color related classesFerran Pujol Camins
2020-02-28Reorder constructor parametersFerran Pujol Camins
2020-02-28Make Cue related code use QColor instead of PredefinedColorPointerFerran Pujol Camins
2020-02-28Prepare CoverArtCache for migration to new hash functionUwe Klotz
2020-02-16Fix disconnect from nullptr warningUwe Klotz
2020-02-16Track->TrackDAO: Simplify changed/clean/dirty signalsUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_library_me...Uwe Klotz
2020-01-06Replace container from/to<T> methods with range constructorsJan Holthuis
2020-01-04Cache possible covers from last folderUwe Klotz
2020-01-03Use CoverInfoRelative instead of CoverInfoUwe Klotz
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-11-21Revert "Merge pull request #2353 from daschuer/lp1850644"Daniel Schürmann
2019-11-04Remove cues tab on TrackInfoFerran Pujol Camins
2019-11-04Rename some color related classesFerran Pujol Camins
2019-11-04Reorder constructor parametersFerran Pujol Camins
2019-11-02Make Cue related code use QColorFerran Pujol Camins
2019-09-29Merge pull request #2292 from ferranpujolcamins/new-signals-slots-syntax-libraryUwe Klotz
2019-09-26don't allow to change color for non hot cuesDaniel Schürmann
2019-09-26Fix cue time precision in DlgTrackInfo and also show cues in the lead inDaniel Schürmann
2019-09-26Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-09-24Fix format and styleFerran Pujol Camins
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-09-22Delete empty lines to improve readabilityUwe Klotz
2019-09-10Use HotCue -1 as default, because HotCue 0 is the same as The CueDaniel Schürmann
2019-09-10Renamed theCueFound to loadCueFoundDaniel Schürmann
2019-09-08Adopt the first 0 hotcue as The Cue, fixing lp:1843168Daniel Schürmann
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-03-29Merge commit '1276bf81ad02d2068d693bd67cfcf10f4899d59a' into silencedetectionNino Miškić-Pletenac