summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | bugfix: tutorial brokenTannin2015-04-082-9/+9
| | | | |
* | | | | avoid saving plugin list during directory updates as they may be invalidTannin2015-03-311-0/+4
| | | | |
* | | | | a signal is now emitted when the state (checked/unchecked) of a plugin changesTannin2015-03-312-16/+37
| | | | |
* | | | | will now avoid writing plugin lists if they would be empty (as its probably ↵Tannin2015-03-311-2/+6
| | | | | | | | | | | | | | | | | | | | a bug)
* | | | | bugfix: modlist automatically scrolled to the top after closing context menuTannin2015-03-311-4/+6
| | | | |
* | | | | bugfix: re-enabled alignment of content iconsTannin2015-03-311-0/+1
| | | | |
* | | | | Merge in changes by Tom TannerTannin2015-03-275-1/+151
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Refactoring and cleanup.Tom Tanner2015-03-182-41/+21
| | | | |
| * | | | Every plugin now builtTom Tanner2015-03-172-25/+125
| | | | |
| * | | | Abortive attempt to use official 'qt' toolTom Tanner2015-03-161-124/+24
| | | | | | | | | | | | | | | | | | | | This resulted in some small cleanups but not much else
| * | | | CleanupTom Tanner2015-03-161-3/+1
| | | | |
| * | | | Yet more scons stuff. Now builds everything but the plugins, and installs ↵Tom Tanner2015-03-151-49/+10
| | | | | | | | | | | | | | | | | | | | all the dlls
| * | | | More sconscripts set upTom Tanner2015-03-143-62/+34
| | | | |
| * | | | First attempt at using scons to buildTom Tanner2015-03-085-0/+241
| | | | |
* | | | | cleanupTannin2015-03-272-6/+5
| | | | |
* | | | | bugfix: not all icons showed upTannin2015-03-273-3/+9
| | | | |
* | | | | bugfix: MO didn't use all parameters of preconfigured executablesTannin2015-03-272-7/+10
| | | | |
* | | | | bugfix: "edit executables" dialog didn't actually save a modified executable ↵Tannin2015-03-271-0/+3
| |/ / / |/| | | | | | | | | | | | | | | | | | | when confirming the save-on-close dialog
* | | | updated build instructions, version number, packaging scriptsTannin2015-03-211-2/+2
| | | |
* | | | - after closing the overwrite dialog the in-memory directory structure is ↵Tannin2015-03-211-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 ↵Tannin2015-03-211-32/+4
| | | | | | | | | | | | | | | | that is independent of the mod ordering
* | | | MO will again remove obsolete files on startupTannin2015-03-211-0/+38
| | | |
* | | | bugfix: crash when entering search terms for the mod listTannin2015-03-212-9/+3
| | | |
* | | | bugfix: sync-overwrite dialog didn't openTannin2015-03-211-2/+2
| |_|/ |/| |
* | | minor stuff (slight changes to the visual style, code refactorings, version ↵Tannin2015-03-185-170/+175
| | | | | | | | | | | | increment)
* | | bugfix: crash related to bad timing when filtering the mod listTannin2015-03-181-4/+4
| | |
* | | - plugin list can now be sorted by flagsTannin2015-03-181-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 updatesTannin2015-03-182-8/+25
| |/ |/|
* | minor cleanupTannin2015-03-092-3/+8
| |
* | - bugfix: changing the highlight in the modlist didn't always prompt an ↵Tannin2015-03-092-6/+7
| | | | | | | | immediate update of overwrite markers
* | - when activating/deactivating a mod the contained esps are only ↵Tannin2015-03-091-6/+7
| | | | | | | | | | | | activated/deactivated if no other active mod provides the same plugins
* | - some fixes to how file changes are signaled and delayedTannin2015-03-0115-202/+162
| |
* | tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵Tannin2015-02-2515-62/+42
| | | | | | | | from static code analysis)
* | bugfix: tooltips in dark style were too transparentTannin2015-02-251-1/+1
| |
* | bugfix: plugin list wasn't user-sortableTannin2015-02-251-5/+8
| |
* | sorting by content now produces a more useful listTannin2015-02-251-4/+15
| |
* | bugfix: filtering by meta-categories (checked/unchecked, update available) ↵Tannin2015-02-251-1/+2
| | | | | | | | didn't work
* | bugfix: crash when trying to delete mods (issue #1016)Tannin2015-02-253-20/+29
| |
* | - added content icon for BSAsTannin2015-02-2516-15/+26
| | | | | | | | | | - improved display of content icons (better scaling and some borders) - bugfix: contains changes missing from changeset bc6b6430017b
* | - No longer setting the dll directory as a windows search folder for dlls ↵Tannin2015-02-252-5/+3
| | | | | | | | | | | | | | 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)
* | - bugfix: detection of support for direct loading load mechanism was brokenTannin2015-02-251-3/+8
| | | | | | | | | | - proxy dll load mechanism disabled since it seems to have been bugged for ages and nobody noticed so it appears to be unneeded
* | icon delegates now use a pixmap cache to improve rendering performanceTannin2015-02-259-64/+82
| |
* | cleanupTannin2015-01-292-6/+6
| |
* | extended the game-plugin interfaceTannin2015-01-2928-930/+326
| |
* | Merge with branch1.2Tannin2015-01-2449-243/+195
|\|
| * updated version numberTannin2015-01-242-5/+3
| |
| * fixed logging in case of changes and errors in the mod listTannin2015-01-221-4/+7
| |
| * bugfix: When displaying the list of save games to delete the list is capped ↵Tannin2015-01-221-1/+10
| | | | | | | | to 10 entries, otherwise the window may extend beyond the screen
| * bugfix: initialization order was wrong and so kept foreign language systems ↵Tannin2015-01-222-3/+3
| | | | | | | | | | | | 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)Tannin2015-01-2240-120/+68
| |