Bug 301969

Summary: layout generator auto detection
Product: [Applications] umbrello Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: major    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In: 4.9.0

Description Ralf Habacker 2012-06-15 14:37:44 UTC
The auto layout feature searches in the system path for graphviz layout generators. 
On windows graphviz is a separate package which need to be installed independently.
To let umbrello  to find those generators an automatic search should be implemented.
In cases where the automatic detection will not fit, a way to enter generator pathes should be there.






Reproducible: Always
Comment 1 Ralf Habacker 2012-06-15 20:23:21 UTC
SVN commit 1300948 by habacker:

Added layout generator auto detection and auto layout setting page.


 M  +2 -0      CMakeLists.txt  
 A             dialogs/autolayoutoptionpage.cpp   [License: GPL (v2+)]
 A             dialogs/autolayoutoptionpage.h   [License: GPL (v2+)]
 A             dialogs/autolayoutoptionpage.ui  
 M  +23 -0     dialogs/settingsdlg.cpp  
 M  +4 -1      dialogs/settingsdlg.h  
 M  +3 -3      dotgenerator.cpp  
 M  +0 -1      dotgenerator.h  
 M  +40 -11    layoutgenerator.h  
 M  +6 -0      optionstate.h  
 M  +10 -0     umbrello.kcfg  
 M  +4 -0      uml.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1300948
Comment 2 Ralf Habacker 2012-06-18 08:42:50 UTC
Just a note: Without this patch the auto layout feature listed in 4.9 feature list will not be usable for end users on windows.
Comment 3 Ralf Habacker 2013-11-06 17:19:32 UTC
apply fixed bug from 4.9.0 changelog