| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | dropped redundant report.h/report.cpp | Tannin | 2015-05-09 | 16 | -109/+26 | |
| | | | | | | ||||||
| * | | | | | bugfix: filter on download list always filtered by file name, not by ↵ | Tannin | 2015-04-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | displayed name | |||||
| * | | | | | refactorings | Tannin | 2015-04-12 | 3 | -8/+11 | |
| | | | | | | ||||||
| * | | | | | - operations not possible during directory refresh can now be delayed unit after | Tannin | 2015-04-12 | 4 | -2/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341 | |||||
| * | | | | | bugfix: batch-activation/deactivation used non-persistent indices which seems to | Tannin | 2015-04-12 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | be a problem nowadays (probably related to Qt5?) | |||||
| * | | | | | safe file writer now ignores the hash if the file doesn't exist | Tannin | 2015-04-12 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | MO will no longer use the load order from an empty loadorder.txt because the | Tannin | 2015-04-12 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | file should at least have a header. | |||||
| * | | | | | missing changes that belong into changeset 5eaf1e439403 | Tannin | 2015-04-12 | 2 | -2/+3 | |
| | | | | | | ||||||
| * | | | | | 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: when using a user-selected game path that path wasn't use for | Tannin | 2015-04-12 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | auto-detecting executables | |||||
| * | | | | | cosmetic changes and increased version number | Tannin | 2015-04-08 | 4 | -9/+4 | |
| | | | | | | ||||||
| * | | | | | enabling/disabling a plugin should now immediately cause a check for problems | Tannin | 2015-04-08 | 1 | -2/+8 | |
| | | | | | | ||||||
| * | | | | | if overwriting the ModOrganizer.ini file fails, another attempt to store | Tannin | 2015-04-08 | 2 | -43/+65 | |
| | | | | | | | | | | | | | | | | | | | | | settings is made, writing to the ini file directly. | |||||
| * | | | | | bugfix: save games didn't show up in the transfer saves dialog | Tannin | 2015-04-08 | 1 | -9/+3 | |
| | | | | | | ||||||
| * | | | | | download directory, cache directory and mod directory are now only stored in the | Tannin | 2015-04-08 | 1 | -7/+18 | |
| | | | | | | | | | | | | | | | | | | | | | ini file when they differ from the default. this should make moving MO easier | |||||
| * | | | | | bugfix: tutorial broken | Tannin | 2015-04-08 | 2 | -9/+9 | |
| | | | | | | ||||||
| * | | | | | avoid saving plugin list during directory updates as they may be invalid | Tannin | 2015-03-31 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | a signal is now emitted when the state (checked/unchecked) of a plugin changes | Tannin | 2015-03-31 | 2 | -16/+37 | |
| | | | | | | ||||||
| * | | | | | will now avoid writing plugin lists if they would be empty (as its probably ↵ | Tannin | 2015-03-31 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | a bug) | |||||
| * | | | | | bugfix: modlist automatically scrolled to the top after closing context menu | Tannin | 2015-03-31 | 1 | -4/+6 | |
| | | | | | | ||||||
| * | | | | | bugfix: re-enabled alignment of content icons | Tannin | 2015-03-31 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Merge in changes by Tom Tanner | Tannin | 2015-03-27 | 5 | -1/+151 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | | Refactoring and cleanup. | Tom Tanner | 2015-03-18 | 2 | -41/+21 | |
| | | | | | | ||||||
| | * | | | | Every plugin now built | Tom Tanner | 2015-03-17 | 2 | -25/+125 | |
| | | | | | | ||||||
| | * | | | | Abortive attempt to use official 'qt' tool | Tom Tanner | 2015-03-16 | 1 | -124/+24 | |
| | | | | | | | | | | | | | | | | | | | | | This resulted in some small cleanups but not much else | |||||
| | * | | | | Cleanup | Tom Tanner | 2015-03-16 | 1 | -3/+1 | |
| | | | | | | ||||||
| | * | | | | Yet more scons stuff. Now builds everything but the plugins, and installs ↵ | Tom Tanner | 2015-03-15 | 1 | -49/+10 | |
| | | | | | | | | | | | | | | | | | | | | | all the dlls | |||||
| | * | | | | More sconscripts set up | Tom Tanner | 2015-03-14 | 3 | -62/+34 | |
| | | | | | | ||||||
| | * | | | | First attempt at using scons to build | Tom Tanner | 2015-03-08 | 5 | -0/+241 | |
| | | | | | | ||||||
| * | | | | | cleanup | Tannin | 2015-03-27 | 2 | -6/+5 | |
| | | | | | | ||||||
| * | | | | | bugfix: not all icons showed up | Tannin | 2015-03-27 | 3 | -3/+9 | |
| | | | | | | ||||||
| * | | | | | bugfix: MO didn't use all parameters of preconfigured executables | Tannin | 2015-03-27 | 2 | -7/+10 | |
| | | | | | | ||||||
| * | | | | | bugfix: "edit executables" dialog didn't actually save a modified executable ↵ | Tannin | 2015-03-27 | 1 | -0/+3 | |
| | |/ / / |/| | | | | | | | | | | | | | | | | | | | when confirming the save-on-close dialog | |||||
| * | | | | updated build instructions, version number, packaging scripts | Tannin | 2015-03-21 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | - 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 | |||||
| * | | | | MO will again remove obsolete files on startup | Tannin | 2015-03-21 | 1 | -0/+38 | |
| | | | | | ||||||
| * | | | | bugfix: crash when entering search terms for the mod list | Tannin | 2015-03-21 | 2 | -9/+3 | |
| | | | | | ||||||
| * | | | | bugfix: sync-overwrite dialog didn't open | Tannin | 2015-03-21 | 1 | -2/+2 | |
| | |_|/ |/| | | ||||||
| * | | | minor stuff (slight changes to the visual style, code refactorings, version ↵ | Tannin | 2015-03-18 | 5 | -170/+175 | |
| | | | | | | | | | | | | | increment) | |||||
| * | | | bugfix: crash related to bad timing when filtering the mod list | Tannin | 2015-03-18 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | - plugin list can now be sorted by flags | Tannin | 2015-03-18 | 1 | -2/+17 | |
| | | | | | | | | | | | | | - sorting by mod index now puts the disabled mods to one end of the list | |||||
| * | | | - avoiding unnecessary meta.ini saves when checking mods for updates | Tannin | 2015-03-18 | 2 | -8/+25 | |
| | |/ |/| | ||||||
| * | | minor cleanup | Tannin | 2015-03-09 | 2 | -3/+8 | |
| | | | ||||||
| * | | - bugfix: changing the highlight in the modlist didn't always prompt an ↵ | Tannin | 2015-03-09 | 2 | -6/+7 | |
| | | | | | | | | | immediate update of overwrite markers | |||||
| * | | - when activating/deactivating a mod the contained esps are only ↵ | Tannin | 2015-03-09 | 1 | -6/+7 | |
| | | | | | | | | | | | | | activated/deactivated if no other active mod provides the same plugins | |||||
| * | | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 15 | -202/+162 | |
| | | | ||||||
| * | | tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵ | Tannin | 2015-02-25 | 15 | -62/+42 | |
| | | | | | | | | | from static code analysis) | |||||
| * | | bugfix: tooltips in dark style were too transparent | Tannin | 2015-02-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | bugfix: plugin list wasn't user-sortable | Tannin | 2015-02-25 | 1 | -5/+8 | |
| | | | ||||||
