summaryrefslogtreecommitdiff
path: root/src/problemsdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-7/+6
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-45/+45
|
* Replace usage of IPlugin::isActive().Mikaël Capelle2020-11-111-2/+3
|
* moved geometry handling to ProblemsDialog and CategoriesDialogisanae2019-08-041-0/+4
|
* - always show statusbar, used by the menu and toolbar to display status tipsisanae2019-06-021-3/+3
| | | | | | | | - reduced margins around central widgets to align it with status bar text, removed bottom margins completely because the statusbar is enough - notifications: now always enabled, dialog shows a special item when empty, just change the tooltip and leave the text alone - added all toolbar actions to menu - non functional in menu for now: tools, help and endorse because they're menus - changed some of the action strings to be the same on both toolbar and menu, added missing status tips
* Prevent diagnose plugins that return false for isActive from reporting ↵LostDragonist2019-03-231-3/+3
| | | | notifications
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-13/+17
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-17/+13
|
* - diagnosis plugins can now request to be re-evaluatedTannin2013-11-061-0/+4
| | | | | | | | | | | | - 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-0/+1
| | | | | | - "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
* - bugfix: wrong multibyte to widechar conversion in hookdll breaks ↵Tannin2013-04-131-0/+35
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)