| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
constructors
mod is passed to ctors to make sure they can never be empty
only call deleteRequest() to selected mod
comments
|
| |
|
|
| |
remove obsolete settings
|
| |
|
|
| |
reduced paging size by one, feels much more natural
|
| |
|
|
| |
don't scroll when selecting an image with the mouse
|
| |
|
|
|
| |
split theme and metrics into their own class
added filename to thumbs
|
| |
|
|
| |
changed to draw the full image background only behind the image
|
| |
|
|
|
| |
keep selection when switching back to no filtering
up/down keyboard navigation
|
| |
|
|
| |
selected thumbnail now has a background color
|
| |
|
|
|
|
| |
- uses a custom widget with a scrollbar instead of a QScrollArea
- scrolling by image instead of pixel
- refactored all the geometry stuff in ImagesGeometry
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
closely
bbcode now supports [img width=x,height=x]
images tab: don't reload the original image
|
| | |
|
| | |
|
| |
|
|
| |
much faster
|
| |
|
|
| |
manually
|
| |
|
|
|
|
| |
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 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
|
| |
|
|
| |
finished moving over conflict tab to its own set of files
|
| |
|
|
| |
slightly offset next/previous images so they look better when shown next to each other vertically
|
| |
|
|
| |
reworked scaling to respect aspect ratio and not exceed original size
|
|
|
text editor: fixed modified flag not being set to false when loading an empty file
|