summaryrefslogtreecommitdiffstats
path: root/src/library/librarycontrol.cpp
AgeCommit message (Expand)Author
2020-12-15LibraryControl: Use pointer prefix and replace autoJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
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-01Merge pull request #3194 from ronso0/doubleclick-libraryDaniel Schürmann
2020-10-31Merge pull request #3198 from ronso0/libnavi-crashUwe Klotz
2020-10-30Merge pull request #3199 from ronso0/gotoitem-qdialog-enterUwe Klotz
2020-10-30Merge pull request #3167 from JoergAtGithub/masterJan Holthuis
2020-10-29Libarycontrol: fix crash when trying to refocus the library while another Mix...ronso0
2020-10-29Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-10-29Merge branch '2.3' into masterJoergAtGithub
2020-10-29Removed sortColumn prefixJoergAtGithub
2020-10-29Make SortColumnId an enum class (based on int) and use camelCase for the enum...JoergAtGithub
2020-10-28LibraryControl: Clean up slotSortColumnToggle()Jan Holthuis
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27librarycontrol.cpp: fix slotGotToItem in tracks tableronso0
2020-10-27Librarycontrol: allow [Library],GoToItem press dialog buttonsronso0
2020-10-22Libarycontrol: backport of #3198: fix crash when trying to refocus the librar...ronso0
2020-10-17Added missing check for m_pLibraryWidget and fixed clang format issuesJoergAtGithub
2020-10-17Implemented sort by the column with the cursor on it (currentindex column)JoergAtGithub
2020-09-25library/librarycontrol: Add missing casts to intJan Holthuis
2020-07-12add [Library], AutoDjAddReplace ControlObjectBe
2020-05-05Rename slots according to naming conventionsUwe Klotz
2020-05-05Move logic from LibraryControl to WSearchLineEditUwe Klotz
2020-04-27fix LibraryControl::bindSearchboxWidgetronso0
2020-04-27Library,GoToItem clears the search when the Clear button is focusedronso0
2020-04-26Merge pull request #2599 from ronso0/fix-activeView-hasFocusBe
2020-04-15rework LibraryControl::emitKeyEvent()ronso0
2020-03-20Add support for cycling through track colors via COsJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-12-05[aA]ddToAutoDJ instead of [sS]endToAutoDJ consistently in code baseJan Holthuis
2019-11-01rename bindWidget() > bindLibraryWidget()ronso0
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-09-02Misc. typosluz.paz
2019-07-20Merge pull request #2047 from ronso0/lib-focus-COsUwe Klotz
2019-07-15separate debug checks for Library/Sidebar widgetronso0
2019-07-15improve checks for Library and Sidebar widgetsronso0
2019-07-12fix widget focus detection in LibraryControl::emitKeyEvent()ronso0
2019-06-06Add sort_column_toggle control objectJan Holthuis
2019-06-06Use ControlEncoder instead of ControlPushButton for sort_column controlJan Holthuis
2019-05-21Add ControlObjects for sorting the track listJan Holthuis
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-05-01Misc. typosluz.paz
2018-03-29Merge pull request #1560 from daschuer/focus2Be
2018-03-26Added "Edit Metadata" preferences function, replacing the related Load to dec...Daniel Schürmann
2018-03-25check for focus before toggle the treeDaniel Schürmann
2018-03-25GoToItem now switches to the track table if the tree knot has a track tableDaniel Schürmann