Bug 342951

Summary: No model icon display in documentation window
Product: [Applications] umbrello Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.14.3 (KDE Applications 4.14.3)   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In: 2.15.2 (KDE 14.12.2)
Bug Depends on:    
Bug Blocks: 342953    

Description Ralf Habacker 2015-01-17 09:58:19 UTC
In the documentation window for each selected class an icon is displayed, except for the uml model. In this case an empty icon is displayed.

Reproducible: Always

Steps to Reproduce:
1. open umbrello
2. make sure documentation window is displayed
3. select the top level item in the tree view

Actual Results:  
an empty icon is displayed

Expected Results:  
from the source the umbrello symbol should be displayed
Comment 1 Ralf Habacker 2015-01-17 10:01:09 UTC
This bug also prevents the display of the top right icon in the code generator, code import and class wizard.
Comment 2 Ralf Habacker 2015-01-17 10:17:29 UTC
Git commit 026ed1e9ca20bec310804787715d96544bf8ee68 by Ralf Habacker.
Committed on 17/01/2015 at 09:58.
Pushed by habacker into branch 'master'.

Fix 'No model icon display in documentation window'.

I found this bug while testing mingw32 cross compiled
umbrello/kf5. Umbrello requires huge time to scan for
a non present icon (about 0.5-2 seconds for a single
icon fetch request) because of the recent implementation
of KIconLoader (version 0.5.6).

M  +1    -1    umbrello/icon_utils.cpp

http://commits.kde.org/umbrello/026ed1e9ca20bec310804787715d96544bf8ee68
Comment 3 Ralf Habacker 2015-01-17 10:20:19 UTC
Git commit f947ed860cd2386123b7c14d69fbebc2faafa5ec by Ralf Habacker.
Committed on 17/01/2015 at 09:58.
Pushed by habacker into branch 'Applications/14.12'.

Fix 'No model icon display in documentation window'.

I found this bug while testing mingw32 cross compiled
umbrello/kf5. Umbrello requires huge time to scan for
a non present icon (about 0.5-2 seconds for a single
icon fetch request) because of the recent implementation
of KIconLoader (version 0.5.6).
(cherry picked from commit 026ed1e9ca20bec310804787715d96544bf8ee68)

M  +1    -1    umbrello/icon_utils.cpp

http://commits.kde.org/umbrello/f947ed860cd2386123b7c14d69fbebc2faafa5ec