| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
"revoking" is ambiguous
reworked manual key dialog to look more like MO1
moved all the UI stuff from callbacks in Settings back to SettingsDialog in a central updateNexusButtons(), which also enables/disables buttons as needed
|
| |
|
|
|
| |
added button in nexus settings to open the dialog
added a force flag to apiCheck() to do a check with the new key even if the login was successful before
|
| |\
| |
| | |
New conflict list, new "go to" conflict menu item
|
| | |
| |
| |
| | |
states
|
| | |
| |
| |
| |
| |
| | |
- the file index is now stored in the row data
- the alternate origins are now added to the context menu in a "go to" submenu
- context menu items are now visually disabled instead of omitted from the menu
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
- 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
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
copied the logic from modlistsortproxy so the basic boolean syntax in filters works
|
| | |
| |
| |
| |
| |
| |
| | |
to it, but that won't work as a general solution, it would need to be on tabs for the modinfo dialog
added a simple matches() that just searches for the string
FilterWidget can cleanly unhook itself
|
| | |
| |
| |
| | |
the mod/pluging lists
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
advanced conflict list now has items
|
| | |
| |
| |
| | |
split item creation from refreshConflictLists()
|
| | |
| |
| |
| |
| | |
added some autos here and there
added some whitespace
|
| | | |
|
| | | |
|
| |/
|
|
| |
directly being in the tab, allows for future additions to the tab
|
| |\
| |
| | |
Share context menu between conflict lists
|
| | |
| |
| |
| | |
I'm not sure how I got to the conclusion that this was a better idea: preview was always an option for those files, and it has always shown the winning file, so I changed some long-standing behaviour for no reason. I reverted that change, although I'm leaving the functionality in previewFileWithAlternatives() to specify the selected origin because it works and could be useful in the future
|
| | | |
|
| | |
| |
| |
| |
| | |
when I pass true to it, I expect it to be visible, not "yes, this should be hidden"
I had actually started this earlier and ended up in a broken, in-between state, which should be fixed now
|
| | |
| |
| |
| |
| | |
this is so that an origin other than the primary can be shown first and is used from previewDataFile() in ModInfoDialog since showing a preview for a conflicting file could initially show the file from the wrong mod
removed unused, uninitialized and dangerous ModInfoDialog::m_OriginID
|
| | |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | | |
Adds filters, precompiled headers and quietness to the Visual Studio projects
|
| | |\ \
| | | |
| | | |
| | | | |
cmake-changes
|
| | | | |
| | | |
| | | | |
removed headers that were redundant or actually from MO
|
| | |/ / |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
autogen filter
|
| | | |
| | |
| | |
| | |
| | | |
qt5_wrap_ui() is redundant since autouic is already on
generate INSTALL.vcxproj.user to have the proper debugging settings so ModOrganizer.exe is started from install/bin
|
| | | |
| | |
| | |
| | | |
always include the INSTALL project in the solution build
|
| | | |
| | |
| | |
| | | |
studio project
|
| |\ \ \
| | | |
| | | | |
Permissive flag
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- no implicit conversions for enum classes
- can't bind rvalue to non-const ref
- string literals are const
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| | |
fixes a crash when highlighting plugins
|
| |/ /
| |
| |
| | |
this is a quick fix for this particular crash, there's probably something deeper to fix
|
| |\ \
| | |
| | | |
don't activate the window when hovering save files
|
| |/ /
| |
| |
| | |
don't popup the widget if the window doesn't have focus
|
| |\ \
| | |
| | | |
moved shell functions to uibase
|
| |/ / |
|
| |\ \
| | |
| | | |
Add preview to filetree, some refactoring
|
| | | | |
|
| | | | |
|