File Remove-flow.patch of Package calligra5

From f8786b001b75b33e57a9e2c615a37ece7866f350 Mon Sep 17 00:00:00 2001
From: Dag Andersen <danders@get2net.dk>
Date: Mon, 11 Nov 2019 12:55:36 +0100
Subject: Remove flow, not needed since karbon can do it all

Summary:
Since karbon is multipage app and stencils docker can be used by all apps,
there is no need for flow anymore.

Removing flow also 'fixes' problem with filter system, as it does not
know which app to open when two apps handle the same mimetype.

Test Plan: Tested with visio files.

Reviewers: anthonyfieroni

Subscribers: Calligra-Devel-list

Tags: #calligra:_3.0

Differential Revision: https://phabricator.kde.org/D25254
---
 CMakeLists.txt                                     |   5 -
 CalligraProducts.cmake                             |  33 +-
 flow/AUTHORS                                       |  28 --
 flow/CMakeLists.txt                                |  18 --
 flow/LICENSE                                       | 340 ---------------------
 flow/Mainpage.dox                                  |   5 -
 flow/Messages.sh                                   |  13 -
 flow/NOTES                                         |  36 ---
 flow/flow_dock.desktop                             |  40 ---
 flow/part/CMakeLists.txt                           |  64 ----
 flow/part/FlowAboutData.h                          |  51 ----
 flow/part/FlowDocument.cpp                         |  44 ---
 flow/part/FlowDocument.h                           |  61 ----
 flow/part/FlowFactory.cpp                          |  81 -----
 flow/part/FlowFactory.h                            |  46 ---
 flow/part/FlowFactoryInit.cpp                      |  20 --
 flow/part/FlowFactoryInit.h                        |  35 ---
 flow/part/FlowPart.cpp                             |  98 ------
 flow/part/FlowPart.h                               |  65 ----
 flow/part/FlowView.cpp                             |  75 -----
 flow/part/FlowView.h                               |  55 ----
 flow/part/flow.rc                                  |  89 ------
 flow/part/flowpart.desktop                         |  46 ---
 flow/part/flowrc                                   |  14 -
 flow/part/main.cpp                                 |  52 ----
 flow/part/org.kde.calligraflow.appdata.xml         | 207 -------------
 flow/part/org.kde.calligraflow.desktop             | 108 -------
 flow/pics/1024-apps-calligraflow.png               | Bin 151607 -> 0 bytes
 flow/pics/128-apps-calligraflow.png                | Bin 11085 -> 0 bytes
 flow/pics/16-apps-calligraflow.png                 | Bin 872 -> 0 bytes
 flow/pics/22-apps-calligraflow.png                 | Bin 1294 -> 0 bytes
 flow/pics/256-apps-calligraflow.png                | Bin 24905 -> 0 bytes
 flow/pics/32-apps-calligraflow.png                 | Bin 2005 -> 0 bytes
 flow/pics/48-apps-calligraflow.png                 | Bin 3256 -> 0 bytes
 flow/pics/512-apps-calligraflow.png                | Bin 60022 -> 0 bytes
 flow/pics/64-apps-calligraflow.png                 | Bin 4763 -> 0 bytes
 flow/pics/CMakeLists.txt                           |  16 -
 flow/pics/sc-apps-calligraflow.svgz                | Bin 6896 -> 0 bytes
 flow/templates/CMakeLists.txt                      |   1 -
 flow/templates/basic/.directory                    |  67 ----
 .../basic/48-actions-template_basicflow.png        | Bin 912 -> 0 bytes
 .../basic/48-actions-template_empty_landscape.png  | Bin 469 -> 0 bytes
 .../basic/48-actions-template_empty_portrait.png   | Bin 444 -> 0 bytes
 flow/templates/basic/CMakeLists.txt                |  15 -
 flow/templates/basic/basicflow.desktop             | 103 -------
 flow/templates/basic/empty-landscape.desktop       |  67 ----
 flow/templates/basic/empty-landscape.otg           | Bin 3879 -> 0 bytes
 flow/templates/basic/empty-portrait.desktop        |  67 ----
 flow/templates/basic/empty-portrait.otg            | Bin 1927 -> 0 bytes
 .../basic/sc-actions-template_basicworkflow.svgz   | Bin 1756 -> 0 bytes
 .../basic/sc-actions-template_empty_landscape.svgz | Bin 1399 -> 0 bytes
 .../basic/sc-actions-template_empty_portrait.svgz  | Bin 1416 -> 0 bytes
 52 files changed, 2 insertions(+), 2063 deletions(-)
 delete mode 100644 flow/AUTHORS
 delete mode 100644 flow/CMakeLists.txt
 delete mode 100644 flow/LICENSE
 delete mode 100644 flow/Mainpage.dox
 delete mode 100755 flow/Messages.sh
 delete mode 100644 flow/NOTES
 delete mode 100644 flow/flow_dock.desktop
 delete mode 100644 flow/part/CMakeLists.txt
 delete mode 100644 flow/part/FlowAboutData.h
 delete mode 100644 flow/part/FlowDocument.cpp
 delete mode 100644 flow/part/FlowDocument.h
 delete mode 100644 flow/part/FlowFactory.cpp
 delete mode 100644 flow/part/FlowFactory.h
 delete mode 100644 flow/part/FlowFactoryInit.cpp
 delete mode 100644 flow/part/FlowFactoryInit.h
 delete mode 100644 flow/part/FlowPart.cpp
 delete mode 100644 flow/part/FlowPart.h
 delete mode 100644 flow/part/FlowView.cpp
 delete mode 100644 flow/part/FlowView.h
 delete mode 100644 flow/part/flow.rc
 delete mode 100644 flow/part/flowpart.desktop
 delete mode 100644 flow/part/flowrc
 delete mode 100644 flow/part/main.cpp
 delete mode 100644 flow/part/org.kde.calligraflow.appdata.xml
 delete mode 100644 flow/part/org.kde.calligraflow.desktop
 delete mode 100644 flow/pics/1024-apps-calligraflow.png
 delete mode 100644 flow/pics/128-apps-calligraflow.png
 delete mode 100644 flow/pics/16-apps-calligraflow.png
 delete mode 100644 flow/pics/22-apps-calligraflow.png
 delete mode 100644 flow/pics/256-apps-calligraflow.png
 delete mode 100644 flow/pics/32-apps-calligraflow.png
 delete mode 100644 flow/pics/48-apps-calligraflow.png
 delete mode 100644 flow/pics/512-apps-calligraflow.png
 delete mode 100644 flow/pics/64-apps-calligraflow.png
 delete mode 100644 flow/pics/CMakeLists.txt
 delete mode 100644 flow/pics/sc-apps-calligraflow.svgz
 delete mode 100644 flow/templates/CMakeLists.txt
 delete mode 100644 flow/templates/basic/.directory
 delete mode 100644 flow/templates/basic/48-actions-template_basicflow.png
 delete mode 100644 flow/templates/basic/48-actions-template_empty_landscape.png
 delete mode 100644 flow/templates/basic/48-actions-template_empty_portrait.png
 delete mode 100644 flow/templates/basic/CMakeLists.txt
 delete mode 100644 flow/templates/basic/basicflow.desktop
 delete mode 100644 flow/templates/basic/empty-landscape.desktop
 delete mode 100644 flow/templates/basic/empty-landscape.otg
 delete mode 100644 flow/templates/basic/empty-portrait.desktop
 delete mode 100644 flow/templates/basic/empty-portrait.otg
 delete mode 100644 flow/templates/basic/sc-actions-template_basicworkflow.svgz
 delete mode 100644 flow/templates/basic/sc-actions-template_empty_landscape.svgz
 delete mode 100644 flow/templates/basic/sc-actions-template_empty_portrait.svgz

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 273a0b4..a972b8d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1058,7 +1058,6 @@ calligra_drop_products_on_old_flag(karbon APP_KARBON)
 calligra_drop_products_on_old_flag(sheets PART_SHEETS APP_SHEETS)
 calligra_drop_products_on_old_flag(stage  PART_STAGE APP_STAGE)
 calligra_drop_products_on_old_flag(words  PART_WORDS APP_WORDS)
-calligra_drop_products_on_old_flag(flow  APP_FLOW)
 
 #############################################
 ####      Temporarily broken products    ####
@@ -1096,10 +1095,6 @@ endif()
 
 add_subdirectory(words)
 
-if(SHOULD_BUILD_APP_FLOW)
-    add_subdirectory(flow)
-endif()
-
 add_subdirectory(stage)
 
 add_subdirectory(sheets)
