summaryrefslogtreecommitdiff
path: root/src/modinfodialogtextfiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dependency Updates Meta PR (#2242)Jeremy Rimpo2025-05-221-0/+3
* Apply clang-format.Mikaƫl Capelle2023-07-091-49/+26
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-1/+0
* stop using deprecated map()isanae2020-11-031-1/+1
* stack overflow when searching text files/ini lists because they reported chil...isanae2020-10-311-1/+6
* Show .toml files in the "Text Files" modInfoDialog tab.AL2020-06-241-1/+2
* Remove .cfg from INI Files tab as it's in Text Files tab now.AL2020-02-041-1/+1
* Add support for other text file types to Text Files modinfo tabAL2020-02-041-10/+9
* finished moving mod info dialog directinterface to settingsisanae2019-08-241-2/+2
* added a ModInfoDialogTabContext to avoid passing too many things to tab const...isanae2019-07-021-18/+12
* focus tabs when they need a confirmation to closeisanae2019-07-021-0/+2
* remember state of various widgetsisanae2019-07-021-4/+15
* fixed text editors not clearing when switching modsisanae2019-07-021-0/+1
* replaced reportError() calls by qCritical() because they can come from a thre...isanae2019-07-021-1/+1
* filterwidget now support automatically installing a proxy on listsisanae2019-07-021-4/+9
* various optimizations and cachingisanae2019-07-021-9/+6
* custom models for esp listsisanae2019-07-021-1/+2
* performance optimizations: text/ini tabs and advanced conflict list use views...isanae2019-07-021-28/+105
* changed "tab index" to "tab id", this was confusing the order in the widget a...isanae2019-07-021-6/+6
* grey out tab names when they have no dataisanae2019-07-021-0/+2
* added missing iconsisanae2019-07-021-6/+6
* split nexus tabisanae2019-07-021-9/+17
* pass parent widget to tabs for dialogsisanae2019-07-021-7/+10
* split ini tab stuff to IniFilesTabisanae2019-07-021-34/+83
* disable editor without selectionisanae2019-07-021-1/+12
* split text file tab into its own classisanae2019-07-021-0/+91