Summary: | Graphical indicator for "widget-has-documentation" | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Ralf Habacker <ralf.habacker> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | 2.11 (KDE 4.11) | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/7e60625d0845b5ff33774bfbc7ea6449d717a6c3 | Version Fixed In: | 4.11.1 |
Sentry Crash Report: |
Description
Ralf Habacker
2013-08-26 11:13:56 UTC
Git commit 7e60625d0845b5ff33774bfbc7ea6449d717a6c3 by Ralf Habacker. Committed on 24/08/2013 at 22:33. Pushed by habacker into branch 'KDE/4.11'. Add visual feedback if widget has documentation. This patch add a graphical indicator to widget painting, which is useful to get a quick overview what is documentated and what not. As graphical indicator a triangle in the lower left corner of the widget is used, because it is still visible in lowest zoom level. Widgets not derived from UMLWidget are not supported yet. MessageWidget do not work because it do not have any documentation property. FIXED-IN:4.11.1 GUI Conflicts: umbrello/listpopupmenu.cpp umbrello/umlobject.cpp umbrello/umlobject.h M +2 -0 umbrello/listpopupmenu.cpp M +1 -0 umbrello/listpopupmenu.h M +21 -11 umbrello/umlobject.cpp M +2 -1 umbrello/umlobject.h M +22 -0 umbrello/umlscene.cpp M +4 -0 umbrello/umlscene.h M +13 -0 umbrello/widgets/umlwidget.cpp M +12 -0 umbrello/widgets/widgetbase.cpp M +1 -0 umbrello/widgets/widgetbase.h http://commits.kde.org/umbrello/7e60625d0845b5ff33774bfbc7ea6449d717a6c3 |