summaryrefslogtreecommitdiffstats
path: root/src/library/analysisfeature.cpp
AgeCommit message (Expand)Author
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
2020-11-10Remove filename headersxerus2000
2020-08-04Use low priority in library analyze queueDaniel Poelzleithner
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-11-25Don't std::move UserSettingsPointerUwe Klotz
2019-11-25Use QStringLiteral for string constantsUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-01rename bindWidget() > bindLibraryWidget()ronso0
2019-10-23Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-09-28Add new functions resolveTrackIdsFromUrls() and resolveTrackIdsFromLocations(...Daniel Schürmann
2019-09-24Fix format and styleFerran Pujol Camins
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-08-18Renamed resolveTrackIds() and add enum fag option parameterDaniel Schürmann
2019-08-13Completely replace obsolete TrackDAO::addMultipleTracks() calls by getAndEnsu...Daniel Schürmann
2019-08-11Remove unused unremove flag from addMultipleTracks()Daniel Schürmann
2019-06-10Reset analysis progress display when finishedUwe Klotz
2019-01-06Prepare TrackAnalysisScheduler for future extensionsUwe Klotz
2018-12-28Stop worker threads before exitingUwe Klotz
2018-12-26Use a bitfield for selecting and enabling analyzersUwe Klotz
2018-11-22Replace static factory function with subclass + default constructorUwe Klotz
2018-11-22Use type-safe signal/slot connectionsUwe Klotz
2018-11-22Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into lp1737537_anal...Uwe Klotz
2018-11-21Cache creation of QIcons in LibraryFeatures.RJ Skerry-Ryan
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2018-08-17vectorize Library feature iconsronso0
2018-03-28fix connections for dialog preferences to analysis feature.Daniel Schürmann
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12AnalysisFeature (soon) needs a Library parentUwe Klotz
2017-06-12Minor editsUwe Klotz
2017-06-12Simplify the creation of analyzer queue threadsUwe Klotz
2017-06-12Delete unused parametersUwe Klotz
2016-04-27Move MixxxKeyboard to src/controllers/keyboard/ and rename to KeyboardEventFi...RJ Ryan
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-02-03TrackDAO: Refactor code for adding single/multiple tracksUwe Klotz
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Tidy up the dialog mess in src/.RJ Ryan
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-05-23Add checks for supported file types to SoundSourceProxyUwe Klotz
2015-02-26Tabs -> spaces.RJ Ryan
2014-12-16Add library font preference.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-10-27Rework WCoverArt <-> WTrackTableView signal flow.RJ Ryan
2014-09-14fixing loadcoverart signals - adapting to the last changes (using coverInfo s...Marcos CARDINOT
2014-09-07Added cachedOnly flag to LoadCoverArtSignalDaniel Schürmann
2014-07-21do not show cover widget for non-supported featuresMarcos CARDINOT