summaryrefslogtreecommitdiff
path: root/src/problemsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-45/+59
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-59/+45
|
* MergeTannin2015-01-041-1/+1
|\
| * replaced all uses of NULL with nullptrTannin2014-11-281-1/+1
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
* | bugfix: hitting the fix button in the diagnosis plugin could crash MO if theTannin2014-12-041-4/+9
|/ | | | line didn't have mouse focus
* - diagnosis plugins can now request to be re-evaluatedTannin2013-11-061-12/+19
| | | | | | | | | | | | - main application now contains means for plugins to react on some changes (to be extended) - plugins can now retrieve more information about a mod - user-agent sent to nexus now automatically contains the current MO version - included updated russian translation - problems dialog now refreshes itself after a fix was applied - fixed new esp/asset ordering diagnosis. May be fully functional now - bugfix: restoring locked load order could leave MO in an endless loop (not sure if this fix is correct yet) - bugfix: plugin list was not visually updated after some changes - bugfix: nmm importer threw away mod ordering
* - some fixes to the refreshing behaviourTannin2013-07-131-2/+14
| | | | | | - "fix" buttons in problems dialog are now actually functional - python proxy now has diagnosis functionality to warn user if correct proxy version is not available - python proxy now has a configurable python path
* - diagnosis plugin now reports file in overwrite as a problemTannin2013-05-221-1/+1
| | | | | - bugfix: GetModuleFileName returned the wrong string length - bugfix: Vector Exception Handler no longer stops hook.dll on recoverable errors
* - bugfix: wrong multibyte to widechar conversion in hookdll breaks ↵Tannin2013-04-131-0/+58
internationalization - bugfix: mod names not checked for validity on rename - bugfix: mod list wasn't invalidated after rename (regression?) - problem reports moved to separate dialog - ncc plugin now does the check for dotNet - python plugin wrapper started (only supports tools currently) - new ini editor plugin in python (non-functional currently)