summaryrefslogtreecommitdiff
path: root/src/modinfodialogfiletree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed qDebug() to log::debug()isanae2019-07-221-6/+6
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-4/+5
| | | | removed now unused vlog()
* some refactoringisanae2019-07-021-1/+0
| | | | | updateTabs() creates a list of tabs to update instead of checking for each file comments
* added a ModInfoDialogTabContext to avoid passing too many things to tab ↵isanae2019-07-021-8/+6
| | | | | | | | 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-75/+103
| | | | | changed filetree context menu to always show all items added mnemonics to conflicts context menu
* fixed text editors not clearing when switching modsisanae2019-07-021-2/+2
| | | | ported typo fixes that applied to the mod info dialog
* changed "tab index" to "tab id", this was confusing the order in the widget ↵isanae2019-07-021-2/+2
| | | | | | and the id from the enum fixed reordering
* grey out tab names when they have no dataisanae2019-07-021-1/+3
| | | | | | remove tabs if they're can't handle the selected mod next/previous now load mods in place without reopening the dialog tab reordering is broken
* added missing iconsisanae2019-07-021-2/+2
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* finished splitting filetree tabisanae2019-07-021-118/+114
| | | | forward delete shortcut to tabs
* splitting filetree tabisanae2019-07-021-0/+420
moved mod info dialog classes to a sub filter