summaryrefslogtreecommitdiff
path: root/src/modinfodialogfiletree.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor obsolete methodsSilarn2019-07-031-0/+3
|
* added a ModInfoDialogTabContext to avoid passing too many things to tab ↵isanae2019-07-021-3/+1
| | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments
* added explore menu item to conflict lists and filetreeisanae2019-07-021-0/+2
| | | | | changed filetree context menu to always show all items added mnemonics to conflicts context menu
* changed "tab index" to "tab id", this was confusing the order in the widget ↵isanae2019-07-021-1/+1
| | | | | | and the id from the enum fixed reordering
* added missing iconsisanae2019-07-021-1/+1
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* finished splitting filetree tabisanae2019-07-021-1/+10
| | | | forward delete shortcut to tabs
* splitting filetree tabisanae2019-07-021-0/+39
moved mod info dialog classes to a sub filter