| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Fix mod rename with custom profiles path | Eran Mizrahi | 2017-12-18 | 1 | -2/+0 | |
| | | ||||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -0/+13 | |
| | | ||||||
| * | Wait for injected processes on MO close | Eran Mizrahi | 2017-12-13 | 1 | -2/+4 | |
| | | ||||||
| * | Wait for processes run using command line shortcuts | Eran Mizrahi | 2017-12-10 | 1 | -3/+1 | |
| | | ||||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -0/+3 | |
| | | ||||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2016-06-30 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Some refactoring of the spawn code and to make waitForApplication get the ↵ | Thomas Tanner | 2016-06-25 | 1 | -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 core | Thomas Tanner | 2015-12-26 | 1 | -1/+0 | |
| | | | ||||||
| | * | Transferring the savegame widget into gamebryo + some cleanup | Thomas Tanner | 2015-12-25 | 1 | -4/+3 | |
| | | | ||||||
| | * | Managed to remove SaveGame and SaveGameGamebryo classes from organizer | Thomas Tanner | 2015-12-20 | 1 | -4/+4 | |
| | | | ||||||
| | * | Changes to support getting list of mods / esps to activate from game plugin | Thomas Tanner | 2015-12-19 | 1 | -1/+2 | |
| | | | ||||||
| | * | Removes the SaveGame class from mainwindow. Using include what you use to ↵ | Thomas Tanner | 2015-12-14 | 1 | -35/+66 | |
| | | | | | | | | | add/remove #includes | |||||
| * | | download list and data tree now also maintain their layout between sessions | Tannin | 2016-06-19 | 1 | -0/+5 | |
| | | | ||||||
| * | | moved button to switch instance (and to portable mode) to the main window | Tannin | 2016-05-27 | 1 | -0/+3 | |
| | | | ||||||
| * | | changes to primary category are now saved immediately instead of after the ↵ | Tannin | 2016-05-15 | 1 | -1/+0 | |
| | | | | | | | | | menu is closed | |||||
| * | | minor fixes | Tannin | 2016-05-07 | 1 | -0/+3 | |
| | | | ||||||
| * | | added option to use a mod as the target to create now files instead of ↵ | Tannin | 2016-05-07 | 1 | -0/+1 | |
| | | | | | | | | | "overwrite" | |||||
| * | | merged master into new_vfs_library | Tannin | 2016-02-12 | 1 | -40/+71 | |
| | | | ||||||
| * | | fixed update of window title | Tannin | 2016-02-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | made instance-switching usable | Tannin | 2016-01-10 | 1 | -4/+3 | |
| | | | | | | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured | |||||
| * | | removed close-mo feature | Tannin | 2015-12-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into new_vfs_library | Tannin | 2015-12-07 | 1 | -4/+1 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp | |||||
| | * | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356 | Thomas Tanner | 2015-12-05 | 1 | -0/+1 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h | |||||
| | | * | Added functionality to use the web page link in a fomod to supply an ↵ | Thomas Tanner | 2015-10-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | optional web page. Also refactored modinfo into multiple files (as the actual types are opaque anyway) and cleaned up the headers a bit I also changed 'visit on nexus' from the menu not to open the downloads tab because it was a little confusing | |||||
| | * | | Removes all references to GameInfo::getGameDirectory apart from one during ↵ | Thomas Tanner | 2015-11-25 | 1 | -4/+0 | |
| | |/ | | | | | | | | | | | | | | | startup Did some const correctness improvements Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber | |||||
| * | | some fixes and removed obsolete code | Tannin | 2015-11-23 | 1 | -5/+0 | |
| | | | ||||||
