| 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()
|
| | |
|
| |\
| |
| | |
Fixing the icons on the toolbar and menus
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| | |
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
|
| |\ \ \
| |/ /
|/| | |
Reset m_closing to false when the user cancels closing
|
| |/ / |
|
| |\ \
| | |
| | | |
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
|
| |\ \
| |/
|/| |
Standard menu and toolbars
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
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
|
| |\
| |
| | |
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
|
| | | |
|