[Uml-devel] KDE/kdesdk/umbrello/umbrello

Sharan Rao sharanrao at gmail.com
Sun Jul 8 22:42:16 UTC 2007


SVN commit 685447 by sharan:

Fixes and re-arrangement of the (advanced) codegeneration stuff.
The CPP/D/Java/Ruby classes are now more of interfaces to their own settings ( in optionstate.h ) + their 
manipulation than storage classes of the settings itself.

/me believes it fixes the bugs in the advanced code generation. Oliver, can you confirm ?

All the configuration options for the code generators are now read in uml.cpp file than their own files.
(except the common configuration options. That's because they are common to all. Maybe I should move them to
uml.cpp too, but that'd be later, perhaps)



 M  +47 -43    codegenerationpolicy.cpp  
 M  +4 -1      codegenerationpolicy.h  
 M  +0 -4      codegenerators/codegenpolicyext.h  
 M  +61 -61    codegenerators/cppcodegenerationpolicy.cpp  
 M  +0 -20     codegenerators/cppcodegenerationpolicy.h  
 M  +2 -0      codegenerators/cppcodegenerationpolicypage.cpp  
 M  +1 -0      codegenerators/cppcodegenerationpolicypage.h  
 M  +18 -20    codegenerators/dcodegenerationpolicy.cpp  
 M  +0 -8      codegenerators/dcodegenerationpolicy.h  
 M  +20 -21    codegenerators/javacodegenerationpolicy.cpp  
 M  +2 -12     codegenerators/javacodegenerationpolicy.h  
 M  +23 -19    codegenerators/rubycodegenerationpolicy.cpp  
 M  +1 -10     codegenerators/rubycodegenerationpolicy.h  
 M  +1 -0      dialogs/codegenerationoptionspage.cpp  
 M  +0 -2      dialogs/codegenerationpolicypage.h  
 M  +61 -1     optionstate.h  
 M  +71 -7     uml.cpp  






More information about the umbrello-devel mailing list