Andi Fischer | 1 Jan 2012 17:20
Picon

branches/work/soc-umbrello/umbrello

SVN commit 1271025 by fischer:

Constructor improved. Member variables renamed. Krazy2 issue fixed.

 M  +42 -49    uml.cpp  
 M  +3 -4      uml.h  
 M  +3 -4      umlviewimageexporterall.cpp  

--- branches/work/soc-umbrello/umbrello/uml.cpp #1271024:1271025
 <at>  <at>  -79,7 +79,6  <at>  <at> 
 #include <QtCore/QRegExp>
 #include <QtCore/QTimer>
 #include <QtGui/QClipboard>
-#include <QtGui/QDialogButtonBox>
 #include <QtGui/QSlider>
 #include <QtGui/QToolButton>
 #include <QtGui/QKeyEvent>
 <at>  <at>  -119,30 +118,35  <at>  <at> 
 /**
  * Constructor. Calls all init functions to create the application.
  */
-UMLApp::UMLApp(QWidget* parent) : KXmlGuiWindow(parent)
+UMLApp::UMLApp(QWidget* parent)
+  : KXmlGuiWindow(parent),
+    m_langSelect(0),
+    m_zoomSelect(0),
+    m_activeLanguage(Uml::ProgrammingLanguage::Reserved),
+    m_codegen(0),
+    m_commoncodegenpolicy(new CodeGenerationPolicy()),
+    m_policyext(0),
(Continue reading)

Andi Fischer | 3 Jan 2012 13:22
Picon

Re: Notes boxes empty on diagram export

Am 31.12.2011 00:51, schrieb Kip Warner:
> Hey list,
>
> I'm using Umbrello UML Modeller: 2.5.5-r1270953. When I go to export a
> UML diagram to SVG, any notes boxes on the diagram show up as empty in
> the generated image. If I export to PNG, they look fine.
>
Hi list and Kip,

The problem was an UMLWidget::updateComponentSize() called by 
UMLView::forceUpdateWidgetFontMetrics(...).
The note widget (and also others) was then resized to its minimal size.
This should be fixed for now for SVG export (see revision 1271154). 
Thanks to Kip for his observation.

The same thing still happens when printing.

The real problem is, that the resizing of widgets is broken and maybe 
two updateComponentSize() of all widgets for printing and image export 
is not the right answer.
This should be fixed in the future.

Regards,

Andi

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
(Continue reading)

Kip Warner | 4 Jan 2012 02:00
Favicon
Gravatar

Re: Notes boxes empty on diagram export

On Tue, 2012-01-03 at 13:22 +0100, Andi Fischer wrote:
> This should be fixed for now for SVG export (see revision 1271154). 
> Thanks to Kip for his observation. 

Hey Andi. I just tested your patch and it works beautifully. Thank you.

--

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Uml-devel mailing list
Uml-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/uml-devel
Ralf Habacker | 4 Jan 2012 12:02
Picon
Favicon
Gravatar

[Bug 216935] Q_OBJECT macro parse error while code import process.

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

--- Comment #3 from Ralf Habacker <ralf habacker freenet de>  2012-01-04 11:02:03 ---
Further analysis shows that the lexer, which is based on boost::spirit,
returned  'Q_OBJECT' concated with the following term 'public:'.

I tried to follow the calls into the boost spirit library, but get lost in the
very deep call tree. 

When this worked before (which I assume) I guess that the problem is caused by
a bug or internal change in newer versions of the boost::spirit parser. 

In case of an internal change it may be that there is a different or additional
boost::spirit setup required, which umbrello does not follow.

--

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

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Ralf Habacker | 4 Jan 2012 12:05
Picon
Favicon
Gravatar

[Bug 216935] Q_OBJECT macro parse error while code import process.

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

--- Comment #4 from Ralf Habacker <ralf habacker freenet de>  2012-01-04 11:05:35 ---
To be complete: 

I also tried to add Q_OBJECT to the "lexer should skip word" list, but this do
not fix the problem. 

In the lexer code there are also some hardcoded checks for Q_.. related stuff,
where I added Q_OBJECT; unfortunally without any success.

--

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

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Christoph Feck | 5 Jan 2012 18:36
Picon

[Bug 191396] Editing attributes in Entity's "Properties" window and adding foreign key constraint causes a crash [invalid UMLObject::getDoc, ClassifierListPage::slotActivateItem, ..., QListWidget::currentItemChanged]

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

Christoph Feck <christoph <at> maxiom.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nisarpro <at> yahoo.com

--- Comment #17 from Christoph Feck <christoph maxiom de>  2012-01-05 17:36:34 ---
*** Bug 289572 has been marked as a duplicate of this bug. ***

--

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

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Christoph Feck | 5 Jan 2012 18:36
Picon

[Bug 289572] Adding Unique key constraint fails

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

Christoph Feck <christoph <at> maxiom.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from Christoph Feck <christoph maxiom de>  2012-01-05 17:36:34 ---

*** This bug has been marked as a duplicate of bug 191396 ***

--

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

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Christoph Feck | 5 Jan 2012 18:40
Picon

[Bug 290340] Umbrello crashes when move a Class to another package

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

Christoph Feck <christoph <at> maxiom.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDSINFO
                 CC|                            |christoph <at> maxiom.de
         Resolution|                            |BACKTRACE

--- Comment #1 from Christoph Feck <christoph maxiom de>  2012-01-05 17:39:59 ---
I could not reproduce with today's master. If the crash is reproducible for you
with KDE 4.7.4 or KDE 4.8, please add a backtrace. For more information, see
http://techbase.kde.org/User:DarioAndres/How_to_provide_more_information_about_crash_reports

--

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

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Christoph Feck | 5 Jan 2012 18:42
Picon

[Bug 284006] Umbrello crashed when moving stuff around and undoing things

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

Christoph Feck <christoph <at> maxiom.de> changed:

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

--- Comment #1 from Christoph Feck <christoph maxiom de>  2012-01-05 17:42:21 ---

*** This bug has been marked as a duplicate of bug 202436 ***

--

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

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Christoph Feck | 5 Jan 2012 18:42
Picon

[Bug 202436] Umbrello crashes on undo after deleting [UMLWidgetController::insertSaveValues, Uml::CmdMoveWidget::undo, QUndoStack::undo]

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

Christoph Feck <christoph <at> maxiom.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jkt <at> gentoo.org

--- Comment #22 from Christoph Feck <christoph maxiom de>  2012-01-05 17:42:21 ---
*** Bug 284006 has been marked as a duplicate of this bug. ***

--

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

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox

Gmane