From ea0a6815c10291d1ae30029f5183e3eaaf838fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 26 Mar 2016 12:41:49 +0100 Subject: Initial TDE conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- Makefile.am | 4 +- README | 4 +- configure.in.in | 1 + doc/Makefile.am | 4 +- doc/en/Makefile.am | 6 +-- doc/en/index.docbook | 6 +-- doc/en/kparts.png | Bin 124983 -> 0 bytes doc/en/tdeparts.png | Bin 0 -> 124983 bytes kxmleditor/Makefile.am | 6 +-- kxmleditor/kxmleditor.desktop | 4 +- kxmleditor/kxmleditorshell.cpp | 38 +++++++++--------- kxmleditor/kxmleditorshell.h | 24 ++++++------ kxmleditor/main.cpp | 22 +++++------ part/Makefile.am | 2 +- part/actions.cpp | 16 ++++---- part/actions.h | 4 +- part/commands_edit.h | 2 +- part/commands_file.cpp | 2 +- part/commands_file.h | 2 +- part/commands_insert.h | 2 +- part/kxe_treeview.cpp | 26 ++++++------- part/kxe_treeview.h | 8 ++-- part/kxe_treeviewitem.cpp | 6 +-- part/kxe_treeviewitem.h | 4 +- part/kxe_viewattributes.cpp | 4 +- part/kxe_viewelement.cpp | 4 +- part/kxe_viewelement.h | 6 +-- part/kxearchiveextssettings.cpp | 8 ++-- part/kxearchiveextssettings.h | 4 +- part/kxeattributedialog.cpp | 2 +- part/kxechardatadialog.cpp | 2 +- part/kxeconfiguration.cpp | 22 +++++------ part/kxeconfiguration.h | 14 +++---- part/kxedocument.cpp | 10 ++--- part/kxedocument.h | 2 +- part/kxeelementdialog.cpp | 2 +- part/kxenewfilesettings.cpp | 10 ++--- part/kxenewfilesettings.h | 6 +-- part/kxeprintsettings.cpp | 10 ++--- part/kxeprintsettings.h | 4 +- part/kxeprintsettingspage.ui | 4 +- part/kxeprocinstrdialog.cpp | 4 +- part/kxesettings.cpp | 8 ++-- part/kxesettings.h | 26 ++++++------- part/kxetexteditordialog.cpp | 4 +- part/kxetextviewsettings.cpp | 8 ++-- part/kxetextviewsettings.h | 4 +- part/kxetreeviewsettings.cpp | 8 ++-- part/kxetreeviewsettings.h | 4 +- part/kxmleditorabout.h | 10 ++--- part/kxmleditorfactory.cpp | 6 +-- part/kxmleditorfactory.h | 8 ++-- part/kxmleditorpart.cpp | 84 ++++++++++++++++++++-------------------- part/kxmleditorpart.desktop | 4 +- part/kxmleditorpart.h | 68 ++++++++++++++++---------------- part/pics/Makefile.am | 4 +- po/Makefile.am | 4 +- 57 files changed, 281 insertions(+), 280 deletions(-) delete mode 100644 doc/en/kparts.png create mode 100644 doc/en/tdeparts.png diff --git a/Makefile.am b/Makefile.am index 1fa9998..dd5d960 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,10 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## SUBDIRS = part kxmleditor po doc EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO kxmleditor.lsm admin -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign diff --git a/README b/README index 58af37c..009fdfa 100644 --- a/README +++ b/README @@ -8,13 +8,13 @@ KXML Editor is KParts application, and it must be installed properly to KDE dire Before ./configure, make and make install process, use -export KDEDIR=/opt/kde3 +export TDEDIR=/opt/kde3 export QTDIR=/usr/lib/qt3 Of course look where is KDE and Qt path in your system and use correct directories. If you experience startup crash, check if library libxmleditorpart.so.1.0.0 -is exists in KDEDIR/lib directory. +is exists in TDEDIR/lib directory. ======================================================================= diff --git a/configure.in.in b/configure.in.in index 9a5fee9..9906eec 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,5 @@ #MIN_CONFIG +KDE_ENABLE_HIDDEN_VISIBILITY AM_INIT_AUTOMAKE(kxmleditor,1.1.4) diff --git a/doc/Makefile.am b/doc/Makefile.am index 05a9fba..52da3dc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## SUBDIRS = en -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index e1a4f66..c26826e 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -1,9 +1,9 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## -EXTRA_DIST = index.docbook screenshot.png xml.png setuptargz.png setupprintout.png setupdefaults.png setuptexteditor.png setuptreeview.png specprocinstrdlg.png texteditor.png kparts.png +EXTRA_DIST = index.docbook screenshot.png xml.png setuptargz.png setupprintout.png setupdefaults.png setuptexteditor.png setuptreeview.png specprocinstrdlg.png texteditor.png tdeparts.png -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ KDE_LANG = en KDE_DOCS = kxmleditor diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 8785a5d..a61b5ec 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -299,7 +299,7 @@ main window. Special processing instruction dialog - + @@ -1455,8 +1455,8 @@ You may obtain &kxmleditor; from URL: