summaryrefslogtreecommitdiff
path: root/src/modinfodialogconflicts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed qDebug() to log::debug()isanae2019-07-221-8/+16
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-3/+3
| | | | removed now unused vlog()
* added a ModInfoDialogTabContext to avoid passing too many things to tab ↵isanae2019-07-021-7/+5
| | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments
* added explore menu item to conflict lists and filetreeisanae2019-07-021-5/+38
| | | | | changed filetree context menu to always show all items added mnemonics to conflicts context menu
* filterwidget now support automatically installing a proxy on listsisanae2019-07-021-2/+2
| | | | filters on txt and ini tabs
* added path and explore button to images tabisanae2019-07-021-14/+4
|
* various optimizations and cachingisanae2019-07-021-79/+107
| | | | | | fixed conflict list not sorting when changing parameters switched from QDirIterator to std::filesystem, much faster FilterWidget precompiles the list
* 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