summaryrefslogtreecommitdiff
path: root/src/modinfodialog.h
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-23/+17
* Convert everything to CRLF.Mikaël Capelle2023-07-091-260/+260
* Fix parent of ModInfoDialog.Mikaël Capelle2021-01-021-1/+1
* Move more stuff from MainWindow. Minor improvements for prev/next button in M...Mikaël Capelle2021-01-021-6/+10
* moved geometry handling to mod info and overwrite dialogsisanae2019-08-041-14/+12
* some refactoringisanae2019-07-021-11/+44
* reordering tabs, then switching to a mod with a different tab set would disca...isanae2019-07-021-15/+119
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-43/+7
* added a ModInfoDialogTabContext to avoid passing too many things to tab const...isanae2019-07-021-28/+8
* focus tabs when they need a confirmation to closeisanae2019-07-021-1/+5
* fixed problems with re-ordering tabs, realPos was never updated properly and ...isanae2019-07-021-0/+2
* added explore menu item to conflict lists and filetreeisanae2019-07-021-0/+1
* replaced reportError() calls by qCritical() because they can come from a thre...isanae2019-07-021-0/+1
* only load nexus website on activationisanae2019-07-021-1/+2
* added path and explore button to images tabisanae2019-07-021-0/+14
* performance optimizations: text/ini tabs and advanced conflict list use views...isanae2019-07-021-0/+2
* don't update invisible tabsisanae2019-07-021-3/+4
* changed "tab index" to "tab id", this was confusing the order in the widget a...isanae2019-07-021-8/+9
* grey out tab names when they have no dataisanae2019-07-021-26/+32
* added missing iconsisanae2019-07-021-31/+13
* finished splitting filetree tabisanae2019-07-021-37/+5
* splitting filetree tabisanae2019-07-021-27/+1
* split nexus tabisanae2019-07-021-29/+0
* split categories tabisanae2019-07-021-7/+0
* split ModInfoDialogTabisanae2019-07-021-32/+1
* pass parent widget to tabs for dialogsisanae2019-07-021-43/+19
* in the process of moving stuff to modinfodialogconflicts.h/cppisanae2019-07-021-23/+22
* changed layout of esps tab, moved to modinfodialogesps.cpp/hisanae2019-07-021-2/+0
* split images tab stuff in ImagesTabisanae2019-07-021-4/+1
* split ini tab stuff to IniFilesTabisanae2019-07-021-8/+0
* removed unused ini tweaks widgetsisanae2019-07-021-6/+0
* split text file tab into its own classisanae2019-07-021-5/+24
* split ExpanderWidget into its own set of filesisanae2019-07-021-41/+1
* line numbers, which required inheriting from QPlainTextEdit insteadisanae2019-07-021-1/+0
* TextEditor now has a dynamic toolbarisanae2019-07-021-5/+0
* added initial toolbar, splitterisanae2019-07-021-2/+8
* moved filerenamer to its own .cpp/.h pairisanae2019-07-021-134/+1
* refactored conflict list items:isanae2019-06-041-21/+0
* conflict lists:isanae2019-05-311-10/+23
* conflict listsisanae2019-05-311-0/+2
* don't show open menu item if the files are from an archiveisanae2019-05-311-0/+2
* replaced all the manual UserRole stuff with a few constants and helper functionsisanae2019-05-311-2/+8
* restore conflicts selected tab and checkboxesisanae2019-05-311-2/+2
* added new filterwidget, will eventually get the operators functionality from ...isanae2019-05-311-0/+3
* allow for refreshing individual conflict tabsisanae2019-05-311-3/+8
* added AlternativesVector typedef to FileEntryisanae2019-05-311-0/+11
* split refreshLists() in twoisanae2019-05-311-0/+3
* added selectedOrigin to previewFileWithAlternatives()isanae2019-05-281-1/+0
* multiple selection for noconflict and overwritten listsisanae2019-05-271-14/+23
* put explore and open functions in namespace shellisanae2019-05-251-5/+7