Oliver Kellogg | 18 Feb 2004 08:45
Picon
Gravatar

[Bug 72615] aggregation/composition & inheritance hierachy sometimes reverses

------- 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=72615      

------- Additional Comments From okellogg users sourceforge net  2004-02-18 08:45 -------
I cannot reproduce the problem.
Here's what I tried:

- Go into a class diagram
- Create a new_class_1 and a new_class_2
- Create an aggregation originating at new_class_1
  and targeting new_class_2 (diamond is at new_class_1)
- Do all the following while holding down the Shift key (for
  multiple selection):
  Left mouseclick on the aggreation, then left mouseclick
  on new_class_1, then left mouseclick on new_class_2
  (I also tried varying the order of left clicked objects)

With these steps, the aggregation diamond does NOT
change position.

Please supply a precise step-by-step recipe for
reproducing the problem.

-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
(Continue reading)

Sebastian Stein | 18 Feb 2004 12:37
Picon
Picon

(forw) Fwd: 3.2.1 changelog

----- Forwarded message from Thomas Diehl <th.diehl <at> gmx.net> -----

From: Thomas Diehl <th.diehl <at> gmx.net>
Subject: Fwd: 3.2.1 changelog
Date: Wed, 18 Feb 2004 11:17:26 +0100
To: kde-i18n-de <at> kde.org
Reply-To: german translators <kde-i18n-de <at> kde.org>

----------  Weitergeleitete Nachricht  ----------

Subject: 3.2.1 changelog
Date: Mittwoch, 18. Februar 2004 10:24
From: Stephan Kulow <coolo <at> kde.org>
To: kde-core-devel <at> kde.org
Cc: KDE Developer <kde-devel <at> kde.org>, KDE i18n-doc 
<kde-i18n-doc <at> kde.org>

Hi!

I added www/announcements/changelogs/changelog3_2_0_to_3_2_1.php
to CVS. Please fill in bug fixes that you remember
(cvs diff  -rKDE_3_2_0_RELEASE -rKDE_3_2_BRANCH is your friend
 :)

February 28th is the last day for commits to 3.2.1, I'll tag
 that weekend.

Thanks, Stephan

--
(Continue reading)

Sebastian Stein | 18 Feb 2004 17:18
Picon
Favicon
Gravatar

KDE_3_2_BRANCH: kdesdk/umbrello/umbrello

CVS commit by sstein: 

backport fix by O. Kellogg and T. H. Nielsen for bug #73926

  M +4 -1      classifier.cpp   1.27.2.1
  M +3 -1      classifier.h   1.23.2.1
  M +1 -1      dialogs/umloperationdialog.cpp   1.23.2.1

--- kdesdk/umbrello/umbrello/classifier.h  #1.23:1.23.2.1
 <at>  <at>  -97,9 +97,11  <at>  <at>  public:
          *  <at> param name          Name of the operation to check.
          *  <at> param opParams      Pointer to the method argument list.
