| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 175 | -24906/+28624 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 175 | -28624/+24906 |
| | | |||||
| * | Make sure that we get all files for sure | Sandro | 2018-02-22 | 1 | -0/+3 |
| | | |||||
| * | Changed switch instance icon and tooltip | Al12rs | 2018-02-18 | 3 | -2/+4 |
| | | |||||
| * | - Added "Clear all Filters" button with red outline that only shows up if ↵ | Al12rs | 2018-02-15 | 3 | -12/+56 |
| | | | | | | | | 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. | ||||
| * | Small changes to make the modlist context menu more organized. | Al12rs | 2018-02-14 | 1 | -5/+17 |
| | | |||||
| * | - Complete overhaul of export to csv feature with custom column selection ↵ | Al12rs | 2018-02-14 | 1 | -52/+154 |
| | | | | | | | | and added entries. Basically I added a new dialog to ask the user if he wants all/enabled/visible mods and what columns to include via checkboxes. Also added Mod_Status column. | ||||
| * | - Added mod priority, primary category, install date and nexus url columns ↵ | Al12rs | 2018-02-13 | 1 | -2/+10 |
| | | | | | | | to Export to csv feature. - Changed priority and install date format to be sortable in csv columns. | ||||
| * | - Fixed a bug that would keep re-activating the "Create files in mod instead ↵ | Al12rs | 2018-02-13 | 3 | -0/+9 |
| | | | | | | | of Overwrite" setting in the executable dialog after the user activated it for the first time. Basically it looked in the stored settings to see if there was an entry for that executable to decide if the checkbox was to be enebled but never deleted that entry if the checkbox was then deselected. | ||||
| * | Added support for High DPI Scaling for higher resolution monitors. | Al12rs | 2018-02-12 | 1 | -0/+3 |
| | | |||||
| * | - Changed "Remove Installed" and "Delete Installed" Downloads menu options ↵ | Al12rs | 2018-02-12 | 3 | -18/+36 |
| | | | | | | | to not consider the Downloads of Mods that were uninstalled. - Changed Downloads menu options to say "Hide all..." instead of "Remove all...". | ||||
| * | Changed the data tab to remember the current expanded folders when hiding or ↵ | Al12rs | 2018-02-08 | 2 | -2/+36 |
| | | | | | un-hiding a file. Using the refresh button will close alll the expanded nodes an return to the initial state as it did before. | ||||
| * | Revert "Fixed nexus link handling to use gameNexusName() instead of ↵ | Al12rs | 2018-01-27 | 2 | -3/+3 |
| | | | | | | | gameShortName()." This reverts commit ca54760c13fbbb6ff685e04ef11ed5592823680c. | ||||
| * | Added "open downloads folder", "open profile folder", "open game fodler" and ↵ | Al12rs | 2018-01-26 | 2 | -2/+39 |
| | | | | | | | "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. | ||||
| * | Fixed customOverwrite setting for executables. | Al12rs | 2018-01-24 | 1 | -3/+4 |
| | | | | | The setting was not being passed to spawnBinary() and was left empty. Just added a couple lines to pass that too. If the setting is disabled cutomOverwrite should be empty and the normal overwrite folder will be used instead. | ||||
| * | Added "Open instance folder" entry to the small options list menù. | Al12rs | 2018-01-19 | 2 | -0/+8 |
| | | |||||
| * | Updated InstanceSelection dialog to be slighly more clear. | Al12rs | 2018-01-19 | 1 | -4/+4 |
| | | |||||
| * | fixed a typo in the label text | Al12rs | 2018-01-19 | 1 | -1/+1 |
| | | |||||
| * | Added message when creating a new instance with an already existing name, | Al12rs | 2018-01-18 | 2 | -8/+91 |
| | | | | | | Aldded manageInstances dialog to allow users to delete local instances, Added a number of confirmation messageboxes. | ||||
| * | Merge pull request #203 from erasmux/dev | Brian Munro | 2018-01-13 | 3 | -15/+33 |
| |\ | | | | | Add warning when MO1 hook.dll is left in game folder | ||||
| | * | Add warning when MO1 hook.dll is left in game folder | Eran Mizrahi | 2018-01-13 | 3 | -15/+33 |
| | | | |||||
| * | | Fixed nexus link handling to use gameNexusName() instead of gameShortName(). | matzman666 | 2018-01-06 | 2 | -3/+3 |
| |/ | |||||
| * | preload openssl dlls (probably unnecessary but can help troubleshooting ↵ | Eran Mizrahi | 2018-01-06 | 1 | -6/+30 |
| | | | | | openssl issues) | ||||
| * | remove opensll dll from manifest | Eran Mizrahi | 2018-01-06 | 1 | -25/+23 |
| | | |||||
| * | Don't auto scroll down the downloads list (even when a file was downloaded) | Eran Mizrahi | 2018-01-04 | 1 | -2/+0 |
| | | |||||
| * | Don't auto scroll down the downloads list | Eran Mizrahi | 2018-01-04 | 1 | -2/+0 |
| | | |||||
| * | Log the MO version for diagnostic purposes | Eran Mizrahi | 2018-01-04 | 1 | -1/+19 |
| | | |||||
| * | Prefer hiding the MO proxy when waiting for spawned processes | Eran Mizrahi | 2017-12-29 | 3 | -15/+112 |
| | | |||||
| * | Version bump to 2.1.1 | LePresidente | 2017-12-27 | 1 | -2/+2 |
| | | |||||
| * | Don't log username and password | Eran Mizrahi | 2017-12-27 | 2 | -2/+3 |
| | | |||||
| * | Clean up proxy spawning a process (cleaner args forwarding and QProcess had ↵ | Eran Mizrahi | 2017-12-27 | 1 | -11/+62 |
| | | | | | some problems even without arguments) | ||||
| * | Virtualize spawning of executable also if working directory is under mods folder | Eran Mizrahi | 2017-12-27 | 1 | -13/+18 |
| | | |||||
| * | Enable open in explorer option also for overwrite | Eran Mizrahi | 2017-12-27 | 1 | -0/+1 |
| | | |||||
| * | Add clear overwrite option | Eran Mizrahi | 2017-12-27 | 2 | -0/+27 |
| | | |||||
| * | print settings loading and changes to log for diagnostic purposes | Eran Mizrahi | 2017-12-27 | 2 | -0/+28 |
| | | |||||
| * | Default to sorting newest download first | Eran Mizrahi | 2017-12-26 | 1 | -1/+1 |
| | | |||||
| * | Show the newly added mod when creating an empty mod | Eran Mizrahi | 2017-12-26 | 1 | -0/+2 |
| | | |||||
| * | Fix mods priorities getting messed up when renaming a mod | Eran Mizrahi | 2017-12-26 | 1 | -6/+9 |
| | | |||||
| * | Disable BSA Conflict Checking. | LePresidente | 2017-12-26 | 2 | -4/+4 |
| | | | | | Version Bump to 2.1.0.1 (Once off using the 4th point do to change being so minor) Next version will be 2.1.1 | ||||
| * | Disable the bsa tab for release | LePresidente | 2017-12-25 | 3 | -4/+47 |
| | | | | | | Version bump to 2.1.0 Updated about window | ||||
| * | Fix rare crash when deactiving mods | Eran Mizrahi | 2017-12-24 | 1 | -3/+3 |
| | | |||||
| * | Deploy also styles/qwindowsvistastyle.dll | Eran Mizrahi | 2017-12-22 | 1 | -0/+2 |
| | | |||||
| * | Hide boost compiler version warnings | Eran Mizrahi | 2017-12-20 | 1 | -1/+1 |
| | | |||||
| * | Fix modorganizer staging | Eran Mizrahi | 2017-12-20 | 1 | -1/+3 |
| | | |||||
| * | Use Qt deploy also for Qt plugins (cherry picking only the ones we need) | Eran Mizrahi | 2017-12-19 | 1 | -2/+5 |
| | | |||||
| * | fix usvfs includes (following usvfs VS project) | Eran Mizrahi | 2017-12-19 | 1 | -1/+1 |
| | | |||||
| * | Tie moshortcuts to a specific instance | Eran Mizrahi | 2017-12-19 | 10 | -20/+134 |
| | | |||||
| * | avoid splash screen when running a shortcut | Eran Mizrahi | 2017-12-18 | 1 | -8/+4 |
| | | |||||
| * | Ensure clearing currentInstance reg key when selecting portable install | Eran Mizrahi | 2017-12-18 | 1 | -2/+1 |
| | | |||||
| * | Fix mod rename with custom profiles path | Eran Mizrahi | 2017-12-18 | 5 | -70/+87 |
| | | |||||
