| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refresh the sort proxy when the data is changed | Silarn | 2018-05-10 | 1 | -0/+2 |
| | | |||||
| * | Allow for primary game sources and marking mods as converted/working | Silarn | 2018-05-03 | 1 | -1/+1 |
| | | |||||
| * | Add alternative game flag and check | Silarn | 2018-04-27 | 1 | -0/+7 |
| | | |||||
| * | Fixed mod rename to allow just changing letters to uppercase or lowercase. | Al12rs | 2018-04-25 | 1 | -3/+2 |
| | | | | | (Previously it would not allow it as it detected an existing mod having the same name (check is caseInsensitive)). | ||||
| * | Enter shourcut will now open the mod containing the selected plugin if the ↵ | Al12rs | 2018-04-17 | 1 | -1/+0 |
| | | | | | | | | ESPList has the focus. Added F5 shourcut to refresh the profile. Removed a redundant variable I saw by chance. | ||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -2/+21 |
| | | |||||
| * | Added check for mod rename to ensure the new name is not already used by ↵ | Al12rs | 2018-03-07 | 1 | -0/+5 |
| | | | | | another mod. | ||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -916/+951 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -951/+916 |
| | | |||||
| * | Fix mods priorities getting messed up when renaming a mod | Eran Mizrahi | 2017-12-26 | 1 | -6/+9 |
| | | |||||
| * | Fix mod rename with custom profiles path | Eran Mizrahi | 2017-12-18 | 1 | -5/+5 |
| | | |||||
| * | Ensure all mostlist writing is done through the DelayedFileWriter | Eran Mizrahi | 2017-12-18 | 1 | -2/+2 |
| | | |||||
| * | Implement file priority for loose files > archives | Jeremy Rimpo | 2017-12-17 | 1 | -6/+5 |
| | | |||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -1/+1 |
| | | |||||
| * | Use settings to get correct overwrite path for relative location calc. | Jeremy Rimpo | 2017-12-07 | 1 | -1/+2 |
| | | | | | (Fixes drag & drop from overwrite to mods.) | ||||
| * | Minor change to correct broken HTML tags | Jeremy Rimpo | 2017-12-06 | 1 | -11/+12 |
| | | |||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -1/+36 |
| | | |||||
| * | Add MCM detection (but doesn't fix loading issues :() | Jeremy Rimpo | 2017-11-08 | 1 | -1/+2 |
| | | |||||
| * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 1 | -2/+2 |
| | | |||||
| * | reduced number of mod content icons a bit because they take too much space | Tannin | 2016-06-19 | 1 | -3/+1 |
| | | |||||
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵ | Thomas Tanner | 2015-11-26 | 1 | -2/+3 |
| | | | | | of gameinfo.h includes | ||||
| * | small bugfix | Tannin | 2015-08-11 | 1 | -0/+2 |
| | | |||||
| * | - bugfix: manual installer now cancels drag&drop when dropping on a subitem | Tannin | 2015-08-05 | 1 | -2/+9 |
| | | | | | - bugfix: objects dropped on the modlist were treated as mods when they weren't urls | ||||
| * | small stuff | Tannin | 2015-06-17 | 1 | -5/+4 |
| | | |||||
| * | fixed display of installation time for mods without nexus id | Tannin | 2015-06-11 | 1 | -1/+2 |
| | | |||||
| * | more generic solution to the problem fixed in changeset bb74f8eb639c, now ↵ | Tannin | 2015-06-10 | 1 | -13/+6 |
| | | | | | also applied in another location | ||||
| * | workaround to prevent crashes when toggling mods causes the filtered list to ↵ | Tannin | 2015-06-08 | 1 | -4/+24 |
| | | | | | change | ||||
| * | small stuff | Tannin | 2015-05-26 | 1 | -0/+1 |
| | | |||||
| * | - bugfix (not released): double click on mod didn't work until a mod was ↵ | Tannin | 2015-05-17 | 1 | -0/+2 |
| | | | | | checked/unchecked once | ||||
| * | extended plugin interface. Plugins can now activate/deactivate mods, install ↵ | Tannin | 2015-05-17 | 1 | -0/+23 |
| | | | | | | | mods suggesting a name and retrieve a list of all installed mods | ||||
| * | workaround to prevent repeated checking of mods with the mouse was interpreted | Tannin | 2015-05-12 | 1 | -0/+6 |
| | | | | | as double click | ||||
| * | minor stuff | Tannin | 2015-05-11 | 1 | -2/+5 |
| | | |||||
| * | dropped redundant report.h/report.cpp | Tannin | 2015-05-09 | 1 | -1/+1 |
| | | |||||
| * | cosmetic changes and increased version number | Tannin | 2015-04-08 | 1 | -5/+0 |
| | | |||||
| * | minor stuff (slight changes to the visual style, code refactorings, version ↵ | Tannin | 2015-03-18 | 1 | -3/+4 |
| | | | | | increment) | ||||
| * | - bugfix: changing the highlight in the modlist didn't always prompt an ↵ | Tannin | 2015-03-09 | 1 | -3/+5 |
| | | | | | immediate update of overwrite markers | ||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -70/+83 |
| | | |||||
| * | bugfix: crash when trying to delete mods (issue #1016) | Tannin | 2015-02-25 | 1 | -17/+26 |
| | | |||||
| * | - added content icon for BSAs | Tannin | 2015-02-25 | 1 | -13/+16 |
| | | | | | | - improved display of content icons (better scaling and some borders) - bugfix: contains changes missing from changeset bc6b6430017b | ||||
| * | icon delegates now use a pixmap cache to improve rendering performance | Tannin | 2015-02-25 | 1 | -11/+12 |
| | | |||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -3/+9 |
| |\ | |||||
| | * | - download servers that haven't been available for over a month are now ↵ | Tannin | 2015-01-07 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | purged from the known servers list - bugfix: encoding detection for fomod xmls could incorrectly interpret files as utf16 encoded - bugfix: hashing algorithm for bsa files was wrong - bugfix: nxmhandler reported non-issues as errors - bugfix: nxmhandler tried to apply chrome fix on every start - bugfix: "not endorsed" icon displayed for non-nexus mods - bugfix: when drag&dropping within the overwrite dialog the file might still get moved to a mod (and probably not the intended one) - bugfix: dropping files from overwrite on the modlist was refused when not sorting by priority (only in 1.2.15) - bugfix: unmanaged mods couldn't be reordered (only in 1.2.15) | ||||
| * | | - bugfixes | Tannin | 2015-01-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips | ||||
| * | | Merge | Tannin | 2015-01-04 | 1 | -19/+19 |
| |\ \ | |||||
| | * | | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -19/+19 |
| | | | | | | | | | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
| * | | | - fixes after merge | Tannin | 2015-01-04 | 1 | -5/+0 |
| | | | | |||||
| * | | | Merge with branch1.2 | Tannin | 2015-01-03 | 1 | -987/+1068 |
| |\| | | |/ |/| | |||||
| | * | - several style fixes suggested by static analysis | Tannin | 2014-09-24 | 1 | -2/+6 |
| | | | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor | ||||
| | * | - re-enabled building of loot_cli and started developing against the new api | Tannin | 2014-09-08 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang | ||||
| | * | - browser dialog now has a hidden url-field (for testing only) | Tannin | 2014-07-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | - loot_cli is no longer part of this project. I will probably create a fork of loot that allows command-line usage instead - loot integration now works with such a modified loot version - integrated loot will now also integrate incompatibility messages in the MO UI - overwrite-markers are now updated as the list order is changed - fnis checker will now always allow the user to ignore fnis errors - plugin interface now has a function to wait for handles returned from startApplication (which can be job or process handles) - bugfix: non-mo mods sharing the name with regular mods now have a different internal name - bugfix: using hotkeys the vanilla game-plugins could be moved | ||||
