summaryrefslogtreecommitdiff
path: root/src/modinfodialogfwd.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-6/+7
|
* moved naturalCompare() to uibaseisanae2020-11-031-3/+0
| | | | | don't try to delete paths that don't exist natsort for instance names and games
* added a few missing constsisanae2020-02-041-1/+1
| | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over
* split data tabisanae2020-02-041-0/+1
| | | | removed a bunch of undefined functions in MainWindow
* Add "Restore hidden files" context menu option to modlist.Al2020-01-201-1/+3
| | | | Recursively restores all hidden files in the mod or mods if more than one is selected.
* Fix mistakenly added modinfo tab IDSilarn2019-12-061-1/+0
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-0/+1
|
* added "open with vfs" option to conflicts tabisanae2019-12-021-0/+1
|
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-0/+50
renamed ETabs to ModInfoTabIDs and changed all ints to use the enum instead added ModInfoPtr to avoid having to include modinfo.h just to get ModInfo::Ptr