Gopala Krishna A | 1 Jun 2008 09:47
Picon
Gravatar

branches/work/soc-umbrello/umbrello (silent)

SVN commit 815085 by gopala:

Updated to trunk revsion 814855.
CCMAIL:uml-devel <at> lists.sourceforge.net
SVN_SILENT:

 M  +1 -1      CMakeLists.txt  
 M  +12 -12    codegenerators/csharpwriter.cpp  
 M  +9 -9      codegenerators/rubyclassdeclarationblock.cpp  
 M  +8 -8      codegenerators/rubycodeaccessormethod.cpp  
 M  +22 -15    codegenerators/rubycodegenerator.cpp  
 M  +10 -8     codegenerators/rubycodeoperation.cpp  
 M  +17 -17    codegenerators/rubywriter.cpp  
 M  +21 -3     codeimport/kdevcppparser/preprocesslexer.cpp  
 M  +29 -23    dialogs/classifierlistpage.cpp  
 M  +7 -6      dialogs/classifierlistpage.h  
 M  +9 -6      dialogs/umluniqueconstraintdialog.cpp  
 M  +10 -9     dialogs/umluniqueconstraintdialog.h  
 A             headings/.krazy   trunk/KDE/kdesdk/umbrello/umbrello/headings/.krazy#814855
 M  +39 -20    petaltree2uml.cpp  
 M  +2 -1      umbrello.desktop  
 M  +12 -13    umldoc.cpp  
 M  +2 -2      version.h  

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Gopala Krishna A | 1 Jun 2008 10:46
Picon
Gravatar

branches/work/soc-umbrello

SVN commit 815100 by gopala:

Initialized merge tracking via "svnmerge" with revisions "1-814855" from 
svn+ssh://svn.kde.org/home/kde/trunk/KDE/kdesdk/umbrello

 _M            . (directory)  

** branches/work/soc-umbrello #property svnmerge-integrated
   + /trunk/KDE/kdesdk/umbrello:1-814855

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Andi Fischer | 1 Jun 2008 12:44
Picon

KDE/kdesdk/umbrello/umbrello

SVN commit 815154 by fischer:

Adding krazy ignore comment for QFileDialog, becaus win32 needs it.

 M  +3 -3      uml.cpp  

