summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow tool plugins to define a submenu with the display nameLostDragonist2018-12-111-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 ↵Al12rs2018-12-111-0/+2
| | | | context menu.
* Add shortcut to select name filters on mod list and plugin listLostDragonist2018-12-081-0/+3
|
* Add "send to separator..." option for modsLostDragonist2018-12-021-0/+1
|
* Hide "send to" context menu options when not sorting by priorityLostDragonist2018-11-041-2/+2
|
* Add context menu option to send to a specific priorityLostDragonist2018-11-041-2/+9
|
* Add separators according to context location of context menuLostDragonist2018-11-011-0/+1
|
* Add send to top/bottom options for the plugin listLostDragonist2018-10-311-0/+2
|
* Add send to top/bottom options for the mod listLostDragonist2018-10-311-0/+2
|
* Added Reset color option for separators and changed the bahavior of "cancel" ↵Al12rs2018-10-281-0/+1
| | | | of the color selector dialog to keep previous color.
* Added Color costumization for Separators.Al12rs2018-10-281-0/+1
|
* Added modlist Separators feature:Al12rs2018-10-281-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.Al12rs2018-09-071-0/+1
|
* Added "Refresh" button to downloads tab.Al12rs2018-08-311-0/+1
|
* Add "enable/disable selected" to mod list context menuLostDragonist2018-08-161-0/+2
|
* Add "enable/disable selected" to plugin list context menuLostDragonist2018-08-161-0/+4
|
* Added "Open Mods folder" to "Open Folder" context menu.Al12rs2018-07-211-0/+1
|
* Added ability to open mod information window by double cliking on plugins.Al12rs2018-07-171-0/+1
|
* Added "Open Plugins folder" option to Open folder menu.Al12rs2018-05-201-0/+1
|
* Fix a memory leak in updateToolBarDiana2018-05-181-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 processorSilarn2018-05-031-0/+1
|
* Allow for primary game sources and marking mods as converted/workingSilarn2018-05-031-0/+1
|
* Improve and fix handling of external linksSilarn2018-04-181-1/+0
|
* Changed mod Information dialog "Next" and "Previous" buttons to remember the ↵Al12rs2018-04-171-2/+2
| | | | currently viewed tab.
* Enter shourcut will now open the mod containing the selected plugin if the ↵Al12rs2018-04-171-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 ↵Al12rs2018-04-171-0/+4
| | | | Return. Needs support for overwrte
* Changed the modifodialog to open the first enabled left most tab, if no ↵Al12rs2018-04-171-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 downloadsSilarn2018-04-161-3/+3
|
* Created threaded process for writing mod meta files to prevent hangsSilarn2018-04-091-0/+3
|
* Return extraction context menu to archive listSilarn2018-04-051-0/+1
|
* Added open logs folder to open folder toolbar dropdown.Al12rs2018-03-071-0/+1
|
* - Added Open Folders drop-down menu over the modlist (using new custom icon) ↵Al12rs2018-02-281-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äckel2018-02-231-341/+344
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-344/+341
|
* - Added "Clear all Filters" button with red outline that only shows up if ↵Al12rs2018-02-151-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 ↵Al12rs2018-02-081-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 ↵Al12rs2018-01-261-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ù.Al12rs2018-01-191-0/+1
|
* Add clear overwrite optionEran Mizrahi2017-12-271-0/+1
|
* Fix mod rename with custom profiles pathEran Mizrahi2017-12-181-2/+0
|
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-0/+13
|
* Wait for injected processes on MO closeEran Mizrahi2017-12-131-2/+4
|
* Wait for processes run using command line shortcutsEran Mizrahi2017-12-101-3/+1
|
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-0/+3
|
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-0/+2
|\
| * Some refactoring of the spawn code and to make waitForApplication get the ↵Thomas Tanner2016-06-251-0/+2
| | | | | | | | | | | | | | right error code (usually) A note: It is possible for the executed program to completely exit before MO attempts to get hold of the pid from the job handle, in which case strangeness will happen (this has always been an issue)
| * Remove savegameinfowidget from organizer coreThomas Tanner2015-12-261-1/+0
| |
| * Transferring the savegame widget into gamebryo + some cleanupThomas Tanner2015-12-251-4/+3
| |
| * Managed to remove SaveGame and SaveGameGamebryo classes from organizerThomas Tanner2015-12-201-4/+4
| |
| * Changes to support getting list of mods / esps to activate from game pluginThomas Tanner2015-12-191-1/+2
| |