| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| | |
dialog did not handle closeEvent() at all, it only checked the close button
bunch of 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
|
| | |
| |
| |
| | |
from / to \ since the change to std::filesystem
|
| | |
| |
| |
| | |
it wasn't actually used everywhere
|
| | | |
|
| | |
| |
| |
| | |
remove obsolete settings
|
| | | |
|
| | |
| |
| |
| |
| | |
changed filetree context menu to always show all items
added mnemonics to conflicts context menu
|
| | |
| |
| |
| | |
reduced paging size by one, feels much more natural
|
| | |
| |
| |
| | |
moved url to top in nexus tab and made it readonly
|
| | |
| |
| |
| | |
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
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
fixed save button on editor being enabled with empty documents
added ctrl+s
always show vertical scrollbar in thumbnails, fixes nonstop relayouts when the height is just right and the scrollbar flickers on and off
|
| | |
| |
| |
| | |
ported typo fixes that applied to the mod info dialog
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
thread, which hangs the ui
categories and notes will update the tab color when changing
fixed rare crash when reordering tabs while loading a mod
|
| | | |
|
| | |
| |
| |
| | |
filters on txt and ini tabs
|
| | |
| |
| |
| | |
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
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
fixed conflict list not sorting when changing parameters
switched from QDirIterator to std::filesystem, much faster
FilterWidget precompiles the list
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
much faster
|
| | |
| |
| |
| | |
manually
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
views and custom models
call update() after feedFiles() to allow some tabs to have post-processing after feedFiles()
|
| | |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
forward delete shortcut to tabs
|
| | |
| |
| |
| | |
moved mod info dialog classes to a sub filter
|
| | |
| |
| |
| | |
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
|
| | | |
|
| | | |
|
| | | |
|