summaryrefslogtreecommitdiff
path: root/src/modinfodialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* added a few missing constsisanae2020-02-041-1/+2
* Add "Restore hidden files" context menu option to modlist.Al2020-01-201-0/+40
* Make hidden files extension checks case insensitiveAl2020-01-201-2/+2
* added "open with vfs" option to conflicts tabisanae2019-12-021-3/+20
* don't log widget and geometry setting changesisanae2019-09-021-3/+6
* split settings into a bunch of classesisanae2019-09-021-1/+1
* added GeometrySaverisanae2019-08-161-5/+1
* moved geometry handling to mod info and overwrite dialogsisanae2019-08-041-52/+20
* changed qDebug() to log::debug()isanae2019-07-221-3/+1
* changed qCritical() to log::error()isanae2019-07-221-6/+6
* fixed tab order not being savedisanae2019-07-031-1/+5
* some refactoringisanae2019-07-021-109/+196
* reordering tabs, then switching to a mod with a different tab set would disca...isanae2019-07-021-78/+85
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-34/+26
* added a ModInfoDialogTabContext to avoid passing too many things to tab const...isanae2019-07-021-16/+24
* focus tabs when they need a confirmation to closeisanae2019-07-021-4/+30
* convert fs::path to utf-16 instead of ansiisanae2019-07-021-3/+5
* fixed problems with re-ordering tabs, realPos was never updated properly and ...isanae2019-07-021-4/+36
* fixed crash when opening separatorsisanae2019-07-021-1/+3
* remember state of various widgetsisanae2019-07-021-4/+8
* fixed tab re-ordering not being used if the old setting was presentisanae2019-07-021-0/+5
* added explore menu item to conflict lists and filetreeisanae2019-07-021-0/+6
* replaced reportError() calls by qCritical() because they can come from a thre...isanae2019-07-021-2/+16
* only load nexus website on activationisanae2019-07-021-1/+33
* various optimizations and cachingisanae2019-07-021-3/+9
* performance optimizations: text/ini tabs and advanced conflict list use views...isanae2019-07-021-1/+19
* don't update invisible tabsisanae2019-07-021-18/+39
* changed "tab index" to "tab id", this was confusing the order in the widget a...isanae2019-07-021-67/+137
* grey out tab names when they have no dataisanae2019-07-021-127/+231
* added missing iconsisanae2019-07-021-117/+56
* finished splitting filetree tabisanae2019-07-021-16/+16
* splitting filetree tabisanae2019-07-021-402/+7
* split notes tabisanae2019-07-021-13/+1
* split nexus tabisanae2019-07-021-217/+16
* split categories tabisanae2019-07-021-83/+5
* split ModInfoDialogTabisanae2019-07-021-36/+0
* pass parent widget to tabs for dialogsisanae2019-07-021-372/+72
* in the process of moving stuff to modinfodialogconflicts.h/cppisanae2019-07-021-461/+19
* changed layout of esps tab, moved to modinfodialogesps.cpp/hisanae2019-07-021-94/+4
* split images tab stuff in ImagesTabisanae2019-07-021-40/+11
* split ini tab stuff to IniFilesTabisanae2019-07-021-88/+2
* removed unused ini tweaks widgetsisanae2019-07-021-89/+1
* split text file tab into its own classisanae2019-07-021-59/+41
* split ExpanderWidget into its own set of filesisanae2019-07-021-54/+0
* line numbers, which required inheriting from QPlainTextEdit insteadisanae2019-07-021-6/+6
* TextEditor now has a dynamic toolbarisanae2019-07-021-31/+0
* added initial toolbar, splitterisanae2019-07-021-36/+41
* moved filerenamer to its own .cpp/.h pairisanae2019-07-021-187/+0
* clean up the list widgets and thumnails as well as recheck the tabs when refr...isanae2019-07-021-8/+23
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-4/+4