diff --git a/CalligraProducts.cmake b/CalligraProducts.cmake
index 7946e28..7a84a4c 100644
--- a/CalligraProducts.cmake
+++ b/CalligraProducts.cmake
@@ -94,7 +94,6 @@ calligra_define_product(APP_WORDS "Words app (for Desktop)"  REQUIRES PART_WORDS
 calligra_define_product(APP_STAGE "Stage app (for Desktop)"   REQUIRES PART_STAGE)
 calligra_define_product(APP_SHEETS "Sheets app (for Desktop)" REQUIRES PART_SHEETS)
 calligra_define_product(APP_KARBON "Karbon app (for Desktop)"  REQUIRES LIB_CALLIGRA LIB_KOMAIN LIB_KOPAGEAPP)
-calligra_define_product(APP_FLOW "Flow app (for Desktop)" REQUIRES LIB_CALLIGRA LIB_KOMAIN LIB_KOPAGEAPP)
 calligra_define_product(APP_BRAINDUMP "Braindump app (for Desktop)"  UNMAINTAINED  REQUIRES LIB_CALLIGRA LIB_KOMAIN)
 calligra_define_product(DOC "Calligra Documentations")
 
@@ -248,19 +247,12 @@ calligra_define_productset(FILTERS_ODG_IMPORT "All odg import filters"
         FILTER_VISIO_TO_ODG
         FILTER_WPG_TO_ODG
 )
-#calligra_define_productset(FILTERS_ODG_EXPORT "All Flowodg export filters"  OPTIONAL ) none currently
+
 calligra_define_productset(FILTERS_ODG "All odg filters"
     OPTIONAL
         FILTERS_ODG_IMPORT
-#        FILTERS_FLOW_EXPORT none currently
 )
 
-#calligra_define_productset(FILTERS_FLOW_EXPORT "All Flow export filters"  OPTIONAL ) none currently
-# calligra_define_productset(FILTERS_FLOW "All Flow filters" none currently
-#     OPTIONAL
-#         FILTERS_FLOW_IMPORT
-#        FILTERS_FLOW_EXPORT
-#)
 calligra_define_productset(FILTERS_STAGE_IMPORT "All Stage import filters"
     OPTIONAL
         FILTER_KEY_TO_ODP
@@ -351,28 +343,7 @@ calligra_define_productset(BRAINDUMP "Full Braindump (for Desktop)"
         PLUGIN_VECTORSHAPE
         PLUGIN_VIDEOSHAPE
 )
-calligra_define_productset(FLOW "Full Flow (for Desktop)"
-    REQUIRES
-        APP_FLOW
-    OPTIONAL
-        # extras
-        FILEMANAGER
-        # plugins
-        PLUGIN_ARTISTICTEXTSHAPE
-        PLUGIN_CHARTSHAPE
-        PLUGIN_DEFAULTTOOLS
-        PLUGIN_DOCKERS
-        PLUGIN_FORMULASHAPE
-        PLUGIN_PATHSHAPES
-        PLUGIN_PICTURESHAPE
-        PLUGIN_PLUGINSHAPE
-        PLUGIN_TEXTEDITING
-        PLUGIN_TEXTSHAPE
-        PLUGIN_VARIABLES
-        PLUGIN_VECTORSHAPE
-        # filters
-        FILTERS_ODG
-)
+
 calligra_define_productset(KARBON "Full Karbon (for Desktop)"
     REQUIRES
         APP_KARBON
diff --git a/flow/AUTHORS b/flow/AUTHORS
deleted file mode 100644
index c6167a4..0000000
--- a/flow/AUTHORS
+++ /dev/null
@@ -1,28 +0,0 @@
-The following people are responsible for Kivio in some way/shape/form.
-Peter Simonsson - psn@linux.se
-	Current maintainer.
-
-Ian Reinhart Geiser - geiseri@kde.org
-	Developer.
-
-Laurent Montel - montel@kde.org
-	Developer.
-
-Frauke Oster - frauke@frsv.de
-	Developer.
-
-Kristof Borrey - borrey@kde.org
-	Artwork (stencils and icons)
-
-Joerg de la Haye - haye@ritterstrasse.org
-	Nassi Schneiderman stencils
-
-Dave Marotti - lndshark@verticaladdiction.net
-	Main author and the original author of Queesio, from which this source
-	is based.  Main developer.
-
-Max Judin - max@thekompany.com
-	Responsible for most of the widgets which hold Kivio up.
-
-DmitryDmitry Poplavsky - dima@kde.org
-	Python (spy) stencil.  Python integration.
diff --git a/flow/CMakeLists.txt b/flow/CMakeLists.txt
deleted file mode 100644
index 6eb295f..0000000
--- a/flow/CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-project(flow)
-
-add_definitions(-DTRANSLATION_DOMAIN=\"flow\")
-
-include_directories(
-    ${KOMAIN_INCLUDES}
-)
-
-add_subdirectory(part)
-add_subdirectory(templates)
-add_subdirectory(pics)
-
-
-########### install files ###############
-
-install( FILES
-    flow_dock.desktop
-    DESTINATION ${SERVICETYPES_INSTALL_DIR})
diff --git a/flow/LICENSE b/flow/LICENSE
deleted file mode 100644
index ebb24a85..0000000
--- a/flow/LICENSE
+++ /dev/null
@@ -1,340 +0,0 @@
-		    GNU GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-		    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-			    NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-	    How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) 19yy  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) 19yy name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
-Public License instead of this License.
diff --git a/flow/Mainpage.dox b/flow/Mainpage.dox
deleted file mode 100644
index 58946cd..0000000
--- a/flow/Mainpage.dox
+++ /dev/null
@@ -1,5 +0,0 @@
-/**
- * \mainpage
- */
-
-// DOXYGEN_SET_PROJECT_NAME = Flow
diff --git a/flow/Messages.sh b/flow/Messages.sh
deleted file mode 100755
index bf9e145..0000000
--- a/flow/Messages.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-# Messages.sh files must have one instance of the line with:
-# 'potfilename=<potfile>.pot'
-# potfilename= must be at the start of the line and without spaces.
-# It must refer to one pot file only.
-# Release scripts rely on this.
-potfilename=flow.pot
-
-source ../kundo2_aware_xgettext.sh
-
-$EXTRACTRC `find . -name \*.ui -o -name \*.rc` >> rc.cpp || exit 11
-kundo2_aware_xgettext $potfilename `find . -name \*.cpp -not -name \*.moc.\*` part/FlowAboutData.h
-rm -f rc.cpp
diff --git a/flow/NOTES b/flow/NOTES
deleted file mode 100644
index e6349c3..0000000
--- a/flow/NOTES
+++ /dev/null
@@ -1,36 +0,0 @@
-This file is just for miscellaneous notes on how things work in Kivio or
-things that should/should-not be done.
-
-- The ID System
----------------------------------------------------------------------------
-The way Kivio locates stencils after saving and loading them is through an
-ID system.  Each stencil set is given a unique ID.  Many times, this id
-is simply the author or company's name concatenated with the native title of
-the stencil set, and a roman numeral.  This is the naming convention the
-author has been using.  The id's of the stencils themselves are usually
-the same as the native title.
-
-It is critically important that the Id's ******NEVER****** be translated
-or Kivio won't be able to load documents which are saved in one locale,
-and then loaded in another.
-
-- Removing A Stencil Set
----------------------------------------------------------------------------
-Here are the steps the code does:
-
-- Removing a stencil set by clicking on the button 'x'.  There are quite
-  a few things which happen as a result of a user clicking the 'x' on
-  a DragBarButton.
-  DragBarButton emits a closeRequired( DragBarButton * ) signal,
-  KivioStackBar catches it with slotDeleteButton( DragBarButton * ),
-  KivioStackBar then emits deleteButton(DragBarButton *, QWidget *, KivioStackBar *),
-  KivioDocument then catches this with slotDeleteStencilSet( signature ) and
-    iterates through all stencils on all pages of the document making sure it
-	is ok to delete this stencil set.  If it is, it removes the stencil (spawner) set
-	with a call to removeSpawnerSet( ... ) and emits the signal
-	sig_deleteStencilSet( DragBarButton *, QWidget *, KivioStackBar * )
-  StencilBarDockManager catches this with slotDeleteStencilSet( .... ) and tells the
-    KivioStackBar object to delete the passed DragBarButton and widget associated with
-	it.  It then checks if any pages are visible on the KivioStackBar object.  If
-	there are not, it then removes it from either the bars list, or topLevel bars list
-	and then deletes the KivioStackBar object.
diff --git a/flow/flow_dock.desktop b/flow/flow_dock.desktop
deleted file mode 100644
index cf235bb..0000000
--- a/flow/flow_dock.desktop
+++ /dev/null
@@ -1,40 +0,0 @@
-[Desktop Entry]
-Type=ServiceType
-X-KDE-ServiceType=Flow/Dock
-Comment=Docker for Flow
-Comment[bs]=Docker za Flow
-Comment[ca]=Acoblador per al Flow
-Comment[ca@valencia]=Acoblador per al Flow
-Comment[cs]=Dok pro Flow
-Comment[da]=Dokker til Flow
-Comment[de]=Docker für Flow
-Comment[el]=Προσάρτηση για το Flow
-Comment[en_GB]=Docker for Flow
-Comment[es]=Panel para Flow
-Comment[et]=Flow dokk
-Comment[eu]=Flow-rako panela
-Comment[fi]=Flow-telakka
-Comment[fr]=Panneau pour Flow
-Comment[gl]=Doca para Flow
-Comment[hu]=Dokkoló a Flowhoz
-Comment[it]=Area di aggancio per Flow
-Comment[ja]=Flow のドッキングパネル
-Comment[kk]=Flow-дың докері
-Comment[ko]=Flow용 도커
-Comment[nb]=Dokker for Flow
-Comment[nds]=Andockmoduul för Flow
-Comment[nl]=Vastzetten van Flow
-Comment[pl]=Dokowanie dla Flow
-Comment[pt]=Acoplador para o Flow
-Comment[pt_BR]=Acoplador para o Flow
-Comment[ru]=Панель для Flow
-Comment[sk]=Docker pre Flow
-Comment[sl]=Sidrišče za Flow
-Comment[sv]=Dockningsfönster för Flow
-Comment[tr]=Flow için Docker
-Comment[uk]=Бічна панель Flow
-Comment[x-test]=xxDocker for Flowxx
-Comment[zh_CN]=Flow 停靠栏
-Comment[zh_TW]=Flow 的嵌入器
-[PropertyDef::X-KDE-PluginInfo-Name]
-Type=QString
diff --git a/flow/part/CMakeLists.txt b/flow/part/CMakeLists.txt
deleted file mode 100644
index 87fe0c0..0000000
--- a/flow/part/CMakeLists.txt
+++ /dev/null
@@ -1,64 +0,0 @@
-project(flow)
-
-include_directories( ${KOPAGEAPP_INCLUDES})
-
-### flowprivate ###
-set(flowprivate_LIB_SRCS
-  FlowFactory.cpp
-  FlowPart.cpp
-  FlowDocument.cpp
-  FlowView.cpp
-)
-
-add_library(flowprivate SHARED ${flowprivate_LIB_SRCS})
-
-generate_export_header(flowprivate
-    BASE_NAME flow
-    EXPORT_FILE_NAME flow_generated_export.h
-    )
-
-target_link_libraries(flowprivate kopageapp  koplugin KF5::IconThemes)
-target_link_libraries(flowprivate LINK_INTERFACE_LIBRARIES kopageapp)
-
-set_target_properties(flowprivate PROPERTIES
-    VERSION ${GENERIC_CALLIGRA_LIB_VERSION} SOVERSION ${GENERIC_CALLIGRA_LIB_SOVERSION}
-)
-install(TARGETS flowprivate  ${INSTALL_TARGETS_DEFAULT_ARGS})
-
-### flowpart ###
-set(flowpart_PART_SRCS FlowFactoryInit.cpp )
-
-add_library(flowpart MODULE ${flowpart_PART_SRCS})
-
-calligra_part_desktop_to_json(flowpart flowpart.desktop)
-
-target_link_libraries(flowpart flowprivate)
-
-install(TARGETS flowpart DESTINATION ${PLUGIN_INSTALL_DIR}/calligra/parts)
-
-### kdeinit flow ###
-set(flow_KDEINIT_SRCS main.cpp )
-
-file(GLOB ICONS_SRCS "../pics/*-apps-calligraflow.png")
-ecm_add_app_icon(flow_KDEINIT_SRCS ICONS ${ICONS_SRCS})
-
-kf5_add_kdeinit_executable(calligraflow ${flow_KDEINIT_SRCS})
-
-target_link_libraries(kdeinit_calligraflow komain)
-
-install(TARGETS kdeinit_calligraflow ${INSTALL_TARGETS_DEFAULT_ARGS})
-
-target_link_libraries(calligraflow kdeinit_calligraflow)
-install(TARGETS calligraflow ${INSTALL_TARGETS_DEFAULT_ARGS})
-
-### desktop files ###
-install( FILES flowpart.desktop DESTINATION ${SERVICES_INSTALL_DIR}/calligra)
-install( PROGRAMS org.kde.calligraflow.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
-install( FILES org.kde.calligraflow.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
-
-### GUI files ###
-install( FILES flow.rc DESTINATION ${KXMLGUI_INSTALL_DIR}/flow)
-install( FILES flowrc DESTINATION ${CONFIG_INSTALL_DIR} )
-if(APPLE)
-   install( FILES ${CMAKE_CURRENT_BINARY_DIR}/flow_KDEINIT_SRCS.icns DESTINATION ${BUNDLE_INSTALL_DIR}/calligraflow.app/Contents/Resources)
-endif()
diff --git a/flow/part/FlowAboutData.h b/flow/part/FlowAboutData.h
deleted file mode 100644
index 1652451..0000000
--- a/flow/part/FlowAboutData.h
+++ /dev/null
@@ -1,51 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#ifndef FLOWABOUTDATA_H
-#define FLOWABOUTDATA_H
-
-#include <kaboutdata.h>
-#include <KLocalizedString>
-#include <calligraversion.h>
-#include <kcoreaddons_version.h>
-
-KAboutData* newFlowAboutData()
-{
-    KAboutData *aboutData = new KAboutData(
-        QStringLiteral("flow"),
-        i18n("Flow"),
-        QStringLiteral(CALLIGRA_VERSION_STRING),
-        i18n("Calligra Flowchart And Diagram Tool"),
-        KAboutLicense::LGPL,
-        i18n("(c) 2001-%1, The Flow Team", QStringLiteral(CALLIGRA_YEAR)),
-        QStringLiteral("https://www.calligra.org/flow/"));
-    aboutData->setProductName("flow"); // for bugs.kde.org
-    aboutData->setOrganizationDomain("kde.org");
-#if KCOREADDONS_VERSION >= 0x051600
-    aboutData->setDesktopFileName(QStringLiteral("org.kde.flow"));
-#endif
-    aboutData->addAuthor(i18n("Yue Liu"), i18n("Maintainer"), QStringLiteral("yue.liu@mail.com"));
-    aboutData->addAuthor(i18n("Peter Simonsson"), i18n("Former Maintainer"), QStringLiteral("peter.simonsson@gmail.com"));
-    aboutData->addAuthor(i18n("Laurent Montel"), i18n("KF5 Porting"), QStringLiteral("montel@kde.org"));
-    aboutData->setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"),
-                             i18nc("EMAIL OF TRANSLATORS", "Your emails"));
-    return aboutData;
-}
-
-#endif
diff --git a/flow/part/FlowDocument.cpp b/flow/part/FlowDocument.cpp
deleted file mode 100644
index f5fe1ff..0000000
--- a/flow/part/FlowDocument.cpp
+++ /dev/null
@@ -1,44 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-   Copyright (C)  2007 Thorsten Zachmann <zachmann@kde.okde.org>
-   Copyright (C) 2010 Boudewijn Rempt <boud@valdyas.org>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#include "FlowDocument.h"
-
-#include "FlowView.h"
-#include "FlowFactory.h"
-
-FlowDocument::FlowDocument(KoPart *part)
-    : KoPADocument(part)
-{
-}
-
-FlowDocument::~FlowDocument()
-{
-}
-
-KoOdf::DocumentType FlowDocument::documentType() const
-{
-    return KoOdf::Graphics;
-}
-
-const char * FlowDocument::odfTagName(bool withNamespace)
-{
-    return withNamespace ? "office:drawing": "drawing";
-}
diff --git a/flow/part/FlowDocument.h b/flow/part/FlowDocument.h
deleted file mode 100644
index 324565d..0000000
--- a/flow/part/FlowDocument.h
+++ /dev/null
@@ -1,61 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-   Copyright (C)  2007 Thorsten Zachmann <zachmann@kde.okde.org>
-   Copyright (C) 2010 Boudewijn Rempt <boud@valdyas.org>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#ifndef FLOWDOCUMENT_H
-#define FLOWDOCUMENT_H
-
-#include <KoPADocument.h>
-#include "flow_generated_export.h"
-
-#define FLOW_MIME_TYPE "application/vnd.oasis.opendocument.graphics"
-
-class KoPart;
-
-class FLOW_EXPORT FlowDocument : public KoPADocument
-{
-    Q_OBJECT
-
-public:
-    explicit FlowDocument(KoPart *part);
-    ~FlowDocument() override;
-
-    KoOdf::DocumentType documentType() const override;
-
-
-    /// reimplemented from KoDocument
-    QByteArray nativeFormatMimeType() const override { return FLOW_MIME_TYPE; }
-    /// reimplemented from KoDocument
-    QByteArray nativeOasisMimeType() const override {return FLOW_MIME_TYPE;}
-    /// reimplemented from KoDocument
-    QStringList extraNativeMimeTypes() const override
-    {
-        return QStringList() << "application/vnd.oasis.opendocument.graphics-template";
-    }
-
-Q_SIGNALS:
-    /// Emitted when the gui needs to be updated.
-    void updateGui();
-
-protected:
-    const char *odfTagName( bool withNamespace ) override;
-};
-
-#endif
diff --git a/flow/part/FlowFactory.cpp b/flow/part/FlowFactory.cpp
deleted file mode 100644
index 5f0d265..0000000
--- a/flow/part/FlowFactory.cpp
+++ /dev/null
@@ -1,81 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#include "FlowFactory.h"
-
-#include "FlowDocument.h"
-#include "FlowAboutData.h"
-#include "FlowPart.h"
-
-#include <KoPluginLoader.h>
-
-#include <kiconloader.h>
-#include <KoComponentData.h>
-
-KoComponentData* FlowFactory::s_global = nullptr;
-
-static int factoryCount = 0;
-
-FlowFactory::FlowFactory()
-    : KPluginFactory()
-{
-    (void)global();
-
-    if (factoryCount == 0) {
-
-        // Load the KoPA-specific tools
-        KoPluginLoader::load(QStringLiteral("CalligraPageApp/Tool"));
-
-        // Load Flow specific dockers
-        KoPluginLoader::load(QStringLiteral("Flow/Dock"));
-    }
-    factoryCount++;
-}
-
-FlowFactory::~FlowFactory()
-{
-}
-
-QObject* FlowFactory::create( const char* /*iface*/, QWidget* /*parentWidget*/, QObject *parent,
-                              const QVariantList& args, const QString& keyword )
-{
-    Q_UNUSED( args );
-    Q_UNUSED( keyword );
-    FlowPart *part = new FlowPart(parent);
-    FlowDocument* doc = new FlowDocument(part);
-    doc->setDefaultStylesResourcePath(QStringLiteral("flow/styles/"));
-    part->setDocument(doc);
-
-    return part;
-}
-
-const KoComponentData &FlowFactory::global()
-{
-    if (!s_global) {
-        KAboutData *about = newFlowAboutData();
-        s_global = new KoComponentData(*about);
-        delete about;
-
-        // Add any application-specific resource directories here
-
-        // Tell the iconloader about share/apps/calligra/icons
-        KIconLoader::global()->addAppDir(QStringLiteral("calligra"));
-    }
-    return *s_global;
-}
diff --git a/flow/part/FlowFactory.h b/flow/part/FlowFactory.h
deleted file mode 100644
index b38a018..0000000
--- a/flow/part/FlowFactory.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#ifndef FLOWFACTORY_H
-#define FLOWFACTORY_H
-
-#include <kpluginfactory.h>
-#include "flow_generated_export.h"
-
-class KComponentData;
-class KAboutData;
-class KoComponentData;
-
-class FLOW_EXPORT FlowFactory : public KPluginFactory
-{
-    Q_OBJECT
-
-public:
-    explicit FlowFactory();
-    ~FlowFactory() override;
-
-
-    QObject* create(const char* iface, QWidget* parentWidget, QObject *parent, const QVariantList& args, const QString& keyword) override;
-
-    static const KoComponentData &global();
-private:
-    static KoComponentData* s_global;
-};
-
-#endif
diff --git a/flow/part/FlowFactoryInit.cpp b/flow/part/FlowFactoryInit.cpp
deleted file mode 100644
index d48501c..0000000
--- a/flow/part/FlowFactoryInit.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-#include "FlowFactoryInit.h"
-#include "moc_FlowFactoryInit.cpp"
diff --git a/flow/part/FlowFactoryInit.h b/flow/part/FlowFactoryInit.h
deleted file mode 100644
index f62662f..0000000
--- a/flow/part/FlowFactoryInit.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-#ifndef FLOWFACTORYINIT_H
-#define FLOWFACTORYINIT_H
-
-#include <FlowFactory.h>
-
-class FlowFactoryInit : public FlowFactory
-{
-    Q_OBJECT
-    Q_PLUGIN_METADATA(IID KPluginFactory_iid FILE "flowpart.json")
-    Q_INTERFACES(KPluginFactory)
-
-public:
-    explicit FlowFactoryInit() : FlowFactory() {}
-    virtual ~FlowFactoryInit() {}
-};
-
-#endif
diff --git a/flow/part/FlowPart.cpp b/flow/part/FlowPart.cpp
deleted file mode 100644
index a006bff..0000000
--- a/flow/part/FlowPart.cpp
+++ /dev/null
@@ -1,98 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C) 2012 C. Boemann <cbo@kogmbh.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
-*/
-
-#include "FlowPart.h"
-
-#include "FlowView.h"
-#include "FlowDocument.h"
-#include "FlowFactory.h"
-
-#include <KoPACanvasItem.h>
-#include <KoCanvasBase.h>
-#include <KoShapeRegistry.h>
-#include <KoComponentData.h>
-
-#include <kmessagebox.h>
-
-FlowPart::FlowPart(QObject *parent)
-    : KoPart(FlowFactory::global(), parent)
-{
-    setTemplatesResourcePath(QStringLiteral("flow/templates/"));
-}
-
-FlowPart::~FlowPart()
-{
-}
-
-void FlowPart::setDocument(FlowDocument *document)
-{
-    KoPart::setDocument(document);
-    m_document = document;
-}
-
-KoView * FlowPart::createViewInstance(KoDocument *document, QWidget *parent)
-{
-    FlowView *view = new FlowView(this, qobject_cast<FlowDocument*>(document), parent);
-    connect(document, SIGNAL(replaceActivePage(KoPAPageBase*,KoPAPageBase*)), view, SLOT(replaceActivePage(KoPAPageBase*,KoPAPageBase*)));
-    return view;
-}
-
-QGraphicsItem *FlowPart::createCanvasItem(KoDocument *document)
-{
-    KoPACanvasItem *canvasItem = new KoPACanvasItem(qobject_cast<KoPADocument*>(document));
-    return canvasItem;
-}
-
-KoMainWindow *FlowPart::createMainWindow()
-{
-    return new KoMainWindow(FLOW_MIME_TYPE, componentData());
-}
-
-void FlowPart::showStartUpWidget(KoMainWindow *parent, bool alwaysShow)
-{
-    // Go through all (optional) plugins we require and quit if necessary
-    bool error = false;
-    KoShapeFactoryBase *factory;
-
-    factory = KoShapeRegistry::instance()->value(QStringLiteral("TextShapeID"));
-    if (!factory) {
-        m_errorMessage = i18n("Can not find needed text component, Calligra Flow will quit now.");
-        error = true;
-    }
-    factory = KoShapeRegistry::instance()->value(QStringLiteral("PictureShape"));
-    if (!factory) {
-        m_errorMessage = i18n("Can not find needed picture component, Calligra Flow will quit now.");
-        error = true;
-    }
-
-    if (error) {
-        QTimer::singleShot(0, this, &FlowPart::showErrorAndDie);
-    } else {
-        KoPart::showStartUpWidget(parent, alwaysShow);
-    }
-}
-
-void FlowPart::showErrorAndDie()
-{
-    KMessageBox::error(nullptr, m_errorMessage, i18n( "Installation Error"));
-    // This means "the environment is incorrect" on Windows
-    // FIXME: Is this uniform on all platforms?
-    QCoreApplication::exit(10);
-}
-
diff --git a/flow/part/FlowPart.h b/flow/part/FlowPart.h
deleted file mode 100644
index 0c6b578..0000000
--- a/flow/part/FlowPart.h
+++ /dev/null
@@ -1,65 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C) 2012 C. Boemann <cbo@kogmbh.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
-*/
-
-#ifndef FLOWPART_H
-#define FLOWPART_H
-
-#include <KoPart.h>
-
-#include "flow_generated_export.h"
-
-class FlowDocument;
-class QGraphicsItem;
-class KoView;
-
-class FLOW_EXPORT FlowPart : public KoPart
-{
-    Q_OBJECT
-
-public:
-    explicit FlowPart(QObject *parent);
-
-    ~FlowPart() override;
-
-    void setDocument(FlowDocument *document);
-
-    /**
-     * Creates and shows the start up widget. Reimplemented from KoDocument.
-     *
-     * @param parent the KoMainWindow used as parent for the widget.
-     * @param alwaysShow always show the widget even if the user has configured it to not show.
-     */
-    void showStartUpWidget(KoMainWindow *parent, bool alwaysShow) override;
-
-    /// reimplemented
-    KoView *createViewInstance(KoDocument *document, QWidget *parent) override;
-    /// reimplemented
-    QGraphicsItem *createCanvasItem(KoDocument *document) override;
-    /// reimplemented
-    KoMainWindow *createMainWindow() override;
-protected Q_SLOTS:
-    /// Quits Stage with error message from m_errorMessage.
-    void showErrorAndDie();
-
-protected:
-    QString m_errorMessage;
-    FlowDocument *m_document;
-};
-
-#endif // FLOWPART_H
diff --git a/flow/part/FlowView.cpp b/flow/part/FlowView.cpp
deleted file mode 100644
index c8e891a..0000000
--- a/flow/part/FlowView.cpp
+++ /dev/null
@@ -1,75 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#include "FlowView.h"
-
-#include "FlowDocument.h"
-#include "FlowPart.h"
-
-#include <KoSelection.h>
-
-#include <KLocalizedString>
-#include <kactioncollection.h>
-
-FlowView::FlowView(FlowPart *part, FlowDocument* document, QWidget* parent)
-    : KoPAView(part, document, KoPAView::NormalMode, parent), m_document(document)
-{
-    Q_ASSERT(m_document);
-
-    setXMLFile(QStringLiteral("flow.rc"));
-
-    initializeActions();
-    initializeGUI();
-
-    connect(m_document, SIGNAL(updateGui()), this, SLOT(updateGui()));
-
-    setAcceptDrops(true);
-}
-
-FlowView::~FlowView()
-{
-}
-
-FlowDocument* FlowView::document() const
-{
-    return m_document;
-}
-
-void FlowView::initializeGUI()
-{
-}
-
-void FlowView::initializeActions()
-{
-    QAction *act = actionCollection()->action(QStringLiteral("configure"));
-    act->setText(i18n("Configure Flow..."));
-    act->setMenuRole(QAction::PreferencesRole);
-}
-
-void FlowView::updateGui()
-{
-    selectionChanged();
-}
-
-void FlowView::replaceActivePage(KoPAPageBase *page, KoPAPageBase *newActivePage)
-{
-    if (page == activePage() ) {
-        viewMode()->updateActivePage(newActivePage);
-    }
-}
diff --git a/flow/part/FlowView.h b/flow/part/FlowView.h
deleted file mode 100644
index cb0d6ff..0000000
--- a/flow/part/FlowView.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#ifndef FLOWVIEW_H
-#define FLOWVIEW_H
-
-#include <KoPAView.h>
-
-class FlowDocument;
-class FlowPart;
-
-class FlowView : public KoPAView
-{
-    Q_OBJECT
-
-public:
-    explicit FlowView(FlowPart *part, FlowDocument *document, QWidget *parent);
-    ~FlowView();
-
-    /// Returns the document
-    FlowDocument* document() const;
-
-protected Q_SLOTS:
-    /// Called when the doc emits updateGui
-    void updateGui();
-
-    void replaceActivePage(KoPAPageBase *page, KoPAPageBase *newActivePage);
-
-protected:
-    /// Creates and initializes the GUI.
-    void initializeGUI();
-    /// Initializes all the actions
-    void initializeActions();
-
-private:
-    FlowDocument* m_document;
-};
-
-#endif
diff --git a/flow/part/flow.rc b/flow/part/flow.rc
deleted file mode 100644
index 7c0c86c..0000000
--- a/flow/part/flow.rc
+++ /dev/null
@@ -1,89 +0,0 @@
-<!DOCTYPE gui SYSTEM "kpartgui.dtd">
-
-<gui name="flow" version="34" translationDomain="flow">
-    <MenuBar>
-        <Menu name="file">
-            <Text>&amp;File</Text>
-            <Separator/>
-            <Action name="file_encrypt_doc"/>
-            <Action name="file_uncompress_doc"/>
-        </Menu>
-        <Menu name="edit">
-            <Text>&amp;Edit</Text>
-            <Action name="edit_undo"/>
-            <Action name="edit_redo"/>
-            <Separator/>
-            <Action name="edit_cut"/>
-            <Action name="edit_copy"/>
-            <Action name="edit_paste"/>
-            <Action name="edit_delete"/>
-            <Separator/>
-            <Action name="edit_select_all"/>
-            <Action name="edit_deselect_all"/>
-            <Separator/>
-            <Action name="edit_find"/>
-            <Action name="edit_findnext"/>
-            <Action name="edit_findprevious"/>
-            <Action name="edit_replace"/>
-        </Menu>
-        <Menu name="view">
-            <Text>&amp;View</Text>
-            <Action name="view_newview"/>
-            <Separator/>
-            <Action name="zoom_out"/>
-            <Action name="zoom_in"/>
-            <Action name="view_zoom"/>
-            <Separator/>
-            <Action name="view_masterpages"/>
-            <Separator/>
-            <Action name="view_rulers"/>
-            <Separator/>
-            <Action name="view_grid"/>
-            <Action name="view_snaptogrid"/>
-            <Action name="view_show_guides"/>
-            <Action name="view_toggledockers"/>
-        </Menu>
-        <Menu name="insert"><text>&amp;Insert</text>
-            <Action name="insert_variable"/> <!-- menu -->
-	        <Action name="import_document" />
-        </Menu>
-        <Menu name="format"><text>F&amp;ormat</text>
-            <Action name="format_masterpage"/>
-            <Separator/>
-            <Action name="format_pagelayout"/>
-        </Menu>
-        <Menu name="page">
-            <Text>&amp;Page</Text>
-            <Action name="page_insertpage"/>
-            <Action name="page_copypage"/>
-            <Action name="page_deletepage"/>
-            <Separator/>
-            <Action name="page_previous"/>
-            <Action name="page_next"/>
-            <Separator/>
-            <Action name="page_first"/>
-            <Action name="page_last"/>
-        </Menu>
-        <Menu name="settings"><text>&amp;Settings</text>
-            <Action name="settings_active_author" group="settings_configure"/>
-            <Action name="configure" group="settings_configure"/>
-        </Menu>
-    </MenuBar>
-
-    <Menu name="default_canvas_popup">
-        <ActionList name="toolproxy_action_list"/>
-        <Separator/>
-        <Action name="edit_delete"/>
-    </Menu>
-
-    <ToolBar name="mainToolBar">
-        <Separator/>
-        <Action name="edit_undo"/>
-        <Action name="edit_redo"/>
-        <Separator/>
-        <Action name="edit_cut"/>
-        <Action name="edit_copy"/>
-        <Action name="edit_paste"/>
-        <Action name="edit_delete"/>
-    </ToolBar>
-</gui>
diff --git a/flow/part/flowpart.desktop b/flow/part/flowpart.desktop
deleted file mode 100644
index a6c5dd4..0000000
--- a/flow/part/flowpart.desktop
+++ /dev/null
@@ -1,46 +0,0 @@
-[Desktop Entry]
-Name=Calligra Flowchart & Diagram Editing Component
-Name[bg]=Компонент за блоксхеми и диаграми в Calligra
-Name[bs]=Komponente za editovanje Calligra Flowchart i Dijagrama
-Name[ca]=Component d'edició de diagrames de fluxos i diagrames del Calligra
-Name[ca@valencia]=Component d'edició de diagrames de fluxos i diagrames del Calligra
-Name[cs]=Komponenta editoru nákresů a diagramů Calligra
-Name[da]=Calligra-komponent til redigering af diagrammer
-Name[de]=Calligra-Komponente für Flussdiagramme & Diagrammbearbeitung
-Name[el]=Συστατικό επεξεργασίας διαγραμμάτων ροής & απλών διαγραμμάτων του Calligra
-Name[en_GB]=Calligra Flowchart & Diagram Editing Component
-Name[es]=Componente de edición de de diagramas de flujos y esquemas de Calligra
-Name[et]=Calligra skeemide redigeerimise komponent
-Name[eu]=Calligra-ren fluxu-diagramen eta diagramen edizio-osagaia
-Name[fi]=Calligran kaavionpiirtämisosa
-Name[fr]=Composant conception de diagrammes et de tableaux de Calligra
-Name[gl]=Compoñente de edición de diagramas para Calligra
-Name[hu]=Calligra folyamatábra- és diagramkészítő komponens
-Name[it]=Componente per la modifica di diagrammi di flusso di Calligra
-Name[ja]=Calligra フローチャート & ダイアグラム編集コンポーネント
-Name[kk]=Calligra-ның сұлба және диаграмма өңдеу бағдарламасы
-Name[ko]=Calligra 순서도 및 다이어그램 편집 구성 요소
-Name[nb]=Calligra-komponent for flytskjema- og diagramredigering
-Name[nds]=Calligra-Komponent för Afloopdiagrammen un Diagrammbewerken
-Name[nl]=Calligra-stroomdiagram & Bewerkingscomponent voor diagrammen
-Name[pl]=Składnik edycji diagramów oraz schematów przepływów dla Calligry
-Name[pt]=Componente de Fluxogramas e Edição de Diagramas do Calligra
-Name[pt_BR]=Componente de edição de fluxogramas e diagramas do Calligra
-Name[ru]=Компонент редактирования диаграмм и блок-схем в Calligra
-Name[sk]=Komponent na editovanie vývojových diagramov Calligra
-Name[sl]=Komponenta urejanja grafov in diagramov poteka za Calligro
-Name[sv]=Calligra flödesschema- och diagramredigeringskomponent
-Name[tr]=Calligra Akış Şeması & Diyagram Düzenleme Bileşeni
-Name[uk]=Компонент редагування діаграм та блок-схем Calligra
-Name[x-test]=xxCalligra Flowchart & Diagram Editing Componentxx
-Name[zh_CN]=Calligra 流程图和图表编辑组件
-Name[zh_TW]=Calligra 流程圖 & 圖表編輯元件
-X-KDE-Library=flowpart
-MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.visio;
-Type=Service
-X-KDE-ServiceTypes=Calligra/Part
-X-KDE-NativeMimeType=application/vnd.oasis.opendocument.graphics
-X-KDE-NativeOasisMimeType=application/vnd.oasis.opendocument.graphics
-X-KDE-ExtraNativeMimeTypes=application/vnd.oasis.opendocument.graphics-template
-Categories=Qt;KDE;Office;
-Icon=calligraflow
diff --git a/flow/part/flowrc b/flow/part/flowrc
deleted file mode 100644
index faec9fd..0000000
--- a/flow/part/flowrc
+++ /dev/null
@@ -1,14 +0,0 @@
-[flow]
-State=AAAA/wAAAAD9AAAAAwAAAAAAAADnAAACnfwCAAAABPsAAAAkAEYAbABvAHcAUwBoAGEAcABlAEIAbwB4AEQAbwBjAGsAZQByAQAAAJwAAAIZAAAAAAAAAAD7AAAADgBUAG8AbwBsAEIAbwB4AQAAAB4AAABQAAAAUAEAAAX7AAAAKABGAGwAbwB3AFMAdABlAG4AYwBpAGwAQgBvAHgARABvAGMAawBlAHIBAAAAcQAAAZ4AAACFAAgAGfsAAAAqAGQAbwBjAHUAbQBlAG4AdAAgAHMAZQBjAHQAaQBvAG4AIAB2AGkAZQB3AQAAAhIAAACpAAAAgQEAAAUAAAABAAABEgAAAp38AgAAAAb7AAAAIABzAGgAYQByAGUAZAB0AG8AbwBsAGQAbwBjAGsAZQByAQAAAB4AAAF2AAAAYgEAAAX7AAAAFgBTAHQAeQBsAGUARABvAGMAawBlAHIBAAABlwAAAE8AAABPAAAAT/wAAAHpAAAA0gAAANIAAADS+gAAAAABAAAAA/sAAAAiAFMAdAByAG8AawBlACAAUAByAG8AcABlAHIAdABpAGUAcwEAAAAA/////wAAANwACAAF+wAAACIAUwBoAGEAZABvAHcAIABQAHIAbwBwAGUAcgB0AGkAZQBzAQAAAAD/////AAAAuAAIAAX7AAAAIABTAGgAYQBwAGUAIABQAHIAbwBwAGUAcgB0AGkAZQBzAQAABBMAAAESAAAAeAEAAAX7AAAAMABEAGUAZgBhAHUAbAB0AFQAbwBvAGwAQQByAHIAYQBuAGcAZQBXAGkAZABnAGUAdAEAAAAVAAAAggAAAAAAAAAA+wAAACoAUwBuAGEAcABHAHUAaQBkAGUAQwBvAG4AZgBpAGcAVwBpAGQAZwBlAHQBAAAAmgAAAEsAAAAAAAAAAPsAAAAiAEQAZQBmAGEAdQBsAHQAVABvAG8AbABXAGkAZABnAGUAdAEAAADoAAAAWwAAAAAAAAAAAAAAAgAABR8AAAB0/AEAAAAC+wAAABoAVABvAG8AbABCAGEAcgBEAG8AYwBrAGUAcgAAAAAAAAAAvgAAAE4BAAAF+wAAACoAUwBoAGEAcABlAEMAbwBsAGwAZQBjAHQAaQBvAG4ARABvAGMAawBlAHIAAAAETQAAAQkAAABCAAAAQgAAAyYAAAKdAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAA
-
-[Grid]
-ShowGrid=false
-Color=230,230,230
-PaintGridInBackground=true
-
-[KoPageApp/DocumentStructureDocker]
-ViewMode=Detailed
-
-[calligra]
-FlakePluginsDisabled=karbonimagefilter,karbonsvgfilter
-TextInlinePluginsDisabled=kprvariables
diff --git a/flow/part/main.cpp b/flow/part/main.cpp
deleted file mode 100644
index e6e7d56..0000000
--- a/flow/part/main.cpp
+++ /dev/null
@@ -1,52 +0,0 @@
-/* This file is part of the KDE project
-   Copyright (C)  2006 Peter Simonsson <peter.simonsson@gmail.com>
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#include <KoApplication.h>
-#include <Calligra2Migration.h>
-#include <memory>
-
-#include "FlowAboutData.h"
-#include "FlowDocument.h"
-
-#include <QLoggingCategory>
-
-extern "C" Q_DECL_EXPORT int kdemain( int argc, char* argv[] )
-{
-    /**
-     * Disable debug output by default, only log warnings.
-     * Debug logs can be controlled by the environment variable QT_LOGGING_RULES.
-     *
-     * For example, to get full debug output, run the following:
-     * QT_LOGGING_RULES="calligra.*=true" calligrafolw
-     *
-     * See: http://doc.qt.io/qt-5/qloggingcategory.html
-     */
-    QLoggingCategory::setFilterRules("calligra.*.debug=false\ncalligra.*.warning=true");
-
-    KoApplication app(QByteArray(FLOW_MIME_TYPE), QStringLiteral("calligraflow"), newFlowAboutData, argc, argv);
-    // Migrate data from kde4 to kf5 locations
-    Calligra2Migration m("flow");
-    m.setConfigFiles(QStringList() << QStringLiteral("flowrc"));
-    m.setUiFiles(QStringList() << QStringLiteral("flow.rc"));
-    m.migrate();
-
-    if (!app.start())
-        return 1;
-    return app.exec();
-}
diff --git a/flow/part/org.kde.calligraflow.appdata.xml b/flow/part/org.kde.calligraflow.appdata.xml
deleted file mode 100644
index d22c771..0000000
--- a/flow/part/org.kde.calligraflow.appdata.xml
+++ /dev/null
@@ -1,207 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<component type="desktop">
-  <id>org.kde.calligraflow.desktop</id>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-2.0+</project_license>
-  <name>Flow</name>
-  <name xml:lang="bs">Flow</name>
-  <name xml:lang="ca">Flow</name>
-  <name xml:lang="ca-valencia">Flow</name>
-  <name xml:lang="cs">Flow</name>
-  <name xml:lang="da">Flow</name>
-  <name xml:lang="de">Flow</name>
-  <name xml:lang="el">Flow</name>
-  <name xml:lang="en-GB">Flow</name>
-  <name xml:lang="es">Flow</name>
-  <name xml:lang="et">Flow</name>
-  <name xml:lang="fi">Flow</name>
-  <name xml:lang="fr">Flow</name>
-  <name xml:lang="gl">Fluxo</name>
-  <name xml:lang="ia">Flow (Fluxo)</name>
-  <name xml:lang="id">Flow</name>
-  <name xml:lang="it">Flow</name>
-  <name xml:lang="ja">Flow</name>
-  <name xml:lang="ko">Flow</name>
-  <name xml:lang="nl">Flow</name>
-  <name xml:lang="pl">Przepływ</name>
-  <name xml:lang="pt">Flow</name>
-  <name xml:lang="pt-BR">Flow</name>
-  <name xml:lang="ru">Flow</name>
-  <name xml:lang="sk">Flow</name>
-  <name xml:lang="sv">Flow</name>
-  <name xml:lang="uk">Flow</name>
-  <name xml:lang="x-test">xxFlowxx</name>
-  <name xml:lang="zh-CN">Flow</name>
-  <summary>Flowchart &amp; Diagram Editing</summary>
-  <summary xml:lang="bs">Uređivanje dijagrama i organigrama</summary>
-  <summary xml:lang="ca">Edició de diagrames de fluxos i diagrames</summary>
-  <summary xml:lang="ca-valencia">Edició de diagrames de fluxos i diagrames</summary>
-  <summary xml:lang="de">Programm zum Erstellen von Diagrammen</summary>
-  <summary xml:lang="el">Επεξεργασία διαγραμμάτων ροής &amp; απεικονίσεων</summary>
-  <summary xml:lang="en-GB">Flowchart &amp; Diagram Editing</summary>
-  <summary xml:lang="es">Edición de gráficos y diagramas de flujo</summary>
-  <summary xml:lang="et">Voo- ja muud skeemid</summary>
-  <summary xml:lang="fi">Vuokaavio- ja diagrammimuokkaus</summary>
-  <summary xml:lang="fr">Édition de diagrammes</summary>
-  <summary xml:lang="gl">Editor de diagramas</summary>
-  <summary xml:lang="ia">Modifica de diagramma de fluxo &amp; diagramma</summary>
-  <summary xml:lang="id">Pengeditan Diagram &amp; Flowchart</summary>
-  <summary xml:lang="it">Diagrammi di flusso e modifica di diagrammi</summary>
-  <summary xml:lang="ja">フローチャートおよびダイアグラム図の作成</summary>
-  <summary xml:lang="ko">순서도 &amp; 다이어그램 편집</summary>
-  <summary xml:lang="nl">Bewerking van stroomdiagrammen &amp; grafieken</summary>
-  <summary xml:lang="pl">Edytowanie wykresów przepływu i diagramów</summary>
-  <summary xml:lang="pt">Edição de Fluxogramas &amp; Diagramas</summary>
-  <summary xml:lang="pt-BR">Edição de fluxogramas e diagramas</summary>
-  <summary xml:lang="sk">Vývojový diagram &amp; úprava diagramu</summary>
-  <summary xml:lang="sv">Flödesdiagram och diagramredigering</summary>
-  <summary xml:lang="uk">Редагування блок-схем і діаграм</summary>
-  <summary xml:lang="x-test">xxFlowchart &amp; Diagram Editingxx</summary>
-  <summary xml:lang="zh-CN">流程图 &amp; 图标编辑</summary>
-  <description>
-    <p>
-      Calligra Flow is an easy to use diagramming and flowcharting application with tight integration to the other Calligra applications.
-      It enables you to create network diagrams, organisation charts, flowcharts and more.
-    </p>
-    <p xml:lang="bs">Calligra Flow je jednostavan alat za crtanje dijagrama i organigrama sa bliskom integracijom s drugim  Calligra aplikacijama. Omogućava vam da crtate mrežne dijagrame, organizacione dijagrame, dijagrame toka i drugo.</p>
-    <p xml:lang="ca">El Calligra Flow és una aplicació fàcil d'utilitzar per fer diagrames i diagrames de flux amb una estreta integració amb altres aplicacions del Calligra. Permet crear diagrames de xarxa, diagrames d'organització, diagrames de flux i més.</p>
-    <p xml:lang="ca-valencia">El Calligra Flow és una aplicació fàcil d'utilitzar per fer diagrames i diagrames de flux amb una estreta integració amb altres aplicacions del Calligra. Permet crear diagrames de xarxa, diagrames d'organització, diagrames de flux i més.</p>
-    <p xml:lang="de">Calligra Flow ist ein einfach zu verwendendes Programm für Diagramme und Flussdiagramme mit enger Integration in andere Calligra-Programme. Mit diesem Programm können Sie Netzwerkdiagramme, Organisationsdiagramme, Flussdiagramme und andere Diagramme erstellen und bearbeiten</p>
-    <p xml:lang="el">Το Calligra Flow είναι μια ευκολόχρηστη εφαρμογή απεικονίσεων και διαγραμμάτων ροής με στενή ενσωμάτωση στις άλλες εφαρμογές του Calligra. Σας επιτρέπει να δημιουργήσετε διαγράμματα δικτύου, οργανογράμματα, διαγράμματα ροής και άλλα.</p>
-    <p xml:lang="en-GB">Calligra Flow is an easy to use diagramming and flowcharting application with tight integration to the other Calligra applications. It enables you to create network diagrams, organisation charts, flowcharts and more.</p>
-    <p xml:lang="es">Calligra Flow es una aplicación de fácil uso que sirve para crear diagramas de flujo y gráficos, y que goza de una alta integración con el resto de aplicaciones de Calligra. Le permite crear diagramas de red, gráficos de organización, gráficos de flujo y más.</p>
-    <p xml:lang="et">Calligra Flow on hõlpsasti kasutatav voo- ja muude skeemide rakendus, mis on tihedalt seotud muude Calligra rakendustega. See võimaldab luua võrguskeeme, organisatsiooniskeeme, vooskeeme jms.</p>
-    <p xml:lang="fi">Calligra Flow on helppokäyttöinen diagrammi- ja vuokaaviosovellus, joka integroituu tiukasti muihin Calligra-sovelluksiin. Sillä voit luoda verkko-, organisaatio- ja vuokaavioita sekä muita.</p>
-    <p xml:lang="fr">Calligra Flow est une application de diagrammes et d'organigrammes facile à utiliser fortement intégrée avec les autres application Calligra. Elle vous permet de créer des plans de réseaux, des organigrammes, des graphiques, et autres.</p>
-    <p xml:lang="gl">Calligra Flow é unha aplicación de diagramas fácil de usar e completamente integrada co resto de aplicacións de Calligra. Permítelle crear diagramas de rede, gráficas de organización, diagramas de fluxo, e moito máis.</p>
-    <p xml:lang="ia">Calligra Flow es un application facile de usar pro facer diagrammas e diagrammas de fluxo con un forte integration con altere applicationes de Calligra. Illo permitte te crear diagrammas de rete, graphicos de organisation, diagrammas de fluxo e alteres.</p>
-    <p xml:lang="id">Calligra Flow adalah aplikasi diagram dan flowchart yang mudah digunakan dengan integrasi yang kuat ke aplikasi Calligra lainnya. Ini memungkinkan Anda untuk memciptakan diagram jaringan, bagan organisasi, bagan alir, dan lainnya.</p>
-    <p xml:lang="it">Calligra Flow è un'applicazione di facile utilizzo per creare diagrammi di flusso e altro con una stretta integrazione con le altre applicazioni di Calligra. Ti consente di creare diagrammi di rete, organigrammi, diagrammi di flusso e altro.</p>
-    <p xml:lang="ja">Calligra Flow は簡単にダイアグラムやフローチャートを作成する事ができるアプリケーションです。作成した図は他の Calligra アプリケーションでも使用する事ができます。</p>
-    <p xml:lang="ko">Calligra Flow는 다른 Calligra 응용 프로그램과의 긴밀한 통합으로 다이어그램 작성 및 플로우차트응용 프로그램을 사용하기 쉽습니다. 네트워크 다이어그램, 조직도, 순서도 등을 만들 수 있습니다.</p>
-    <p xml:lang="nl">Calligra Flow is een gemakkelijk te gebruiken toepassing voor het maken van diagrammen en flowcharts met nauwe integratie met de andere toepassingen van Calligra. Het stelt u in staat om netwerkdiagrammen, organisatiediagrammen, flowcharts en meer te maken.</p>
-    <p xml:lang="pl">Przepływ Calligra jest łatwym w użyciu programem do rysowania diagramów i wykresów przepływu, będącym ściśle powiązanym z innymi programami Calligra. Umożliwia tworzenie diagramów sieciowych, wykresów organizacyjnych, wykresów przepływów i innych.</p>
-    <p xml:lang="pt">O Calligra Flow é uma aplicação de diagramas e fluxogramas com uma integração forte com as outras aplicações do Calligra. Permite-lhe criar diagramas de rede, organigramas, fluxogramas, entre outros.</p>
-    <p xml:lang="pt-BR">Calligra Flow é um aplicativo para criação de diagramas e fluxogramas fácil de usar e com uma forte integração com as outros aplicativos do Calligra. Permite-lhe criar diagramas de rede, organogramas, fluxogramas, entre outros.</p>
-    <p xml:lang="sk">Calligra Flow je ľahko použiteľná aplikácia na diagramy a vývojové diagramy s úzkou integráciou s inými aplikáciami Calligra. Umožní vám vytvárať sieťové diagramy, organizačné schémy, vývojové diagramy a viac.</p>
-    <p xml:lang="sv">Calligra Flow är ett lättanvänt program för att skapa diagram och flödesdiagram med nära integration med övriga program i Calligra. Det möjliggör att skapa nätverksdiagram, organisationsdiagram, flödesdiagram med mera.</p>
-    <p xml:lang="uk">Calligra Flow — проста у користуванні програма для створення діаграм та блок-схем з тісною інтеграцією з іншими програмами Calligra. За її допомогою ви можете створювати мережеві діаграми, організаційні діаграми, блок-схеми тощо.</p>
-    <p xml:lang="x-test">xxCalligra Flow is an easy to use diagramming and flowcharting application with tight integration to the other Calligra applications. It enables you to create network diagrams, organisation charts, flowcharts and more.xx</p>
-    <p>Features:</p>
-    <p xml:lang="bs">Svojstva:</p>
-    <p xml:lang="ca">Característiques:</p>
-    <p xml:lang="ca-valencia">Característiques:</p>
-    <p xml:lang="cs">Vlastnosti:</p>
-    <p xml:lang="de">Funktionen:</p>
-    <p xml:lang="el">Χαρακτηριστικά:</p>
-    <p xml:lang="en-GB">Features:</p>
-    <p xml:lang="es">Características:</p>
-    <p xml:lang="et">Omadused:</p>
-    <p xml:lang="fi">Ominaisuuksia:</p>
-    <p xml:lang="fr">Fonctionnalités :</p>
-    <p xml:lang="gl">Funcionalidades:</p>
-    <p xml:lang="ia">Characteristicas</p>
-    <p xml:lang="id">Fitur:</p>
-    <p xml:lang="it">Funzionalità:</p>
-    <p xml:lang="ja">機能:</p>
-    <p xml:lang="ko">기능 :</p>
-    <p xml:lang="nl">Mogelijkheden:</p>
-    <p xml:lang="pl">Cechy:</p>
-    <p xml:lang="pt">Funcionalidades:</p>
-    <p xml:lang="pt-BR">Funcionalidades:</p>
-    <p xml:lang="ru">Возможности:</p>
-    <p xml:lang="sk">Funkcie:</p>
-    <p xml:lang="sv">Funktioner:</p>
-    <p xml:lang="uk">Можливості:</p>
-    <p xml:lang="x-test">xxFeatures:xx</p>
-    <p xml:lang="zh-CN">功能:</p>
-    <ul>
-      <li>Create network diagrams, organisation charts, flowcharts and more</li>
-      <li xml:lang="bs">Kreirajte mrežne dijagrame, organizacione dijagrame, dijagrame toka i drugo</li>
-      <li xml:lang="ca">Crea diagrames de xarxa, diagrames d'organització, diagrames de flux i més</li>
-      <li xml:lang="ca-valencia">Crea diagrames de xarxa, diagrames d'organització, diagrames de flux i més</li>
-      <li xml:lang="de">Erstellung von Netzwerkdiagrammen, Organisationsdiagrammen, Flussdiagrammen und mehr</li>
-      <li xml:lang="el">Δημιουργήστε διαγράμματα, οργανογράμματα, διαγράμματα ροής και άλλα</li>
-      <li xml:lang="en-GB">Create network diagrams, organisation charts, flowcharts and more</li>
-      <li xml:lang="es">Crea diagramas de red, gráficos de organización, gráficos de flujo y más</li>
-      <li xml:lang="et">Võrguskeemide, organisatsiooniskeemide, vooskeemide ja muude skeemide loomine</li>
-      <li xml:lang="fi">Verkko-, organisaatio- ja vuokaavioiden sekä muiden luonti</li>
-      <li xml:lang="fr">Créez des plans de réseaux, des organigrammes, des graphiques et autres</li>
-      <li xml:lang="gl">Cree diagramas de rede, gráficas de organización, diagramas de fluxo, e moito máis.</li>
-      <li xml:lang="ia">Crea diagrammas de rete, graphicos de organisation, diagrammas de fluxo e alteres.</li>
-      <li xml:lang="id">Ciptakan diagram jaringan, bagan organisasi, bagan alir, dan lainnya</li>
-      <li xml:lang="it">Crea diagrammi di rete, organigrammi, diagrammi di flusso e altro</li>
-      <li xml:lang="ja">ネットワークダイアグラム、組織図、フローチャートなどの作成</li>
-      <li xml:lang="ko">네트워크 다이어그램, 조직도, 순서도 등을 만듭니다</li>
-      <li xml:lang="nl">Netwerkdiagrammen, organisatiediagrammen, stroomdiagrammen en meer</li>
-      <li xml:lang="pl">Tworzenie diagramów sieciowych, wykresów organizacyjnych, wykresów przepływów i innych.</li>
-      <li xml:lang="pt">Criar diagramas de rede, organigramas, fluxogramas, entre outros</li>
-      <li xml:lang="pt-BR">Criar diagramas de rede, organogramas, fluxogramas, entre outros</li>
-      <li xml:lang="sk">Vytváranie sieťových diagramov, organizačných schém, vývojových diagramov a viac</li>
-      <li xml:lang="sv">Skapa nätverksdiagram, organisationsdiagram, flödesdiagram med mera</li>
-      <li xml:lang="uk">Створення мережевих діаграм, організаційних діаграм, блок-схем тощо.</li>
-      <li xml:lang="x-test">xxCreate network diagrams, organisation charts, flowcharts and morexx</li>
-      <li>Scriptable stencil creation using Python</li>
-      <li xml:lang="bs">Skriptno kreiranje likova za crtanje koristeći Python</li>
-      <li xml:lang="ca">Creació de patrons amb scripts usant el Python</li>
-      <li xml:lang="ca-valencia">Creació de patrons amb scripts usant el Python</li>
-      <li xml:lang="de">Skriptfähige Erstellung von Schablonen mittels Python</li>
-      <li xml:lang="el">Δημιουργία σχεδιότυπου συγγραφής σεναρίων με χρήση της Python</li>
-      <li xml:lang="en-GB">Scriptable stencil creation using Python</li>
-      <li xml:lang="es">Creación de plantillas mediante scripts utilizando Python</li>
-      <li xml:lang="et">Skriptitav trafarettide loomine Pythoni abil</li>
-      <li xml:lang="fi">Skriptattava sapluunojen luonti Pythonilla</li>
-      <li xml:lang="fr">Création de pochoirs programmable en utilisant le langage Python</li>
-      <li xml:lang="gl">Cree pinceis con Python.</li>
-      <li xml:lang="ia">Creation de stencil de script usante Python</li>
-      <li xml:lang="id">Penciptaan stensil yang dapat diskrip menggunakan Python</li>
-      <li xml:lang="it">Creazione forme con script utilizzando Python</li>
-      <li xml:lang="ja">Python スクリプトでのステンシルの作成</li>
-      <li xml:lang="ko">Python을 사용하여 스크립팅 가능한 스텐실 생성</li>
-      <li xml:lang="nl">Maken van stencils met scripts met Python</li>
-      <li xml:lang="pl">Tworzenie wzorców skryptowych przy użyciu Python</li>
-      <li xml:lang="pt">Criação de formas programáveis com o Python</li>
-      <li xml:lang="pt-BR">Criação de formas programáveis usando Python</li>
-      <li xml:lang="sk">Skriptovateľné vytváranie šablón pomocou Pythonu</li>
-      <li xml:lang="sv">Möjlighet att skapa stenciler med skript genom att använda Python</li>
-      <li xml:lang="uk">Створення шаблонів на основі скриптів мовою Python.</li>
-      <li xml:lang="x-test">xxScriptable stencil creation using Pythonxx</li>
-      <li>Support for Dia stencils.</li>
-      <li xml:lang="bs">Podrška za Dia šablone.</li>
-      <li xml:lang="ca">Admet patrons del Dia.</li>
-      <li xml:lang="ca-valencia">Admet patrons del Dia.</li>
-      <li xml:lang="de">Unterstützung für Dia-Schablonen.</li>
-      <li xml:lang="el">Υποστήριξη για σχεδιότυπα του Dia.</li>
-      <li xml:lang="en-GB">Support for Dia stencils.</li>
-      <li xml:lang="es">Admite las plantillas de Dia.</li>
-      <li xml:lang="et">Dia trafarettide toetamine</li>
-      <li xml:lang="fi">Dian sapluunojen tuki</li>
-      <li xml:lang="fr">Prise en charge des pochoirs issus de Dia.</li>
-      <li xml:lang="gl">Compatíbel con pinceis de Dia.</li>
-      <li xml:lang="ia">Supporto pro stencils de Dia.</li>
-      <li xml:lang="id">Dukungan untuk stensilan Dia</li>
-      <li xml:lang="it">Supporta le forme di Dia.</li>
-      <li xml:lang="ja">Dia ステンシルのサポート</li>
-      <li xml:lang="ko">도표 스텐실 지원.</li>
-      <li xml:lang="nl">Ondersteuning voor Dia-stencils.</li>
-      <li xml:lang="pl">Obsługa wzorców Dia.</li>
-      <li xml:lang="pt">Suporte para formas do Dia.</li>
-      <li xml:lang="pt-BR">Suporte para formas do Dia.</li>
-      <li xml:lang="sk">Podpora pre Dia šablóny.</li>
-      <li xml:lang="sv">Stöd för Dia-stenciler.</li>
-      <li xml:lang="uk">Підтримка шаблонів Dia.</li>
-      <li xml:lang="x-test">xxSupport for Dia stencils.xx</li>
-    </ul>
-  </description>
-  <url type="homepage">http://www.calligra.org/flow/</url>
-  <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=calligraflow</url>
-  <screenshots>
-    <screenshot type="default">
-      <image>http://kde.org/images/screenshots/flow.png</image>
-    </screenshot>
-  </screenshots>
-  <project_group>KDE</project_group>
-  <provides>
-    <binary>calligraflow</binary>
-  </provides>
-</component>
diff --git a/flow/part/org.kde.calligraflow.desktop b/flow/part/org.kde.calligraflow.desktop
deleted file mode 100644
index 3f6f935..0000000
--- a/flow/part/org.kde.calligraflow.desktop
+++ /dev/null
@@ -1,108 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Calligra Flow
-Name[bs]=Calligra Flow
-Name[ca]=Calligra Flow
-Name[ca@valencia]=Calligra Flow
-Name[cs]=Calligra Flow
-Name[da]=Calligra Flow
-Name[de]=Calligra Flow
-Name[el]=Calligra Flow
-Name[en_GB]=Calligra Flow
-Name[es]=Calligra Flow
-Name[et]=Calligra Flow
-Name[eu]=Calligra Flow
-Name[fi]=Calligra Flow
-Name[fr]=Calligra Flow
-Name[gl]=Calligra Flow
-Name[hu]=Calligra Flow
-Name[it]=Calligra Flow
-Name[ja]=Calligra Flow
-Name[kk]=Calligra Flow
-Name[ko]=Calligra Flow
-Name[lt]=Calligra Flow
-Name[nb]=Calligra Flow
-Name[nds]=Calligra-Flow
-Name[nl]=Calligra Flow
-Name[pl]=Schematy Calligra
-Name[pt]=Calligra Flow
-Name[pt_BR]=Calligra Flow
-Name[ru]=Calligra Flow
-Name[sk]=Calligra Flow
-Name[sl]=Calligra Flow
-Name[sv]=Calligra Flow
-Name[tr]=Calligra Flow
-Name[ug]=Calligra Flow
-Name[uk]=Calligra Flow
-Name[x-test]=xxCalligra Flowxx
-Name[zh_CN]=Calligra Flow
-Name[zh_TW]=Calligra Flow
-Exec=calligraflow %u
-GenericName=Flowchart & Diagram Editing
-GenericName[bg]=Редактиране на блоксхеми и диаграми
-GenericName[bs]=Flowchart i Dijagram editovanje
-GenericName[ca]=Editor de diagrames de fluxos
-GenericName[ca@valencia]=Editor de diagrames de fluxos
-GenericName[cs]=Editor nákresů a diagramů
-GenericName[cy]=Golygu Siartiau Llif & Diagram
-GenericName[da]=Flydediagrammer & diagramredigering
-GenericName[de]=Flussdiagramme & Diagrammbearbeitung
-GenericName[el]=Επεξεργασία διαγραμμάτων ροής & απλών διαγραμμάτων
-GenericName[en_GB]=Flowchart & Diagram Editing
-GenericName[eo]=Desegnilo por fluo- kaj aliaj diagramoj
-GenericName[es]=Edición de diagramas de flujo y esquemas
-GenericName[et]=Skeemide redigeerimine
-GenericName[eu]=Fluxu-diagramen eta diagramen edizioa
-GenericName[fa]=روندنما و ویرایش نمودار
-GenericName[fi]=Kaavioiden piirtäminen
-GenericName[fr]=Conception de diagrammes et de tableaux
-GenericName[fy]=Bewurkje fan (stroom)diagrammen
-GenericName[ga]=Eagarthóireacht Sreabhchairteacha agus Léaráidí
-GenericName[gl]=Editor de diagramas
-GenericName[he]=עריכת תרשימי זרימה ודיאגרמות
-GenericName[hi]=फ्लोचार्ट व डायग्राम संपादन
-GenericName[hne]=फ्लोचार्ट अउ डायग्राम संपादन
-GenericName[hr]=Uređivannje dijagrama i prikaza protoka
-GenericName[hu]=Folyamatábra- és diagramkészítő
-GenericName[is]=Flæðirits og skýringamynda vinnsla
-GenericName[it]=Editor di diagrammi di flusso
-GenericName[ja]=フローチャート & ダイアグラム編集
-GenericName[kk]=Блок-сұлба мен Диаграммаларды өңдеу
-GenericName[ko]=순서도와 다이어그램 편집
-GenericName[lv]=Plūsmkaršu un diagrammu rediģēšana
-GenericName[ms]=Pengeditan Carta Aliran & Rajah
-GenericName[nb]=Flytskjema- og diagramredigering
-GenericName[nds]=Afloopdiagrammen un Diagrammbewerken
-GenericName[ne]=फ्लो चित्रपट र चित्र सम्पादन
-GenericName[nl]=Bewerken van (stroom)diagrammen
-GenericName[pl]=Edycja diagramów oraz schematów przepływów
-GenericName[pt]=Fluxogramas e Edição de Diagramas
-GenericName[pt_BR]=Edição de fluxogramas e diagramas
-GenericName[ru]=Схемы
-GenericName[sk]= Vývojové diagramy
-GenericName[sl]=Urejanje grafov in diagramov poteka
-GenericName[sv]=Flödesscheman och diagramredigering
-GenericName[ta]=பாய்வு நிரல்பட மற்றும் வரிபட தொகுப்பு
-GenericName[tg]=Ҷадвалҳо ва диаграмма
-GenericName[tr]=Diyagram Düzenleyici
-GenericName[ug]=ئېقىن رەسىم ۋە چېرتيوژ تەھرىرلەش
-GenericName[uk]=Редагування діаграм та блок-схем
-GenericName[uz]=Sxema va diagrammalarni tahrirlash
-GenericName[uz@cyrillic]=Схема ва диаграммаларни таҳрирлаш
-GenericName[wa]=Aspougnaedje di grafikes matematikes eyet d' diyagrames
-GenericName[xh]=Umzobo wokulandelana kweenkqubo & Uhlelo lomzobo
-GenericName[x-test]=xxFlowchart & Diagram Editingxx
-GenericName[zh_CN]=流程图和图表编辑
-GenericName[zh_TW]=流程圖與圖表編輯
-MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.visio;
-X-KDE-ServiceTypes=Calligra/Application
-Icon=calligraflow
-X-KDE-NativeMimeType=application/vnd.oasis.opendocument.graphics
-# application/vnd.oasis.opendocument.graphics is not on this list because Karbon has the default;
-# Flow will be used only in absence of Karbon
-X-Calligra-DefaultMimeTypes=application/vnd.oasis.opendocument.graphics;application/vnd.visio;
-X-DocPath=http://userbase.kde.org/Special:MyLanguage/Flow
-X-KDE-StartupNotify=true
-X-DBUS-StartupType=Multi
-X-DBUS-ServiceName=org.calligra.flow
-Categories=Qt;KDE;Office;FlowChart;
diff --git a/flow/pics/1024-apps-calligraflow.png b/flow/pics/1024-apps-calligraflow.png
deleted file mode 100644
index a32962f..0000000
Binary files a/flow/pics/1024-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/128-apps-calligraflow.png b/flow/pics/128-apps-calligraflow.png
deleted file mode 100644
index 5ec5d35..0000000
Binary files a/flow/pics/128-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/16-apps-calligraflow.png b/flow/pics/16-apps-calligraflow.png
deleted file mode 100644
index 45a06c0..0000000
Binary files a/flow/pics/16-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/22-apps-calligraflow.png b/flow/pics/22-apps-calligraflow.png
deleted file mode 100644
index 715791d..0000000
Binary files a/flow/pics/22-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/256-apps-calligraflow.png b/flow/pics/256-apps-calligraflow.png
deleted file mode 100644
index 811249a..0000000
Binary files a/flow/pics/256-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/32-apps-calligraflow.png b/flow/pics/32-apps-calligraflow.png
deleted file mode 100644
index 9bde863..0000000
Binary files a/flow/pics/32-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/48-apps-calligraflow.png b/flow/pics/48-apps-calligraflow.png
deleted file mode 100644
index 7e82f7e..0000000
Binary files a/flow/pics/48-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/512-apps-calligraflow.png b/flow/pics/512-apps-calligraflow.png
deleted file mode 100644
index 375da78..0000000
Binary files a/flow/pics/512-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/64-apps-calligraflow.png b/flow/pics/64-apps-calligraflow.png
deleted file mode 100644
index f33f9d6..0000000
Binary files a/flow/pics/64-apps-calligraflow.png and /dev/null differ
diff --git a/flow/pics/CMakeLists.txt b/flow/pics/CMakeLists.txt
deleted file mode 100644
index 72b1689..0000000
--- a/flow/pics/CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-ecm_install_icons( ICONS
-    16-apps-calligraflow.png
-    22-apps-calligraflow.png
-    32-apps-calligraflow.png
-    48-apps-calligraflow.png
-    64-apps-calligraflow.png
-    128-apps-calligraflow.png
-    256-apps-calligraflow.png
-    512-apps-calligraflow.png
-    1024-apps-calligraflow.png
-    sc-apps-calligraflow.svgz
-
-    DESTINATION ${ICON_INSTALL_DIR}
-    THEME hicolor
-)
-
diff --git a/flow/pics/sc-apps-calligraflow.svgz b/flow/pics/sc-apps-calligraflow.svgz
deleted file mode 100644
index 43b894a..0000000
Binary files a/flow/pics/sc-apps-calligraflow.svgz and /dev/null differ
diff --git a/flow/templates/CMakeLists.txt b/flow/templates/CMakeLists.txt
deleted file mode 100644
index 799e586..0000000
--- a/flow/templates/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-add_subdirectory( basic )
diff --git a/flow/templates/basic/.directory b/flow/templates/basic/.directory
deleted file mode 100644
index e17c0b1..0000000
--- a/flow/templates/basic/.directory
+++ /dev/null
@@ -1,67 +0,0 @@
-[Desktop Entry]
-Name=Basic
-Name[bg]=Основни
-Name[br]=Diazez
-Name[bs]=Osnovno
-Name[ca]=Bàsic
-Name[ca@valencia]=Bàsic
-Name[cs]=Základní
-Name[cy]=Sylfaenol
-Name[da]=Basal
-Name[de]=Einfach
-Name[el]=Βασικό
-Name[en_GB]=Basic
-Name[eo]=Baza
-Name[es]=Básico
-Name[et]=Baasmallid
-Name[eu]=Oinarrizkoa
-Name[fa]=پایه‌ای
-Name[fi]=Yksinkertainen
-Name[fr]=Basique
-Name[fy]=Basis
-Name[ga]=Bunúsach
-Name[gl]=Básico
-Name[he]=בסיס
-Name[hi]=मूल
-Name[hne]=मूल
-Name[hr]=Osnovno
-Name[hu]=Alap
-Name[ia]=Basic
-Name[is]=Einfalt
-Name[it]=Semplice
-Name[ja]=基本的
-Name[kk]=Негізгі
-Name[ko]=기본
-Name[lv]=Vienkāršs
-Name[mai]=मूल
-Name[mr]=मुळ
-Name[ms]=Asas
-Name[nb]=Grunnleggende
-Name[nds]=Eenfach
-Name[ne]=आधारभूत
-Name[nl]=Basis
-Name[oc]=Basic
-Name[pl]=Podstawowy
-Name[pt]=Básico
-Name[pt_BR]=Básico
-Name[ru]=Обычный
-Name[sk]=Základné
-Name[sl]=Osnovno
-Name[sv]=Grundläggande
-Name[ta]=அடிப்படை
-Name[tg]=Асосӣ
-Name[tr]=Temel
-Name[ug]=ئاساس
-Name[uk]=Основний
-Name[uz]=Oddiy
-Name[uz@cyrillic]=Оддий
-Name[wa]=Di båze
-Name[x-test]=xxBasicxx
-Name[zh_CN]=基本
-Name[zh_TW]=基本
-X-KDE-DefaultTab=true
-
-[Dolphin]
-PreviewsShown=true
-Timestamp=2013,1,19,16,2,5
-Version=3
diff --git a/flow/templates/basic/48-actions-template_basicflow.png b/flow/templates/basic/48-actions-template_basicflow.png
deleted file mode 100644
index a12eac8..0000000
Binary files a/flow/templates/basic/48-actions-template_basicflow.png and /dev/null differ
diff --git a/flow/templates/basic/48-actions-template_empty_landscape.png b/flow/templates/basic/48-actions-template_empty_landscape.png
deleted file mode 100644
index 4d24ba5..0000000
Binary files a/flow/templates/basic/48-actions-template_empty_landscape.png and /dev/null differ
diff --git a/flow/templates/basic/48-actions-template_empty_portrait.png b/flow/templates/basic/48-actions-template_empty_portrait.png
deleted file mode 100644
index 5bd5489..0000000
Binary files a/flow/templates/basic/48-actions-template_empty_portrait.png and /dev/null differ
diff --git a/flow/templates/basic/CMakeLists.txt b/flow/templates/basic/CMakeLists.txt
deleted file mode 100644
index f7128aa..0000000
--- a/flow/templates/basic/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-########### install files ###############
-
-install( FILES  empty-portrait.otg empty-landscape.otg
-         DESTINATION ${DATA_INSTALL_DIR}/flow/templates/Basic/.source)
-install( FILES  empty-portrait.desktop empty-landscape.desktop
-         DESTINATION ${DATA_INSTALL_DIR}/flow/templates/Basic)
-
-ecm_install_icons(ICONS 
-    48-actions-template_basicflow.png        
-    48-actions-template_empty_portrait.png
-    sc-actions-template_empty_landscape.svgz                                                                 
-    48-actions-template_empty_landscape.png
-    sc-actions-template_basicworkflow.svgz
-    sc-actions-template_empty_portrait.svgz
-    DESTINATION ${DATA_INSTALL_DIR}/flow/icons  THEME hicolor )
diff --git a/flow/templates/basic/basicflow.desktop b/flow/templates/basic/basicflow.desktop
deleted file mode 100644
index f0754aa..0000000
--- a/flow/templates/basic/basicflow.desktop
+++ /dev/null
@@ -1,103 +0,0 @@
-[Desktop Entry]
-Type=Link
-URL=.source/basicflow.kft
-Icon=template_basicflow
-Name=Basic Flowcharting
-Name[bs]=Osnovno crtanje dijagrama
-Name[ca]=Diagrama de flux bàsic
-Name[ca@valencia]=Diagrama de flux bàsic
-Name[cs]=Základní diagramy
-Name[cy]=Llifsiartio Sylfaenol
-Name[da]=Basalt flydediagram
-Name[de]=Einfaches Flussdiagramm
-Name[el]=Βασικό διάγραμμα ροής
-Name[en_GB]=Basic Flowcharting
-Name[eo]=Baza Fludiagramado
-Name[es]=Diagramas de flujo básicos
-Name[et]=Lihtne vooskeem
-Name[eu]=Oinarrizko fluxu-diagramak
-Name[fa]=روندنمای پایه‌ای
-Name[fi]=Tavallinen vuokaavio
-Name[fr]=Diagramme de base
-Name[fy]=Basis stroomdiagrammen
-Name[ga]=Sreabhchairteacha Bunúsacha
-Name[gl]=Diagramas de fluxo básicos
-Name[he]=תרשימי זרימה בסיסיים
-Name[hi]=मूल फ्लोचार्टिंग
-Name[hne]=मूल फ्लोचार्टिंग
-Name[hr]=Osnovno iscrtavanje protoka
-Name[hu]=Egyszerű folyamatábra
-Name[is]=Einfalt flæðirit
-Name[it]=Diagramma di flusso semplice
-Name[ja]=基本的なフローチャート
-Name[kk]=Блок-сұлбаның негізі
-Name[ko]=기본 순서도
-Name[lv]=Pamata plūsmkartēšana
-Name[ms]=Pencartaaliran Asas
-Name[nb]=Enkelt flytdiagram
-Name[nds]=Eenfach Afloopdiagramm
-Name[ne]=आधारभूत फ्लो चित्रपट
-Name[nl]=Basis stroomdiagrammen
-Name[pl]=Podstawowe schematy przepływów
-Name[pt]=Fluxogramas Básicos
-Name[pt_BR]=Fluxogramas básicos
-Name[ru]=Базовая организационная структура
-Name[sk]=Základné kreslenie toku
-Name[sl]=Osnovni diagrami poteka
-Name[sv]=Grundläggande flödesschema
-Name[ta]=அடிப்படை பாய்வு நிரல்படம் 
-Name[tg]=Ҷадвалҳои асосӣ
-Name[tr]=Temel Akış Şeması
-Name[uk]=Основи блок-схем
-Name[wa]=Grafikes matematikes di båze
-Name[x-test]=xxBasic Flowchartingxx
-Name[zh_CN]=基本流程图
-Name[zh_TW]=基本流程圖
-Comment=Creates a document with the basic stencils for flowcharting loaded.
-Comment[bs]=Kreira dokument napunjen osnovnim matricama za crtanje dijagrama.
-Comment[ca]=Crea un document amb les plantilles bàsiques carregades per a diagrama de flux.
-Comment[ca@valencia]=Crea un document amb les plantilles bàsiques carregades per a diagrama de flux.
-Comment[cs]=Vytvoří dokument se základními šablonami.
-Comment[cy]=Creu dogfen efo'r stensiliau sylfaenol ar gyfer llifsiartio wedi'u llwytho.
-Comment[da]=Laver et dokument med de basale stenciler til flydediagrammer indlæst.
-Comment[de]=Erstellt ein Dokument mit Basis-Schablonen für Flussdiagramme.
-Comment[el]=Δημιουργεί ένα έγγραφο με φορτωμένα τα βασικά σχεδιότυπα για διάγραμμα ροής.
-Comment[en_GB]=Creates a document with the basic stencils for flowcharting loaded.
-Comment[es]=Crea un documento con las plantillas básicas para los diagramas de flujo cargadas.
-Comment[et]=Loob dokumendi vooskeemile vajalike põhiliste trafarettidega.
-Comment[eu]=Fluxu-diagrametarako oinarrizko txantiloiak kargatuta dituen dokumentu bat sortzen du.
-Comment[fa]=سندی با شابلون پایه‌ای برای روندنمایی بارشده ایجاد می‌کند.
-Comment[fi]=Luo tiedoston peruskaavaimet ladattuna.
-Comment[fr]=Crée un document avec les stencils de base pour charger le diagramme.
-Comment[fy]=Makket in dokumint mei de basis-stensils foar stroomdiagrammen laden.
-Comment[gl]=Crea un documento e carga as figuras básicas para diagramas de fluxo.
-Comment[he]=יצירת מסמך וטעינת הסטנסילים הבסיסיים עבור תרשימי זרימה
-Comment[hi]=मूल स्टेंसिल तथा फ्लोचार्टिंग को लोड कर एक दस्तावेज़ बनाता है.
-Comment[hne]=मूल स्टेंसिल अउ फ्लोचार्टिंग ल लोड कर एक कागद बनाथे .
-Comment[hu]=Új dokumentum létrehozása egyszerű folyamatábrás sablonokkal.
-Comment[is]=Býr til flæðirit með einfaldan stensil hlaðið inn.
-Comment[it]=Crea un documento caricando le forme di base per i diagrammi di flusso.
-Comment[ja]=フローチャートのための基本的なステンシルを読み込んで文書を作成
-Comment[kk]=Блок-сұлбаның негізгі блоктарынан құрылған құжатты құру.
-Comment[ko]=문서를 만들고 기본 순서도 도형 모음을 불러옵니다.
-Comment[lv]=Izveido dokumentu ar ielādētiem pamata plūsmkartes elementiem.
-Comment[ms]=Cipta dokumen dengan stensil asas bagi pencartaaliran yang dimuatkan.
-Comment[nb]=Lager et dokument der de enkle flytdiagramsjablongene er lastet inn.
-Comment[nds]=Stellt en Dokment mit Grundvörlagen för laadt Afloopdiagrammen op.
-Comment[ne]=लोड गरिएको फ्लोचित्रपटका लागि आधारभूत स्टेनसिलमा कागजात सिर्जना गर्दछ ।
-Comment[nl]=Maakt een document met de basis-stencils voor stroomdiagrammen geladen.
-Comment[pl]=Tworzy dokument zawierający podstawowe szablony do diagramów przepływu.
-Comment[pt]=Cria um documento com os 'stencils' básicos para fluxogramas carregados.
-Comment[pt_BR]=Cria um documento com os estênceis básicos para fluxogramas carregados.
-Comment[ru]=Пустой документ с набором шаблонов для организационной структуры
-Comment[se]=Ráhkada dokumeanta masa oktageardaneamus stensiillat leat juo viežžojuvvon.
-Comment[sk]=Vytvorí dokument so základnými šablónami pre kreslenie diagramov.
-Comment[sl]=Ustvari dokument z naloženimi osnovnimi šablonami za diagrame poteka.
-Comment[sv]=Skapar ett dokument med grundläggande schabloner för flödesscheman laddade.
-Comment[ta]=பாய்வு நிரல்படம் ஏற்றப்பட்ட அடிப்படைகளுடன் வெற்று ஆவணத்தை உருவாக்குகிறது
-Comment[tr]=Temel akış şeması şablonları yüklü bir belge oluşturur.
-Comment[uk]=Створює документ з основними трафаретами для блок-схем.
-Comment[wa]=Ahive on documint avou les creyons di båze tcherdjî po fé des grafikes matematikes.
-Comment[x-test]=xxCreates a document with the basic stencils for flowcharting loaded.xx
-Comment[zh_CN]=用基本模板为加载的流程图创建文档。
-Comment[zh_TW]=建立載入流程圖基本板模的文件。
diff --git a/flow/templates/basic/empty-landscape.desktop b/flow/templates/basic/empty-landscape.desktop
deleted file mode 100644
index 317f1ca..0000000
--- a/flow/templates/basic/empty-landscape.desktop
+++ /dev/null
@@ -1,67 +0,0 @@
-[Desktop Entry]
-Type=Link
-URL=.source/empty-landscape.otg
-Icon=template_empty_landscape
-Name=Empty Landscape Document
-Name[bs]=Prazan položeni dokument
-Name[ca]=Document apaïsat buit
-Name[ca@valencia]=Document apaïsat buit
-Name[cs]=Prázdný dokument na šířku
-Name[da]=Tomt liggende dokument
-Name[de]=Leeres Querformat-Dokument
-Name[el]=Έγγραφο κενού τοπίου
-Name[en_GB]=Empty Landscape Document
-Name[es]=Documento apaisado vacío
-Name[et]=Tühi rõhtpaigutusega dokument
-Name[eu]=Dokumentu horizontal hutsa
-Name[fi]=Tyhjä vaakasuuntainen tiedosto
-Name[fr]=Document paysage vide
-Name[gl]=Documento apaisado baleiro
-Name[hu]=Üres fekvő dokumentum
-Name[it]=Documento orizzontale vuoto
-Name[ja]=空の横向き文書
-Name[kk]=Бос көлденең құжат
-Name[ko]=빈 가로 문서
-Name[mr]=रिकामे लँडस्केप दस्तऐवज
-Name[nb]=Tomt liggende dokument
-Name[nl]=Leeg landschap-document
-Name[pl]=Pusty poziomy dokument
-Name[pt]=Documento em Paisagem Vazio
-Name[pt_BR]=Documento em paisagem vazio
-Name[sk]=Prázdny ležatý dokument
-Name[sv]=Tomt liggande dokument
-Name[tr]=Boş Enine Belge
-Name[uk]=Порожній альбомний документ
-Name[x-test]=xxEmpty Landscape Documentxx
-Name[zh_CN]=空横向文档
-Comment=Creates a landscape-oriented document with no stencils loaded.
-Comment[bs]=Kreira položeno-orijentisani dokument bez učitanih matrica.
-Comment[ca]=Crea un document amb orientació apaïsada sense carregar cap plantilla.
-Comment[ca@valencia]=Crea un document amb orientació apaïsada sense carregar cap plantilla.
-Comment[cs]=Vytvoří prázdný dokument na šířku bez šablon.
-Comment[da]=Opretter et dokument i liggende format uden stenciler indlæst.
-Comment[de]=Erstellt ein Dokument im Querformat ohne Schablonen.
-Comment[el]=Δημιουργεί ένα έγγραφο προσανατολισμού τοπίου χωρίς φορτωμένα σχεδιότυπα.
-Comment[en_GB]=Creates a landscape-oriented document with no stencils loaded.
-Comment[es]=Crea un documento en formato apaisado sin plantillas cargadas.
-Comment[et]=Loob trafarettideta rõhtpaigutusega dokumendi.
-Comment[eu]=Orientazio horizontaleko dokumentua sortzen du txantiloirik kargatu gabe duena.
-Comment[fi]=Luo uuden vaakasuuntaisen tiedoston, jossa ei ole kaavaimia ladattuna.
-Comment[fr]=Crée un document orienté-paysage sans stencil chargé.
-Comment[gl]=Crea un documento apaisado sen ningunha figura cargada.
-Comment[hu]=Létrehoz egy fekvő tájolású dokumentumot betöltött sablonok nélkül.
-Comment[it]=Crea un documento orientato orizzontalmente senza caricare forme.
-Comment[ja]=ステンシルを読み込まずに横向きの文書を作成します。
-Comment[kk]=Бағыты көлденең блок-сұлбаның бос құжатын құру.
-Comment[ko]=도형 모음을 가져오지 않고 빈 가로 방향 문서를 만듭니다.
-Comment[nb]=Lager et liggende dokument uten å laste inn noen stensiler.
-Comment[nl]=Maakt een document aan met landschap oriëntatie zonder geladen stencils.
-Comment[pl]=Tworzy dokument zorientowany poziomo bez wczytanych szablonów.
-Comment[pt]=Cria um documento no formato de paisagem sem qualquer 'stencil' carregado.
-Comment[pt_BR]=Cria um documento no formato de paisagem sem qualquer estêncil carregado.
-Comment[sk]=Vytvorí dokument orientovaný na šírku bez načítaných šablón.
-Comment[sv]=Skapar ett dokument med liggande orientering utan att ladda några schabloner.
-Comment[tr]=Şablon yüklenmemiş bir enine belge oluşturur.
-Comment[uk]=Створює порожній документ з альбомною орієнтацією сторінки без завантаження трафаретів.
-Comment[x-test]=xxCreates a landscape-oriented document with no stencils loaded.xx
-Comment[zh_CN]=创建没有加载模板的横向文档。
diff --git a/flow/templates/basic/empty-landscape.otg b/flow/templates/basic/empty-landscape.otg
deleted file mode 100644
index 37d4c36..0000000
Binary files a/flow/templates/basic/empty-landscape.otg and /dev/null differ
diff --git a/flow/templates/basic/empty-portrait.desktop b/flow/templates/basic/empty-portrait.desktop
deleted file mode 100644
index b148085..0000000
--- a/flow/templates/basic/empty-portrait.desktop
+++ /dev/null
@@ -1,67 +0,0 @@
-[Desktop Entry]
-Type=Link
-URL=.source/empty-portrait.otg
-Icon=template_empty_portrait
-Name=Empty Portrait Document
-Name[bs]=Prazan uspravni dokument
-Name[ca]=Document vertical buit
-Name[ca@valencia]=Document vertical buit
-Name[cs]=Prázdný dokument na výšku
-Name[da]=Tomt stående dokument
-Name[de]=Leeres Hochformat-Dokument
-Name[el]=Έγγραφο κενού πορτραίτου
-Name[en_GB]=Empty Portrait Document
-Name[es]=Documento vertical vacío
-Name[et]=Tühi püstpaigutusega dokument
-Name[eu]=Dokumentu bertikal hutsa
-Name[fi]=Tyhjä pystysuuntainen tiedosto
-Name[fr]=Document portrait vide
-Name[gl]=Documento vertical baleiro
-Name[hu]=Üres álló dokumentum
-Name[it]=Documento verticale vuoto
-Name[ja]=空の縦向き文書
-Name[kk]=Бос тік құжат
-Name[ko]=빈 세로 문서
-Name[mr]=रिकामे पोर्ट्रेट दस्तऐवज
-Name[nb]=Tomt stående dokument
-Name[nl]=Leeg portret-document
-Name[pl]=Pusty pionowy dokument
-Name[pt]=Documento em Retrato Vazio
-Name[pt_BR]=Documento em retrato vazio
-Name[sk]=Prázdny stojatý dokument
-Name[sv]=Tomt stående dokument
-Name[tr]=Boş Portre Belge
-Name[uk]=Порожній книжковий документ
-Name[x-test]=xxEmpty Portrait Documentxx
-Name[zh_CN]=空纵向文档
-Comment=Creates a portrait-oriented document with no stencils loaded.
-Comment[bs]=Kreira uspravno-orijentisani dokument bez učitanih matrica.
-Comment[ca]=Crea un document amb orientació vertical sense carregar cap plantilla.
-Comment[ca@valencia]=Crea un document amb orientació vertical sense carregar cap plantilla.
-Comment[cs]=Vytvoří prázdný dokument na výšku bez šablon.
-Comment[da]=Opretter et dokument i stående format uden stenciler indlæst.
-Comment[de]=Erstellt ein Dokument im Hochformat ohne Schablonen.
-Comment[el]=Δημιουργεί ένα έγγραφο προσανατολισμού πορτραίτου χωρίς φορτωμένα σχεδιότυπα.
-Comment[en_GB]=Creates a portrait-oriented document with no stencils loaded.
-Comment[es]=Crea un documento orientado verticalmente sin plantillas cargadas.
-Comment[et]=Loob trafarettideta püstpaigutusega dokumendi.
-Comment[eu]=Orientazio bertikaleko dokumentua sortzen du txantiloirik kargatu gabe duena.
-Comment[fi]=Luo uuden pystysuuntaisen tiedoston, jossa ei ole kaavaimia ladattuna.
-Comment[fr]=Crée un document portrait-orienté sans stencil chargé.
-Comment[gl]=Crea un documento vertical sen ningunha figura cargada.
-Comment[hu]=Létrehoz egy álló tájolású dokumentumot betöltött sablonok nélkül.
-Comment[it]=Crea un documento orientato verticalmente senza caricare forme.
-Comment[ja]=ステンシルを読み込まずに縦向きの文書を作成します。
-Comment[kk]=Бағыты тік блок-сұлбаның бос құжатын құру.
-Comment[ko]=도형 모음을 가져오지 않고 빈 세로 방향 문서를 만듭니다.
-Comment[nb]=Lager et stående dokument uten å laste inn noen sjablonger.
-Comment[nl]=Maakt een document aan met portret oriëntatie zonder geladen stencils.
-Comment[pl]=Tworzy dokument zorientowany pionowo bez wczytanych szablonów.
-Comment[pt]=Cria um documento no formato de retrato sem qualquer 'stencil' carregado.
-Comment[pt_BR]=Cria um documento no formato de retrato sem qualquer estêncil carregado.
-Comment[sk]=Vytvorí dokument orientovaný na výšku bez načítaných šablón.
-Comment[sv]=Skapar ett dokument med stående orientering utan att ladda några schabloner.
-Comment[tr]=Şablon yüklenmemiş bir portre-tipi belge oluşturur.
-Comment[uk]=Створює порожній документ з книжковою орієнтацією сторінки без завантаження трафаретів.
-Comment[x-test]=xxCreates a portrait-oriented document with no stencils loaded.xx
-Comment[zh_CN]=创建没有加载模板的纵向文档。
diff --git a/flow/templates/basic/empty-portrait.otg b/flow/templates/basic/empty-portrait.otg
deleted file mode 100644
index 899139f..0000000
Binary files a/flow/templates/basic/empty-portrait.otg and /dev/null differ
diff --git a/flow/templates/basic/sc-actions-template_basicworkflow.svgz b/flow/templates/basic/sc-actions-template_basicworkflow.svgz
deleted file mode 100644
index 9ba0bea..0000000
Binary files a/flow/templates/basic/sc-actions-template_basicworkflow.svgz and /dev/null differ
diff --git a/flow/templates/basic/sc-actions-template_empty_landscape.svgz b/flow/templates/basic/sc-actions-template_empty_landscape.svgz
deleted file mode 100644
index 9bbcdf4..0000000
Binary files a/flow/templates/basic/sc-actions-template_empty_landscape.svgz and /dev/null differ
diff --git a/flow/templates/basic/sc-actions-template_empty_portrait.svgz b/flow/templates/basic/sc-actions-template_empty_portrait.svgz
deleted file mode 100644
index 59b52eb..0000000
Binary files a/flow/templates/basic/sc-actions-template_empty_portrait.svgz and /dev/null differ
-- 
cgit v1.1

openSUSE Build Service is sponsored by