Delete empty files (dummy.cpp, xsldbgconfig.h).
Remove hard-coded path for the kmdr-executor executable.
Replaced $TQTDIR/doc/html string path for TQTDOCDIR in kommander.
Add man pages taken from the Debian packaging.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Fix linking - kxsldbgcommon-static and kimagemapeditorcommon-static needs to be embedded.
Move the linking of xml and readline libraries to the appropriate static libraries.
Add build option WITH_QUANTA_CVSSERVICE.
Add a test whether the readline can be linked standalone or whether ncurses is needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4c43d1fbb6
)
r14.0.x
parent
14a52daece
commit
eea71ca9ec
@ -0,0 +1,77 @@
|
||||
#define VERSION "@VERSION@"
|
||||
|
||||
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
|
||||
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#cmakedefine HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#cmakedefine HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */
|
||||
#cmakedefine HAVE_SYS_TIME_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#cmakedefine HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#cmakedefine HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdarg.h> header file. */
|
||||
#cmakedefine HAVE_STDARG_H 1
|
||||
|
||||
/* Define to 1 if you have the <time.h> header file. */
|
||||
#cmakedefine HAVE_TIME_H 1
|
||||
|
||||
/* Define to 1 if you have the <pthread.h> header file. */
|
||||
#cmakedefine USE_XSLDBG_AS_THREAD 1
|
||||
|
||||
/* Define to 1 if you have the <locale.h> header file. */
|
||||
//#cmakedefine LOCALE_PREFIX 1
|
||||
|
||||
/* Define to 1 if you have the <readline/readline.h> header file. */
|
||||
#cmakedefine HAVE_READLINE @HAVE_READLINE@
|
||||
|
||||
/* Define to 1 if you have the 'gettimeofday' function */
|
||||
#cmakedefine HAVE_GETTIMEOFDAY 1
|
||||
|
||||
/* Define to 1 if you have the 'usleep' function */
|
||||
#cmakedefine HAVE_USLEEP 1
|
||||
|
||||
/* Define to 1 if you have the 'stat' function */
|
||||
#cmakedefine HAVE_STAT 1
|
||||
|
||||
/* Define to 1 if you have the <readline/history.h> header file. */
|
||||
#cmakedefine HAVE_HISTORY @HAVE_HISTORY@
|
||||
|
||||
/* Define the name of the xsldbg executable */
|
||||
#cmakedefine XSLDBG_BIN "@XSLDBG_BIN@"
|
||||
|
||||
/* Defined if you build build for other editors than Kate */
|
||||
#cmakedefine ENABLE_EDITORS 1
|
||||
|
||||
/* Defined if you build with cvsservice */
|
||||
#cmakedefine ENABLE_CVSSERVICE 1
|
||||
|
||||
/* Defined if libxml-2.0 is up to 2.6 */
|
||||
#cmakedefine LIBXML_2_5 1
|
||||
|
||||
/* Defined if you have <libxml/DOCBparser.h> header file */
|
||||
#cmakedefine LIBXML_DOCB_ENABLED
|
||||
|
||||
/* Defined if you have <libxml/xinclude.h> header file */
|
||||
#cmakedefine LIBXML_XINCLUDE_ENABLED
|
||||
|
||||
/* Defined if you have xmlSetEntityReferenceFunc within libxml2 */
|
||||
#cmakedefine HAVE_INCLUDE_FIX 1
|
||||
|
||||
/* Define the kmdr-executor executable path */
|
||||
#cmakedefine KMDR_EXECUTOR_PATH "@KMDR_EXECUTOR_PATH@"
|
||||
|
||||
/* Define TQTDOCDIR PATH */
|
||||
#cmakedefine TQTDOCDIR "@TQTDOCDIR@"
|
@ -0,0 +1,9 @@
|
||||
add_subdirectory( man )
|
||||
|
||||
tde_conditional_add_subdirectory( BUILD_QUANTA quanta )
|
||||
tde_conditional_add_subdirectory( BUILD_KXSLDBG kxsldbg )
|
||||
tde_conditional_add_subdirectory( BUILD_KXSLDBG xsldbg )
|
||||
tde_conditional_add_subdirectory( BUILD_KOMMANDER kommander )
|
||||
tde_conditional_add_subdirectory( BUILD_KLINKSTATUS klinkstatus )
|
||||
tde_conditional_add_subdirectory( BUILD_KIMAGEMAPEDITOR kimagemapeditor )
|
||||
tde_conditional_add_subdirectory( BUILD_TDEFILEREPLACE tdefilereplace )
|
@ -0,0 +1 @@
|
||||
tde_create_handbook( DESTINATION kimagemapeditor )
|
@ -0,0 +1 @@
|
||||
tde_create_handbook( DESTINATION klinkstatus )
|
@ -0,0 +1 @@
|
||||
tde_create_handbook( DESTINATION kommander )
|
@ -0,0 +1 @@
|
||||
tde_create_handbook( DESTINATION kxsldbg )
|
@ -0,0 +1,6 @@
|
||||
tde_conditional_add_subdirectory( BUILD_QUANTA quanta )
|
||||
tde_conditional_add_subdirectory( BUILD_KXSLDBG kxsldbg )
|
||||
tde_conditional_add_subdirectory( BUILD_KOMMANDER kommander )
|
||||
tde_conditional_add_subdirectory( BUILD_KLINKSTATUS klinkstatus )
|
||||
tde_conditional_add_subdirectory( BUILD_KIMAGEMAPEDITOR kimagemapeditor )
|
||||
tde_conditional_add_subdirectory( BUILD_TDEFILEREPLACE tdefilereplace )
|
@ -0,0 +1,5 @@
|
||||
INSTALL(
|
||||
FILES kimagemapeditor.1
|
||||
DESTINATION ${MAN_INSTALL_DIR}/man1
|
||||
COMPONENT doc
|
||||
)
|
@ -0,0 +1,47 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KIMAGEMAPEDITOR 1 "October 19, 2004"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
kimagemapeditor \- an HTML image map editor for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kimagemapeditor
|
||||
[ \fIgeneric-options\fP ]
|
||||
[ \fB\-c, \-\-stdout\fP ]
|
||||
[ \fIfile\fP ... ]
|
||||
.SH DESCRIPTION
|
||||
\fBKImageMapEditor\fP is a tool that allows you to edit image maps in
|
||||
HTML files. As well as providing a standalone application,
|
||||
KImageMapEditor makes itself available as a KPart for embedding into
|
||||
larger applications.
|
||||
.PP
|
||||
The files passed on the command line may be either HTML files or image
|
||||
files.
|
||||
.PP
|
||||
This application is part of the official TDE web development module.
|
||||
.SH OPTIONS
|
||||
Below are the kimagemapeditor-specific options.
|
||||
For a full summary of options, run \fIkimagemapeditor \-\-help\fP.
|
||||
.TP
|
||||
\fB\-c, \-\-stdout\fP
|
||||
Write the resulting HTML code to standard output when exiting.
|
||||
.SH SEE ALSO
|
||||
.BR quanta (1).
|
||||
.SH AUTHOR
|
||||
KImageMapEditor was written by Jan Schafer <janschaefer@users.sourceforge.net>.
|
||||
.br
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,5 @@
|
||||
INSTALL(
|
||||
FILES klinkstatus.1
|
||||
DESTINATION ${MAN_INSTALL_DIR}/man1
|
||||
COMPONENT doc
|
||||
)
|
@ -0,0 +1,52 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KLINKSTATUS 1 "October 19, 2004"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
klinkstatus \- a web link validity checker for TDE
|
||||
.SH SYNOPSIS
|
||||
.B klinkstatus
|
||||
[ \fIgeneric-options\fP ]
|
||||
[ \fIURL\fP ]
|
||||
.SH DESCRIPTION
|
||||
\fBKLinkStatus\fP is a web link validity checker for TDE. It allows you to
|
||||
search internal and external links throughout your web site. Simply
|
||||
point it to a single page and choose the depth to search.
|
||||
.PP
|
||||
You can also check local files, or files over ftp:, fish: or any other
|
||||
KIO protocols. For performance, links can be checked simultaneously.
|
||||
.PP
|
||||
This application is part of the official TDE web development module.
|
||||
.SH OPTIONS
|
||||
For a full summary of options, run \fIklinkstatus \-\-help\fP.
|
||||
.SH SEE ALSO
|
||||
.BR quanta (1).
|
||||
.PP
|
||||
Full user documentation is available through the TDE Help Centre.
|
||||
You can also enter the URL
|
||||
\fIhelp:/klinkstatus/\fP
|
||||
directly into konqueror or you can run
|
||||
`\fIkhelpcenter help:/klinkstatus/\fP'
|
||||
from the command-line.
|
||||
.PP
|
||||
If the TDE Help Centre is not installed then you can install the package
|
||||
\fItdewebdev-doc-html\fP and read this documentation in HTML format from
|
||||
\fI/opt/trinity/share/doc/tde/HTML/en/klinkstatus/\fP.
|
||||
.SH AUTHOR
|
||||
KLinkStatus was written by Paulo Moura Guedes <moura@tdewebdev.org>.
|
||||
.br
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,11 @@
|
||||
INSTALL(
|
||||
FILES
|
||||
kmdr2po.1
|
||||
kmdr-executor.1
|
||||
extractkmdr.1
|
||||
kmdr-editor.1
|
||||
kmdr-plugins.1
|
||||
|
||||
DESTINATION ${MAN_INSTALL_DIR}/man1
|
||||
COMPONENT doc
|
||||
)
|
@ -0,0 +1,53 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH EXTRACTKMDR 1 "March 25, 2005"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
extractkmdr \- extract message strings from Kommander dialogs
|
||||
.SH SYNOPSIS
|
||||
.B extractkmdr
|
||||
[ \fB\-\-tag=\fP\fIname\fP ... ]
|
||||
[ \fB\-\-context=\fP\fIname\fP ]
|
||||
\fIfile\fP ...
|
||||
.SH DESCRIPTION
|
||||
\fBextractkmdr\fP finds all text tags and other message strings within the
|
||||
given Kommander dialog (.kmdr) files. It then writes the corresponding
|
||||
\fIi18n()\fP calls to standard output (usually redirected to rc.cpp)
|
||||
so that xgettext can parse them.
|
||||
.PP
|
||||
To create a complete gettext message file (PO-file) from a Kommander
|
||||
dialog, the
|
||||
.BR kmdr2po (1)
|
||||
utility is more convenient.
|
||||
.PP
|
||||
This utility is part of the TDE web development module.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-tag=\fP\fIname\fP
|
||||
Extract also the contents of the tag \fIname\fP.
|
||||
This option may be used multiple times
|
||||
(e.g., \-\-tag=tag_one \-\-tag=tag_two).
|
||||
.TP
|
||||
\fB\-\-context=\fP\fIname\fP
|
||||
Give all i18n() calls the given context: i18n("\fIname\fP", ...).
|
||||
.SH SEE ALSO
|
||||
.BR kmdr-editor (1),
|
||||
.BR kmdr-executor (1),
|
||||
.BR kmdr-plugins (1),
|
||||
.BR kmdr2po (1).
|
||||
.SH AUTHOR
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,70 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KMDR-EDITOR 1 "March 25, 2005"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
kmdr-editor \- editor for the Kommander visual dialog building tool
|
||||
.SH SYNOPSIS
|
||||
.B kmdr-editor
|
||||
[ \fIgeneric-options\fP ]
|
||||
.SH DESCRIPTION
|
||||
\fBKommander\fP is a visual dialog building tool whose
|
||||
primary objective is to create
|
||||
as much functionality as possible without using any scripting language.
|
||||
.PP
|
||||
More specifically, Kommander is a set of tools that allow you to create
|
||||
dynamic GUI dialogs that generate, based on their state, a piece of text.
|
||||
The piece of text can be a command line to a program, any piece of code,
|
||||
business documents that contain a lot of repititious or templated text and so
|
||||
on. The resulting generated text can then be executed as a command line
|
||||
program (hence the name "Kommander"), written to a file, passed to a
|
||||
script for extended processing, and literally anything else you can
|
||||
think of. The best part of it all? You aren't required to write a single
|
||||
line of code!
|
||||
.PP
|
||||
This editor (\fBkmdr-editor\fP) allows you to lay out your entire dialog
|
||||
through a graphical
|
||||
user interface. Once a dialog has been created by the editor, it is
|
||||
saved as a file with extension \fI.kmdr\fP. The dialog that this XML file
|
||||
represents can then be run instantly with the executor (\fBkmdr-executor\fP).
|
||||
.PP
|
||||
This application is part of the official TDE web development module.
|
||||
.SH OPTIONS
|
||||
For a full summary of options, run \fIkmdr-editor \-\-help\fP.
|
||||
.SH SEE ALSO
|
||||
.BR extractkmdr (1),
|
||||
.BR kmdr-executor (1),
|
||||
.BR kmdr-plugins (1),
|
||||
.BR kmdr2po (1),
|
||||
.BR quanta (1).
|
||||
.PP
|
||||
Full user documentation is available through the TDE Help Centre.
|
||||
You can also enter the URL
|
||||
\fIhelp:/kommander/\fP
|
||||
directly into konqueror or you can run
|
||||
`\fIkhelpcenter help:/kommander/\fP'
|
||||
from the command-line.
|
||||
.PP
|
||||
If the TDE Help Centre is not installed then you can install the package
|
||||
\fItdewebdev-doc-html\fP and read this documentation in HTML format from
|
||||
\fI/opt/trinity/share/doc/tde/HTML/en/kommander/\fP.
|
||||
.SH AUTHOR
|
||||
Kommander was written by Marc Britton <consume@optusnet.com.au>,
|
||||
Eric Laffoon <sequitur@kde.org>, Michal Rudolf <mrudolf@tdewebdev.org>,
|
||||
Andras Mantia <amantia@kde.org> and Trolltech.
|
||||
.br
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,87 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KMDR-EXECUTOR 1 "March 25, 2005"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
kmdr-executor \- executor for the Kommander visual dialog building tool
|
||||
.SH SYNOPSIS
|
||||
.B kmdr-executor
|
||||
[ \fIgeneric-options\fP ]
|
||||
[ \fB\-c\fP \fIcatalog\fP ]
|
||||
{ \fB\-\-stdin\fP | \fIfile\fP }
|
||||
[ \fIarg\fP ... ]
|
||||
.SH DESCRIPTION
|
||||
\fBKommander\fP is a visual dialog building tool whose
|
||||
primary objective is to create
|
||||
as much functionality as possible without using any scripting language.
|
||||
.PP
|
||||
More specifically, Kommander is a set of tools that allow you to
|
||||
create dynamic GUI dialogs
|
||||
that generate, based on their state, a piece of text. The piece of text
|
||||
can be a command line to a program, any piece of code, business
|
||||
documents that contain a lot of repititious or templated text and so on.
|
||||
The resulting generated text can then be executed as a command line
|
||||
program (hence the name "Kommander"), written to a file, passed to a
|
||||
script for extended processing, and literally anything else you can
|
||||
think of. The best part of it all? You aren't required to write a single
|
||||
line of code!
|
||||
.PP
|
||||
This executor (\fBkmdr-executor\fP) is used to run a dialog that has
|
||||
been created by the
|
||||
dialog editor (\fBkmdr-editor\fP). Either the dialog file (generally
|
||||
a \fI.kmdr\fP file) should be passed on
|
||||
the command-line, or else the option \-\-stdin should be passed and the
|
||||
dialog description should be supplied as XML on standard input.
|
||||
Additional arguments for the dialog itself may also be supplied.
|
||||
.PP
|
||||
This application is part of the official TDE web development module.
|
||||
.SH OPTIONS
|
||||
Below are the kommander-specific options.
|
||||
For a full summary of options, run \fIkmdr-editor \-\-help\fP.
|
||||
.TP
|
||||
\fB\-c\fP \fIcatalog\fP
|
||||
Use the given catalog for translation.
|
||||
.TP
|
||||
\fB\-\-stdin\fP
|
||||
Read the XML dialog description from standard input instead of passing
|
||||
a \fI.kmdr\fP file on the command-line.
|
||||
.TP
|
||||
\fIarg\fP ...
|
||||
Additional arguments to be passed on to the dialog itself.
|
||||
.SH SEE ALSO
|
||||
.BR extractkmdr (1),
|
||||
.BR kmdr-editor (1),
|
||||
.BR kmdr-plugins (1),
|
||||
.BR kmdr2po (1),
|
||||
.BR quanta (1).
|
||||
.PP
|
||||
Full user documentation is available through the TDE Help Centre.
|
||||
You can also enter the URL
|
||||
\fIhelp:/kommander/\fP
|
||||
directly into konqueror or you can run
|
||||
`\fIkhelpcenter help:/kommander/\fP'
|
||||
from the command-line.
|
||||
.PP
|
||||
If the TDE Help Centre is not installed then you can install the package
|
||||
\fItdewebdev-doc-html\fP and read this documentation in HTML format from
|
||||
\fI/opt/trinity/share/doc/tde/HTML/en/kommander/\fP.
|
||||
.SH AUTHOR
|
||||
Kommander was written by Marc Britton <consume@optusnet.com.au>,
|
||||
Eric Laffoon <sequitur@kde.org>, Michal Rudolf <mrudolf@tdewebdev.org>,
|
||||
Andras Mantia <amantia@kde.org> and Trolltech.
|
||||
.br
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,71 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KMDR-PLUGINS 1 "March 25, 2005"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
kmdr-plugins \- plugin manager for the Kommander visual dialog building tool
|
||||
.SH SYNOPSIS
|
||||
.B kmdr-plugins
|
||||
[ \fIgeneric-options\fP ]
|
||||
.SH DESCRIPTION
|
||||
\fBKommander\fP is a visual dialog building tool whose
|
||||
primary objective is to create
|
||||
as much functionality as possible without using any scripting language.
|
||||
.PP
|
||||
It is possible to extend Kommander by writing your own plugins. The
|
||||
plugin manager
|
||||
.B kmdr-plugins
|
||||
is a simple user interface to Kommander's configuration file, and
|
||||
can be used to select which external plugins Kommander should load.
|
||||
Closing the plugin manager will automatically save any changes.
|
||||
.PP
|
||||
By loading a plugin, the custom widgets that it defines
|
||||
will become available in Kommander's menus and toolbars, and these
|
||||
custom widgets can be used in Kommander dialogs.
|
||||
.PP
|
||||
See
|
||||
.BR kmdr-editor (1)
|
||||
and
|
||||
.BR kmdr-executor (1)
|
||||
for a more detailed description of Kommander.
|
||||
.PP
|
||||
This application is part of the official TDE web development module.
|
||||
.SH OPTIONS
|
||||
For a full summary of options, run \fIkmdr-plugins \-\-help\fP.
|
||||
.SH SEE ALSO
|
||||
.BR extractkmdr (1),
|
||||
.BR kmdr-editor (1),
|
||||
.BR kmdr-executor (1),
|
||||
.BR kmdr2po (1),
|
||||
.BR quanta (1).
|
||||
.PP
|
||||
Full user documentation is available through the TDE Help Centre.
|
||||
You can also enter the URL
|
||||
\fIhelp:/kommander/\fP
|
||||
directly into konqueror or you can run
|
||||
`\fIkhelpcenter help:/kommander/\fP'
|
||||
from the command-line.
|
||||
.PP
|
||||
If the TDE Help Centre is not installed then you can install the package
|
||||
\fItdewebdev-doc-html\fP and read this documentation in HTML format from
|
||||
\fI/opt/trinity/share/doc/tde/HTML/en/kommander/\fP.
|
||||
.SH AUTHOR
|
||||
Kommander was written by Marc Britton <consume@optusnet.com.au>,
|
||||
Eric Laffoon <sequitur@kde.org>, Michal Rudolf <mrudolf@tdewebdev.org>,
|
||||
Andras Mantia <amantia@kde.org> and Trolltech.
|
||||
.br
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,47 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KMDR2PO 1 "March 25, 2005"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
kmdr2po \- create a PO-file from a Kommander dialog
|
||||
.SH SYNOPSIS
|
||||
.B kmdr2po
|
||||
.I dialog
|
||||
.SH DESCRIPTION
|
||||
\fBkmdr2po\fP creates a gettext message file (PO-file) from the given
|
||||
Kommander dialog (.kmdr) file. It does this by using
|
||||
.BR extractkmdr (1)
|
||||
to extract all text tags and other message strings, and then running
|
||||
.BR xgettext (1)
|
||||
to create the corresponding PO-file.
|
||||
.PP
|
||||
The final PO-file will be created in the current directory. Its name
|
||||
will be derived from the dialog filename by replacing the suffix
|
||||
\fI.kmdr\fP with \fI.po\fP.
|
||||
.PP
|
||||
This utility is part of the TDE web development module.
|
||||
.SH WARNING
|
||||
A temporary file named \fI_from_rc.cc\fP in the current directory
|
||||
will be created and subsequently removed.
|
||||
.SH SEE ALSO
|
||||
.BR extractkmdr (1),
|
||||
.BR kmdr-editor (1),
|
||||
.BR kmdr-executor (1),
|
||||
.BR kmdr-plugins (1),
|
||||
.BR xgettext (1).
|
||||
.SH AUTHOR
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,5 @@
|
||||
INSTALL(
|
||||
FILES kxsldbg.1
|
||||
DESTINATION ${MAN_INSTALL_DIR}/man1
|
||||
COMPONENT doc
|
||||
)
|
@ -0,0 +1,54 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KXSLDBG 1 "October 19, 2004"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
kxsldbg \- a graphical XSLT debugger for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kxsldbg
|
||||
[ \fIgeneric-options\fP ]
|
||||
.SH DESCRIPTION
|
||||
\fBKXSLDbg\fP is a graphical debugger for XSLT scripts. It provides
|
||||
a graphical front-end to the text-based debugger
|
||||
.BR xsldbg (1).
|
||||
KXSLDbg can be run as a standalone application or as an embedded TDE part.
|
||||
.PP
|
||||
XSLT is an XML language for defining transformations of XML files from
|
||||
XML to some other arbitrary format, such as XML, HTML, plain text, etc.,
|
||||
using standard XSLT stylesheets.
|
||||
.PP
|
||||
This application is part of the official TDE web development module.
|
||||
.SH OPTIONS
|
||||
For a full summary of options, run \fIkxsldbg \-\-help\fP.
|
||||
.SH SEE ALSO
|
||||
.BR quanta (1),
|
||||
.BR xsldbg (1).
|
||||
.PP
|
||||
Full user documentation is available through the TDE Help Centre.
|
||||
You can also enter the URL
|
||||
\fIhelp:/kxsldbg/\fP
|
||||
directly into konqueror or you can run
|
||||
`\fIkhelpcenter help:/kxsldbg/\fP'
|
||||
from the command-line.
|
||||
.PP
|
||||
If the TDE Help Centre is not installed then you can install the package
|
||||
\fItdewebdev-doc-html\fP and read this documentation in HTML format from
|
||||
\fI/opt/trinity/share/doc/tde/HTML/en/kxsldbg/\fP.
|
||||
.SH AUTHOR
|
||||
KXSLDbg was written by Keith Isdale <k_isdale@tpg.com.au>.
|
||||
.br
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,5 @@
|
||||
INSTALL(
|
||||
FILES quanta.1
|
||||
DESTINATION ${MAN_INSTALL_DIR}/man1
|
||||
COMPONENT doc
|
||||
)
|
@ -0,0 +1,71 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH QUANTA 1 "October 19, 2004"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
quanta \- a web development environment for TDE
|
||||
.SH SYNOPSIS
|
||||
.B quanta
|
||||
[ \fIgeneric-options\fP ] [ \fB\-\-unique\fP ]
|
||||
[ \fB\-\-nologo\fP ] [ \fIfile\fP ]
|
||||
.SH DESCRIPTION
|
||||
\fBQuanta Plus\fP is a web development environment for working with HTML
|
||||
and associated languages. It strives to be neutral and transparent
|
||||
to all markup languages, while supporting popular web-based scripting
|
||||
languages, CSS and other emerging W3C recommendations.
|
||||
.PP
|
||||
Quanta Plus supports many external components, debuggers and other tools
|
||||
for web development, several of which are shipped with the TDE web development
|
||||
module.
|
||||
.PP
|
||||
Quanta Plus is not in any way affiliated with any commercial versions
|
||||
of Quanta. The primary coders from the original team left the GPLed
|
||||
version to produce a commercial product.
|
||||
.PP
|
||||
This application is part of the official TDE web development module.
|
||||
.SH OPTIONS
|
||||
Below are the quanta-specific options. For a full summary of options,
|
||||
run \fIquanta \-\-help\fP.
|
||||
.TP
|
||||
\fB\-\-unique\fP
|
||||
Run as a one-instance application.
|
||||
.TP
|
||||
\fB\-\-nologo\fP
|
||||
Do not show the logo during startup.
|
||||
.SH SEE ALSO
|
||||
.BR kimagemapeditor (1),
|
||||
.BR klinkstatus (1),
|
||||
.BR kmdr-editor (1),
|
||||
.BR kmdr-executor (1),
|
||||
.BR kxsldbg (1).
|
||||
.PP
|
||||
Full user documentation is available through the TDE Help Centre.
|
||||
You can also enter the URL
|
||||
\fIhelp:/quanta/\fP
|
||||
directly into konqueror or you can run
|
||||
`\fIkhelpcenter help:/quanta/\fP'
|
||||
from the command-line.
|
||||
.PP
|
||||
If the TDE Help Centre is not installed then you can install the package
|
||||
\fItdewebdev-doc-html\fP and read this documentation in HTML format from
|
||||
\fI/opt/trinity/share/doc/tde/HTML/en/quanta/\fP.
|
||||
.SH AUTHOR
|
||||
Quanta was written by Eric Laffoon <sequitur@kde.org>, Andras Mantia
|
||||
<amantia@kde.org> and others including inactive authors
|
||||
Dmitry Poplavsky <dima@kde.org> and Alexander Yakovlev <yshurik@kde.org>.
|
||||
.br
|
||||
This manual page was prepared by Ben Burton <bab@debian.org>
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1,5 @@
|
||||
INSTALL(
|
||||
FILES tdefilereplace.1
|
||||
DESTINATION ${MAN_INSTALL_DIR}/man1
|
||||
COMPONENT doc
|
||||
)
|
@ -0,0 +1,160 @@
|
||||
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
|
||||
.TH TDEFILEREPLACE 1 "June 2006" "Trinity Desktop Environment" "Batch search and replace tool"
|
||||
.SH NAME
|
||||
tdefilereplace
|
||||
\- Batch search and replace tool
|
||||
.SH SYNOPSIS
|
||||
\fBtdefilereplace\fP [Qt\-options] [TDE\-options] [PATH]
|
||||
.SH DESCRIPTION
|
||||
\fBKFileReplace\fP is an application used to search and replace a list of strings in a file tree. The strings may be literal or Qt\-like regular expressions. There are also other options to tune your search.
|
||||
.SH OPTIONS
|
||||
.SS
|
||||
.SS Arguments:
|
||||
.TP
|
||||
.B PATH
|
||||
Starting folder
|
||||
.SS Generic options:
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show help about options
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B \-\-help\-tde
|
||||
Show TDE specific options
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show all options
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version information
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information
|
||||
.TP
|
||||
.B \-\-
|
||||
End of options
|
||||
.SS
|
||||
.SS TDE options:
|
||||
.TP
|
||||
.B \-\-caption <caption>
|
||||
Use 'caption' as name in the titlebar
|
||||
.TP
|
||||
.B \-\-icon <icon>
|
||||
Use 'icon' as the application icon
|
||||
.TP
|
||||
.B \-\-miniicon <icon>
|
||||
Use 'icon' as the icon in the titlebar
|
||||
.TP
|
||||
.B \-\-config <filename>
|
||||
Use alternative configuration file
|
||||
.TP
|
||||
.B \-\-dcopserver <server>
|
||||
Use the DCOP Server specified by 'server'
|
||||
.TP
|
||||
.B \-\-nocrashhandler
|
||||
Disable crash handler, to get core dumps
|
||||
.TP
|
||||
.B \-\-waitforwm
|
||||
Waits for a WM_NET compatible windowmanager
|
||||
.TP
|
||||
.B \-\-style <style>
|
||||
sets the application GUI style
|
||||
.TP
|
||||
.B \-\-geometry <geometry>
|
||||
sets the client geometry of the main widget - see man X for the argument format
|
||||
.SS
|
||||
.SS Qt options:
|
||||
.TP
|
||||
.B \-\-display <displayname>
|
||||
Use the X-server display 'displayname'
|
||||
.TP
|
||||
.B \-\-session <sessionId>
|
||||
Restore the application for the given 'sessionId'
|
||||
.TP
|
||||
.B \-\-cmap
|
||||
Causes the application to install a private color
|
||||
map on an 8\-bit display
|
||||
.TP
|
||||
.B \-\-ncols <count>
|
||||
Limits the number of colors allocated in the color
|
||||
cube on an 8\-bit display, if the application is
|
||||
using the QApplication::ManyColor color
|
||||
specification
|
||||
.TP
|
||||
.B \-\-nograb
|
||||
tells Qt to never grab the mouse or the keyboard
|
||||
.TP
|
||||
.B \-\-dograb
|
||||
running under a debugger can cause an implicit
|
||||
\-nograb, use \-dograb to override
|
||||
.TP
|
||||
.B \-\-sync
|
||||
switches to synchronous mode for debugging
|
||||
.TP
|
||||
.B \-\-fn, \-\-font <fontname>
|
||||
defines the application font
|
||||
.TP
|
||||
.B \-\-bg, \-\-background <color>
|
||||
sets the default background color and an
|
||||
application palette (light and dark shades are
|
||||
calculated)
|
||||
.TP
|
||||
.B \-\-fg, \-\-foreground <color>
|
||||
sets the default foreground color
|
||||
.TP
|
||||
.B \-\-btn, \-\-button <color>
|
||||
sets the default button color
|
||||
.TP
|
||||
.B \-\-name <name>
|
||||
sets the application name
|
||||
.TP
|
||||
.B \-\-title <title>
|
||||
sets the application title (caption)
|
||||
.TP
|
||||
.B \-\-visual TrueColor
|
||||
forces the application to use a TrueColor visual on
|
||||
an 8\-bit display
|
||||
.TP
|
||||
.B \-\-inputstyle <inputstyle>
|
||||
sets XIM (X Input Method) input style. Possible
|
||||
values are onthespot, overthespot, offthespot and
|
||||
root
|
||||
.TP
|
||||
.B \-\-im <XIM server>
|
||||
set XIM server
|
||||
.TP
|
||||
.B \-\-noxim
|
||||
disable XIM
|
||||
.TP
|
||||
.B \-\-reverse
|
||||
mirrors the whole layout of widgets
|
||||
.SS
|
||||
|
||||
.SH SEE ALSO
|
||||
Full user documentation is available through the TDE Help Center. You can also enter the URL
|
||||
.BR help:/tdefilereplace/
|
||||
directly into konqueror or you can run
|
||||
.BR "khelpcenter help:/tdefilereplace/"
|
||||
from the command\-line.
|
||||
.br
|
||||
.SH AUTHORS
|
||||
.nf
|
||||
Andras Mantia <amantia@kde.org>
|
||||
.br
|
||||
Emiliano Gulmini <emi_barbarossa@yahoo.it>
|
||||
.br
|
||||
Francois Dupou <dupoux@dupoux.com>
|
||||
.br
|
||||
|
||||
.br
|
||||
.fi
|
||||
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
|
||||
.PP
|
||||
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
|
||||
.PP
|
||||
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
|
@ -0,0 +1 @@
|
||||
tde_create_handbook( DESTINATION quanta )
|
@ -0,0 +1 @@
|
||||
tde_create_handbook( DESTINATION tdefilereplace )
|
@ -0,0 +1,6 @@
|
||||
tde_create_handbook( DESTINATION xsldbg )
|
||||
|
||||
install(
|
||||
FILES xsldbghelp.xml xsldbghelp.xsl
|
||||
DESTINATION ${HTML_INSTALL_DIR}/en/xsldbg
|
||||
)
|
@ -0,0 +1,83 @@
|
||||
add_subdirectory( pics )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### kimagemapeditorcommon (static)
|
||||
|
||||
tde_add_library( kimagemapeditorcommon STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
qextfileinfo.cpp
|
||||
areacreator.cpp
|
||||
kimearea.cpp
|
||||
kimecommands.cpp
|
||||
kimedialogs.cpp
|
||||
kimagemapeditor.cpp
|
||||
drawzone.cpp
|
||||
arealistview.cpp
|
||||
imageslistview.cpp
|
||||
mapslistview.cpp
|
||||
)
|
||||
|
||||
|
||||
##### libkimagemapeditor (kpart)
|
||||
|
||||
configure_file( ${TDE_CMAKE_TEMPLATES}/tde_dummy_cpp.cmake dummy.cpp COPYONLY )
|
||||
|
||||
tde_add_kpart( libkimagemapeditor AUTOMOC
|
||||
|
||||
SOURCES
|
||||
dummy.cpp
|
||||
EMBED
|
||||
kimagemapeditorcommon-static
|
||||
LINK
|
||||
tdeparts-shared
|
||||
tdehtml-shared
|
||||
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### kimagemapeditor (executable)
|
||||
|
||||
tde_add_executable( kimagemapeditor AUTOMOC
|
||||
|
||||
SOURCES
|
||||
main.cpp
|
||||
kimeshell.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
tdehtml-shared
|
||||
kimagemapeditorcommon-static
|
||||
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES kimagemapeditorui.rc kimagemapeditorpartui.rc
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor
|
||||
)
|
||||
|
||||
tde_create_translated_desktop( kimagemapeditor.desktop )
|
||||
|
||||
tde_create_translated_desktop(
|
||||
SOURCE kimagemapeditorpart.desktop
|
||||
DESTINATION ${SERVICES_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,16 @@
|
||||
##### icons
|
||||
|
||||
|
||||
tde_install_icons(
|
||||
addpoint arrow circle circle2 freehand lower
|
||||
polygon raise rectangle removepoint
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor/icons
|
||||
)
|
||||
|
||||
tde_install_icons( kimagemapeditor )
|
||||
|
||||
install(
|
||||
FILES addpointcursor.png freehandcursor.png
|
||||
polygoncursor.png removepointcursor.png
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor
|
||||
)
|
@ -0,0 +1,2 @@
|
||||
add_subdirectory( data )
|
||||
add_subdirectory( src )
|
@ -0,0 +1,2 @@
|
||||
add_subdirectory( icons )
|
||||
add_subdirectory( styles )
|
@ -0,0 +1,8 @@
|
||||
##### icons
|
||||
|
||||
install(
|
||||
FILES 304.png
|
||||
DESTINATION ${DATA_INSTALL_DIR}/klinkstatuspart/pics
|
||||
)
|
||||
|
||||
tde_install_icons()
|
@ -0,0 +1,6 @@
|
||||
add_subdirectory( 16x16 )
|
||||
|
||||
|
||||
##### icons
|
||||
|
||||
tde_install_icons( klinkstatus )
|
@ -0,0 +1,4 @@
|
||||
install(
|
||||
FILES results_stylesheet.xsl
|
||||
DESTINATION ${DATA_INSTALL_DIR}/klinkstatus/styles
|
||||
)
|
@ -0,0 +1,87 @@
|
||||
add_subdirectory( cfg )
|
||||
add_subdirectory( engine )
|
||||
add_subdirectory( parser )
|
||||
add_subdirectory( utils )
|
||||
add_subdirectory( ui )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_BINARY_DIR}/klinkstatus/src/ui
|
||||
${CMAKE_BINARY_DIR}/klinkstatus/src/ui/settings
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### libklinkstatuspart (kpart)
|
||||
|
||||
tde_add_kpart( libklinkstatuspart AUTOMOC
|
||||
|
||||
SOURCES
|
||||
klinkstatus_part.cpp
|
||||
global.cpp
|
||||
actionmanager.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
tdeparts-shared
|
||||
settings-static
|
||||
ui-static
|
||||
engine-static
|
||||
klinkstatus-parser-static
|
||||
utils-static
|
||||
|
||||
DEPENDENCIES
|
||||
ui-static
|
||||
settings-static
|
||||
engine-static
|
||||
klinkstatus-parser-static
|
||||
utils-static
|
||||
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### klinkstatus (executable)
|
||||
|
||||
tde_add_executable( klinkstatus AUTOMOC
|
||||
|
||||
SOURCES
|
||||
klinkstatus.cpp
|
||||
main.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeparts-shared
|
||||
klinkstatus-parser-static
|
||||
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES klinkstatus_shell.rc
|
||||
DESTINATION ${DATA_INSTALL_DIR}/klinkstatus
|
||||
)
|
||||
|
||||
tde_create_translated_desktop( klinkstatus.desktop )
|
||||
|
||||
tde_create_translated_desktop(
|
||||
SOURCE klinkstatus_part.desktop
|
||||
DESTINATION ${SERVICES_INSTALL_DIR}
|
||||
)
|
||||
|
||||
install(
|
||||
FILES klinkstatus_part.rc
|
||||
DESTINATION ${DATA_INSTALL_DIR}/klinkstatuspart
|
||||
)
|
@ -0,0 +1,32 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### cfg (static)
|
||||
|
||||
configure_file( ${TDE_CMAKE_TEMPLATES}/tde_dummy_cpp.cmake dummy.cpp COPYONLY )
|
||||
|
||||
tde_add_library( cfg STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
klsconfig.kcfgc
|
||||
dummy.cpp
|
||||
)
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES klinkstatus.kcfg
|
||||
DESTINATION ${KCFG_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,27 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/src/ui
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### engine (static)
|
||||
|
||||
tde_add_library( engine STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
linkchecker.cpp
|
||||
linkstatus.cpp
|
||||
searchmanager.cpp
|
||||
linkfilter.cpp
|
||||
LINK
|
||||
tdehtml-shared
|
||||
)
|
@ -0,0 +1,25 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### parser (static)
|
||||
|
||||
tde_add_library( klinkstatus-parser STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
htmlparser.cpp
|
||||
http.cpp
|
||||
mstring.cpp
|
||||
node.cpp
|
||||
url.cpp
|
||||
)
|
@ -0,0 +1,32 @@
|
||||
add_subdirectory( settings )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/src
|
||||
${CMAKE_BINARY_DIR}/klinkstatus/src/cfg
|
||||
${CMAKE_BINARY_DIR}/klinkstatus/src
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### ui (static)
|
||||
|
||||
tde_add_library( ui STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
sessionwidgetbase.ui
|
||||
sessionwidget.cpp tabwidgetsession.cpp
|
||||
klshistorycombo.cpp resultview.cpp
|
||||
treeview.cpp resultssearchbar.cpp
|
||||
documentrootdialog.cpp
|
||||
LINK
|
||||
cfg-static
|
||||
)
|
@ -0,0 +1,32 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_BINARY_DIR}/klinkstatus/src/cfg
|
||||
${CMAKE_BINARY_DIR}/klinkstatus/src
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### settings (static)
|
||||
|
||||
file( WRITE ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp "" )
|
||||
|
||||
tde_add_library( settings STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
configsearchdialog.ui
|
||||
configresultsdialog.ui
|
||||
configidentificationdialogui.ui
|
||||
${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp
|
||||
configidentificationdialog.cpp
|
||||
|
||||
DEPENDENCIES
|
||||
cfg-static
|
||||
)
|
@ -0,0 +1,29 @@
|
||||
add_compile_options( ${ICU_CXXFLAGS} )
|
||||
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${LIBXML_INCLUDE_DIRS}
|
||||
${LIBXSLT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### utils (static)
|
||||
|
||||
tde_add_library( utils STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
utils.cpp
|
||||
xsl.cpp
|
||||
LINK
|
||||
${LIBXSLT_LIBRARIES}
|
||||
)
|
@ -0,0 +1,20 @@
|
||||
add_subdirectory( icons )
|
||||
add_subdirectory( pluginmanager )
|
||||
add_subdirectory( plugin )
|
||||
add_subdirectory( factory )
|
||||
add_subdirectory( widget )
|
||||
add_subdirectory( widgets )
|
||||
add_subdirectory( editor )
|
||||
add_subdirectory( executor )
|
||||
add_subdirectory( part )
|
||||
add_subdirectory( working )
|
||||
add_subdirectory( examples )
|
||||
add_subdirectory( kmdrtools )
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
tde_create_translated_desktop(
|
||||
SOURCE x-kommander.desktop
|
||||
DESTINATION ${MIME_INSTALL_DIR}/application
|
||||
)
|
@ -0,0 +1,83 @@
|
||||
add_subdirectory( pics )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/kommander/widget
|
||||
${CMAKE_SOURCE_DIR}/kommander/widgets
|
||||
${CMAKE_SOURCE_DIR}/kommander/plugin
|
||||
${CMAKE_SOURCE_DIR}/kommander/factory
|
||||
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
add_definitions( -DKOMMANDER -DTQT_NO_SQL -DDESIGNER )
|
||||
|
||||
|
||||
##### kmdr-editor (executable)
|
||||
|
||||
tde_add_executable( kmdr-editor AUTOMOC
|
||||
|
||||
SOURCES
|
||||
actioneditor.ui assoctexteditor.ui
|
||||
connectioneditor.ui createtemplate.ui
|
||||
formsettings.ui iconvieweditor.ui
|
||||
listboxeditor.ui listeditor.ui
|
||||
listvieweditor.ui multilineeditor.ui
|
||||
newform.ui paletteeditor.ui
|
||||
paletteeditoradvanced.ui pixmapfunction.ui
|
||||
preferences.ui previewwidget.ui
|
||||
tableeditor.ui wizardeditor.ui
|
||||
choosewidget.ui functions.ui
|
||||
actiondnd.cpp actioneditorimpl.cpp
|
||||
assoctexteditorimpl.cpp actionlistview.cpp
|
||||
asciivalidator.cpp assistproc.cpp
|
||||
command.cpp connectioneditorimpl.cpp
|
||||
defs.cpp filechooser.cpp
|
||||
formfile.cpp formsettingsimpl.cpp
|
||||
formwindow.cpp hierarchyview.cpp
|
||||
iconvieweditorimpl.cpp layout.cpp
|
||||
listboxeditorimpl.cpp listvieweditorimpl.cpp
|
||||
main.cpp mainwindow.cpp
|
||||
mainwindowactions.cpp metadatabase.cpp
|
||||
multilineeditorimpl.cpp newformimpl.cpp
|
||||
orderindicator.cpp paletteeditoradvancedimpl.cpp
|
||||
paletteeditorimpl.cpp parser.cpp
|
||||
pixmapchooser.cpp previewframe.cpp
|
||||
previewwidgetimpl.cpp propertyeditor.cpp
|
||||
qcompletionedit.cpp resource.cpp
|
||||
sizehandle.cpp styledbutton.cpp
|
||||
tableeditorimpl.cpp widgetdatabase.cpp
|
||||
widgetfactory.cpp wizardeditorimpl.cpp
|
||||
workspace.cpp choosewidgetimpl.cpp
|
||||
functionsimpl.cpp messagelog.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
tdeparts-shared
|
||||
tdetexteditor-shared
|
||||
kommanderwidget-shared
|
||||
kommanderwidgets-shared
|
||||
kommanderplugin-shared
|
||||
kommanderfactory-static
|
||||
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES kommander.xml kommander-new.xml
|
||||
DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax
|
||||
)
|
||||
|
||||
tde_create_translated_desktop( kmdr-editor.desktop )
|
@ -0,0 +1,4 @@
|
||||
install(
|
||||
FILES kommandersplash.png toolbox.png tdefontcombo.png
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kommander/pics
|
||||
)
|
@ -0,0 +1,3 @@
|
||||
add_subdirectory( current )
|
||||
add_subdirectory( old )
|
||||
add_subdirectory( tutorial )
|
@ -0,0 +1,7 @@
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES a1.kmdr b1.kmdr editor-poc.kmdr keyvaluecombo.kmdr
|
||||
kpartmwframe.kmdr kpartpart.kmdr passvariables.kmdr tableselect.kmdr
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kmdr-editor/editor/current
|
||||
)
|
@ -0,0 +1,10 @@
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES checkmail.kmdr execprogram.kmdr form1.kmdr form3.kmdr
|
||||
form5.kmdr populate.kmdr selectedwidgettext.kmdr simplelist.kmdr
|
||||
tidy.kmdr wizard.kmdr ex1.kmdr firstform.kmdr.kmdr form2.kmdr
|
||||
form4.kmdr newfile.kmdr resize.kmdr settings.kmdr tar.kmdr
|
||||
widgetgenerator.kmdr
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kmdr-editor/editor/old
|
||||
)
|
@ -0,0 +1,10 @@
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES append.kmdr calc.kmdr dcop.kmdr globals.kmdr loop.kmdr
|
||||
progressbar.kmdr slots.kmdr strings.kmdr tree.kmdr arrays.kmdr
|
||||
cmdline.kmdr dialogs.kmdr initialize.kmdr picview.kmdr
|
||||
settings.kmdr statusbar.kmdr table.kmdr widgets.kmdr
|
||||
README
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kmdr-editor/editor/tutorial
|
||||
)
|
@ -0,0 +1,58 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/kommander/widget
|
||||
${CMAKE_SOURCE_DIR}/kommander/widgets
|
||||
${CMAKE_SOURCE_DIR}/kommander/factory
|
||||
${CMAKE_SOURCE_DIR}/kommander/plugin
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### instance (static)
|
||||
|
||||
tde_add_library( instance STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
instance.cpp
|
||||
dcopkommanderif.skel
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
kommanderplugin-shared
|
||||
)
|
||||
|
||||
|
||||
##### kmdr-executor (executable)
|
||||
|
||||
tde_add_executable( kmdr-executor AUTOMOC
|
||||
|
||||
SOURCES
|
||||
main.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
instance-static
|
||||
kommanderwidget-shared
|
||||
kommanderwidgets-shared
|
||||
kommanderfactory-static
|
||||
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
tde_create_translated_desktop(
|
||||
SOURCE kmdr-executor.desktop
|
||||
DESTINATION ${APPS_INSTALL_DIR}/.hidden
|
||||
)
|
@ -0,0 +1,36 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/kommander/widget
|
||||
${CMAKE_SOURCE_DIR}/kommander/plugin
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
add_definitions( -DTQT_NO_SQL )
|
||||
|
||||
|
||||
##### kommanderfactory (static)
|
||||
|
||||
tde_add_library( kommanderfactory STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
kommanderfactory.cpp
|
||||
domtool.cpp
|
||||
LINK
|
||||
kommanderplugin-shared
|
||||
)
|
||||
|
||||
|
||||
###### headers
|
||||
|
||||
install(
|
||||
FILES kommanderfactory.h
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,9 @@
|
||||
##### icons
|
||||
|
||||
tde_install_icons( kommander )
|
||||
|
||||
install(
|
||||
FILES hi22-action-arrow.png
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kommander/icons/hicolor/22x22/actions
|
||||
RENAME arrow.png
|
||||
)
|
@ -0,0 +1,7 @@
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES dcoptool-oldparser.kmdr examples.kmdr
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kmdr-editor/editor
|
||||
)
|
||||
|
@ -0,0 +1,43 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/kommander/executor
|
||||
${CMAKE_SOURCE_DIR}/kommander/factory
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### libkommander_part (kpart)
|
||||
|
||||
tde_add_kpart( libkommander_part AUTOMOC
|
||||
|
||||
SOURCES
|
||||
kommander_part.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
kjs-shared
|
||||
tdeparts-shared
|
||||
tdehtml-shared
|
||||
kommanderwidget-shared
|
||||
kommanderplugin-shared
|
||||
instance-static
|
||||
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
tde_create_translated_desktop(
|
||||
SOURCE kommander_part.desktop
|
||||
DESTINATION ${SERVICES_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,38 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/kommander/widget
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### kommanderplugin (shared)
|
||||
|
||||
tde_add_library( kommanderplugin SHARED AUTOMOC
|
||||
|
||||
SOURCES
|
||||
kommanderplugin.cpp
|
||||
specialinformation.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
|
||||
DESTINATION ${LIB_INSTALL_DIR}
|
||||
|
||||
VERSION 0.0.0
|
||||
)
|
||||
|
||||
|
||||
##### headers
|
||||
|
||||
install(
|
||||
FILES kommanderplugin.h specials.h
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,30 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/kommander/factory
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### kmdr-plugins (executable)
|
||||
|
||||
tde_add_executable( kmdr-plugins AUTOMOC
|
||||
|
||||
SOURCES
|
||||
main.cpp
|
||||
mainwindow.cpp
|
||||
pluginmanager.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,46 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/kommander/plugin
|
||||
${CMAKE_SOURCE_DIR}/kommander/factory
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### kommanderwidget (shared)
|
||||
|
||||
tde_add_library( kommanderwidget SHARED AUTOMOC
|
||||
|
||||
SOURCES
|
||||
expression.cpp function.cpp
|
||||
functionlib.cpp invokeclass.cpp
|
||||
kmdrmainwindow.cpp kommanderfunctions.cpp
|
||||
kommanderwidget.cpp kommanderwindow.cpp
|
||||
myprocess.cpp parsenode.cpp
|
||||
parser.cpp parserdata.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeio-shared
|
||||
tdeui-shared
|
||||
kommanderplugin-shared
|
||||
kommanderfactory-static
|
||||
|
||||
DESTINATION ${LIB_INSTALL_DIR}
|
||||
|
||||
VERSION 0.0.0
|
||||
)
|
||||
|
||||
|
||||
##### headers
|
||||
|
||||
install(
|
||||
FILES kommanderwidget.h kommander_export.h
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,49 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/kommander/widget
|
||||
${CMAKE_SOURCE_DIR}/kommander/factory
|
||||
${CMAKE_SOURCE_DIR}/kommander/plugin
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### kommanderwidgets (shared)
|
||||
|
||||
tde_add_library( kommanderwidgets SHARED AUTOMOC
|
||||
|
||||
SOURCES
|
||||
aboutdialog.cpp buttongroup.cpp
|
||||
checkbox.cpp closebutton.cpp
|
||||
combobox.cpp datepicker.cpp dialog.cpp
|
||||
execbutton.cpp fileselector.cpp
|
||||
fontdialog.cpp groupbox.cpp
|
||||
konsole.cpp label.cpp
|
||||
lineedit.cpp listbox.cpp
|
||||
pixmaplabel.cpp plugin.cpp
|
||||
popupmenu.cpp progressbar.cpp
|
||||
radiobutton.cpp richtexteditor.cpp
|
||||
scriptobject.cpp slider.cpp
|
||||
spinboxint.cpp statusbar.cpp
|
||||
subdialog.cpp table.cpp
|
||||
tabwidget.cpp textbrowser.cpp
|
||||
textedit.cpp timer.cpp
|
||||
toolbox.cpp treewidget.cpp
|
||||
wizard.cpp
|
||||
LINK
|
||||
tdeio-shared
|
||||
kommanderwidget-shared
|
||||
kommanderplugin-shared
|
||||
kommanderfactory-static
|
||||
|
||||
DESTINATION ${LIB_INSTALL_DIR}
|
||||
|
||||
VERSION 0.0.0
|
||||
)
|
@ -0,0 +1,6 @@
|
||||
add_subdirectory( plugintemplate )
|
||||
|
||||
install(
|
||||
PROGRAMS kmdr2po extractkmdr
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kommander/translating
|
||||
)
|
@ -0,0 +1,17 @@
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES kommanderplugin.png
|
||||
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard
|
||||
)
|
||||
|
||||
install(
|
||||
FILES kommanderplugin.tdevtemplate
|
||||
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates
|
||||
)
|
||||
|
||||
tde_create_tarball(
|
||||
TARGET kommanderplugin.tar.gz
|
||||
FILES src-Makefile.am plugin.cpp widget.h widget.cpp app.tdevelop
|
||||
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard
|
||||
)
|
@ -0,0 +1,84 @@
|
||||
#add_subdirectory( data )
|
||||
add_subdirectory( kxsldbgpart )
|
||||
|
||||
add_compile_options( ${ICU_CXXFLAGS} )
|
||||
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${LIBXML_INCLUDE_DIRS}
|
||||
${LIBXSLT_INCLUDE_DIRS}
|
||||
${READLINE_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### kxsldbg (executable)
|
||||
|
||||
tde_add_executable( kxsldbg AUTOMOC
|
||||
|
||||
SOURCES
|
||||
kxsldbg.cpp
|
||||
main.cpp
|
||||
kxsldbgif.skel
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
tdeparts-shared
|
||||
tqtnotfier-static
|
||||
kxsldbgcommon-static
|
||||
xsldbg-static
|
||||
${READLINE_LIBRARIES}
|
||||
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### xsldbg (executable)
|
||||
|
||||
tde_add_executable( xsldbg AUTOMOC
|
||||
|
||||
SOURCES
|
||||
xsldbgmain.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
tdeparts-shared
|
||||
xsldbg-static
|
||||
${READLINE_LIBRARIES}
|
||||
|
||||
DEPENDENCIES
|
||||
xsldbg-static
|
||||
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### icons
|
||||
|
||||
tde_install_icons( kxsldbg )
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
install(
|
||||
FILES kxsldbg_shell.rc
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kxsldbg
|
||||
)
|
||||
|
||||
tde_create_translated_desktop(
|
||||
SOURCE xsldbg.desktop
|
||||
DESTINATION ${APPS_INSTALL_DIR}/.hidden
|
||||
)
|
||||
|
||||
tde_create_translated_desktop( kxsldbg.desktop )
|
@ -0,0 +1,109 @@
|
||||
add_subdirectory( libqtnotfier )
|
||||
add_subdirectory( libxsldbg )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${LIBXML_INCLUDE_DIRS}
|
||||
${LIBXSLT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
add_compile_options( ${ICU_CXXFLAGS} )
|
||||
|
||||
|
||||
##### kxsldbgcommon (static)
|
||||
|
||||
tde_add_library( kxsldbgcommon STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
kxsldbg_partif.skel
|
||||
xsldbgwalkspeed.ui
|
||||
xsldbgtemplates.ui
|
||||
xsldbgsources.ui
|
||||
xsldbgmsgdialog.ui
|
||||
xsldbglocalvariables.ui
|
||||
xsldbgglobalvariables.ui
|
||||
xsldbgentities.ui
|
||||
xsldbgconfig.ui
|
||||
xsldbgcallstack.ui
|
||||
xsldbgbreakpoints.ui
|
||||
xsldbgwalkspeedimpl.cpp
|
||||
xsldbgtemplatesimpl.cpp
|
||||
xsldbgtemplatelistitem.cpp
|
||||
xsldbgsourcesimpl.cpp
|
||||
xsldbgoutputview.cpp
|
||||
xsldbglocalvariablesimpl.cpp
|
||||
xsldbglocallistitem.cpp
|
||||
xsldbglistitem.cpp
|
||||
xsldbginspector.cpp
|
||||
xsldbgglobalvariablesimpl.cpp
|
||||
xsldbggloballistitem.cpp
|
||||
xsldbgentitiesimpl.cpp
|
||||
xsldbgdoc.cpp
|
||||
xsldbgdialogbase.cpp
|
||||
xsldbgdebugger.cpp
|
||||
xsldbgconfigimpl.cpp
|
||||
xsldbgcallstackimpl.cpp
|
||||
xsldbgbreakpointsimpl.cpp
|
||||
xsldbgbreakpointlistitem.cpp
|
||||
qxsldbgdoc.cpp
|
||||
kxsldbg_part.cpp
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
tdeio-shared
|
||||
tdeparts-shared
|
||||
kjs-shared
|
||||
xsldbg-static
|
||||
tqtnotfier-static
|
||||
)
|
||||
|
||||
|
||||
##### libkxsldbgpart (kpart)
|
||||
|
||||
configure_file( ${TDE_CMAKE_TEMPLATES}/tde_dummy_cpp.cmake dummy.cpp COPYONLY )
|
||||
|
||||
tde_add_kpart( libkxsldbgpart AUTOMOC
|
||||
|
||||
SOURCES
|
||||
dummy.cpp
|
||||
EMBED
|
||||
kxsldbgcommon-static
|
||||
LINK
|
||||
tdecore-shared
|
||||
tdeui-shared
|
||||
kjs-shared
|
||||
tdeio-shared
|
||||
tdeparts-shared
|
||||
katepartinterfaces-shared
|
||||
${READLINE_LIBRARIES}
|
||||
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### icons
|
||||
|
||||
tde_install_icons( )
|
||||
|
||||
|
||||
##### other data
|
||||
|
||||
tde_create_translated_desktop(
|
||||
SOURCE kxsldbg_part.desktop
|
||||
DESTINATION ${SERVICES_INSTALL_DIR}
|
||||
)
|
||||
|
||||
install(
|
||||
FILES kxsldbg_part.rc
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kxsldbgpart
|
||||
)
|
||||
|
@ -0,0 +1,34 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${LIBXML_INCLUDE_DIRS}
|
||||
${LIBXSLT_INCLUDE_DIRS}
|
||||
${READLINE_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
add_compile_options( ${ICU_CXXFLAGS} )
|
||||
|
||||
|
||||
##### tqtnotfier (static)
|
||||
|
||||
tde_add_library( tqtnotfier STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
xsldbgthread.cpp
|
||||
xsldbgnotifier.cpp
|
||||
xsldbgevent.cpp
|
||||
xsldbgdebuggerbase.cpp
|
||||
qtnotifier2.cpp
|
||||
LINK
|
||||
${LIBXSLT_LIBRARIES}
|
||||
${READLINE_LIBRARIES}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
@ -0,0 +1,54 @@
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${LIBXML_INCLUDE_DIRS}
|
||||
${LIBXSLT_INCLUDE_DIRS}
|
||||
${READLINE_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
${TDE_LIB_DIR}
|
||||
)
|
||||
|
||||
add_compile_options( ${ICU_CXXFLAGS} )
|
||||
|
||||
##### xsldbg (static)
|
||||
|
||||
tde_add_library( xsldbg STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
allmoc.cpp
|
||||
xsldbgthread.cpp
|
||||
xsldbg.cpp
|
||||
xsldbgmsg.cpp
|
||||
variable_cmds.cpp
|
||||
utils.cpp
|
||||
trace_cmds.cpp
|
||||
template_cmds.cpp
|
||||
search_cmds.cpp
|
||||
search.cpp
|
||||
param_cmds.cpp
|
||||
os_cmds.cpp
|
||||
options_unix.cpp
|
||||
options.cpp
|
||||
option_cmds.cpp
|
||||
nodeview_cmds.cpp
|
||||
help_unix.cpp
|
||||
files_unix.cpp
|
||||
files.cpp
|
||||
file_cmds.cpp
|
||||
debug.cpp
|
||||
callstack.cpp
|
||||
breakpoint_cmds.cpp
|
||||
breakpoint.cpp
|
||||
arraylist.cpp
|
||||
debugXSL.cpp
|
||||
LINK
|
||||
${LIBXSLT_LIBRARIES}
|
||||
${LIBEXSLT_LIBRARIES}
|
||||
${READLINE_LIBRARIES}
|
||||
)
|
@ -0,0 +1,2 @@
|
||||
|
||||
add_subdirectory( tdemdi )
|
@ -0,0 +1,21 @@
|
||||
add_subdirectory( qextmdi )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/lib/compatibility/tdemdi/qextmdi
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
##### quantatdemdi (static)
|
||||
|
||||
tde_add_library( quantatdemdi STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
dummy.cpp
|
||||
LINK
|
||||
tdeparts-shared
|
||||
tdeio-shared
|
||||
quantaqextmdi-static
|
||||
)
|
@ -0,0 +1,27 @@
|
||||
#add_subdirectory( res )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/lib/compatibility/tdemdi/qextmdi/res
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
##### quantatdemdi (static)
|
||||
|
||||
tde_add_library( quantaqextmdi STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
tdemdichildarea.cpp tdemdichildfrm.cpp
|
||||
tdemdichildfrmcaption.cpp tdemdichildview.cpp
|
||||
tdemdimainfrm.cpp tdemditaskbar.cpp
|
||||
tdemultitabbar.cpp tdemditoolviewaccessor.cpp
|
||||
tdemdidocumentviewtabwidget.cpp tdemdifocuslist.cpp
|
||||
tdemdiguiclient.cpp ktabwidget.cpp
|
||||
ktabbar.cpp kdockwidget.cpp
|
||||
kdockwidget_private.cpp tdemdidockcontainer.cpp
|
||||
LINK
|
||||
tdeparts-shared
|
||||
)
|
@ -0,0 +1,21 @@
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_SOURCE_DIR}/lib
|
||||
${CMAKE_SOURCE_DIR}/quanta/src
|
||||
${CMAKE_SOURCE_DIR}/quanta/project
|
||||
${CMAKE_SOURCE_DIR}/quanta/parsers
|
||||
${CMAKE_SOURCE_DIR}/quanta/utility
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
##### cvsservice (static)
|
||||
|
||||
tde_add_library( cvsservice STATIC_PIC AUTOMOC
|
||||
|
||||
SOURCES
|
||||
cvsservicedcopif.skel
|
||||
cvscommitdlgs.ui
|
||||
cvsupdatetodlgs.ui
|
||||
cvsservice.cpp
|
||||
)
|
Loading…
Reference in new issue