summaryrefslogtreecommitdiff
path: root/src/modinfodialogimages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed "tab index" to "tab id", this was confusing the order in the widget ↵isanae2019-07-021-2/+2
| | | | | | and the id from the enum fixed reordering
* grey out tab names when they have no dataisanae2019-07-021-3/+9
| | | | | | 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-2/+3
| | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup
* split nexus tabisanae2019-07-021-2/+4
| | | | | | 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
* pass parent widget to tabs for dialogsisanae2019-07-021-1/+1
| | | | finished moving over conflict tab to its own set of files
* changed layout of esps tab, moved to modinfodialogesps.cpp/hisanae2019-07-021-2/+0
| | | | slightly offset next/previous images so they look better when shown next to each other vertically
* images list now vertical on the leftisanae2019-07-021-33/+89
| | | | reworked scaling to respect aspect ratio and not exceed original size
* split images tab stuff in ImagesTabisanae2019-07-021-0/+91
text editor: fixed modified flag not being set to false when loading an empty file