| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reverted changes to the toolbar: | isanae | 2019-06-04 | 1 | -26/+48 |
| | | | | | | | | - 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 | ||||
| * | Merge pull request #750 from isanae/more-menu-toolbar | Al | 2019-06-04 | 1 | -12/+66 |
| |\ | | | | | Menu bar can be hidden, also shows executable shortcuts | ||||
| | * | fixed exit menu item not working | isanae | 2019-06-03 | 1 | -3/+5 |
| | | | |||||
| | * | more comments | isanae | 2019-06-03 | 1 | -0/+4 |
| | | | |||||
| | * | renamed some of the menus to remove underscores | isanae | 2019-06-03 | 1 | -11/+19 |
| | | | | | | | | | | | added Run menu with shortcuts, only visible when there are shortcuts to show fixed menubar visibility not being remembered | ||||
| | * | added menubar toggle in the context menu | isanae | 2019-06-03 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | 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 | isanae | 2019-06-03 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #747 from isanae/splash-monitor | Al | 2019-06-03 | 1 | -0/+2 |
| |\ | | | | | Display the splash screen on the same monitor as the main window | ||||
| | * | remember the monitor number | isanae | 2019-06-03 | 1 | -0/+2 |
| | | | | | | | | | use it to display the splash screen on the same monitor as the main window instead of where the mouse cursor is | ||||
| * | | added medium toolbar icon size | isanae | 2019-06-02 | 1 | -5/+12 |
| | | | |||||
| * | | the toolbar menu is now in the ui file instead of being created by hand | isanae | 2019-06-02 | 1 | -30/+52 |
| | | | | | | | | | it's also shared between the main menu and the context menu | ||||
| * | | toolbar size and button style are now configurable and remembered | isanae | 2019-06-02 | 1 | -0/+71 |
| | | | |||||
| * | | moved links to a new dedicated toolbar | isanae | 2019-06-02 | 1 | -25/+31 |
| | | | |||||
| * | | moved notification menu item to tools, was the only thing in view | isanae | 2019-06-02 | 1 | -15/+17 |
| | | | | | | | | | | | fixed endorse action to also work with the menu fixed changing endorsement integration setting not changing visibility of actions | ||||
| * | | removed actionToToolButton(), which was replacing QAction's in the toolbar ↵ | isanae | 2019-06-02 | 1 | -69/+48 |
| | | | | | | | | | | | | | 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 | ||||
| * | | - always show statusbar, used by the menu and toolbar to display status tips | isanae | 2019-06-02 | 1 | -24/+22 |
| |/ | | | | | | | | - 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 | ||||
| * | don't activate the window when hovering save files | isanae | 2019-05-26 | 1 | -2/+9 |
| | | | | | don't popup the widget if the window doesn't have focus | ||||
| * | moved getFileExecutionContext() and its enum into OrganizerCore | isanae | 2019-05-26 | 1 | -1/+3 |
| | | |||||
| * | changed enum case to follow convention | isanae | 2019-05-26 | 1 | -2/+2 |
| | | |||||
| * | put explore and open functions in namespace shell | isanae | 2019-05-25 | 1 | -79/+19 |
| | | | | | | | previewDataFile() was duplicated in both MainWindow and ModInfoDialog, moved to OrganizerCore added preview menu item to filetree better logging when shell operations fail | ||||
| * | moved GetFileExecutionContext() out of OrganizerCore, no reason for it to be ↵ | isanae | 2019-05-25 | 1 | -25/+18 |
| | | | | | | | there added ExploreFile(), changed all mentions of ShellExecute() in MainWindow to use it | ||||
| * | a copy of getBinaryExecuteInfo() and openDataFile() was in both mainwindow ↵ | isanae | 2019-05-25 | 1 | -86/+28 |
| | | | | | | | and modinfodialog, it's now moved to organizercore and renamed getFileExecutionContext() and executefile() getFileExecutionContext() is also changed to return an enum instead of a 0-1-2 int | ||||
| * | download list: added columns for mod name, version and nexus id | isanae | 2019-05-22 | 1 | -0/+6 |
| | | |||||
| * | added const version of Settings::directInterface() for restoring states | isanae | 2019-05-20 | 1 | -2/+2 |
| | | | | | | added top-level saveState() and restoreState() to ModInfoDialog that are called from MainWindow, because it now also has to handle expander states in the conflict tab added internal opened state to expander widget instead of using widget visibility so it can be saved even after the dialog is closed | ||||
| * | when removing mods, limit the number of items in the list so the dialog ↵ | isanae | 2019-05-16 | 1 | -1/+17 |
| | | | | | stays at a sane height | ||||
| * | Update NXM link handling to support premium link and validate user info | Silarn | 2019-05-09 | 1 | -6/+6 |
| | | |||||
| * | Improve ignoring of missing English translations | LostDragonist | 2019-04-13 | 1 | -2/+2 |
| | | | | | Why does the language code keep changing?! | ||||
| * | Fix performance when selecting many mods | LostDragonist | 2019-03-30 | 1 | -6/+5 |
| | | |||||
| * | Add more protection against missing game plugins | LostDragonist | 2019-03-25 | 1 | -1/+1 |
| | | |||||
| * | Prevent diagnose plugins that return false for isActive from reporting ↵ | LostDragonist | 2019-03-23 | 1 | -3/+8 |
| | | | | | notifications | ||||
| * | Connect diagnosisUpdate and updateProblemsButton so the notification button ↵ | LostDragonist | 2019-03-23 | 1 | -0/+2 |
| | | | | | is updated properly | ||||
| * | Only change to the update filter if mods are being checked for update or ↵ | LostDragonist | 2019-03-22 | 1 | -6/+18 |
| | | | | | mods have updates available | ||||
| * | Don't delete the Nexus ID on invalid update requests | LostDragonist | 2019-03-22 | 1 | -12/+1 |
| | | |||||
| * | Refresh mod list after clearing overwrite folder | LostDragonist | 2019-03-09 | 1 | -2/+6 |
| | | |||||
| * | Improve updating mod highlights when no mod is selected | LostDragonist | 2019-03-09 | 1 | -11/+10 |
| | | |||||
| * | Use MD5 when querying info before bothering the user | LostDragonist | 2019-03-07 | 1 | -0/+1 |
| | | |||||
| * | Add support for displaying tracked mods and setting tracked status | LostDragonist | 2019-03-07 | 1 | -0/+112 |
| | | |||||
| * | Add setting to hide the API counter | LostDragonist | 2019-03-06 | 1 | -0/+3 |
| | | |||||
| * | Do not add inactive tool plugins to the tools menu | LostDragonist | 2019-02-24 | 1 | -0/+6 |
| | | |||||
| * | Call toggleMO2EndorseState for consistency | LostDragonist | 2019-02-24 | 1 | -1/+1 |
| | | |||||
| * | Store endorsement state of MO when a reply is received | LostDragonist | 2019-02-23 | 1 | -1/+3 |
| | | |||||
| * | Fix call to requestModInfo | LostDragonist | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Remove the spoofed NMM version | LostDragonist | 2019-02-22 | 1 | -2/+1 |
| | | | | | The new API does not require this and it serves no purpose to keep it. | ||||
| * | Force an update check after installing a mod | LostDragonist | 2019-02-22 | 1 | -0/+6 |
| | | |||||
| * | Invalidate mod list sort proxy when mods find updates | LostDragonist | 2019-02-21 | 1 | -10/+11 |
| | | |||||
| * | Remove more old Nexus settings | LostDragonist | 2019-02-19 | 1 | -0/+2 |
| | | |||||
| * | Cleanup and version bump | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | |||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -5/+17 |
| | | |||||
| * | Endorsement and efficiency updates | Silarn | 2019-02-18 | 1 | -50/+112 |
| | | | | | | | | * Reduce update timeout to 5 minutes * Introduce bulk endorsement check replacing global mod info check * Fine tune performance of bulk update info query * Thread the update processing to prevent lockups | ||||
| * | Implement bulk update check layer | Silarn | 2019-02-18 | 1 | -2/+31 |
| | | |||||