+         *  <at> param exemptOp      Pointer to the exempt method (optional)
          *  <at> return      NULL if the signature is valid (ok), else return a pointer
          *              to the existing UMLOperation that causes the conflict.
          */
         UMLOperation * checkOperationSignature( QString name,
-                                                UMLAttributeList *opParams );
+                                                UMLAttributeList *opParams,
+                                                UMLOperation *exemptOp = NULL);

         /**

--- kdesdk/umbrello/umbrello/classifier.cpp  #1.27:1.27.2.1
 <at>  <at>  -30,5 +30,6  <at>  <at>  UMLClassifier::~UMLClassifier() {

 UMLOperation * UMLClassifier::checkOperationSignature( QString name,
-                                                       UMLAttributeList *opParams )
+                                                                                                                                UMLAttributeList *opParams,
+                                                                                                                                UMLOperation *exemptOp)
(Continue reading)

Sebastian Stein | 18 Feb 2004 17:23
Picon
Favicon
Gravatar

KDE_3_2_BRANCH: kdesdk/umbrello (silent)

CVS commit by sstein: 

CVS_SILENT

some more bugs were fixed in the meantime

  M +2 -1      ChangeLog   1.10.2.2

--- kdesdk/umbrello/ChangeLog  #1.10.2.1:1.10.2.2
 <at>  <at>  -43,5 +43,6  <at>  <at> 
   65389 65391 65407 65410 65411 65442 65444 65450       65530
   65635 66185 66442 66459 66461 66847 66848 66997 67209 67277
-  67327 67765 67770 68095 68395 69330 69332 73926
+  67327 67765 67770 68095 68395 69330 69332 73042 73277 73278
+  73926

 Version 1.1.1

Picon
Favicon
Gravatar

www/announcements/changelogs

CVS commit by sstein: 

CVS_SILENT added Umbrello updates
CCMAIL: uml-devel <at> lists.sourceforge.net

  M +13 -1     changelog3_2_0_to_3_2_1.php   1.16

--- www/announcements/changelogs/changelog3_2_0_to_3_2_1.php  #1.15:1.16
 <at>  <at>  -95,5 +95,5  <at>  <at> 
 <li>Kopete: fix several possiblities where icq/aim accounts are show offline although they are online (#61223)</li>
 <li>Kopete: don't get disconnected on sending long AIM messages (#71195)</li>
-<li>Kopete: fixed crashes when deleting contacts already deleted from the contactlist (#74950)></li>
+<li>Kopete: fixed crashes when deleting contacts already deleted from the contactlist (#74950)</li>
 <li>Kopete: fix crash on exit caused by webpresence plugin (#73677)</li>
 <li>Kopete: don't show kopete balloon on incoming messages while being away (#73392)</li>
 <at>  <at>  -107,4 +107,16  <at>  <at> 
 <h3>kdesdk</h3>
 <ul>
+<li>Umbrello: code generation does not ignore output directory anymore (#73042)</li>
+<li>Umbrello: creating new states from context menu in state diagram is not
+broken anymore (#73277)</li>
+<li>Umbrello: changing the name of a state doesn't cause it to be drawn in bold
+anymore (#73278)</li>
+<li>Umbrello: not unable to change the specification of an operation anymore
+(#73926)</li>
+<li>Umbrello: fixed problems while moving floating text block of role belonging
+to association</li>
+<li>Umbrello: fixed a lot of internal problems in code generation, association
+handling</li>
+<li>Umbrello: fixed XMI loading</li>
(Continue reading)

Sean Clarke | 18 Feb 2004 09:36

[Bug 72615] aggregation/composition & inheritance hierachy sometimes reverses

------- 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=72615      

------- Additional Comments From sean.e.clarke ntlworld com  2004-02-18 09:36 -------
Created an attachment (id=4759)
 --> (http://bugs.kde.org/attachment.cgi?id=4759&action=view)
Large umbrello project

-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Sean Clarke | 18 Feb 2004 09:30

[Bug 72615] aggregation/composition & inheritance hierachy sometimes reverses

------- 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=72615      

------- Additional Comments From sean.e.clarke ntlworld com  2004-02-18 09:30 -------
I'll upload my Umbrello diagram - it's large and displays the problems easier.

Create a new class in project and see if that has an effect - I can reproduce it everytime.

-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
Sebastian Stein | 18 Feb 2004 20:24
Picon
Favicon
Gravatar

kdesdk/umbrello/umbrello/dialogs (silent)

CVS commit by sstein: 

CVS_SILENT fix i18n(), looks ugly in KBabel while translating

  M +1 -2      codegenerationwizard.cpp   1.16

--- kdesdk/umbrello/umbrello/dialogs/codegenerationwizard.cpp  #1.15:1.16
 <at>  <at>  -194,6 +194,5  <at>  <at>  void CodeGenerationWizard::showPage(QWid
                         if(!info.isWritable())
                         {
-        KMessageBox::sorry(this,i18n("The output directory exists, but it is not writable.\nPlease set\
-                                the appropriate permissions or choose another directory."),
+        KMessageBox::sorry(this,i18n("The output directory exists, but it is not writable.\nPlease set the
appropriate permissions or choose another directory."),
                                 i18n("Error Writing to Output Directory"));
                                 return;

Oliver Kellogg | 19 Feb 2004 07:48
Picon
Gravatar

[Bug 75456] unable to move classes from no package into package

------- 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=75456      

------- Additional Comments From okellogg users sourceforge net  2004-02-19 07:48 -------
In the list view, packages and folders acting as the target
of moves have a quirk. The move only works when the left mouse
button is released near the bottom pixels of the package
symbol.
In magnification:

       ____
/-----|    |
|          |    <=== release mouse here, move does not work
|          |
\----------/

       ____
/-----|    |
|          |
|          |
\----------/    <=== release mouse here, move does work

I don't know how to fix this. Qt experts?

-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
(Continue reading)

Alexander | 19 Feb 2004 08:59
Picon
Favicon

[Bug 75582] New: Class import gets associations wrong

------- 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=75582      
           Summary: Class import gets associations wrong
           Product: umbrello
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: uml-devel lists sourceforge net
        ReportedBy: kellerassel yahoo com

Version:           1.2-1 (using KDE KDE 3.2.0)
Installed from:    SuSE RPMs
Compiler:          gcc 3.2 
OS:          Linux

When importing classes and placing them in the class diagram
umbrello gets the inheritance association the wrong way. This 
in both, class diagram and code viewer. For instance:

class AnimWindow
{
}

class SurfAnimWindow : public AnimWindow
(Continue reading)


Gmane