Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick action context menu for WTrackProperty #2612

Merged
merged 54 commits into from
Apr 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
d09484f
widget/wtrackproperty: create context menu with placeholder action
hacksdump Mar 28, 2020
246d453
widget/wtrackproperty: add destructor
hacksdump Mar 29, 2020
62e914b
widget/wtrackproperty: conditional context menu
hacksdump Mar 29, 2020
456878d
widget/wtrackproperty: implement open in system file browser
hacksdump Mar 29, 2020
a13a86f
widget/wtrackproperty: add (non-functional) add to playlist menu
hacksdump Mar 29, 2020
9f4d818
widget/wtrackproperty: implement add to playlist function
hacksdump Mar 29, 2020
313db52
widget/wtrackproperty: implement add to crate menu
hacksdump Mar 29, 2020
92d6ce9
widget/wtrackproperty: add styles for QMenu
hacksdump Mar 30, 2020
9abb8a6
widget/wtrackproperty: introduce new class to decouple context menu f…
hacksdump Apr 1, 2020
746a565
widget/wtrackmenu: move remaining actions from wtracktableview
hacksdump Apr 2, 2020
458a2be
widget/wtrackmenu: fix multiple segfaults
hacksdump Apr 2, 2020
8750927
widget/wtrackmenu: connect signal from wtrackmenu to wtracktableview
hacksdump Apr 2, 2020
f212a29
widget/wtrackmenu: remove m_pCoverMenu->clear() call
hacksdump Apr 2, 2020
34603bc
widget/wtrackmenu: refactor slot functions to be generic
hacksdump Apr 4, 2020
8942e91
widget/wtrackmenu: filter options
hacksdump Apr 4, 2020
5cad360
widget/wtrackmenu: initialize pointers and fix filters
hacksdump Apr 4, 2020
8eb4adc
widget/wtrackmenu: move options to track table dependent
hacksdump Apr 5, 2020
57ca3aa
widget/wtrackmenu: code cleanup
hacksdump Apr 5, 2020
65905a5
WTrackMenu: refactor to functor syntax
hacksdump Apr 6, 2020
126c264
WTrackMenu: rename action to reasonable name
hacksdump Apr 6, 2020
95e3b8d
WTrackMenu: use setters and getters
hacksdump Apr 8, 2020
334e7cb
WTrackMenu: use pragma once
hacksdump Apr 8, 2020
89577b6
WTrackMenu: remove redundant delete from destructor
hacksdump Apr 8, 2020
27347c0
WTrackMenu: optimize menu updation
hacksdump Apr 9, 2020
f39e9aa
WTrackMenu: add checks in constructor and popup
hacksdump Apr 9, 2020
2342cfc
WTrackMenu: make menu functions generic
hacksdump Apr 9, 2020
934db21
WTrackMenu: remove unused code
hacksdump Apr 10, 2020
f7b0e09
WTrackMenu: fix Tango style
hacksdump Apr 10, 2020
6e5d895
WTrackMenu: add Deere style
hacksdump Apr 10, 2020
ae5acf9
WTrackMenu: add LateNight style
hacksdump Apr 10, 2020
d3ed592
WTrackMenu: add Shade style
hacksdump Apr 10, 2020
7aadd94
WTrackMenu: remove redundant code
hacksdump Apr 11, 2020
f2dad91
WTrackMenu: make info and tag dialogs independent
hacksdump Apr 11, 2020
c192045
WTrackTableView: fix probable memory leak
hacksdump Apr 11, 2020
1da180d
Merge branch 'master' into context-menu
hacksdump Apr 11, 2020
6de5013
cmake: remove extraneous files from CMakeLists.txt
hacksdump Apr 11, 2020
0143e7e
TrackModel: add function to check capabilities
hacksdump Apr 13, 2020
460e18b
DlgTrackInfo: rename changeTrack to loadTrackInternal
hacksdump Apr 13, 2020
d6e5b7d
WTrackMenu: add more debug information
hacksdump Apr 13, 2020
450709a
WTrackMenu: remove LoadTo from TrackModelFilters
hacksdump Apr 13, 2020
ba7fdfa
DlgTrackInfo: add comments for lambda-based connect
hacksdump Apr 13, 2020
1345912
WTrackTableView: use unique_ptr to store m_pMenu
hacksdump Apr 13, 2020
fe48344
WTrackMenu: rename filter to feature
hacksdump Apr 13, 2020
6aa661f
Trackmodel: pass by copying value
hacksdump Apr 15, 2020
ea65616
WTrackTableView: use parented_ptr with explicit delete
hacksdump Apr 15, 2020
d8930a0
WTrackProperty: declare features in an anonymous namespace
hacksdump Apr 15, 2020
b593807
DlgTrackInfo: create signal source specific slots
hacksdump Apr 15, 2020
09ae551
WTrackMenu: change comment to indicate function hiding
hacksdump Apr 15, 2020
c119674
WTrackMenu: add documentation
hacksdump Apr 15, 2020
5a9ff3c
WTrackMenu: update loadTracks documentation
hacksdump Apr 15, 2020
c18131d
WTrackMenu: add reason for giving null parent
hacksdump Apr 15, 2020
649b336
WTrackText: add WTrackMenu
hacksdump Apr 16, 2020
02b71ec
add doxygen compatible documentation
hacksdump Apr 16, 2020
557f996
WTrackMenu: warn about function hiding in comment
hacksdump Apr 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading