summaryrefslogtreecommitdiff
path: root/src/modinfodialogfiletree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Starfield: Updated blueprint / blueprint prefix support (#2368)Jeremy Rimpo2026-04-161-1/+1
* Change IOrganizer::profile return type to a shared_ptr (#2322)Jonathan Feenstra2026-01-111-1/+1
* 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
* 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
* 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
* 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
* changed qDebug() to log::debug()isanae2019-07-221-6/+6
* changed qCritical() to log::error()isanae2019-07-221-4/+5
* some refactoringisanae2019-07-021-1/+0
* added a ModInfoDialogTabContext to avoid passing too many things to tab const...isanae2019-07-021-8/+6
* added explore menu item to conflict lists and filetreeisanae2019-07-021-75/+103
* fixed text editors not clearing when switching modsisanae2019-07-021-2/+2
* changed "tab index" to "tab id", this was confusing the order in the widget a...isanae2019-07-021-2/+2
* grey out tab names when they have no dataisanae2019-07-021-1/+3
* added missing iconsisanae2019-07-021-2/+2
* finished splitting filetree tabisanae2019-07-021-118/+114
* splitting filetree tabisanae2019-07-021-0/+420