summaryrefslogtreecommitdiff
path: root/src/modinfodialogtextfiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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