summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 1) reintroduce the report error when unpacking archives to avoid the errorTom Tanner2015-04-251-6/+2
| | | | | | | | | | | | | | | | | | | | message disappearing entirely 2) Allow very long filenames to be used when unpacking
| * | | Small fixup to passing of argc/argv.Tom Tanner2015-04-192-2/+2
| | | |
| * | | More fixing up of scons. Give up entirely with debugging python proxyTom Tanner2015-04-192-56/+122
| | | |
| * | | If there are no Missing ESPs, say "None" rather than leaving an empty list.Tom Tanner2015-03-291-0/+6
| | | |
| * | | Update readme with information about getting python proxy to work in a debug ↵Tom Tanner2015-03-291-3/+16
| | | | | | | | | | | | | | | | build.
| * | | Added json file dependency into moc scannerTom Tanner2015-03-281-112/+45
| | | |
| * | | Add in all the necessary stuff for sconsTom Tanner2015-03-251-1/+2
| | | |
| * | | MergeTom Tanner2015-03-2211-6/+234
| |\ \ \
| | * | | Fix a meory leak with modules that error during loadingTom Tanner2015-03-223-6/+5
| | | | | | | | | | | | | | | | | | | | More Sconscript stuff
| | * | | Fixed Scons build for existing bits.Tom Tanner2015-03-204-46/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed pynedit.pro to fetch from 'standard' install location Changed saveas code to use organizer report rather than uibase - this way it's not dependant on the vagaries of the include path, and works the same as the rest of the organiser directory
| | * | | MergeTom Tanner2015-03-1910-218/+256
| | |\ \ \
| | * \ \ \ Merge with branch1.2Tom Tanner2015-03-188-2/+229
| | |\ \ \ \ | | | | |_|/ | | | |/| |
* | | | | | dropped redundant report.h/report.cppTannin2015-05-0916-109/+26
| | | | | |
* | | | | | bugfix: filter on download list always filtered by file name, not by ↵Tannin2015-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | displayed name
* | | | | | refactoringsTannin2015-04-123-8/+11
| | | | | |
* | | | | | - operations not possible during directory refresh can now be delayed unit afterTannin2015-04-124-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 toTannin2015-04-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | be a problem nowadays (probably related to Qt5?)
* | | | | | safe file writer now ignores the hash if the file doesn't existTannin2015-04-121-1/+2
| | | | | |
* | | | | | MO will no longer use the load order from an empty loadorder.txt because theTannin2015-04-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | file should at least have a header.
* | | | | | missing changes that belong into changeset 5eaf1e439403Tannin2015-04-122-2/+3
| | | | | |
* | | | | | bugfix: save-dir monitoring is now disabled while editing a profile so that,Tannin2015-04-121-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 forTannin2015-04-121-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | auto-detecting executables
* | | | | | cosmetic changes and increased version numberTannin2015-04-084-9/+4
| | | | | |
* | | | | | enabling/disabling a plugin should now immediately cause a check for problemsTannin2015-04-081-2/+8
| | | | | |
* | | | | | if overwriting the ModOrganizer.ini file fails, another attempt to storeTannin2015-04-082-43/+65
| | | | | | | | | | | | | | | | | | | | | | | | settings is made, writing to the ini file directly.
* | | | | | bugfix: save games didn't show up in the transfer saves dialogTannin2015-04-081-9/+3
| | | | | |
* | | | | | download directory, cache directory and mod directory are now only stored in theTannin2015-04-081-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | ini file when they differ from the default. this should make moving MO easier
* | | | | | 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-278-1/+222
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Refactoring and cleanup.Tom Tanner2015-03-183-44/+26
| | | | | |
| * | | | | Every plugin now builtTom Tanner2015-03-173-28/+128
| | | | | |
| * | | | | 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
| | | | | |
| * | | | | Building cleanly without patched versions. Doesn't do the plugins yetTom Tanner2015-03-152-7/+17
| | | | | |
| * | | | | Yet more scons stuff. Now builds everything but the plugins, and installs ↵Tom Tanner2015-03-153-55/+19
| | | | | | | | | | | | | | | | | | | | | | | | all the dlls
| * | | | | More sconscripts set upTom Tanner2015-03-146-62/+90
| | | | | |
| * | | | | 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-212-43/+35
| | | | |
* | | | | - 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
| | | | |