[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Thu Sep 25 11:26:18 UTC 2003


CVS commit by thomas: 

feature implementation: change the interface for summoning the code viewer dialog from the codedocument to the code generator. By doing so, we are now in a position to control what documents get fed to the dialog for editing. For example, now when a class is clicked on the dialog will show all relevant codedocuments, which in the case of C++ would be the 'source' and 'header' documents.


  M +0 -5      codedocument.cpp   1.10
  M +0 -6      codedocument.h   1.5
  M +9 -0      codegenerator.cpp   1.27
  M +8 -1      codegenerator.h   1.16
  M +3 -2      uml.cpp   1.65
  M +29 -0     codegenerators/cppcodegenerator.cpp   1.9
  M +5 -0      codegenerators/cppcodegenerator.h   1.5
  M +11 -0     codegenerators/javacodegenerator.cpp   1.7
  M +5 -1      codegenerators/javacodegenerator.h   1.4
  M +1 -1      dialogs/codeeditor.cpp   1.13
  M +1 -1      dialogs/codeeditor.h   1.5
  M +3 -3      dialogs/codeviewerdialog.cpp   1.6
  M +25 -8     dialogs/codeviewerdialog.h   1.3
  M +3 -3      dialogs/codevieweroptionspage.cpp   1.5
  M +5 -5      dialogs/codevieweroptionspage.h   1.2
  M +1 -1      dialogs/settingsdlg.cpp   1.13
  M +5 -19     dialogs/settingsdlg.h   1.8







More information about the umbrello-devel mailing list