Oliver Kellogg | 1 Oct 2005 01:45
Picon
Gravatar

KDE/kdesdk/umbrello/umbrello

SVN commit 465842 by okellogg:

move closer to branches/KDE/3.5

 M  +3 -3      classifiercodedocument.cpp  
 M  +1 -1      codeaccessormethod.cpp  
 M  +0 -1      codeaccessormethod.h  
 A             codeaccessormethodlist.h   [License: no copyright GPL (v2+)]
 M  +4 -4      codeclassfield.cpp  
 M  +4 -4      codeclassfield.h  
 M  +1 -1      codedocument.cpp  
 M  +1 -2      codedocument.h  
 M  +16 -16    codegenerators/cppheadercodedocument.cpp  
 M  +2 -1      codegenerators/cppheadercodedocument.h  
 M  +6 -6      codegenerators/cppsourcecodedocument.cpp  
 M  +6 -8      codegenerators/javaclassifiercodedocument.cpp  
 M  +2 -3      codegenerators/javaclassifiercodedocument.h  
 M  +0 -1      codegenerators/jswriter.h  
 M  +0 -1      codegenerators/perlwriter.h  
 M  +0 -1      codegenerators/php5writer.h  
 M  +0 -1      codegenerators/phpwriter.h  
 M  +0 -1      codegenerators/pythonwriter.h  
 M  +0 -1      codegenerators/sqlwriter.h  
 M  +3 -3      codegenerators/xmlelementcodeblock.cpp  
 M  +3 -3      codegenerators/xmlelementcodeblock.h  
 M  +0 -1      codegenerators/xmlschemawriter.h  
 M  +3 -3      codegenobjectwithtextblocks.cpp  
 M  +4 -5      codegenobjectwithtextblocks.h  
 M  +0 -1      codemethodblock.h  
 M  +0 -1      codeoperation.h  
(Continue reading)

Oliver Kellogg | 1 Oct 2005 01:42
Picon
Gravatar

branches/KDE/3.5/kdesdk/umbrello/umbrello/autolayout

SVN commit 465840 by okellogg:

g++-3.4 wants virtual destructors

 M  +1 -0      _graph.h  
 M  +1 -0      autolayouter.h  
 M  +1 -1      canvas.h  
 M  +1 -2      node.h  
 M  +2 -2      simplecanvas.h  

