summaryrefslogtreecommitdiff
path: root/src/modinfodialogtab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* split directoryentryisanae2020-02-181-1/+1
| | | | made classes noncopyable, fixed a few unintended copies
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-3/+4
| | | | | renamed ETabs to ModInfoTabIDs and changed all ints to use the enum instead added ModInfoPtr to avoid having to include modinfo.h just to get ModInfo::Ptr
* added a ModInfoDialogTabContext to avoid passing too many things to tab ↵isanae2019-07-021-15/+18
| | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments
* focus tabs when they need a confirmation to closeisanae2019-07-021-0/+5
| | | | | dialog did not handle closeEvent() at all, it only checked the close button bunch of comments
* replaced reportError() calls by qCritical() because they can come from a ↵isanae2019-07-021-12/+24
| | | | | | | 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
* only load nexus website on activationisanae2019-07-021-1/+19
| | | | fixed refresh not working, will now always clear the browser so the refresh is obvious
* don't update invisible tabsisanae2019-07-021-0/+10
| | | | | update tabs when origin changes change setting name because 2.2.0 can't handle the text list
* changed "tab index" to "tab id", this was confusing the order in the widget ↵isanae2019-07-021-4/+4
| | | | | | and the id from the enum fixed reordering
* grey out tab names when they have no dataisanae2019-07-021-3/+19
| | | | | | 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-4/+25
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* finished splitting filetree tabisanae2019-07-021-3/+12
| | | | forward delete shortcut to tabs
* split notes tabisanae2019-07-021-0/+39
| | | | added new HTMLEditor that triggers an editingFinished() on focus our, used by notes tab
* split nexus tabisanae2019-07-021-3/+36
| | | | | | 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-0/+6
|
* split ModInfoDialogTabisanae2019-07-021-0/+36