| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | removed actionToToolButton(), which was replacing QAction's in the toolbar ↵ | isanae | 2019-06-02 | 1 | -4/+5 |
| | | | | | | | 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 | -0/+3 |
| | | | | | | | | | - 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 | ||||
| * | a copy of getBinaryExecuteInfo() and openDataFile() was in both mainwindow ↵ | isanae | 2019-05-25 | 1 | -1/+0 |
| | | | | | | | 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 | ||||
| * | Update NXM link handling to support premium link and validate user info | Silarn | 2019-05-09 | 1 | -1/+1 |
| | | |||||
| * | Improve updating mod highlights when no mod is selected | LostDragonist | 2019-03-09 | 1 | -1/+0 |
| | | |||||
| * | Add support for displaying tracked mods and setting tracked status | LostDragonist | 2019-03-07 | 1 | -0/+4 |
| | | |||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -2/+3 |
| | | |||||
| * | Endorsement and efficiency updates | Silarn | 2019-02-18 | 1 | -6/+7 |
| | | | | | | | | * 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 | -0/+1 |
| | | |||||
| * | Multiple updates: | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | | | | | | | | | | | * Remove periodic auto-update * Add context menu force-update for mod list * Fix some bugs with update parsing - Ignore update files that are deleted - Fix remaining issue with failing to get all mods due to capitalization * Remove queue retry when out of requests * Clear all requests when out of requests * More potential improvements to login/validation process | ||||
| * | Various fixes and updates | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | | | | | | * Add second api type for mod info to segment updates from basic desc * Add saved nexus file type and factor it into the update display * Fix some issues with how we were checking for 'latest update' files | ||||
| * | Update Process Improvements | Silarn | 2019-02-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | * 5 minute batch auto-update of up to 10 mods - Still able to force an update of all 'unchecked' mods - Prioritizes mods with oldest update 'age' * Implemented 1-hour wait between update checks per mod * Fixed issues with update progress display * Only enable update filter automatically if 'force update' * Improved display of version update status in mod list - Italic text when ready to perform update check - Tooltip indicates when next update is available * Fixed remaining issues with update fallback check * Only trigger one update API request for duplicate sources | ||||
| * | Multiple fixes: | Silarn | 2019-02-18 | 1 | -2/+1 |
| | | | | | | | * Uses current daily/hourly rate limits * Fixed issue with translating API game string to mod game string ** Corrects issues with update checks and downloads | ||||
| * | Add counter for API requests | Silarn | 2019-02-18 | 1 | -0/+2 |
| | | |||||
| * | Implement an API rate limiter | Silarn | 2019-02-18 | 1 | -0/+1 |
| | | |||||
| * | Reworking update checks to use the file update info with a fallback | Silarn | 2019-02-18 | 1 | -2/+3 |
| | | |||||
| * | Several Nexus API-related changes | Silarn | 2019-02-18 | 1 | -658/+658 |
| | | | | | | | | | * Added 30-second ping so Nexus doesn't close our connection * Set an overall 5 minute timeout before we give up listening for auth * Fixed some old signal and slot connections * Added a button to revoke the current API authorization * Updated bulk endorsement function with new API changes | ||||
| * | Change mod list context menu to stack allocation | Krzysztof Starecki | 2019-02-15 | 1 | -1/+1 |
| | | |||||
| * | Fix mod context menu rendering issue | Krzysztof Starecki | 2019-02-14 | 1 | -1/+1 |
| | | |||||
| * | Rename problems to notifications | LostDragonist | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'remotes/origin/archive_conflicts_2' into Develop | LostDragonist | 2019-01-25 | 1 | -0/+3 |
| |\ | |||||
| | * | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-22 | 1 | -0/+1 |
| | |\ | |||||
| | * \ | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -0/+1 |
| | |\ \ | |||||
| | * \ \ | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-01 | 1 | -1/+2 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -1/+10 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Updating to 2.1.7alpha1 | ||||
| | * | | | | | Added button to disable Archives in Data Tree and entirely. | Project579 | 2018-12-12 | 1 | -0/+3 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #631 from Thex-PiedDroit/OverwriteToMod | Al | 2019-01-24 | 1 | -0/+8 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Added ability to move files from the overwrite folder to an existing mod | ||||
| | * | | | | | Added ability to move files from the overwrite folder to an existing mod | Thex | 2019-01-22 | 1 | -0/+8 |
| | | |_|_|/ | |/| | | | |||||
| * / | | | | Reduce file I/O operations when enabling/disabling multiple mods | LostDragonist | 2019-01-22 | 1 | -0/+1 |
| |/ / / / | |||||
| * | | / | Add link to discord server in help menu | LostDragonist | 2019-01-14 | 1 | -0/+1 |
| | |_|/ |/| | | |||||
| * | | | Add qss styling options for progress bar and compact mode widgets | Krzysztof Starecki | 2018-12-31 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add icon for incomplete download info, add download progress delegate | Krzysztof Starecki | 2018-12-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix a bug where downloadlist context actions run multiple times | Krzysztof Starecki | 2018-12-30 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Fix warning about missing signal | LostDragonist | 2018-12-28 | 1 | -1/+1 |
| | | | |||||
| * | | Allow user to "won't endorse" MO itself | LostDragonist | 2018-12-24 | 1 | -0/+2 |
| | | | |||||
| * | | Allow "endorse", "unendorse", and "won't endorse" for multiple mods | LostDragonist | 2018-12-24 | 1 | -0/+1 |
| | | | |||||
| * | | Improvements to the plugin and mod counters | LostDragonist | 2018-12-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | * Fix style * Add whatsThis * Add tooltips with additional statistics * Don't count mods like overwrite, unmanaged, DLC, etc. | ||||
| * | | Added Active Plugins and Active Mods counters | Al | 2018-12-24 | 1 | -0/+1 |
| | | | |||||
| * | | Expand mod list search edit to work on categories, nexus IDs, and notes | LostDragonist | 2018-12-20 | 1 | -0/+1 |
| | | | |||||
| * | | *Added "Open INIs Folder" option. | Al12rs | 2018-12-20 | 1 | -0/+1 |
| | | | | | | | | | *Changed "Open Instance Folder" to open the Appdata or MO2 install instead of the baseDirectory. | ||||
| * | | Fixed performance issue of Data tab. | Al12rs | 2018-12-18 | 1 | -1/+1 |
| |/ | |||||
| * | Allow tool plugins to define a submenu with the display name | LostDragonist | 2018-12-11 | 1 | -1/+2 |
| | | | | | Setting the display name to "<submenu>/<displayname>" will group plugins under the submenu. | ||||
| * | Added "Open Origin in Explorer" and "Open Origin Info..." options to ESPList ↵ | Al12rs | 2018-12-11 | 1 | -0/+2 |
| | | | | | context menu. | ||||
| * | Add shortcut to select name filters on mod list and plugin list | LostDragonist | 2018-12-08 | 1 | -0/+3 |
| | | |||||
| * | Add "send to separator..." option for mods | LostDragonist | 2018-12-02 | 1 | -0/+1 |
| | | |||||
| * | Hide "send to" context menu options when not sorting by priority | LostDragonist | 2018-11-04 | 1 | -2/+2 |
| | | |||||
| * | Add context menu option to send to a specific priority | LostDragonist | 2018-11-04 | 1 | -2/+9 |
| | | |||||
| * | Add separators according to context location of context menu | LostDragonist | 2018-11-01 | 1 | -0/+1 |
| | | |||||
| * | Add send to top/bottom options for the plugin list | LostDragonist | 2018-10-31 | 1 | -0/+2 |
| | | |||||
| * | Add send to top/bottom options for the mod list | LostDragonist | 2018-10-31 | 1 | -0/+2 |
| | | |||||