--- trunk/KDE/kdesdk/umbrello/umbrello/uml.cpp #815153:815154
 <at>  <at>  -884,7 +884,7  <at>  <at> 
     } 
     else {
 #ifdef Q_WS_WIN
-        KUrl url=QFileDialog::getOpenFileName(
+        KUrl url=QFileDialog::getOpenFileName(    //krazy:exclude=qclasses
             this,
             i18n("Open File"),
             "",
 <at>  <at>  -960,7 +960,7  <at>  <at> 
     QString ext;
     while (cont) {
 #ifdef Q_WS_WIN
-        url=QFileDialog::getSaveFileName(
+        url=QFileDialog::getSaveFileName(    //krazy:exclude=qclasses
             this,
             i18n("Save As"),
             "",
 <at>  <at>  -1832,7 +1832,7  <at>  <at> 
     preselectedExtension.append("\n*|" + i18n("All Files"));
 #ifdef Q_WS_WIN
     QStringList extList = preselectedExtension.split("|");
-    QStringList fileList = QFileDialog::getOpenFileNames(this, i18n("Select Code to Import"),
(Continue reading)

Andi Fischer | 1 Jun 2008 21:26
Picon

KDE/kdesdk/umbrello/umbrello

SVN commit 815433 by fischer:

Changing class names to start with upper case letter.

 M  +3 -3      association.cpp  
 M  +5 -5      cmds/cmd_create_activitydiag.cpp  
 M  +3 -3      cmds/cmd_create_activitydiag.h  
 M  +5 -5      cmds/cmd_create_classdiag.cpp  
 M  +3 -3      cmds/cmd_create_classdiag.h  
 M  +5 -5      cmds/cmd_create_collaborationdiag.cpp  
 M  +3 -3      cmds/cmd_create_collaborationdiag.h  
 M  +5 -5      cmds/cmd_create_componentdiag.cpp  
 M  +3 -3      cmds/cmd_create_componentdiag.h  
 M  +5 -5      cmds/cmd_create_deploydiag.cpp  
 M  +3 -3      cmds/cmd_create_deploydiag.h  
 M  +5 -5      cmds/cmd_create_entityrelationdiag.cpp  
 M  +3 -3      cmds/cmd_create_entityrelationdiag.h  
 M  +5 -5      cmds/cmd_create_seqdiag.cpp  
 M  +3 -3      cmds/cmd_create_seqdiag.h  
 M  +5 -5      cmds/cmd_create_statediag.cpp  
 M  +3 -3      cmds/cmd_create_statediag.h  
 M  +5 -5      cmds/cmd_create_usecasediag.cpp  
 M  +3 -3      cmds/cmd_create_usecasediag.h  
 M  +5 -5      cmds/cmd_handle_rename.cpp  
 M  +3 -3      cmds/cmd_handle_rename.h  
 M  +7 -7      cmds/cmd_moveWidget.cpp  
 M  +3 -3      cmds/cmd_moveWidget.h  
 M  +5 -5      cmds/cmd_resizeWidget.cpp  
 M  +3 -3      cmds/cmd_resizeWidget.h  
 M  +16 -18    cmds/cmd_set_stereotype.cpp  
(Continue reading)

Andi Fischer | 2 Jun 2008 22:09
Picon

KDE/kdesdk/umbrello/umbrello/headings

SVN commit 815906 by fischer:

Excluding another check.

 M  +1 -1      .krazy  

--- trunk/KDE/kdesdk/umbrello/umbrello/headings/.krazy #815905:815906
 <at>  <at>  -1 +1  <at>  <at> 
-EXCLUDE copyright, license
\ No newline at end of file
+EXCLUDE copyright,license,includes
\ No newline at end of file

Andi Fischer | 2 Jun 2008 23:22
Picon

KDE/kdesdk/umbrello/umbrello/headings (silent)

SVN commit 815954 by fischer:

SVN_SILENT: adding newline at end of file.

 M  +1 -1      .krazy  

--- trunk/KDE/kdesdk/umbrello/umbrello/headings/.krazy #815953:815954
 <at>  <at>  -1 +1  <at>  <at> 
-EXCLUDE copyright,license,includes
\ No newline at end of file
+EXCLUDE copyright,license,includes

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Andi Fischer | 4 Jun 2008 22:19
Picon

KDE/kdesdk/umbrello/umbrello

SVN commit 816854 by fischer:

Krazy: more efficiently single-char QString.

 M  +3 -3      petaltree2uml.cpp  

--- trunk/KDE/kdesdk/umbrello/umbrello/petaltree2uml.cpp #816853:816854
 <at>  <at>  -43,7 +43,7  <at>  <at> 
     if (s.isNull())
         return QString();
     QString str = s;
-    str.remove("\"");
+    str.remove('\"');
     str.remove(QRegExp("^Logical View::"));
     return str;
 }
 <at>  <at>  -56,7 +56,7  <at>  <at> 
     QString quidStr = node->findAttribute("quid").string;
     if (quidStr.isEmpty())
         return Uml::id_None;
-    quidStr.remove("\"");
+    quidStr.remove('\"');
     return STR2ID(quidStr);
 }

 <at>  <at>  -68,7 +68,7  <at>  <at> 
     QString quiduStr = node->findAttribute("quidu").string;
     if (quiduStr.isEmpty())
         return QString();
-    quiduStr.remove("\"");
(Continue reading)

Andi Fischer | 4 Jun 2008 22:34
Picon

KDE/kdesdk/umbrello/umbrello

SVN commit 816861 by fischer:

hide some unused variables and parameters.

 M  +1 -0      codegenobjectwithtextblocks.cpp  
 M  +3 -2      dialogs/codeeditor.cpp  

--- trunk/KDE/kdesdk/umbrello/umbrello/codegenobjectwithtextblocks.cpp #816860:816861
 <at>  <at>  -321,6 +321,7  <at>  <at> 

 void CodeGenObjectWithTextBlocks::setAttributesFromObject (CodeGenObjectWithTextBlocks * obj)
 {
+    Q_UNUSED(obj);
 /*
     TextBlockList * list = obj->getTextBlockList();
     foreach (TextBlock* tb, *list) {
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/codeeditor.cpp #816860:816861
 <at>  <at>  -1261,11 +1261,12  <at>  <at> 
 // after the dialog disappears
 void CodeEditor::rebuildView( int startCursorPos )
 {
+    Q_UNUSED(startCursorPos);  //:TODO:
     loadFromDocument();
     // make a minima attempt to leave the cursor (view of the code) where
     // we started
-    int new_nrof_para = paragraphs() -1;
-//:TODO:    setCursorPosition((startCursorPos < new_nrof_para ? startCursorPos : 0), 0);  // crashes the application
+//:TODO:    int new_nrof_para = paragraphs() -1;
+//:TODO:    setCursorPosition((startCursorPos < new_nrof_para ? startCursorPos : 0), 0);  //:TODO:
crashes the application
(Continue reading)

Gopala Krishna A | 5 Jun 2008 15:54
Picon
Gravatar

branches/work/soc-umbrello/umbrello

SVN commit 817196 by gopala:

This is the first step towards the GraphicsView port. Most of the UMLView's attributes and operations are
now transferred to UMLScene 
which inherits QGraphicsScene (to allow split views in future).
UMLWidget now inherits QGraphicsItem and so does most of the Q3Canvas* counter parts.
UMLView is just a view to model - UMLScene.
QCanvas dependancy is almost removed!!
CCMAIL:uml-devel <at> lists.sourceforge.net

 M  +2 -1      CMakeLists.txt  
 M  +65 -61    activitywidget.cpp  
 M  +4 -4      activitywidget.h  
 M  +18 -16    actorwidget.cpp  
 M  +2 -2      actorwidget.h  
 M  +33 -28    artifactwidget.cpp  
 M  +4 -4      artifactwidget.h  
 M  +396 -380  associationwidget.cpp  
 M  +48 -45    associationwidget.h  
 M  +2 -1      assocrules.cpp  
 M  +6 -5      boxwidget.cpp  
 M  +3 -2      boxwidget.h  
 M  +14 -12    categorywidget.cpp  
 M  +4 -3      categorywidget.h  
 M  +57 -50    classifierwidget.cpp  
 M  +12 -11    classifierwidget.h  
 M  +20 -16    clipboard/umlclipboard.cpp  
 M  +9 -4      clipboard/umldragdata.cpp  
 M  +3 -1      cmds/cmd_create_activitydiag.cpp  
 M  +3 -1      cmds/cmd_create_classdiag.cpp  
(Continue reading)

Gopala Krishna A | 5 Jun 2008 16:19
Picon
Gravatar

branches/work/soc-umbrello/umbrello

SVN commit 817207 by gopala:

Fixed a crash when mouse moved over the diagram area.
CCMAIL:uml-devel <at> lists.sourceforge.net

 M  +11 -2     toolbarstate.cpp  

--- branches/work/soc-umbrello/umbrello/toolbarstate.cpp #817206:817207
 <at>  <at>  -262,11 +262,20  <at>  <at> 

 void ToolBarState::setMouseEvent(QGraphicsSceneMouseEvent* ome, const QEvent::Type &type)
 {
-    if (m_pMouseEvent) delete m_pMouseEvent;
+    delete m_pMouseEvent;

     // [PORT] Check if scenePos works like view->inverseWorldMatrix().map()
     // Using copy constructor here.
-    m_pMouseEvent = new QGraphicsSceneMouseEvent(*ome);
+    m_pMouseEvent = new QGraphicsSceneMouseEvent(type);
+    m_pMouseEvent->setPos(ome->pos());
+    m_pMouseEvent->setScenePos(ome->scenePos());
+    m_pMouseEvent->setScreenPos(ome->screenPos());
+    m_pMouseEvent->setLastPos(ome->lastPos());
+    m_pMouseEvent->setLastScenePos(ome->lastScenePos());
+    m_pMouseEvent->setLastScreenPos(ome->lastScreenPos());
+    m_pMouseEvent->setButtons(ome->buttons());
+    m_pMouseEvent->setButton(ome->button());
+    m_pMouseEvent->setModifiers(ome->modifiers());
 }

(Continue reading)


Gmane