summaryrefslogtreecommitdiff
path: root/src/modinfodialognexus.h
Commit message (Collapse)AuthorAgeFilesLines
* added path to editor toolbarisanae2019-07-021-1/+0
| | | | moved url to top in nexus tab and made it readonly
* only load nexus website on activationisanae2019-07-021-0/+1
| | | | fixed refresh not working, will now always clear the browser so the refresh is obvious
* nexus tab: fixed to only make one request, changed css to match nexus more ↵isanae2019-07-021-0/+1
| | | | | | | closely bbcode now supports [img width=x,height=x] images tab: don't reload the original image
* don't update invisible tabsisanae2019-07-021-0/+1
| | | | | 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-1/+1
| | | | | | and the id from the enum fixed reordering
* added missing iconsisanae2019-07-021-1/+1
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* split nexus tabisanae2019-07-021-0/+67
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