summaryrefslogtreecommitdiff
path: root/src/modinfodialogconflicts.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* custom models for esp listsisanae2019-07-021-1/+1
|
* rework of the images tab to avoid using widgets at all, painting is done ↵isanae2019-07-021-8/+0
| | | | manually
* switched all conflict lists to QTreeView with custom modelisanae2019-07-021-317/+445
|
* performance optimizations: text/ini tabs and advanced conflict list use ↵isanae2019-07-021-32/+184
| | | | | | 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-2/+2
| | | | | | and the id from the enum fixed reordering
* fixed crash in conflict tabsisanae2019-07-021-4/+4
|
* grey out tab names when they have no dataisanae2019-07-021-2/+5
| | | | | | 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-2/+9
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* finished splitting filetree tabisanae2019-07-021-3/+3
| | | | forward delete shortcut to tabs
* splitting filetree tabisanae2019-07-021-0/+14
| | | | moved mod info dialog classes to a sub filter
* split nexus tabisanae2019-07-021-56/+35
| | | | | | 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 categories tabisanae2019-07-021-5/+0
|
* split ModInfoDialogTabisanae2019-07-021-0/+1
|
* renamed widgets to their proper nameisanae2019-07-021-54/+54
|
* pass parent widget to tabs for dialogsisanae2019-07-021-31/+410
| | | | finished moving over conflict tab to its own set of files
* in the process of moving stuff to modinfodialogconflicts.h/cppisanae2019-07-021-0/+530