summaryrefslogtreecommitdiffstats
path: root/src/library/library.cpp
AgeCommit message (Expand)Author
2017-06-12Move Mixxx DB code from TrackCollection into separate classUwe Klotz
2017-06-12Initialize (and upgrade) the database schema separatelyUwe Klotz
2017-06-12Reuse DB connection from TrackCollection in SchemaManagerTestUwe Klotz
2017-02-04Reduce code duplication for creating crates (once more)Uwe Klotz
2017-01-29Remove or hide slots of CreateFeatureUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-28Rename debug assertion macroUwe Klotz
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-09-15Move the m_pKeyNotation Control Object to the library class. This ensures it ...Daniel Schürmann
2016-04-27Move MixxxKeyboard to src/controllers/keyboard/ and rename to KeyboardEventFi...RJ Ryan
2016-02-20Move LibraryScanner into Library. Fixes Bug #1545305.RJ Ryan
2016-02-03TrackDAO: Add function relocateDirectory()Uwe Klotz
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-10Add null check before trying to load trackUwe Klotz
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-02-24Restoring vertical scroll bar position even with del/backspace/Ctrl+A+Delraulbehl
2015-01-30Bug: 1391401 - clearing searchbox returns to top of listraulbehl
2014-12-20Merge pull request #422 from rryan/fontRJ Ryan
2014-12-17Convert most Q_ASSERTs into DEBUG_ASSERT_AND_HANDLEs.RJ Ryan
2014-12-16Review notes.RJ Ryan
2014-12-16Add library font preference.RJ Ryan
2014-12-10Process cover art when loading tracks from browse mode or external libraries.RJ Ryan
2014-11-29AutoDJ fixes.RJ Ryan
2014-11-25Move src/library/autodjfeature.(h/cpp) to src/library/autodj/.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-10-27Rework WCoverArt <-> WTrackTableView signal flow.RJ Ryan
2014-10-06Merge branch 'master' of https://github.com/mixxxdj/mixxx into coverArtSupportMarcos CARDINOT
2014-10-04Fix spelling in commentMax Linke
2014-10-01Merge branch 'master' of https://github.com/mixxxdj/mixxx into coverArtSupportMarcos CARDINOT
2014-10-01Show the rescan dialog also in the browsefeatureMax Linke
2014-09-14fixing loadcoverart signals - adapting to the last changes (using coverInfo s...Marcos CARDINOT
2014-09-12use CoverInfo in every class that uses CoversMax Linke
2014-09-07Added cachedOnly flag to LoadCoverArtSignalDaniel Schürmann
2014-07-21do not show cover widget for non-supported featuresMarcos CARDINOT
2014-07-03Add md5hash to loadCover signalMarcos CARDINOT
2014-06-28Fixed bug with the connection of loadCover SIGNALMarcos CARDINOT
2014-06-28Passing coverLocation by constant reference in loadCoverArt signalsMarcos CARDINOT
2014-06-18cosmetic fix - removing unnecessary slot that was just reemitting the loadCov...Marcos CARDINOT
2014-06-18Removing nonexistent signal/slot connectionMarcos CARDINOT
2014-06-08Initial refactoring - loading covers from coverLocation and trackId instead o...Marcos CARDINOT
2014-06-01Revert "emit signal when list of displayed rows change"Marcos CARDINOT
2014-05-30binding loadcoverart signal with autodj featureMarcos CARDINOT
2014-05-30emitting signal with trackpointer instead coverlocationMarcos CARDINOT
2014-05-19emit signal when list of displayed rows changeMarcos CARDINOT
2014-05-06when selected row change, emit loadCoverArt(location) instead emit trackSelec...Marcos CARDINOT
2014-05-06avoid using null trackpointer and trackmodelMarcos CARDINOT
2014-05-05load covers into wcoverartMarcos CARDINOT
2014-05-04Initial sketches of GUIMarcos CARDINOT