Git commit 0f817db228bec33b65136d8e5750a3eeb7c449cb by Lays Rodrigues. Committed on 27/10/2016 at 11:46. Pushed by laysrodrigues into branch 'frameworks'.
Major changes -Started to use an extern UI file related to this widget, to better organize the widgets. -Remove the unnecessary code -Fix methods to use the info from the widgets on the UI Signed-off-by: Lays Rodrigues <[email protected]> A +71 -0 doc/index-kf5.docbook http://commits.kde.org/umbrello/0f817db228bec33b65136d8e5750a3eeb7c449cb diff --git a/doc/index-kf5.docbook b/doc/index-kf5.docbook new file mode 100644 index 0000000..685d898 --- /dev/null +++ b/doc/index-kf5.docbook @@ -0,0 +1,71 @@ +<?xml version="1.0" ?> + +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" + "dtd/kdedbx45.dtd" [ + <!ENTITY umbrello "<application>Umbrello &UML; Modeller</application>"> + <!ENTITY kappname "&umbrello;"> + <!ENTITY packagename "kdesdk"> + <!ENTITY UML "<acronym>UML</acronym>"> + <!ENTITY introduction-chapter SYSTEM "introduction.docbook"> + <!ENTITY uml-basics-chapter SYSTEM "uml_basics.docbook"> + <!ENTITY working-with-umbrello-chapter SYSTEM "working_with_umbrello.docbook"> + <!ENTITY code-import-and-generation-chapter SYSTEM "code_import_and_generation.docbook"> + <!ENTITY other-features-chapter SYSTEM "other_features.docbook"> + <!ENTITY authors-chapter SYSTEM "authors.docbook"> + <!ENTITY credits-chapter SYSTEM "credits.docbook"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"><!-- change language only here --> + <!-- Do not define any other entities; instead, use the entities + from kde-genent.entities and $LANG/user.entities. --> +]> + +<book id="Umbrello" lang="&language;"> +<bookinfo> +<title>&umbrello; Handbook</title> + +<authorgroup> +<corpauthor>&umbrello; Authors</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<copyright> +<year>2001</year> +<holder>Paul Hensgen</holder> +</copyright> +<copyright> +<year>2002, 2003</year> +<holder>&umbrello; Authors</holder> +</copyright> + + +<date>2013-06-01</date> +<releaseinfo>2.11.0</releaseinfo> + +<abstract> +<para> +&umbrello; helps the software development +process by using the industry standard Unified Modelling Language (&UML;) +to enable you to create diagrams for designing and documenting your systems. +</para> +</abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>UML</keyword> +<keyword>modelling</keyword> +<keyword>diagrams</keyword> +<keyword>software development</keyword> +<keyword>development</keyword> +</keywordset> + +</bookinfo> + +&introduction-chapter; +¨-basics-chapter; +&working-with-umbrello-chapter; +&code-import-and-generation-chapter; +&other-features-chapter; +&authors-chapter; +&credits-chapter; + +</book>
