summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-03-02Reformat code: Wrap long linesUwe Klotz
2020-03-02Merge pull request #2523 from Holzhaus/cueinfoUwe Klotz
2020-03-01Merge branch '2.2' of github.com:mixxxdj/mixxxJan Holthuis
2020-03-01util/color/predefinedcolorsset: Return noColor only as fallbackJan Holthuis
2020-03-01util/color/predefinedcolorsset: Remove break after returnJan Holthuis
2020-02-29Fix missing null pointer checkUwe Klotz
2020-02-29Fix missing null pointer checks and invalid assertionsUwe Klotz
2020-02-29util/color/predefinedcolorsset: Add warning if no color was foundJan Holthuis
2020-02-29track/track: Use VERIFY_OR_DEBUG_ASSERT in Track::findCueByType()Jan Holthuis
2020-02-29Use RgbColor to PredefinedColorPointer conversion functionsJan Holthuis
2020-02-29util/color/predefinedcolorsset: Add RgbColor conversion functionsJan Holthuis
2020-02-29track/track: Add Track::importCuePoints method for list of CueInfo objectsJan Holthuis
2020-02-29track/cue: Add constructor for Cues from CueInfo objectsJan Holthuis
2020-02-29Replace constants from cue.h and use them throughout codebaseJan Holthuis
2020-02-29track/cueinfo: Add CueInfo DTO for track-independent storage of Cue dataJan Holthuis
2020-02-28Merge pull request #2505 from uklotzde/pre_engine_prime_exportJan Holthuis
2020-02-28Merge pull request #2518 from uklotzde/trackcolor-fixJan Holthuis
2020-02-28Remove confusing typedefUwe Klotz
2020-02-28Align conversions from QVariant to RgbColorUwe Klotz
2020-02-28Convert RgbColor from/to control valuesUwe Klotz
2020-02-28Use QRgb for color codesUwe Klotz
2020-02-28Add conversion functions between RgbColor and various Qt typesUwe Klotz
2020-02-27Remove unused battery_unknown iconsRaphael Graf
2020-02-27Merge pull request #2516 from uklotzde/uuid_to_stringDaniel Schürmann
2020-02-26Don't create unused QByteArrayUwe Klotz
2020-02-26Fix fallthrough warningUwe Klotz
2020-02-26Add optional default parameters for RgbColor conversionsUwe Klotz
2020-02-26Allow to provide a custom default stringUwe Klotz
2020-02-26Simplify test namesUwe Klotz
2020-02-26Convert RgbColor to #RRGGBB stringUwe Klotz
2020-02-26Add another utility function with testsUwe Klotz
2020-02-26library/basesqltablemodel: Fix tooltip for track color columnJan Holthuis
2020-02-26library/basesqltablemodel: Fix in-line editability of track color columnJan Holthuis
2020-02-25Add tests for uuidToStringWithoutBraces()Uwe Klotz
2020-02-25Rename functions: toTagLibType -> toTTypeUwe Klotz
2020-02-25Do not export/write null UUIDsUwe Klotz
2020-02-25Format UUIDs as string without bracesUwe Klotz
2020-02-25Merge pull request #2504 from daschuer/lp1863440Uwe Klotz
2020-02-24Merge pull request #2511 from uklotzde/inmemorydbDaniel Schürmann
2020-02-24Fix string compositionUwe Klotz
2020-02-24Use absolute file path for URI and optimize string operationsUwe Klotz
2020-02-24Use a shared cache for in-memory databasesUwe Klotz
2020-02-24Open database with URI file pathUwe Klotz
2020-02-24Use shared in-memory DB to fix warnings in library testsUwe Klotz
2020-02-24Delete obsolete forward declarationUwe Klotz
2020-02-24LibraryScanner should not have a parentUwe Klotz
2020-02-24Reduce compile-time dependenciesUwe Klotz
2020-02-24Remove dependencies on TrackCollection from LibraryScannerUwe Klotz
2020-02-24Create GlobalTrackCache before TrackCollectionUwe Klotz
2020-02-24Exclude LibraryScanner from testsUwe Klotz