Bug 345031 - Evaluation of umbrello-ng2 effort
Summary: Evaluation of umbrello-ng2 effort
Status: REPORTED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL: https://github.com/Elv13/Umbrello-ng2
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-10 22:19 UTC by Ralf Habacker
Modified: 2015-03-11 04:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
class diagram showing the mentioned model classes (158.15 KB, image/png)
2015-03-10 22:28 UTC, Ralf Habacker
Details
Overview ofthe doc system (183.65 KB, application/pdf)
2015-03-11 04:18 UTC, Emmanuel Lepage Vallée
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2015-03-10 22:19:12 UTC
At https://github.com/Elv13/Umbrello-ng2 Emmanuel Lepage Vallée branched umbrello and implemented some model/view related stuff.  This bug is intended  to document the evaluation process, which may result into merging useful stuff or to get some ideas how to implement new stuff.

 



Reproducible: Always
Comment 1 Ralf Habacker 2015-03-10 22:22:43 UTC
Emmanuel wrote in a private email: It basically create some Qt Models for each class diagram entity types then feed that to the UI.
Comment 2 Ralf Habacker 2015-03-10 22:28:33 UTC
Created attachment 91525 [details]
class diagram showing the mentioned model classes
Comment 3 Emmanuel Lepage Vallée 2015-03-10 22:30:57 UTC
I will write a proper overview later today. There is a bunch of branches merged there. A very brief summary:

* Add model for most Class and Entity list/tables you find in right click -> property of elements/classifiers
* Add GUI to create class and entity diagram using the keyboard only, inspired by Oracle MySQL Workbench. It vastly improve usability
* Make the project tree more contextual and pretty (unfinished, good enough for light use)
* Fix a few usability issues in the import dialog (could be merged as is, it is an external contribution, I didn't wrote that)
* Add a nice auto completion framework with XML file to load various documentation format (only Doxygen was fully implemented). It could be merged in KDE4, but the KTextEditor API changed in KF5.

I will try to dig up the design documents, email and IRC conversations about this.

@ralf: I will be on #umbrello (irc) tomorrow if you want to drop by to discuss this
Comment 4 Emmanuel Lepage Vallée 2015-03-11 04:18:20 UTC
Created attachment 91530 [details]
Overview ofthe doc system

Here is the doc system explanation I wrote 4 years ago. The code may need to be modernized to the current code standards and may or may not have aged well.

If I recall, it was quite isolated, so it should not require much porting efforts beside the KTextEdit KF5 API changes for the documentation widget. QTextEdit + popup completion could also be used, but is less flexible than the KTextEdit one