| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
hiding/unhiding very well
|
| |
|
|
| |
added update notification to statusbar
|
| | |
|
| | |
|
| |
|
|
| |
notification icon in status bar
|
| | |
|
| |
|
|
|
| |
moved the api label to the status bar
refactored a bunch of copy/pasted code in NexusInterface to use shouldThrottle() and throttledWarning()
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Natural sort for conflict lists
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
- use new ConflictItem class derived from QTreeWidgetItem
- that class has all the various conflict*() member functions that were previously in the dialog
- moved some of the can*() member functions out to namespace level so they can be used by ConflictItem, no real need to have them as members anyway
|
| |\ \
| | |
| | | |
Added "Open Origin in Explorer" to the data tab
|
| | |/
| |
| |
| |
| | |
renamed openOriginExplorer_clicked() to openPluginOriginExplorer_clicked() to make it clearer
exec() for context menu in lists should be relative to the viewport to account for the header size
|
| |\ \
| |/
|/| |
Reverted changes to the toolbar
|
| | |
| |
| |
| | |
take screenshots with alt+printscreen without having the menu pop up
|
| | |
| |
| |
| |
| |
| |
| | |
- swapped back "add profile" and "install mod" icons
- removed links toolbar, icons are added to the main one
- locked the toolbar because there's only one now
- right align everything after the last separator and executable shortcuts
|
| |\ \
| |/
|/| |
New dialog to manually enter Nexus API key
|
| | |
| |
| |
| | |
disabled disconnect and manual key buttons while fetching the api key
|
| | |
| |
| |
| |
| |
| |
| | |
"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
|
| |\ \
| | |
| | | |
Menu bar can be hidden, also shows executable shortcuts
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
added Run menu with shortcuts, only visible when there are shortcuts to show
fixed menubar visibility not being remembered
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
removed two unused actions: actionToolbar_Size and actionToolbar_style
added ways to make the menu reappear if you hide everything:
- show the toolbar popup when right-clicking around the border of the main window
- intercept the Alt key and make the main menu visible
|
| |/ / |
|
| |\ \
| | |
| | | |
Display the splash screen on the same monitor as the main window
|
| | |/
| |
| |
| | |
use it to display the splash screen on the same monitor as the main window instead of where the mouse cursor is
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
also formatted the Transparent styles, all the css was on one line
added a separator before the settings menu item
fixed medium icon item not being checkable
|
| | | |
|
| | |
| |
| |
| | |
it's also shared between the main menu and the context menu
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
fixed endorse action to also work with the menu
fixed changing endorsement integration setting not changing visibility of actions
|
| | |
| |
| |
| |
| |
| | |
with QToolButton's, making it very difficult to have an equivalent in the main menu. QAction's can have a menu, so use that instead.
the only place this doesn't work is with the nexus button, which can be replaced by a menu if there are IPluginModPage plugins adding items to it; registerModPage() works fine with the toolbar, but doesn't handle the main menu yet
|
| |/
|
|
|
|
|
|
| |
- reduced margins around central widgets to align it with status bar text, removed bottom margins completely because the statusbar is enough
- notifications: now always enabled, dialog shows a special item when empty, just change the tooltip and leave the text alone
- added all toolbar actions to menu
- non functional in menu for now: tools, help and endorse because they're menus
- changed some of the action strings to be the same on both toolbar and menu, added missing status tips
|
| |
|
|
| |
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
|