| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reworked executable lists to not use 3 bools in addExecutable | Tom Tanner | 2015-07-18 | 1 | -10/+15 |
| | | | | | Think it's more readable | ||||
| * | Allow user to select app icon or mo icon for generated shortcuts | Tom Tanner | 2015-07-18 | 1 | -2/+16 |
| | | | | | | Also fixes 'x' for toolbar not disappearing when it should Issue 701 | ||||
| * | Merge | Tom Tanner | 2015-07-09 | 1 | -1/+11 |
| |\ | |||||
| | * | filter names in the filter pane now also show up as tooltips | Tannin | 2015-07-07 | 1 | -0/+1 |
| | | | |||||
| | * | bugfix: invalidation bsa wasn't created when switching to a profile that ↵ | Tannin | 2015-07-07 | 1 | -1/+10 |
| | | | | | | | | | | | | | needed it invalidation bsa is now always placed as the first bsa | ||||
| * | | Reworking the Custom Executables list and the shortcut popup. | Tom Tanner | 2015-07-09 | 1 | -62/+59 |
| |/ | | | | | | | | | Certainly fixes the issue where the 'toolbar' entry doesn't lose the cross. One of the 'find' methods ignored case but none of the others did, so I've made it not ignore case either. Also made the code to get the desktop/startmenu paths use a more up-to-date API | ||||
| * | bugfix: dialog-memory wasn't initialized when starting through a desktop link so | Tannin | 2015-06-15 | 1 | -2/+0 |
| | | | | | access (in case steam wasn't running) caused a crash | ||||
| * | bugfix: opening a foreign mod info dialog caused the content to be "forgotten" | Tannin | 2015-06-11 | 1 | -1/+2 |
| | | |||||
| * | incorrect use of "complete" file suffixes | Tannin | 2015-06-09 | 1 | -2/+2 |
| | | |||||
| * | increased ui responsiveness while integrated loot is running | Tannin | 2015-06-08 | 1 | -2/+2 |
| | | |||||
| * | small stuff | Tannin | 2015-05-26 | 1 | -2/+3 |
| | | |||||
| * | closing the categories context menu no longer completely resets the mod list | Tannin | 2015-05-25 | 1 | -12/+23 |
| | | |||||
| * | - bugfix: bsa order wasn't correctly restored. | Tannin | 2015-05-24 | 1 | -18/+17 |
| | | |||||
| * | workaround to prevent repeated checking of mods with the mouse was interpreted | Tannin | 2015-05-12 | 1 | -1/+6 |
| | | | | | as double click | ||||
| * | minor stuff | Tannin | 2015-05-11 | 1 | -2/+5 |
| | | |||||
| * | - bugfix: moving a mod didn't properly update conflict highlighting | Tannin | 2015-05-11 | 1 | -0/+8 |
| | | |||||
| * | bugfix: upon closing the profiles dialog, the profile was changed to the | Tannin | 2015-05-11 | 1 | -3/+3 |
| | | | | | top-most profile and back | ||||
| * | dropping an url on the download widget now attempts to download the url | Tannin | 2015-05-11 | 1 | -45/+48 |
| | | |||||
| * | better type safety in accessing tool plugins | Tannin | 2015-05-11 | 1 | -13/+17 |
| | | |||||
| * | Merge | Tannin | 2015-05-09 | 1 | -0/+103 |
| |\ | |||||
| | * | added a 'yes to all' shellMove and made the drag-and-drop code use ↵ | Tom Tanner | 2015-05-03 | 1 | -8/+2 |
| | | | | | | | | | shellMove/shellCopy | ||||
| | * | Another removal of redundant commentary | Tom Tanner | 2015-04-29 | 1 | -1/+0 |
| | | | |||||
| | * | remove redundant comments/code from drag'n'drop stuff | Tom Tanner | 2015-04-29 | 1 | -7/+0 |
| | | | |||||
| | * | Allows drag-and-drop into the download tab | Tom Tanner | 2015-04-26 | 1 | -0/+117 |
| | | | |||||
| * | | - operations not possible during directory refresh can now be delayed unit after | Tannin | 2015-04-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341 | ||||
| * | | bugfix: save-dir monitoring is now disabled while editing a profile so that, | Tannin | 2015-04-12 | 1 | -5/+29 |
| | | | | | | | | | in case of local save games the active profile path isn't locked | ||||
| * | | bugfix: modlist automatically scrolled to the top after closing context menu | Tannin | 2015-03-31 | 1 | -4/+6 |
| | | | |||||
| * | | bugfix: not all icons showed up | Tannin | 2015-03-27 | 1 | -1/+1 |
| |/ | |||||
| * | - after closing the overwrite dialog the in-memory directory structure is ↵ | Tannin | 2015-03-21 | 1 | -5/+5 |
| | | | | | | | updated again - bugfix: crash on creating shortcuts | ||||
| * | changed the way the right-most column in the mod list is stretched to a way ↵ | Tannin | 2015-03-21 | 1 | -32/+4 |
| | | | | | that is independent of the mod ordering | ||||
| * | bugfix: crash related to bad timing when filtering the mod list | Tannin | 2015-03-18 | 1 | -4/+4 |
| | | |||||
| * | - bugfix: changing the highlight in the modlist didn't always prompt an ↵ | Tannin | 2015-03-09 | 1 | -3/+2 |
| | | | | | immediate update of overwrite markers | ||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -19/+12 |
| | | |||||
| * | tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵ | Tannin | 2015-02-25 | 1 | -4/+3 |
| | | | | | from static code analysis) | ||||
| * | bugfix: filtering by meta-categories (checked/unchecked, update available) ↵ | Tannin | 2015-02-25 | 1 | -1/+2 |
| | | | | | didn't work | ||||
| * | bugfix: crash when trying to delete mods (issue #1016) | Tannin | 2015-02-25 | 1 | -1/+1 |
| | | |||||
| * | - No longer setting the dll directory as a windows search folder for dlls ↵ | Tannin | 2015-02-25 | 1 | -3/+0 |
| | | | | | | | | because that appears to remove another search folder AND the configured seach folders seem to be inherited by processes started from MO (both confirmed only in windows 8.1) | ||||
| * | extended the game-plugin interface | Tannin | 2015-01-29 | 1 | -66/+53 |
| | | |||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -39/+69 |
| |\ | |||||
| | * | bugfix: When displaying the list of save games to delete the list is capped ↵ | Tannin | 2015-01-22 | 1 | -1/+10 |
| | | | | | | | | | to 10 entries, otherwise the window may extend beyond the screen | ||||
| | * | bugfix: initialization order was wrong and so kept foreign language systems ↵ | Tannin | 2015-01-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | from correctly loading mod order if Unmanaged is translated "Unmanaged" is no longer translatable as its used internally as an identifier | ||||
| | * | cleanup (mostly removing unused includes) | Tannin | 2015-01-22 | 1 | -4/+5 |
| | | | |||||
| | * | bugfix: first attempt at discovering java binary always failed | Tannin | 2015-01-11 | 1 | -2/+3 |
| | | | |||||
| | * | bugfix: translations for some plugins weren't loaded | Tannin | 2015-01-11 | 1 | -0/+5 |
| | | | |||||
| | * | bugfix: executables with extensions other than .com, .cmd or .bat were ↵ | Tannin | 2015-01-11 | 1 | -3/+4 |
| | | | | | | | | | started with cmd.exe (since 1.2.16) | ||||
| | * | bugfix: translations for plugins were not used | Tannin | 2015-01-08 | 1 | -0/+11 |
| | | | |||||
| | * | bugfix: showEvent contains initializion code that should be run only on ↵ | Tannin | 2015-01-08 | 1 | -28/+36 |
| | | | | | | | | | first start of the application | ||||
| | * | - download servers that haven't been available for over a month are now ↵ | Tannin | 2015-01-07 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -102/+30 |
| | | | | | | | | | | | | | | | - 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 | -144/+141 |
| |\ \ | |||||
