summaryrefslogtreecommitdiffstats
path: root/src/library/browse/browsethread.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-01BrowseThread: fix QList::insert index out of order warningBe
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-04-27Add date time conversion & formatting functions (#2702)Uwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2018-02-20Prevent concurrent read/write access of track filesUwe Klotz
2018-01-26Don't use GlobalTrackCache from BrowseThreadUwe Klotz
2018-01-14Renaming: TrackCache -> GlobalTrackCacheUwe Klotz
2017-12-15Don't create temporary track objects bypassing the cacheUwe Klotz
2017-11-29Introduce TrackCache for managing Track objectsUwe Klotz
2017-11-06Rename member function (once again)Uwe Klotz
2017-11-06More renamings to improve consistencyUwe Klotz
2017-09-24clarify and fix getTrackLocation() and the location coloumns for displayDaniel Schürmann
2017-06-27Eliminate side-effects from SoundSourceProxy constructorUwe Klotz
2017-06-24Control how and when track metadata is reloaded from filesUwe Klotz
2017-03-11native separators in track table as wellDaniel Schürmann
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-06-25Enhance precision of track duration from int to doubleUwe Klotz
2016-06-25Move formatting of durations from Time into Duration classUwe Klotz
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-02-19Add factory methods for creating temporary TIOsUwe Klotz
2016-01-20Parse track metadata and cover art through SoundSourceProxyUwe Klotz
2016-01-09Extend and fix the formatting of time durationsUwe Klotz
2015-12-31Consistent naming of TIO member functionsUwe Klotz
2015-12-30Merge metadata/ into track/Uwe Klotz
2015-12-19Merge branch '1.12'RJ Ryan
2015-12-17Browse view: Use the actual track location to avoid duplicatesUwe Klotz
2015-11-04Add "Replay Gain" column to browse viewUwe Klotz
2015-09-19Rename file name/size functions in TrackInfoObjectUwe Klotz
2015-05-24Consistent naming: "file type" instead of "file extension"Uwe Klotz
2015-05-18Wrap static members from SoundSourceProxy into classUwe Klotz
2015-05-13Merge branch '1.12'Owen Williams
2015-05-10Preserve symbolic links when browsing tracksUwe Klotz
2015-04-22Merge branch 'master' into NewSoundSourceAPIUwe Klotz
2015-02-09Only display the calendar year in browse overviewUwe Klotz
2015-02-08Add TODO and NOTE about the year column in browse modeUwe Klotz
2015-02-07Display the calendar year in browse columnsUwe Klotz
2015-02-03disable sort for preview column in browse featureDaniel Schürmann
2015-02-01Refresh the preview coloumn with the previewing stateDaniel Schürmann
2014-12-28used a Shared pointer to control the lifetime of the singleton BrowseThreadDaniel Schürmann
2014-12-28some code cleanupDaniel Schürmann
2014-11-18Code fascism.RJ Ryan
2014-11-02FIX: 1332998 use Int datatype in BrowseTableModelMax Linke
2014-10-08Add sortable file modified and file created columns in browse mode. Bug #1376711RJ Ryan
2014-03-16Adjust thread priorities according to discussion in Bug #1270583.RJ Ryan