| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
- We will check the mod info first then fall back to the download file
- Add category field in the info dialog nexus tab
|
| | |
|
| | |
|
| |
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
constructors
mod is passed to ctors to make sure they can never be empty
only call deleteRequest() to selected mod
comments
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
moved url to top in nexus tab and made it readonly
|
| |
|
|
| |
fixed refresh not working, will now always clear the browser so the refresh is obvious
|
| |
|
|
|
|
|
| |
closely
bbcode now supports [img width=x,height=x]
images tab: don't reload the original image
|
| |
|
|
|
| |
update tabs when origin changes
change setting name because 2.2.0 can't handle the text list
|
| |
|
|
|
|
| |
and the id from the enum
fixed reordering
|
| |
|
|
|
| |
now passing tab index to allow enabling/disabling depending on mod type
modinfodialog cleanup
|
|
|
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
|