Gopala Krishna A | 1 Jul 2008 12:18
Picon
Gravatar

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

SVN commit 826767 by gopala:

Some more whitespace fixes surrounding "->".
SVN_SILENT:

 M  +96 -96    associationwidget.cpp  
 M  +5 -5      assocrules.cpp  
 M  +4 -4      classifier.cpp  
 M  +1 -1      classifierwidget.cpp  
 M  +1 -1      combinedfragmentwidget.cpp  
 M  +8 -8      docwindow.cpp  
 M  +2 -2      entitywidget.cpp  
 M  +2 -2      enumwidget.cpp  
 M  +1 -1      floatingtextwidget.cpp  
 M  +1 -1      floatingtextwidget.h  
 M  +2 -2      foreignkeyconstraint.h  
 M  +49 -49    kplayerslideraction.cpp  
 M  +1 -1      linepath.cpp  
 M  +13 -13    listpopupmenu.cpp  
 M  +1 -1      main.cpp  
 M  +18 -18    messagewidget.cpp  
 M  +1 -1      newumlwidget.cpp  
 M  +12 -12    notewidget.cpp  
 M  +9 -9      objectwidget.cpp  
 M  +2 -2      operation.cpp  
 M  +4 -4      pinwidget.cpp  
 M  +1 -1      preconditionwidget.cpp  
 M  +3 -3      signalwidget.cpp  
 M  +5 -5      uml.cpp  
 M  +17 -17    umldoc.cpp  
(Continue reading)

Gopala Krishna A | 1 Jul 2008 21:01
Picon
Gravatar

branches/work/soc-umbrello/umbrello

SVN commit 826894 by gopala:

Placed the NewUMLWidget and NewUMLRectWidget classes in the hierarchy in the place of WidgetBase and UMLWidget.
Some drawing code is broken and there are some crashes, but the resizing works already for all widgets.
This step is to lay a proper foundation for my further work.

 M  +2 -2      CMakeLists.txt  
 M  +29 -29    activitywidget.cpp  
 M  +4 -4      activitywidget.h  
 M  +7 -7      actorwidget.cpp  
 M  +4 -4      actorwidget.h  
 M  +20 -20    artifactwidget.cpp  
 M  +3 -3      artifactwidget.h  
 M  +170 -163  associationwidget.cpp  
 M  +22 -20    associationwidget.h  
 M  +3 -3      assocrules.cpp  
 M  +4 -4      assocrules.h  
 M  +6 -6      boxwidget.cpp  
 M  +2 -2      boxwidget.h  
 M  +15 -15    categorywidget.cpp  
 M  +4 -4      categorywidget.h  
 M  +51 -51    classifierwidget.cpp  
 M  +15 -15    classifierwidget.h  
 M  +2 -2      clipboard/umlclipboard.cpp  
 M  +2 -2      clipboard/umldragdata.cpp  
 M  +3 -3      cmds/cmd_moveWidget.cpp  
 M  +1 -1      cmds/cmd_moveWidget.h  
 M  +1 -1      cmds/cmd_resizeWidget.cpp  
 M  +1 -1      cmds/cmd_resizeWidget.h  
 M  +1 -1      cmds/widget/cmd_changeFillColor.cpp  
(Continue reading)

Gopala Krishna | 1 Jul 2008 21:35
Picon
Gravatar

Re: Enforcing some style params (whitespace issue)

I apologize once again for bringing this topic. Infact i could have
done my latest commits without doing the "->" whitespace changes as I
figured a way to do it.

However, just a thought. A desired style for umbrello can be picked up
atleast now and uploaded in "HACKING" file. A unified style really
improves quality of the code and readability.

Happy hacking :)
--

-- 
Cheers,
Gopala Krishna A

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
Eloy Cuadra | 3 Jul 2008 01:20
Favicon

branches/stable/l10n-kde4/es/docs (silent)

SVN commit 827431 by ecuadra:

SVN_SILENT Some screenshots by Santi
CC_MAIL: hosgiliat <at> gmail.com,jaime <at> kde.org

 AM            kdebase-apps/dolphin/bookmarkbutton.png  
 AM            kdebase-apps/dolphin/bookmarksidebar.png  
 AM            kdebase-apps/dolphin/breadcrumb.png  
 AM            kdebase-apps/dolphin/browsebutton.png  
 AM            kdebase-apps/dolphin/configurationwindow.png  
 AM            kdebase-apps/dolphin/configurationwindow2.png  
 AM            kdebase-apps/dolphin/configurationwindow3.png  
 AM            kdebase-apps/dolphin/directorypath.png  
 AM            kdebase-apps/dolphin/dolphin.png  
 AM            kdebase-apps/dolphin/hiddenfolder.png  
 AM            kdebase-apps/dolphin/informationsidebar.png  
 AM            kdebase-apps/dolphin/split.png  
 AM            kdebase-apps/dolphin/systemmediadirectory.png  
 AM            kdebase-apps/dolphin/toolbarbuttons.png  
 AM            kdebase-apps/dolphin/workspacebuttons.png  
 AM            kdebase-runtime/kcontrol/filemanager/kfileman1.png  
 AM            kdebase-runtime/kcontrol/filemanager/kfileman2.png  
 AM            kdebase-runtime/knetattach/screenshot1.png  
 AM            kdebase-runtime/knetattach/screenshot2.png  
 AM            kdebase-runtime/knetattach/screenshot3.png  
 AM            kdebase-runtime/knetattach/screenshot4.png  
 AM            kdebase-runtime/visualdict/pict15.png  
 AM            kdebase-runtime/visualdict/pict17.png  
 AM            kdebase-runtime/visualdict/pict18.png  
 AM            kdebase-runtime/visualdict/pict2.png  
