summaryrefslogtreecommitdiffstats
path: root/src/widget/wtrackproperty.cpp
AgeCommit message (Expand)Author
2021-12-06Qt6: Fix deprecation warnings for widget eventsUwe Klotz
2021-10-16replace deprecated QVariant::canConvert with templated versionBe
2021-10-08WTrackProperty: Warn about non-existing Track propertiesNino Miškić-Pletenac
2021-07-21Adjust ReplayGain: Allow user to update the replaygain value based on a deck ...Owen Williams
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-10-18WTrackProperty: Enable searching for related tracksUwe Klotz
2020-10-18Search related tracks in collectionUwe Klotz
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-14Create DlgTrackInfo and DlgTagFetcher only on demandUwe Klotz
2020-08-16Merge pull request #2834 from daschuer/wtrackwidgetgroupJan Holthuis
2020-08-07Remove redundant parenthesis and make m_config constDaniel Schürmann
2020-08-06WTrackProperty/WTrackText: show DlgTrackInfo on double-clickronso0
2020-06-23Improve code style and fix typoDaniel Schürmann
2020-06-22Reduce nesting and prefix trackDaniel Schürmann
2020-06-20Merge remote-tracking branch 'upstream/2.3' into wtrackwidgetgroupDaniel Schürmann
2020-06-10Get rid of char group stringsDaniel Schürmann
2020-06-07Added a Context menu to the WTrackWidgetGroup, ane accept() the context menu ...Daniel Schürmann
2020-04-19Separate different uses cases in WTrackMenuUwe Klotz
2020-04-18Fix more forward declaration issuesUwe Klotz
2020-04-18Replace #include directives with forward declarationsUwe Klotz
2020-04-15WTrackProperty: declare features in an anonymous namespaceHarshit Maurya
2020-04-14WTrackMenu: rename filter to featureHarshit Maurya
2020-04-10WTrackMenu: make menu functions genericHarshit Maurya
2020-04-08WTrackMenu: remove redundant delete from destructorHarshit Maurya
2020-04-08WTrackMenu: use setters and gettersHarshit Maurya
2020-04-05widget/wtrackmenu: code cleanupHarshit Maurya
2020-04-05widget/wtrackmenu: initialize pointers and fix filtersHarshit Maurya
2020-04-04widget/wtrackmenu: filter optionsHarshit Maurya
2020-04-04widget/wtrackmenu: refactor slot functions to be genericHarshit Maurya
2020-03-30widget/wtrackproperty: implement add to crate menuHarshit Maurya
2020-03-30widget/wtrackproperty: implement add to playlist functionHarshit Maurya
2020-03-30widget/wtrackproperty: add (non-functional) add to playlist menuHarshit Maurya
2020-03-29widget/wtrackproperty: implement open in system file browserHarshit Maurya
2020-03-29widget/wtrackproperty: conditional context menuHarshit Maurya
2020-03-29widget/wtrackproperty: add destructorHarshit Maurya
2020-03-29widget/wtrackproperty: create context menu with placeholder actionHarshit Maurya
2020-02-17Fix broken signal/slot connectionsUwe Klotz
2019-02-08factor out track drag and drop codeMatthew Nicholson
2019-01-31only clone when doing drag and drop if the shift key is pressedMatthew Nicholson
2019-01-31perform a deck clone when dragging a track from one deck to anotherMatthew Nicholson
2018-10-14Address review comments.RJ Skerry-Ryan
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2016-11-11Reset TrackPointer explicitly through functionUwe Klotz
2016-11-11Replace operators &* by get() to obtain plain pointer of smart pointerUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-05-07Switch a lot of function arguments to const references in LegacySkinParser.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan