1 Apr 2012 10:29
branches/work/soc-umbrello/umbrello
Andi Fischer <andi.fischer <at> hispeed.ch>
2012-04-01 08:29:46 GMT
2012-04-01 08:29:46 GMT
SVN commit 1287797 by fischer:
Differences to trunk reduced.
M +3 -1 layoutgenerator.h
M +22 -5 listpopupmenu.cpp
M +8 -12 umlscene.cpp
M +0 -4 umlscene.h
M +30 -14 widgets/forkjoinwidget.cpp
M +5 -10 widgets/forkjoinwidget.h
M +46 -13 widgets/statewidget.cpp
M +5 -5 widgets/statewidget.h
--- branches/work/soc-umbrello/umbrello/layoutgenerator.h #1287796:1287797
<at> <at> -122,8 +122,10 <at> <at>
QTemporaryFile in;
QTemporaryFile out;
QTemporaryFile xdotOut;
- if (!isEnabled())
+ if (!isEnabled()) {
+ uWarning() << "Could not apply autolayout because graphviz installation has not been found.";
return false;
+ }
#ifdef LAYOUTGENERATOR_DEBUG
in.setAutoRemove(false);
--- branches/work/soc-umbrello/umbrello/listpopupmenu.cpp #1287796:1287797
<at> <at> -4,7 +4,7 <at> <at>
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
(Continue reading)
RSS Feed