summaryrefslogtreecommitdiff
path: root/src/modinfodialogtextfiles.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-9/+5
|
* Fix Mobase namespace for filterwidgetAL2020-02-011-0/+2
|
* added a ModInfoDialogTabContext to avoid passing too many things to tab ↵isanae2019-07-021-9/+5
| | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments
* remember state of various widgetsisanae2019-07-021-0/+3
| | | | remove obsolete settings
* filterwidget now support automatically installing a proxy on listsisanae2019-07-021-1/+3
| | | | filters on txt and ini tabs
* performance optimizations: text/ini tabs and advanced conflict list use ↵isanae2019-07-021-5/+8
| | | | | | views and custom models call update() after feedFiles() to allow some tabs to have post-processing after feedFiles()
* changed "tab index" to "tab id", this was confusing the order in the widget ↵isanae2019-07-021-3/+3
| | | | | | and the id from the enum fixed reordering
* added missing iconsisanae2019-07-021-3/+3
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* split nexus tabisanae2019-07-021-4/+8
| | | | | | added OrganizerCore::loggedInAction() to execute a function only when logged in, replaces a bunch of copy/pasted stuff in mainwindow moved common variables in ModInfoDialogTab moved DescriptionPage to modinfodialognexus.h, renamed to NexusTabWebpage, deleted now empty descriptionpage.h
* split ModInfoDialogTabisanae2019-07-021-1/+1
|
* pass parent widget to tabs for dialogsisanae2019-07-021-4/+9
| | | | finished moving over conflict tab to its own set of files
* split ini tab stuff to IniFilesTabisanae2019-07-021-7/+34
| | | | refactored TextFilesTab into GenericFiles so it can be used by IniFilesTab
* disable editor without selectionisanae2019-07-021-0/+3
|
* split text file tab into its own classisanae2019-07-021-0/+21