| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge | Tannin | 2015-08-15 | 2 | -1/+6 |
| |\ | |||||
| | * | more verbosity about login/logout to/from nexus | Tannin | 2015-08-15 | 2 | -1/+6 |
| | | | |||||
| * | | Clean up of fixes for custom executable window | Tom Tanner | 2015-08-13 | 5 | -85/+50 |
| | | | |||||
| * | | Merge | Tom Tanner | 2015-08-13 | 5 | -42/+105 |
| |\ \ | |/ |/| | |||||
| | * | Fix the executable configuration flags going awry from Customise window | Tom Tanner | 2015-08-13 | 5 | -44/+106 |
| | | | |||||
| | * | Fix up merge mess | Tom Tanner | 2015-08-11 | 2 | -12/+14 |
| | | | |||||
| | * | Merge | Tom Tanner | 2015-08-11 | 5 | -87/+55 |
| | |\ | |||||
| * | | | bugfix: categories that reference each other in a cycle could send MO into ↵ | Tannin | 2015-08-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | an endless loop | ||||
| * | | | some fixes after reverting changes in c361167b9b75 | Tannin | 2015-08-12 | 2 | -12/+14 |
| | | | | |||||
| * | | | Merge | Tannin | 2015-08-11 | 5 | -87/+55 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | small bugfix | Tannin | 2015-08-11 | 1 | -0/+2 |
| | | | |||||
| | * | small code cleanup | Tannin | 2015-08-09 | 1 | -8/+8 |
| | | | |||||
| | * | reverted most changes of changeset 626da419828a as I don't agree with them | Tannin | 2015-08-09 | 5 | -93/+60 |
| | | | |||||
| | * | Merge | Tannin | 2015-08-09 | 7 | -104/+118 |
| | |\ | |||||
| * | \ | Merge | Tom Tanner | 2015-08-09 | 7 | -104/+118 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | More work on the executables list | Tom Tanner | 2015-08-05 | 5 | -62/+94 |
| | | | | | | | | | | | | | Apart from an off by one in the popup list which had crept back in, reworked the underlying code even more, which now seems to get the list behaving in a predictable way. | ||||
| | * | Merge | Tom Tanner | 2015-08-02 | 2 | -42/+24 |
| | |\ | |||||
| | | * | Extract multiple copies of file from archive | Tom Tanner | 2015-08-02 | 2 | -42/+24 |
| | | | | | | | | | | | | | Had to rewrite the archive handling a bit. First pass, some tidyups required. | ||||
| * | | | added some (currently unused) functionality to dump the list of file mappings | Tannin | 2015-08-09 | 3 | -27/+63 |
| | | | | | | | | | | | | | from real to virtual location | ||||
| * | | | some code cleanup | Tannin | 2015-08-09 | 4 | -24/+23 |
| | | | | |||||
| * | | | now displays currently logged in account in title bar | Tannin | 2015-08-09 | 2 | -1/+23 |
| | | | | |||||
| * | | | - MO now validates session cookie on startup | Tannin | 2015-08-09 | 6 | -66/+215 |
| | | | | | | | | | | | | | | | | - It also retrieves account status - rewrote how MO decides when to log-in/when to give up on logging in | ||||
| * | | | - bugfix: manual installer now cancels drag&drop when dropping on a subitem | Tannin | 2015-08-05 | 2 | -2/+10 |
| |/ / | | | | | | | - bugfix: objects dropped on the modlist were treated as mods when they weren't urls | ||||
| * | | - changed the way flags on executables are stored in memory | Tannin | 2015-08-02 | 6 | -82/+68 |
| | | | | | | | | | - some coding style fixes | ||||
| * | | Merge | Tannin | 2015-08-02 | 9 | -209/+236 |
| |\| | |||||
| | * | Fix up selection with exactly/at least/at most one | Tom Tanner | 2015-07-18 | 1 | -0/+5 |
| | | | |||||
| | * | Reworked executable lists to not use 3 bools in addExecutable | Tom Tanner | 2015-07-18 | 5 | -87/+83 |
| | | | | | | | | | Think it's more readable | ||||
| | * | Allow user to select app icon or mo icon for generated shortcuts | Tom Tanner | 2015-07-18 | 6 | -40/+77 |
| | | | | | | | | | | | Also fixes 'x' for toolbar not disappearing when it should Issue 701 | ||||
| | * | small patch to show which obsolete files are being removed | Tom Tanner | 2015-07-17 | 1 | -5/+6 |
| | | | |||||
| | * | Merge | Tom Tanner | 2015-07-09 | 9 | -18/+41 |
| | |\ | |||||
| | * | | Reworking the Custom Executables list and the shortcut popup. | Tom Tanner | 2015-07-09 | 6 | -101/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: archive list wasn't saved after enabling/disabling a mod. | Tannin | 2015-07-31 | 1 | -0/+3 |
| | |/ |/| | |||||
| * | | defining PSAPI_VERSION to 1 may allow MO 1.3 to run on Vista again. | Tannin | 2015-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | filter names in the filter pane now also show up as tooltips | Tannin | 2015-07-07 | 1 | -0/+1 |
| | | | |||||
| * | | small code beautification | Tannin | 2015-07-07 | 3 | -7/+7 |
| | | | |||||
| * | | bugfix: invalidation bsa wasn't created when switching to a profile that ↵ | Tannin | 2015-07-07 | 2 | -1/+16 |
| | | | | | | | | | | | | | needed it invalidation bsa is now always placed as the first bsa | ||||
| * | | Merge | Tannin | 2015-06-30 | 2 | -225/+367 |
| |\| | |||||
| | * | and now I find out I don't need to do it at all | Tom Tanner | 2015-06-23 | 3 | -84/+4 |
| | | | |||||
| | * | Finish refactoring all the tab code into classes | Tom Tanner | 2015-06-21 | 2 | -64/+78 |
| | | | |||||
| | * | Merge | Tom Tanner | 2015-06-21 | 3 | -198/+406 |
| | |\ | |||||
| | | * | More refactoring, slightly easier to use classes | Tom Tanner | 2015-06-21 | 3 | -119/+92 |
| | | | | |||||
| | | * | Factor out general, nexis, plugins tab code into individual classes | Tom Tanner | 2015-06-20 | 3 | -177/+412 |
| | | | | | | | | | | | | | Add some code and page to control what is/isn't significant in overwrite | ||||
| * | | | incremented version number | Tannin | 2015-06-30 | 1 | -2/+2 |
| | | | | |||||
| * | | | bugfix: dropping files from overwrite on mod failed whien mod grouping was ↵ | Tannin | 2015-06-29 | 2 | -4/+8 |
| | | | | | | | | | | | | | active | ||||
| * | | | bugfix: aboutToChangeData and postDataChanged signals were not correctly set ↵ | Tannin | 2015-06-29 | 1 | -3/+6 |
| |/ / | | | | | | | up when mod grouping was enabled | ||||
| * | | bugfix: fix in changeset f4c306711386 wasn't fully working | Tannin | 2015-06-20 | 1 | -11/+12 |
| | | | |||||
| * | | small stuff | Tannin | 2015-06-17 | 3 | -8/+7 |
| | | | |||||
| * | | - bugfix: MO crashed without error message when "bootstrapping" failed | Tannin | 2015-06-17 | 1 | -11/+17 |
| | | | |||||
| * | | bugfix: disabled mods were marked "redundant" | Tannin | 2015-06-15 | 1 | -12/+13 |
| | | | |||||
| * | | bugfix: dialog-memory wasn't initialized when starting through a desktop link so | Tannin | 2015-06-15 | 2 | -2/+2 |
| | | | | | | | | | access (in case steam wasn't running) caused a crash | ||||
