[Uml-devel] [Bug 93296] usability and responsiveness improvements to code import

Daniel Calviño Sánchez danxuliu at gmail.com
Mon Mar 20 23:35:06 UTC 2006


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




------- Additional Comments From danxuliu gmail com  2006-03-21 04:10 -------
Created an attachment (id=15229)
 --> (http://bugs.kde.org/attachment.cgi?id=15229&action=view)
Little fix in code import

This patch adds some information about the number of processed files in the
status bar when importing code, and also sets the document as modified after a
code import is made.

The C++ importer had repeated code for setting the information in the status
bar. It also lacked i18n in one call.

The base importer (used by all the other importers) lacked the "Ready" message
in the status bar when the import finishes.

Both show now also the number of files processed and the total number of file
to be processed.

When setting the modification of the UML document, an undo action for the
import code operation can be created. I'm not sure, but I think that it eats a
lot of memory. So the modification can be set, but not adding an undo action.
I left the two options so you can decide which one is better.




More information about the umbrello-devel mailing list