summaryrefslogtreecommitdiff
path: root/src/modinfodialogfiletree.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-9/+9
|
* implemented previews on double-click for the data and conflicts tabsisanae2019-12-041-0/+1
|
* added "open with vfs" to filetreeisanae2019-12-021-8/+10
|
* sortable filetree, remember settingsisanae2019-11-261-0/+2
|
* 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