| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
discard the changes
comments, moving some stuff around
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
don't scroll when selecting an image with the mouse
|
| |
|
|
|
| |
split theme and metrics into their own class
added filename to thumbs
|
| |
|
|
|
| |
keep selection when switching back to no filtering
up/down keyboard navigation
|
| |
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| |
|
|
| |
manually
|
| | |
|
| |
|
|
|
|
| |
views and custom models
call update() after feedFiles() to allow some tabs to have post-processing after feedFiles()
|
| |
|
|
|
|
| |
and the id from the enum
fixed reordering
|
| |
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
| |
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
|
| |
|
|
| |
refactored TextFilesTab into GenericFiles so it can be used by IniFilesTab
|
| |
|
|
| |
splitter in ini tab
|
| | |
|
| | |
|
| |
|
|
| |
moved most of the text editor stuff to a new TextEditor class
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- sorting on advanced list
- save state of all four lists
- call refreshLists() just before showing because the state has to be loaded first, which happens after the ctor
|
| |
|
|
|
|
|
| |
setConflictItem() is now used by all conflict lists to setup the data (filename, archive, etc.) and visuals (italic for archives)
merged openDataFile() and previewDataFile() into their caller as they weren't used anywhere else
previewDataFile() used to do a fromNativeSeparators() before previewing, moved that to previewFileWithAlternatives() instead
brought overwrittenTree double click in line with overwriteTree, there's no difference between apply() and close() because there's only a close button
|
| | |
|
| | |
|
| |
|
|
| |
the mod/pluging lists
|
| | |
|
| |
|
|
| |
advanced conflict list now has items
|
| | |
|
| |
|
|
| |
directly being in the tab, allows for future additions to the tab
|
| |
|
|
|
|
|
| |
set uniformRowHeights for all three lists for faster rendering, all items are text only
all three lists use the same code for the context menu:
- createConflictMenuActions() returns a struct with the QActions that are valid for the selection
- showConflictMenu() plugs in the handlers and shows the menu
|
| |
|
|
| |
context menu for noconflict tree
|
| | |
|
| | |
|