(Continue reading)

Gopala Krishna A | 3 Jul 2008 10:27
Picon
Gravatar

branches/work/soc-umbrello/umbrello

SVN commit 827510 by gopala:

1) Implemented NewEnumWidget in terms of TextItems (hence enabling hover, tooltips for text inside enumwidget)
2) Fixed a bug in WidgetHandle (typo: had used minh instead of minw at 2 places)
3) Changed some test code for generating random gradients.

 M  +166 -99   newenumwidget.cpp  
 M  +10 -1     newenumwidget.h  
 M  +63 -16    test.cpp  
 M  +4 -0      test.h  
 M  +1 -0      textitem.cpp  
 M  +3 -3      widgethandle.cpp  

--- branches/work/soc-umbrello/umbrello/newenumwidget.cpp #827509:827510
 <at>  <at>  -26,14 +26,41  <at>  <at> 
 #include "widget_utils.h"
 #include "optionstate.h"
 #include "umlscene.h"
+#include "textitem.h"

+QBrush randHoverBrush()
+{
+    QLinearGradient grad(QPointF(0,0), QPointF(0, 1));
+    int r, g, b, a;
+    r = qrand() % 255;
+    g = qrand() % 255;
+    b = qrand() % 255;
+    a = 10 + qrand() % 245; // set minimum to atleast 10
+    grad.setColorAt(0, QColor(r, g, b, a));
+
(Continue reading)

Andi Fischer | 5 Jul 2008 13:12
Picon

KDE/kdesdk/umbrello/umbrello

SVN commit 828311 by fischer:

Porting code generation wizard to QWizard, creating its own directory, and replacing some Qwidgets with
Kwidgets in some ui-files.

 M  +29 -15    CMakeLists.txt  
 M  +143 -129  codegenerators/cppcodegenerationform.cpp  
 M  +18 -96    codegenerators/cppcodegenerationform.h  
 M  +293 -170  codegenerators/cppcodegenerationformbase.ui  
 M  +46 -21    codegenerators/dcodegenerationformbase.ui  
 M  +329 -250  codegenerators/javacodegenerationformbase.ui  
 M  +90 -79    codegenerators/rubycodegenerationformbase.ui  
 A             codegenwizard (directory)  
 A             codegenwizard/codegenerationwizard.cpp   [License: GPL (v2+)]
 A             codegenwizard/codegenerationwizard.h   [License: GPL (v2+)]
 A             codegenwizard/codegenoptionspage.cpp   [License: GPL (v2+)]
 A             codegenwizard/codegenoptionspage.h   [License: GPL (v2+)]
 A             codegenwizard/codegenoptionspage.ui  
 A             codegenwizard/codegenselectpage.cpp   [License: GPL (v2+)]
 A             codegenwizard/codegenselectpage.h   [License: GPL (v2+)]
 A             codegenwizard/codegenselectpage.ui  
 A             codegenwizard/codegenstatuspage.cpp   [License: GPL (v2+)]
 A             codegenwizard/codegenstatuspage.h   [License: GPL (v2+)]
 A             codegenwizard/codegenstatuspage.ui  
 D             dialogs/codegenerationoptionsbase.ui  
 D             dialogs/codegenerationoptionspage.cpp  
 D             dialogs/codegenerationoptionspage.h  
 D             dialogs/codegenerationwizard.cpp  
 D             dialogs/codegenerationwizard.h  
 D             dialogs/codegenerationwizardbase.ui  
(Continue reading)

Andi Fischer | 5 Jul 2008 16:33
Picon

KDE/kdesdk/umbrello/umbrello/dialogs

SVN commit 828369 by fischer:

Replacing Q-widgets with K-widgets.

 M  +43 -45    umlroleproperties.cpp  
 M  +4 -5      umlroleproperties.h  
 M  +147 -216  umlrolepropertiesbase.ui  

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
Daniel Franke | 5 Jul 2008 17:29
Picon

[Bug 165799] New: activity diagram, branch/merge: background fill not disabled

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=165799         
           Summary: activity diagram, branch/merge: background fill not
                    disabled
           Product: umbrello
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: uml-devel lists sourceforge net
        ReportedBy: franke.daniel gmail com

Version:           1.5.8 (using 3.5.9, Gentoo)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.17.13

Start umbrello:
 * Diagram -> New -> Activity Diagram
 * add activity
 * add branch/merge
 * somewhere on the diagram: RMB -> Properties -> Color
 * set fill-color to something more noticable, e.g. red
 * uncheck "Use fill"
 * Apply/OK

(Continue reading)

Daniel Franke | 5 Jul 2008 19:21
Picon

[Bug 153900] Export graphics causes all elements to resize to their native size

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=153900         

------- Additional Comments From franke.daniel gmail com  2008-07-05 19:21 -------
Same here (KDE-3.5.9, umbrello 1.5.8).

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
Daniel Franke | 5 Jul 2008 19:21
Picon

[Bug 153900] Export graphics causes all elements to resize to their native size

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=153900         
franke.daniel gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |franke.daniel gmail com

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08

Gmane