Jonathan Riddell | 1 Dec 2004 04:52
Favicon

[Bug 94173] importer fails on multiple declarations

------- 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=94173        
jr jriddell org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      everconfirmed|0                           |1
            Summary|failure importing c++ class |importer fails on multiple
                   |                            |declarations

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
Oliver Kellogg | 1 Dec 2004 07:52
Picon
Gravatar

kdesdk/umbrello/umbrello

CVS commit by okellogg: 

Add ability to type directly into note pane.
BUG:57879

  M +46 -103   notewidget.cpp   1.27
  M +16 -8     notewidget.h   1.16

Oliver Kellogg | 1 Dec 2004 07:52
Picon
Gravatar

[Bug 57879] Note items: would like to type directly into note pane.

------- 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=57879        
okellogg users sourceforge net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

------- Additional Comments From okellogg users sourceforge net  2004-12-01 07:52 -------
CVS commit by okellogg: 

Add ability to type directly into note pane.
BUG:57879

  M +46 -103   notewidget.cpp   1.27
  M +16 -8     notewidget.h   1.16

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
Oliver Kellogg | 1 Dec 2004 21:00
Picon
Gravatar

kdesdk/umbrello/umbrello/classparser

CVS commit by okellogg: 

m_anonTypeCnt: Superfluous, use m_anon.

  M +7 -6      cpptree2uml.cpp   1.14
  M +1 -1      cpptree2uml.h   1.6

--- kdesdk/umbrello/umbrello/classparser/cpptree2uml.cpp  #1.13:1.14
 <at>  <at>  -1,4 +1,4  <at>  <at> 
 /***************************************************************************
- *                     based on kdevelop/languages/cpp/store_walker.cpp,   *
+ *   Based on kdevelop/languages/cpp/store_walker.cpp,                     *
  *                   Copyright (C) 2003 by Roberto Raggi                 *
  *   Copyright (C) 2004 by Oliver Kellogg <okellogg <at> users.sourceforge.net> *
 <at>  <at>  -25,5 +25,5  <at>  <at> 

 CppTree2Uml::CppTree2Uml( const QString& fileName, ClassImport* store )
-    : m_importer( store ), m_anon( 0 ), m_nsCnt( 0 ), m_clsCnt( 0 ), m_anonTypeCnt( 0 )
+    : m_importer( store ), m_anon( 0 ), m_nsCnt( 0 ), m_clsCnt( 0 )
 {
     m_fileName = URLUtil::canonicalPath(fileName);
 <at>  <at>  -287,5 +287,6  <at>  <at>  void CppTree2Uml::parseClassSpecifier( C

     if (className.isEmpty()) {
-        className = "anon_" + QString::number(++m_anonTypeCnt);
+        className = "anon_" + QString::number(m_anon);
+        m_anon++;
     }
     UMLObject * o = m_importer->createUMLObject( Uml::ot_Class, className,

(Continue reading)

Oliver Kellogg | 1 Dec 2004 21:10
Picon
Gravatar

kdesdk/umbrello

CVS commit by okellogg: 

Handle interspersed comments in comma separated lists.
BUG:94173

  M +11 -6     ChangeLog   1.42
  M +45 -11    umbrello/classparser/parser.cpp   1.9

Oliver Kellogg | 1 Dec 2004 21:10
Picon
Gravatar

[Bug 94173] importer fails on multiple declarations

------- 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=94173        
okellogg users sourceforge net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

------- Additional Comments From okellogg users sourceforge net  2004-12-01 21:10 -------
CVS commit by okellogg: 

Handle interspersed comments in comma separated lists.
BUG:94173

  M +11 -6     ChangeLog   1.42
  M +45 -11    umbrello/classparser/parser.cpp   1.9

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
Oliver Kellogg | 2 Dec 2004 05:06
Picon
Gravatar

kdesdk/umbrello

CVS commit by okellogg: 

Fix cut/paste in list view.
BUG:86828

  M +1 -1      ChangeLog   1.43
  M +2 -0      umbrello/umllistviewitem.cpp   1.63
  M +45 -15    umbrello/clipboard/umldrag.cpp   1.28

Stephan Binner | 2 Dec 2004 12:12
Picon
Favicon

[Bug 53699] Can Umbrello use SVG?

------- 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=53699        
binner kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Can Umbrello use SVG for KDE|Can Umbrello use SVG?
                   |3.2 release?                |

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
Stephan Binner | 2 Dec 2004 12:06
Picon
Favicon

[Bug 86088] Update Umbrello Tipps of Day and Handbook

------- 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=86088        
binner kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|uml-                        |kde-doc-english kde org
                   |devel lists sourceforge net |
            Product|umbrello                    |docs
            Summary|Update Tipps of Day and     |Update Umbrello Tipps of Day
                   |Handbook                    |and Handbook

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
Jonathan Riddell | 2 Dec 2004 16:52
Favicon

[Bug 53699] Antialiasing canvas

------- 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=53699        
jr jriddell org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Can Umbrello use SVG?       |Antialiasing canvas

------- Additional Comments From jr jriddell org  2004-12-02 16:52 -------
Umbrello has been able to export to SVG for some time.

Hopefully QCanvas in Qt 4 will support antialias.

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

Gmane