| 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
|
| | |
|
| | |
|
| |
|
|
| |
changed some places that used QDesktopServices to use shell::Open() from uibase instead
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
the instance creation dialog
removed the PluginContainer* parameter from NexusInterface::instance()
- it's a singleton, so it only needs to be given once, not every time
- it doesn't even matter because the first time instance() is called, it creates the singleton, but the plugin container is always null
- and setPluginContainer() is called much later from OrganizerCore with the correct value
added non functional nexus page to instance creation dialog
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
fixes for shell functions changing names
|
| |
|
|
| |
removed "get" from the getters that had it
|
| | |
|
| | |
|
| |
|
|
| |
overflow by forcing world break word wrap.
|
| |
|
|
| |
better.
|
| |
|
|
|
| |
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
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
| |
now passing tab index to allow enabling/disabling depending on mod type
modinfodialog cleanup
|
| |
|
|
| |
added new HTMLEditor that triggers an editingFinished() on focus our, used by notes tab
|
|
|
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
|