summaryrefslogtreecommitdiff
path: root/src/problemsdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* Add placeholder text to notification dialogLostDragonist2019-09-161-1/+1
| | | | | | A lot of new users miss the fact you can click on a notification to get more details about that notification. This directs them to click on stuff.
* Rename problems to notificationsLostDragonist2019-01-301-1/+1
|
* minor stuff (slight changes to the visual style, code refactorings, version ↵Tannin2015-03-181-3/+3
| | | | increment)
* minor text changesTannin2013-12-071-2/+2
|
* - added a new diagnosis to detect potential problems in regards to esp vs. ↵Tannin2013-11-011-30/+28
| | | | | | | | | asset ordering (not fully functional yet) - new plugin interfaces to the mod list - plugins can now query the origin (mod) of a esp/esm - bugfix: potential access to profile before one was activated - bugfix: regression in previous (not-yet-released) commit prevented changes to bsa list from being saved
* - bugfix: wrong multibyte to widechar conversion in hookdll breaks ↵Tannin2013-04-131-0/+104
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)