summaryrefslogtreecommitdiff
path: root/src/modinfodialogesps.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Dependency Updates Meta PR (#2242)Jeremy Rimpo2025-05-221-0/+3
| | | | | * Update dll manifests * Fixes for emit / model refresh issues
* Apply clang-format.Mikaël Capelle2023-07-091-64/+32
|
* finished moving mod info dialog directinterface to settingsisanae2019-08-241-2/+2
|
* replaced qWarning()isanae2019-07-221-3/+4
|
* added a ModInfoDialogTabContext to avoid passing too many things to tab ↵isanae2019-07-021-5/+3
| | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments
* fix inactive esps being marked as active because path separators changed ↵isanae2019-07-021-1/+1
| | | | from / to \ since the change to std::filesystem
* remember state of various widgetsisanae2019-07-021-0/+11
| | | | remove obsolete settings
* replaced reportError() calls by qCritical() because they can come from a ↵isanae2019-07-021-1/+2
| | | | | | | thread, which hangs the ui categories and notes will update the tab color when changing fixed rare crash when reordering tabs while loading a mod
* various optimizations and cachingisanae2019-07-021-14/+12
| | | | | | 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-72/+173
|
* 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
* 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-2/+2
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* split nexus tabisanae2019-07-021-3/+5
| | | | | | 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-1/+0
|
* pass parent widget to tabs for dialogsisanae2019-07-021-15/+15
| | | | finished moving over conflict tab to its own set of files
* changed layout of esps tab, moved to modinfodialogesps.cpp/hisanae2019-07-021-0/+287
slightly offset next/previous images so they look better when shown next to each other vertically