[Uml-devel] kdesdk/umbrello/umbrello/codegenerators
Sebastian Stein
seb.kde at hpfsc.de
Tue Aug 17 05:16:03 UTC 2004
CVS commit by sstein:
patch (86831) by Heiko Nardmann (and slightly edited by me):
- replace C++ pointer list with QPtrList
- new reserved keywords for ActionScript, Python and XMLSchemaWriter
- added some source comments
- reformated some parts of the source
- in XMLSchemaWriter use the correct indentation and new line chars
M +21 -10 adawriter.cpp 1.26
M +7 -1 adawriter.h 1.8
M +465 -1 aswriter.cpp 1.17
M +20 -2 aswriter.h 1.7
M +10 -5 cppcodegenerator.cpp 1.25
M +5 -1 cppcodegenerator.h 1.16
M +9 -4 idlwriter.cpp 1.23
M +10 -5 idlwriter.h 1.9
M +9 -4 javacodegenerator.cpp 1.22
M +19 -8 javacodegenerator.h 1.15
M +11 -6 jswriter.cpp 1.17
M +22 -19 jswriter.h 1.8
M +9 -7 perlwriter.cpp 1.17
M +10 -8 perlwriter.h 1.8
M +11 -5 phpwriter.cpp 1.21
M +9 -6 phpwriter.h 1.9
M +166 -3 pythonwriter.cpp 1.13
M +18 -2 pythonwriter.h 1.8
M +11 -5 sqlwriter.cpp 1.16
M +6 -3 sqlwriter.h 1.11
M +49 -2 xmlschemawriter.cpp 1.16
M +20 -4 xmlschemawriter.h 1.8
More information about the umbrello-devel
mailing list