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
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
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.
apply fixed bug from 4.9.0 changelog