summaryrefslogtreecommitdiff
path: root/src/modinfodialogfiletree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-83/+107
|
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-2/+2
|
* Avoid opening folders in explorer when double-clicking on them in the filetree.Al2019-12-131-0/+5
| | | | As a side effect Enter and Return no longer do anything on folders either.
* removed dead setDefaultActivationActionForFile()isanae2019-12-091-3/+0
|
* disable run hooked in filetree when mod is disabledisanae2019-12-091-1/+16
|
* filetree tab: run exes unhooked by defaultisanae2019-12-091-6/+37
|
* conflicts tab: run exes unhooked by defaultisanae2019-12-081-1/+2
|
* implemented previews on double-click for the data and conflicts tabsisanae2019-12-041-28/+22
|
* added open previews on double-click optionisanae2019-12-041-9/+33
| | | | implemented for filetree
* double-click now opens files for the data tab, filetree and conflict listsisanae2019-12-021-0/+10
|
* added "open with vfs" to filetreeisanae2019-12-021-56/+59
|
* don't show the lock overlay for processes that are not hookedisanae2019-12-021-1/+4
| | | | | starting exe from filetree is now hooked usvfs progress dialog now on top of dialogs
* only default sort file trees if no setting was savedisanae2019-11-271-2/+3
|
* sortable filetree, remember settingsisanae2019-11-261-0/+11
|
* added error messages to FileRenamer and a few moreisanae2019-10-041-4/+4
| | | | fixes for shell functions changing names
* 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