summaryrefslogtreecommitdiff
path: root/src/modinfodialognexus.h
Commit message (Collapse)AuthorAgeFilesLines
* Add nexus category ID to mod infoJeremy Rimpo2023-09-211-0/+1
| | | | | - We will check the mod info first then fall back to the download file - Add category field in the info dialog nexus tab
* Apply clang-format.Mikaël Capelle2023-07-091-10/+5
|
* Refactor obsolete methodsSilarn2019-07-031-0/+2
|
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-1/+1
| | | | | 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-3/+1
| | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments
* changed how the mod url works:isanae2019-07-021-2/+9
| | | | | | | | | | - it is now independent from the nexus mod url - it can be set in addition to having a valid mod id - both urls can be displayed in the context menu re-arranged some of the widgets on the nexus tab added a track button added a custom url checkbox and open in browser button added a max-width to the browser
* 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