summaryrefslogtreecommitdiffstats
path: root/src/track
AgeCommit message (Expand)Author
2018-12-30Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-28Fix comments and add debug logsUwe Klotz
2018-12-26Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-11-22Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-11-05Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-11-03Merge remote-tracking branch 'mixxxdj/2.1' into 2.2RJ Skerry-Ryan
2018-11-04improve comments againDaniel Schürmann
2018-11-02fix small bug ans typoDaniel Schürmann
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2018-10-30Try to refresh the canonical location if file did not exist previusly. lp1800395Daniel Schürmann
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-24Change wording of log messageUwe Klotz
2018-10-24Log warning if TagLib is unable to read from an audio fileUwe Klotz
2018-10-16Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-10-15Merge branch 'master' into remove-vampRJ Skerry-Ryan
2018-10-15Merge branch 'master' into qt5-legacyRJ Skerry-Ryan
2018-10-10typo fixesBen
2018-09-19Misc. typosluz.paz
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-06-23Merge remote-tracking branch 'upstream/master' into waveform-positionBe
2018-06-12Source typosluz.paz
2018-06-10Merge remote-tracking branch 'upstream/2.1'Be
2018-06-02Merge branch '2.1' into 2.1_reduce_log_spamUwe Klotz
2018-06-02Fix crash when importing ID3v2 APIC frames with unexpected typeUwe Klotz
2018-05-27Only log debug messages if debug logging is enabledUwe Klotz
2018-05-27Raise some log levels from debug to info/warningUwe Klotz
2018-05-01Misc. typosluz.paz
2018-04-23Merge branch '2.1'RJ Skerry-Ryan
2018-04-22Either update or remove replaygain ratio/gain valuesUwe Klotz
2018-04-22Remove unused parameterUwe Klotz
2018-04-06More misc. typosluz.paz
2018-04-06Typo fixes luzpaz
2018-03-10qDebug comments correctedNTMusic
2018-03-11replace the shared track pointer with an uniqe ptrDaniel Schürmann
2018-03-09ged rid of m_cachedTracksDaniel Schürmann
2018-03-09Use a single GlobalTrackCacheEntry and reference it by a pointer.Daniel Schürmann
2018-03-08Added and explained GlobalTrackCacheEntry class holding a weak and a shared p...Daniel Schürmann
2018-03-08Improve EvictAndSaveFunctorDaniel Schürmann
2018-03-07remove unnecessary temporaryDaniel Schürmann
2018-03-07Call evictAndSave always from the main thread to fix the possible loss of cha...Daniel Schürmann
2018-03-06rely on deletingPtr reference countingDaniel Schürmann
2018-03-06Introduced EvictAndSaveFunctor holding the deletingPtrDaniel Schürmann
2018-03-04Safe and efficient 2-phase deletion of track objects from the cacheUwe Klotz
2018-02-24Reduce visibility of callback functionsUwe Klotz
2018-02-24Rename member to better reflect its purposeUwe Klotz
2018-02-24Simplify code and add/reword/fix some commentsUwe Klotz
2018-02-24Fix saving and deleting tracks at Mixxx shutdown.Daniel Schürmann