summaryrefslogtreecommitdiff
path: root/src/modinfodialogtextfiles.cpp
Commit message (Collapse)AuthorAgeFilesLines
* performance optimizations: text/ini tabs and advanced conflict list use ↵isanae2019-07-021-28/+105
| | | | | | 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-6/+6
| | | | | | and the id from the enum fixed reordering
* grey out tab names when they have no dataisanae2019-07-021-0/+2
| | | | | | remove tabs if they're can't handle the selected mod next/previous now load mods in place without reopening the dialog tab reordering is broken
* added missing iconsisanae2019-07-021-6/+6
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* split nexus tabisanae2019-07-021-9/+17
| | | | | | 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
* pass parent widget to tabs for dialogsisanae2019-07-021-7/+10
| | | | finished moving over conflict tab to its own set of files
* split ini tab stuff to IniFilesTabisanae2019-07-021-34/+83
| | | | refactored TextFilesTab into GenericFiles so it can be used by IniFilesTab
* disable editor without selectionisanae2019-07-021-1/+12
|
* split text file tab into its own classisanae2019-07-021-0/+91