Andi Fischer | 5 Sep 2009 11:53
Picon

branches/work/soc-umbrello/umbrello

SVN commit 1020055 by fischer:

Popupmenus over diagram tabs fixed and a lot of braces added.

 M  +209 -184  umldoc.cpp  

http://websvn.kde.org/?view=rev&revision=1020055

Ralf Habacker | 5 Sep 2009 13:17
Picon
Favicon

KDE/kdesdk/umbrello/umbrello/dialogs

SVN commit 1020163 by habacker:

win32 fix

 M  +1 -1      importprojectdlg.cpp  

--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/importprojectdlg.cpp #1020162:1020163
 <at>  <at>  -130,7 +130,7  <at>  <at> 
         filter += "*.H";
     }
     fileList->clear();
-    getFiles(url.path(), filter);
+    getFiles(url.toLocalFile(), filter);
     if (fileList->empty()) {
         KMessageBox::sorry(this, i18n("No source file in this directory."));
         return;

Andi Fischer | 7 Sep 2009 17:37
Picon

branches/work/soc-umbrello/umbrello

SVN commit 1020923 by fischer:

Fixing tab name updating when renamed.

 M  +4 -5      dialogs/umlviewdialog.cpp  
 M  +2 -1      uml.h  
 M  +10 -5     umldoc.cpp  
 M  +1 -1      umldoc.h  
 M  +1 -2      umlscene.cpp  

--- branches/work/soc-umbrello/umbrello/dialogs/umlviewdialog.cpp #1020922:1020923
 <at>  <at>  -4,7 +4,7  <at>  <at> 
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2002-2008                                               *
+ *   copyright (C) 2002-2009                                               *
  *   Umbrello UML Modeller Authors <uml-devel <at> uml.sf.net>                  *
  ***************************************************************************/

 <at>  <at>  -205,9 +205,9  <at>  <at> 
  */
 void UMLViewDialog::checkName()
 {
-    QString name = m_diagramProperties->ui_diagramName-> text();
-    UMLDoc * pDoc = UMLApp::app()-> getDocument();
-    UMLScene * pScene = pDoc -> findView( m_pScene -> getType(), name )->umlScene();
+    QString name = m_diagramProperties->ui_diagramName->text();
+    UMLDoc * pDoc = UMLApp::app()->getDocument();
+    UMLScene * pScene = pDoc->findView( m_pScene->getType(), name )->umlScene();
(Continue reading)

Andi Fischer | 10 Sep 2009 12:16
Picon

branches/work/soc-umbrello/umbrello

SVN commit 1021933 by fischer:

Fixes a crash when rdouble clicking a diagram in the tree view and renaming it in the dialog. Also some minor
code formatting added.

 M  +11 -8     dialogs/umlviewdialog.cpp  
 M  +23 -21    uml.cpp  
 M  +3 -8      uml.h  
 M  +9 -8      umldoc.cpp  
 M  +0 -1      umlnamespace.h  
 M  +11 -17    umlscene.cpp  
 M  +0 -20     umlscene.h  

--- branches/work/soc-umbrello/umbrello/dialogs/umlviewdialog.cpp #1021932:1021933
 <at>  <at>  -205,23 +205,26  <at>  <at> 
  */
 void UMLViewDialog::checkName()
 {
-    QString name = m_diagramProperties->ui_diagramName->text();
-    UMLDoc * pDoc = UMLApp::app()->getDocument();
-    UMLScene * pScene = pDoc->findView( m_pScene->getType(), name )->umlScene();
-    if ( name.length() == 0 ) {
+    QString newName = m_diagramProperties->ui_diagramName->text();
+    if ( newName.length() == 0 ) {
         KMessageBox::sorry(this, i18n("The name you have entered is invalid."),
                            i18n("Invalid Name"), false);
         m_diagramProperties->ui_diagramName->setText( m_pScene->getName() );
         return;
     }
-    if ( pScene && pScene != m_pScene ) {
(Continue reading)

Yuri Chornoivan | 13 Sep 2009 20:25
Favicon
Gravatar

KDE/kdesdk/doc

SVN commit 1023018 by yurchor:

Typo fix

 M  +1 -1      kate/part.docbook  
 M  +1 -1      umbrello/working_with_umbrello.docbook  

--- trunk/KDE/kdesdk/doc/kate/part.docbook #1023017:1023018
 <at>  <at>  -576,7 +576,7  <at>  <at> 
 <varlistentry>
 <term>Lisp</term>
 <listitem><para>An indenter specifically for the Lisp scripting language and
-List dialecs.
+Lisp dialects.
 </para></listitem>
 </varlistentry>

--- trunk/KDE/kdesdk/doc/umbrello/working_with_umbrello.docbook #1023017:1023018
 <at>  <at>  -338,7 +338,7  <at>  <at> 
 The <guilabel>Class Associations</guilabel> page shows all the associations of this class
 in the current diagram. Double clicking on an association shows its properties, and depending
 on the type of association you may modify some parameters here such as setting multiplicity and Role
-name. If the association does not allow such options be be modified, the Association Properties dialog
+name. If the association does not allow such options to be modified, the Association Properties dialog
 is read-only and you can only modify the documentation associated with this association.
 </para>
 <para>

Gopala Krishna | 15 Sep 2009 16:56
Picon
Gravatar

Stabilizing Umbrello-soc

Hey,
 Well, my real life hasn't let me enough time to work on umbrello as I
desired.. So, there is still some work to be done on the  soc branch
before it can be merged.. Many of the fixes should be trivial, but
some can be tricky.

I am free this whole week, until 21st of this month.. and I would love
to use this time to achieve stability of umbrello-soc.. From what I
analyzed its better to spend time on stabilizing than to implement
cut/copy/paste and undo/redo  as of now.

I'd appreciate if any body helps me to make my job easier by
specifying what works and what doesn't work..
One of the important problem to be addressed is the mismatch of sizes
of widgets in that of trunk and soc-umbrello.. (For eg.. the class
rectangle is larger in umbrello-soc) Thanks Ralf for pointing this
issue. I don't know how to handle this issue. Any help is welcome :)

So, all I request you all is to assist me with either bug fixes, bug
reports and your moral support if possible on IRC. Bug reports, might
not actually be official (I don't know if its even possible to report
bugs for soc-umbrello)

If you have any suggestions on how to proceed, I'd love to hear that as well..

--

-- 
Cheers,
Gopala Krishna A

------------------------------------------------------------------------------
(Continue reading)

Dario Andres | 19 Sep 2009 21:15
Picon

[Bug 207690] Umbrello segfaults when attempting to rename class in Ubuntu Karmic Alpha 5 (QUndoCommand::text, QUndoStack::undoText, QUndoStackPrivate::setIndex)

https://bugs.kde.org/show_bug.cgi?id=207690

Dario Andres <andresbajotierra <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Umbrello segfaults when     |Umbrello segfaults when
                   |attempting to rename class  |attempting to rename class
                   |in Ubuntu Karmic Alpha 5    |in Ubuntu Karmic Alpha 5
                   |                            |(QUndoCommand::text,
                   |                            |QUndoStack::undoText,QUndoS
                   |                            |tackPrivate::setIndex)

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
Eloy Cuadra | 24 Sep 2009 21:19
Favicon

l10n-kde4/es (silent)

SVN commit 1027789 by ecuadra:

SVN_SILENT Translation update by Cristina Yenyxe González García
CC_MAIL: cristina.yenyxe <at> arklad.es, jaime <at> robles.es

 M  +892 -4027 docmessages/extragear-office/kile.po  
 M  +62 -148   docmessages/extragear-office/tellico.po  
 M  +78 -97    docmessages/extragear-office/tellico_advanced.po  
 M  +58 -158   docmessages/extragear-office/tellico_faqs.po  
 M  +130 -498  docmessages/extragear-office/tellico_fundamentals.po  
 M  +83 -219   docmessages/extragear-office/tellico_menus.po  
 M  +65 -273   docmessages/extragear-pim/ksig.po  
 M  +335 -1210 docmessages/extragear-pim/mailody.po  
 M  +20 -62    docmessages/kdesdk/kate.po  
 M  +329 -1223 docmessages/kdesdk/kate_configuring.po  
 M  +173 -685  docmessages/kdesdk/kate_part.po  
 M  +125 -685  docmessages/kdesdk/umbrello_working_with_umbrello.po  
 M  +535 -1700 docmessages/playground-base/kdeprint_cups-config.po  
 M  +182 -769  docmessages/playground-base/kdeprint_cupsoptions.po  
 M  +122 -568  docmessages/playground-base/kdeprint_highlights.po  
 M  +170 -613  docmessages/playground-multimedia/kalva.po  
 A             docs/extragear-pim (directory)  
 AM            docs/extragear-pim/ksig (directory)  
 A             docs/extragear-pim/ksig/index.docbook  
 AM            docs/extragear-pim/mailody (directory)  
 A             docs/extragear-pim/mailody/index.docbook  
 M  +80 -19    docs/kdesdk/kate/configuring.docbook  
 M  +6 -4      docs/kdesdk/kate/index.docbook  
 M  +0 -3      docs/kdesdk/kate/man-kate.1.docbook  
 M  +12 -75    docs/kdesdk/kate/part.docbook  
(Continue reading)

Andi Fischer | 24 Sep 2009 23:41
Picon

branches/work/soc-umbrello/umbrello

SVN commit 1027843 by fischer:

Removing some dependencies.

 M  +1 -5      classifier.cpp  
 M  +2 -5      codeimport/import_utils.cpp  
 M  +4 -8      folder.cpp  
 M  +41 -0     model_utils.cpp  
 M  +5 -0      model_utils.h  
 M  +1 -2      widgets/classifierwidget.cpp  
 M  +2 -2      widgets/classifierwidget.h  

--- branches/work/soc-umbrello/umbrello/classifier.cpp #1027842:1027843
 <at>  <at>  -27,7 +27,6  <at>  <at> 
 #include "stereotype.h"
 #include "umldoc.h"
 #include "uml.h"
-#include "umllistview.h"
 #include "uniqueid.h"
 #include "object_factory.h"
 #include "model_utils.h"
 <at>  <at>  -93,10 +92,7  <at>  <at> 
             uError() << "cannot set to type " << ot;
             return;
     }
-    //  <at> todo get rid of direct dependencies to UMLListView
-    //  (e.g. move utility methods to Model_Utils and/or use signals)
-    UMLListView *listView = UMLApp::app()->getListView();
-    listView->changeIconOf(this, newIcon);
+    Model_Utils::treeViewChangeIcon(this, newIcon);
(Continue reading)

Andi Fischer | 26 Sep 2009 00:14
Picon

branches/work/soc-umbrello/umbrello

SVN commit 1028112 by fischer:

Removing some dependencies.

 M  +1 -7      dialogs/classgenpage.cpp  
 M  +7 -9      listpopupmenu.cpp  
 M  +78 -0     model_utils.cpp  
 M  +4 -9      model_utils.h  
 M  +1 -8      toolbarstateassociation.cpp  
 M  +9 -1      umlnamespace.h  
 M  +1 -12     umlobject.cpp  
 M  +8 -23     umlviewimageexportermodel.cpp  

--- branches/work/soc-umbrello/umbrello/dialogs/classgenpage.cpp #1028111:1028112
 <at>  <at>  -22,8 +22,6  <at>  <at> 
 #include "umlscene.h"
 #include "stereotype.h"
 #include "umlpackagelist.h"
-#include "umllistviewitem.h"
-#include "umllistview.h"
 #include "model_utils.h"
 #include "package.h"
 #include "folder.h"
 <at>  <at>  -433,11 +431,7  <at>  <at> 
             }

             // adjust list view items
-            UMLListView *lv = UMLApp::app()->getListView();
-            UMLListViewItem *newLVParent = lv->findUMLObject(newPackage);
-            lv->moveObject(m_pObject->getID(),
(Continue reading)


Gmane