summaryrefslogtreecommitdiffstats
path: root/src/library
AgeCommit message (Expand)Author
2019-09-30Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-09-29Merge pull request #2292 from ferranpujolcamins/new-signals-slots-syntax-libraryUwe Klotz
2019-09-29Merge pull request #2299 from daschuer/dkgtrackinfomergeUwe Klotz
2019-09-29Fix include directives and reduce dependenciesUwe Klotz
2019-09-29Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into new-signals-sl...Uwe Klotz
2019-09-29Merge pull request #2285 from uklotzde/dev_external_library_syncDaniel Schürmann
2019-09-28Improve readability of codeUwe Klotz
2019-09-28Use PainterScope everywhereUwe Klotz
2019-09-27Fix inheritance of LocationDelegateUwe Klotz
2019-09-27Remove forward declarations of Qt classes and fix formattingUwe Klotz
2019-09-26don't allow to change color for non hot cuesDaniel Schürmann
2019-09-26Fix cue time precision in DlgTrackInfo and also show cues in the lead inDaniel Schürmann
2019-09-26Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-09-25Add missing headerFerran Pujol Camins
2019-09-25Rename method and parameterUwe Klotz
2019-09-24Fix format and styleFerran Pujol Camins
2019-09-22Block track signals in cache instead of libraryUwe Klotz
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-09-22Fix debug assertionUwe Klotz
2019-09-22Delete empty lines to improve readabilityUwe Klotz
2019-09-21Fix handling of duplicate/replaced tracksUwe Klotz
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-09-13Merge pull request #2271 from uklotzde/treeitem_appendchildDaniel Schürmann
2019-09-10don't activate sidebar item on right-clickronso0
2019-09-10Use HotCue -1 as default, because HotCue 0 is the same as The CueDaniel Schürmann
2019-09-10Renamed theCueFound to loadCueFoundDaniel Schürmann
2019-09-08Adopt the first 0 hotcue as The Cue, fixing lp:1843168Daniel Schürmann
2019-09-07Add missing implementation of TreeItem::appendChild()Uwe Klotz
2019-09-06Merge pull request #2264 from ronso0/preview-button-focus-prevention-2Daniel Schürmann
2019-09-03Merge pull request #2263 from Holzhaus/cuedao-table-nameDaniel Schürmann
2019-09-03set NoFocus policy to Preview button to keep table focus borderronso0
2019-09-03cuedao: Replace hardcoded cue table name with header definitionJan Holthuis
2019-09-02Misc. typosluz.paz
2019-08-29don't allow mouse hover focus on Preview buttonronso0
2019-08-20Merge pull request #2243 from uklotzde/lp1838887_playlist_durationDaniel Schürmann
2019-08-19Merge pull request #2222 from uklotzde/global_thread_poolDaniel Schürmann
2019-08-19Fix formatting of playlist durationUwe Klotz
2019-08-06Add several more typo fixesluz.paz
2019-08-06Initialize the global thread pool only once on application startupUwe Klotz
2019-07-31Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-07-28user range base loop and a debug assertDaniel Schürmann
2019-07-28Merge pull request #2216 from uklotzde/lp1835635_coverart_segfaultDaniel Schürmann
2019-07-28Replace std::unique_ptr with parented_ptrUwe Klotz
2019-07-28Replace plain pointer with parented_ptrUwe Klotz
2019-07-28return playlistLabels by value, a QList is implicitly shared.Daniel Schürmann