Summary: | broken entries in tree view | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Joris Steyn <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/umbrello/f67b681dbeee39787edd5007153aea2621327cac | Version Fixed In: | 4.11.2 |
Sentry Crash Report: | |||
Attachments: |
Fix broken entries in tree view
Fix broken entries in tree view (with cleanup of obsolete code) |
Description
Ralf Habacker
2013-03-30 13:14:06 UTC
Created attachment 82188 [details]
Fix broken entries in tree view
Created attachment 82196 [details]
Fix broken entries in tree view (with cleanup of obsolete code)
Proposed patch is based on master@ef83cbc.
Adding multiple items of the same type in the tree view resulted in broken items. Fixed by calling createItem() directly when adding an object in treeview. Renaming of items seems to work fine, in contrast to what the commit message of 0d010aa states.
Git commit d8d333d1f8eae44b45eef94e0d3b9cf80fcbd32f by Andi Fischer, on behalf of Joris Steyn. Committed on 06/09/2013 at 22:53. Pushed by fischer into branch 'master'. Fix broken entries in tree view (with cleanup of obsolete code) Adding multiple items of the same type in the tree view resulted in broken items. Fixed by calling createItem() directly when adding an object in treeview. Renaming of items seems to work fine, in contrast to what the commit message of 0d010aa states. M +7 -23 umbrello/umllistview.cpp M +0 -36 umbrello/umllistviewitem.cpp M +0 -5 umbrello/umllistviewitem.h http://commits.kde.org/umbrello/d8d333d1f8eae44b45eef94e0d3b9cf80fcbd32f Git commit f67b681dbeee39787edd5007153aea2621327cac by Ralf Habacker, on behalf of Joris Steyn. Committed on 06/09/2013 at 22:53. Pushed by habacker into branch 'KDE/4.11'. Fix broken entries in tree view (with cleanup of obsolete code) Adding multiple items of the same type in the tree view resulted in broken items. Fixed by calling createItem() directly when adding an object in treeview. Renaming of items seems to work fine, in contrast to what the commit message of 0d010aa states. FIXED-IN:4.11.2 M +7 -23 umbrello/umllistview.cpp M +0 -36 umbrello/umllistviewitem.cpp M +0 -5 umbrello/umllistviewitem.h http://commits.kde.org/umbrello/f67b681dbeee39787edd5007153aea2621327cac |