| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Added Reset color option for separators and changed the bahavior of "cancel" ↵ | Al12rs | 2018-10-28 | 1 | -0/+1 |
| | | | | | of the color selector dialog to keep previous color. | ||||
| * | Added Color costumization for Separators. | Al12rs | 2018-10-28 | 1 | -0/+1 |
| | | |||||
| * | Added modlist Separators feature: | Al12rs | 2018-10-28 | 1 | -0/+1 |
| | | | | | | | | | *New modType separator. *Bold, italic and centralized name without _separator at the end. *Added "create separator" option to context menu. *Added "rename separator" option. *Fixed rename separator issue with priority resetting. | ||||
| * | Add option to create a Mod backup from the modlist context menu. | Al12rs | 2018-09-07 | 1 | -0/+1 |
| | | |||||
| * | Added "Refresh" button to downloads tab. | Al12rs | 2018-08-31 | 1 | -0/+1 |
| | | |||||
| * | Add "enable/disable selected" to mod list context menu | LostDragonist | 2018-08-16 | 1 | -0/+2 |
| | | |||||
| * | Add "enable/disable selected" to plugin list context menu | LostDragonist | 2018-08-16 | 1 | -0/+4 |
| | | |||||
| * | Added "Open Mods folder" to "Open Folder" context menu. | Al12rs | 2018-07-21 | 1 | -0/+1 |
| | | |||||
| * | Added ability to open mod information window by double cliking on plugins. | Al12rs | 2018-07-17 | 1 | -0/+1 |
| | | |||||
| * | Added "Open Plugins folder" option to Open folder menu. | Al12rs | 2018-05-20 | 1 | -0/+1 |
| | | |||||
| * | Fix a memory leak in updateToolBar | Diana | 2018-05-18 | 1 | -0/+2 |
| | | | | | | | | | | | | updateToolBar was creating new QActions and QWidgets every call, without cleaning them up. The spacer, help widgets, and toolbuttons only need to be created once. Those have been moved out into the MainWindow constructor updateToolBar is called in various places, importantly when adding/removing executable shortcuts. Also adds a deleteLater() call to clean up executable shortcut actions. | ||||
| * | Add version check and update processor | Silarn | 2018-05-03 | 1 | -0/+1 |
| | | |||||
| * | Allow for primary game sources and marking mods as converted/working | Silarn | 2018-05-03 | 1 | -0/+1 |
| | | |||||
| * | Improve and fix handling of external links | Silarn | 2018-04-18 | 1 | -1/+0 |
| | | |||||
| * | Changed mod Information dialog "Next" and "Previous" buttons to remember the ↵ | Al12rs | 2018-04-17 | 1 | -2/+2 |
| | | | | | currently viewed tab. | ||||
| * | Enter shourcut will now open the mod containing the selected plugin if the ↵ | Al12rs | 2018-04-17 | 1 | -0/+1 |
| | | | | | | | | ESPList has the focus. Added F5 shourcut to refresh the profile. Removed a redundant variable I saw by chance. | ||||
| * | Added key shourtcuts to open in explorer a selected mo by pressing Enter or ↵ | Al12rs | 2018-04-17 | 1 | -0/+4 |
| | | | | | Return. Needs support for overwrte | ||||
| * | Changed the modifodialog to open the first enabled left most tab, if no ↵ | Al12rs | 2018-04-17 | 1 | -1/+1 |
| | | | | | | | particular tab was specified by the function caller. This will allow the users to choose what tab should be opened when opening the mod informations since the order of the tabs can be changed and is saved. | ||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -3/+3 |
| | | |||||
| * | Created threaded process for writing mod meta files to prevent hangs | Silarn | 2018-04-09 | 1 | -0/+3 |
| | | |||||
| * | Return extraction context menu to archive list | Silarn | 2018-04-05 | 1 | -0/+1 |
| | | |||||
| * | Added open logs folder to open folder toolbar dropdown. | Al12rs | 2018-03-07 | 1 | -0/+1 |
| | | |||||
| * | - Added Open Folders drop-down menu over the modlist (using new custom icon) ↵ | Al12rs | 2018-02-28 | 1 | -0/+3 |
| | | | | | | | and moved there all previuolsy added "open <> folder" menu options. - Added "Open MO install folder" option. | ||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -341/+344 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -344/+341 |
| | | |||||
| * | - Added "Clear all Filters" button with red outline that only shows up if ↵ | Al12rs | 2018-02-15 | 1 | -0/+1 |
| | | | | | | | | one or more filters are selected. - Fixed a bug that would not allow the already present "Clear" button under the filters tab to clear "contains" type of filters. - Fixed a bug that enabled the "Clear" button at the start even if there were no filters selected. | ||||
| * | Changed the data tab to remember the current expanded folders when hiding or ↵ | Al12rs | 2018-02-08 | 1 | -0/+1 |
| | | | | | un-hiding a file. Using the refresh button will close alll the expanded nodes an return to the initial state as it did before. | ||||
| * | Added "open downloads folder", "open profile folder", "open game fodler" and ↵ | Al12rs | 2018-01-26 | 1 | -1/+4 |
| | | | | | | | "open MyGames fodler" to the menu entries options of the mainwindow. Changed the menu entry "open in explorer" of overwrite to show even if overwrite is empty. | ||||
| * | Added "Open instance folder" entry to the small options list menù. | Al12rs | 2018-01-19 | 1 | -0/+1 |
| | | |||||
| * | Add clear overwrite option | Eran Mizrahi | 2017-12-27 | 1 | -0/+1 |
| | | |||||
