summaryrefslogtreecommitdiffstats
path: root/src/library/library.cpp
AgeCommit message (Expand)Author
2020-10-28All djinterop exceptions caught, further cleanuppr-2753Adam Szmigin
2020-10-25Engine library export - initial implementationAdam Szmigin
2020-10-18Search related tracks in collectionUwe Klotz
2020-08-25Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-23Use type-safe enum class Library::RemovalTypeUwe Klotz
2020-05-30Adjust reformattingsxerus2000
2020-05-27clang-formatDaniel Schürmann
2020-05-22Fix comment spaces in src/libraryxerus2000
2020-05-05Rename slots according to naming conventionsUwe Klotz
2020-04-28Fix various typosluz.paz
2020-04-27Library,GoToItem clears the search when the Clear button is focusedronso0
2020-05-19Move all trackset-features into library subdirectoryxerus2000
2020-04-06Customize TrackTableBackgroundColorOpacity in <Library> skin nodeUwe Klotz
2020-02-15Merge branch 'master' of github.com:mixxxdj/mixxx into serato-library-featureJan Holthuis
2020-02-11Merge branch 'master' of github.com:mixxxdj/mixxx into serato-library-featureJan Holthuis
2020-02-10Fix Library -> WSearchLineEdit connectionsUwe Klotz
2020-02-10Pass-through of search signalsUwe Klotz
2020-02-05apply changes from git-clang-formatDaniel Schürmann
2020-02-01library: Add Serato library featureJan Holthuis
2020-01-20update 'emit' syntaxronso0
2020-01-20Merge branch 'master' of https://github.com/mixxxdj/mixxx into library-font-sizeronso0
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-12-13move searchline signal connections to library.cppronso0
2019-12-13apply library font to searchlineronso0
2019-11-25Don't std::move UserSettingsPointerUwe Klotz
2019-11-25Use parented_ptrUwe Klotz
2019-11-24Fix typo (again)Uwe Klotz
2019-11-24Fix typoUwe Klotz
2019-11-24Don't pass QPointer aroundUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Hide tracks via TrackCollectionUwe Klotz
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-11-12library.cpp conflict resolvedEvan Dekker
2019-11-04bind sidebar widget to all library features, make binding iterator more compactronso0
2019-11-01rename bindWidget() > bindLibraryWidget()ronso0
2019-10-01Add rekordboxfeature.h to library.cppEvan Dekker
2019-10-01Fix library.cpp conflictEvan Dekker
2019-09-30Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-09-29Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into new-signals-sl...Uwe Klotz
2019-09-25Rename method and parameterUwe Klotz
2019-09-22Block track signals in cache instead of libraryUwe Klotz
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-09-21Update external track collections after internal databaseUwe Klotz
2019-09-21Use early exit if possibleUwe Klotz
2019-09-21Clarify execution order of operationsUwe Klotz
2019-09-21Replace += with append() and insert()Uwe Klotz
2019-09-21Move transaction boundaries from DirectoryDAO into TrackCollectionUwe Klotz
2019-09-21Add extension points for synchronization of external librariesUwe Klotz
2019-08-11m_database removed, reconfig of global thread pool removed, new clang-format,...Evan Dekker
2019-08-01Addressed minor remarksEvan Dekker