--- branches/KDE/3.5/kdesdk/umbrello/umbrello/autolayout/_graph.h #465839:465840
 <at>  <at>  -22,6 +22,7  <at>  <at> 
 */
 class Graph{
 public:
+    virtual ~Graph() {}
     virtual void addNode(const char *name, int width,int heigt)=0;
     virtual void addEdge(const char* nodea,const char*nodeb,int weight=100)=0;
     virtual Node* getNode(const char*)=0;
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/autolayout/autolayouter.h #465839:465840
 <at>  <at>  -23,6 +23,7  <at>  <at> 
 */
 class Autolayouter {
 public:
+    virtual ~Autolayouter() {}

     virtual void setNoteConnectionWeight(int i)=0;
     virtual void setNoteConnectionsAsEdges(bool b)=0;
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/autolayout/canvas.h #465839:465840
 <at>  <at>  -26,7 +26,7  <at>  <at> 
(Continue reading)

Oliver Kellogg | 1 Oct 2005 01:44
Picon
Gravatar

branches/KDE/3.5/kdesdk/umbrello/umbrello

SVN commit 465841 by okellogg:

move closer to trunk

 M  +3 -3      classifiercodedocument.cpp  
 M  +0 -1      codeaccessormethod.h  
 A             codeaccessormethodlist.h   [License: no copyright GPL (v2+)]
 M  +4 -4      codeclassfield.cpp  
 M  +4 -4      codeclassfield.h  
 M  +1 -1      codedocument.cpp  
 M  +1 -2      codedocument.h  
 M  +16 -16    codegenerators/cppheadercodedocument.cpp  
 M  +2 -1      codegenerators/cppheadercodedocument.h  
 M  +6 -6      codegenerators/cppsourcecodedocument.cpp  
 M  +6 -6      codegenerators/javaclassifiercodedocument.cpp  
 M  +2 -1      codegenerators/javaclassifiercodedocument.h  
 M  +0 -1      codegenerators/jswriter.h  
 M  +0 -1      codegenerators/perlwriter.h  
 M  +0 -1      codegenerators/php5writer.h  
 M  +0 -1      codegenerators/phpwriter.h  
 M  +0 -1      codegenerators/pythonwriter.h  
 M  +0 -1      codegenerators/sqlwriter.h  
 M  +2 -2      codegenerators/xmlelementcodeblock.cpp  
 M  +3 -3      codegenerators/xmlelementcodeblock.h  
 M  +0 -1      codegenerators/xmlschemawriter.h  
 M  +3 -3      codegenobjectwithtextblocks.cpp  
 M  +4 -3      codegenobjectwithtextblocks.h  
 M  +0 -1      codemethodblock.h  
 M  +0 -1      codeoperation.h  
 M  +3 -3      dialogs/codeeditor.cpp  
(Continue reading)

Oliver Kellogg | 1 Oct 2005 02:20
Picon
Gravatar

KDE/kdesdk/umbrello/umbrello/codegenerators

SVN commit 465855 by okellogg:

merge back commit 465854 from branches/KDE/3.5

 M  +1 -1      adawriter.cpp  
 M  +1 -1      aswriter.cpp  
 M  +1 -1      cppwriter.cpp  
 M  +1 -1      idlwriter.cpp  
 M  +1 -1      javawriter.cpp  
 M  +1 -1      jswriter.cpp  
 M  +2 -1      perlwriter.cpp  
 M  +1 -1      php5writer.cpp  
 M  +1 -1      phpwriter.cpp  
 M  +1 -1      pythonwriter.cpp  
 M  +1 -1      rubywriter.cpp  
 M  +1 -1      sqlwriter.cpp  
 M  +1 -1      tclwriter.cpp  
 M  +1 -1      xmlschemawriter.cpp  

--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/adawriter.cpp #465854:465855
 <at>  <at>  -147,7 +147,7  <at>  <at> 

     //find an appropriate name for our file
     fileName = overwritableName(c, fileName, ".ads");
-    if (!fileName) {
+    if (fileName.isEmpty()) {
         emit codeGenerated(c, false);
         return;
     }
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/aswriter.cpp #465854:465855
(Continue reading)

Oliver Kellogg | 1 Oct 2005 02:20
Picon
Gravatar

branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators

SVN commit 465854 by okellogg:

make compile on trunk

 M  +1 -1      adawriter.cpp  
 M  +1 -1      aswriter.cpp  
 M  +1 -1      cppwriter.cpp  
 M  +1 -1      idlwriter.cpp  
 M  +1 -1      javawriter.cpp  
 M  +1 -1      jswriter.cpp  
 M  +2 -1      perlwriter.cpp  
 M  +1 -1      php5writer.cpp  
 M  +1 -1      phpwriter.cpp  
 M  +1 -1      pythonwriter.cpp  
 M  +1 -1      rubywriter.cpp  
 M  +1 -1      sqlwriter.cpp  
 M  +1 -1      tclwriter.cpp  
 M  +1 -1      xmlschemawriter.cpp  

--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/adawriter.cpp #465853:465854
 <at>  <at>  -145,7 +145,7  <at>  <at> 

     //find an appropriate name for our file
     fileName = overwritableName(c, fileName, ".ads");
-    if (!fileName) {
+    if (fileName.isEmpty()) {
         emit codeGenerated(c, false);
         return;
     }
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/aswriter.cpp #465853:465854
(Continue reading)

Oliver Kellogg | 1 Oct 2005 10:06
Picon
Gravatar

branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators

SVN commit 465906 by okellogg:

move closer to trunk

 M  +1 -1      adawriter.cpp  
 M  +0 -1      adawriter.h  
 M  +1 -1      aswriter.cpp  
 M  +0 -3      aswriter.h  
 M  +0 -1      classifierinfo.h  
 M  +0 -2      cppwriter.h  
 M  +1 -1      idlwriter.cpp  
 M  +0 -1      idlwriter.h  
 M  +0 -1      javawriter.h  
 M  +1 -1      jswriter.cpp  
 M  +0 -2      jswriter.h  
 M  +1 -0      perlwriter.cpp  
 M  +0 -2      perlwriter.h  
 M  +1 -1      php5writer.cpp  
 M  +0 -2      php5writer.h  
 M  +1 -1      phpwriter.cpp  
 M  +0 -2      phpwriter.h  
 M  +0 -2      pythonwriter.h  
 M  +2 -0      simplecodegenerator.h  
 M  +0 -3      sqlwriter.h  
 M  +0 -3      xmlschemawriter.h  

--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/adawriter.cpp #465905:465906
 <at>  <at>  -22,8 +22,8  <at>  <at> 
 #include <klocale.h>
 #include <kmessagebox.h>
(Continue reading)

Oliver Kellogg | 1 Oct 2005 10:08
Picon
Gravatar

KDE/kdesdk/umbrello/umbrello

SVN commit 465907 by okellogg:

move closer to branches/KDE/3.5

 M  +0 -2      activitywidget.h  
 M  +0 -2      aligntoolbar.h  
 M  +2 -2      boxwidget.cpp  
 M  +0 -2      codeclassfield.cpp  
 M  +0 -2      codeclassfield.h  
 M  +0 -2      codedocument.cpp  
 M  +4 -6      codegenerationpolicy.cpp  
 M  +1 -3      codegenerators/adawriter.cpp  
 M  +0 -1      codegenerators/adawriter.h  
 M  +1 -3      codegenerators/aswriter.cpp  
 M  +0 -5      codegenerators/aswriter.h  
 M  +0 -1      codegenerators/classifierinfo.h  
 M  +0 -2      codegenerators/cppheadercodedocument.cpp  
 M  +0 -2      codegenerators/cppheadercodedocument.h  
 M  +0 -2      codegenerators/cppsourcecodedocument.cpp  
 M  +0 -4      codegenerators/cppwriter.h  
 M  +1 -3      codegenerators/idlwriter.cpp  
 M  +0 -1      codegenerators/idlwriter.h  
 M  +0 -3      codegenerators/javawriter.h  
 M  +1 -3      codegenerators/jswriter.cpp  
 M  +0 -4      codegenerators/jswriter.h  
 M  +1 -2      codegenerators/perlwriter.cpp  
 M  +0 -4      codegenerators/perlwriter.h  
 M  +1 -3      codegenerators/php5writer.cpp  
 M  +0 -4      codegenerators/php5writer.h  
 M  +1 -3      codegenerators/phpwriter.cpp  
(Continue reading)

Oliver Kellogg | 1 Oct 2005 17:13
Picon
Gravatar

branches/KDE/3.5/kdesdk/umbrello/umbrello

SVN commit 466107 by okellogg:

move closer to trunk

 M  +1 -0      boxwidget.cpp  
 A             codedocumentlist.h   [License: no copyright GPL (v2+)]
 M  +1 -1      codegenerationpolicy.cpp  
 M  +5 -4      codegenerator.cpp  
 M  +5 -4      codegenerator.h  
 M  +5 -4      codegenerators/cppcodegenerator.cpp  
 M  +2 -1      codegenerators/cppcodegenerator.h  
 M  +1 -0      floatingtext.cpp  
 M  +1 -0      objectwidget.cpp  
 M  +1 -0      statewidget.cpp  
 M  +1 -0      toolbarstate.cpp  
 M  +1 -0      toolbarstateother.cpp  
 M  +0 -1      umlcanvasobject.h  

--- branches/KDE/3.5/kdesdk/umbrello/umbrello/boxwidget.cpp #466106:466107
 <at>  <at>  -15,6 +15,7  <at>  <at> 
 // own header
 #include "boxwidget.h"
 // qt/kde includes
+#include <qevent.h>
 #include <kcursor.h>
 #include <kdebug.h>
 // app includes
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerationpolicy.cpp #466106:466107
 <at>  <at>  -21,7 +21,7  <at>  <at> 

(Continue reading)

Oliver Kellogg | 1 Oct 2005 17:14
Picon
Gravatar

KDE/kdesdk/umbrello/umbrello

SVN commit 466108 by okellogg:

move closer to branches/KDE/3.5

 M  +2 -4      boxwidget.cpp  
 M  +0 -2      boxwidget.h  
 A             codedocumentlist.h   [License: no copyright GPL (v2+)]
 M  +5 -7      codegenerator.cpp  
 M  +5 -4      codegenerator.h  
 M  +5 -6      codegenerators/cppcodegenerator.cpp  
 M  +2 -3      codegenerators/cppcodegenerator.h  
 M  +1 -3      floatingtext.cpp  
 M  +0 -3      floatingtext.h  
 M  +0 -2      hierarchicalcodeblock.cpp  
 M  +0 -2      listpopupmenu.h  
 M  +1 -3      objectwidget.cpp  
 M  +0 -3      objectwidget.h  
 M  +1 -2      statewidget.cpp  
 M  +0 -2      statewidget.h  
 M  +1 -3      toolbarstate.cpp  
 M  +0 -2      toolbarstate.h  
 M  +0 -2      toolbarstateassociation.h  
 M  +1 -2      toolbarstateother.cpp  
 M  +0 -2      toolbarstateother.h  
 M  +0 -2      toolbarstatepool.h  
 M  +0 -1      umlcanvasobject.h  

Stephan Kulow | 2 Oct 2005 20:50
Picon
Favicon
Gravatar

branches/KDE/3.4/kdesdk/umbrello/umbrello/dialogs

SVN commit 466471 by coolo:

compile with qt 3.3.5

 M  +0 -7      codevieweroptionsbase.ui  

--- branches/KDE/3.4/kdesdk/umbrello/umbrello/dialogs/codevieweroptionsbase.ui #466470:466471
 <at>  <at>  -364,13 +364,6  <at>  <at> 
 </images>
 <layoutdefaults spacing="6" margin="11"/>
 <includehints>
-    <includehint>kfontchooser.h</includehint>
     <includehint>kcolorbutton.h</includehint>
-    <includehint>kcolorbutton.h</includehint>
-    <includehint>kcolorbutton.h</includehint>
-    <includehint>kcolorbutton.h</includehint>
-    <includehint>kcolorbutton.h</includehint>
-    <includehint>kcolorbutton.h</includehint>
-    <includehint>kcolorbutton.h</includehint>
 </includehints>
 </UI>


Gmane