Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19dav3.5.13-sru
commit
8362bf63de
@ -0,0 +1 @@
|
||||
See in the each subdirectory for the authors of each KOffice application/filter.
|
@ -0,0 +1,199 @@
|
||||
# Doxyfile 0.1
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# General configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
PROJECT_NAME = KOffice
|
||||
PROJECT_NUMBER = "SVN trunk"
|
||||
OUTPUT_DIRECTORY = "../apidocs"
|
||||
OUTPUT_LANGUAGE = English
|
||||
EXTRACT_ALL = YES
|
||||
EXTRACT_PRIVATE = NO
|
||||
EXTRACT_STATIC = YES
|
||||
HIDE_UNDOC_MEMBERS = NO
|
||||
HIDE_UNDOC_CLASSES = NO
|
||||
BRIEF_MEMBER_DESC = YES
|
||||
REPEAT_BRIEF = YES
|
||||
ALWAYS_DETAILED_SEC = NO
|
||||
FULL_PATH_NAMES = NO
|
||||
STRIP_FROM_PATH =
|
||||
INTERNAL_DOCS = NO
|
||||
STRIP_CODE_COMMENTS = YES
|
||||
CASE_SENSE_NAMES = YES
|
||||
SHORT_NAMES = NO
|
||||
HIDE_SCOPE_NAMES = NO
|
||||
VERBATIM_HEADERS = YES
|
||||
SHOW_INCLUDE_FILES = YES
|
||||
JAVADOC_AUTOBRIEF = NO
|
||||
INHERIT_DOCS = YES
|
||||
INLINE_INFO = YES
|
||||
SORT_MEMBER_DOCS = YES
|
||||
DISTRIBUTE_GROUP_DOC = NO
|
||||
TAB_SIZE = 8
|
||||
GENERATE_TODOLIST = YES
|
||||
GENERATE_TESTLIST = YES
|
||||
GENERATE_BUGLIST = YES
|
||||
ALIASES =
|
||||
ENABLED_SECTIONS =
|
||||
MAX_INITIALIZER_LINES = 30
|
||||
OPTIMIZE_OUTPUT_FOR_C = NO
|
||||
SHOW_USED_FILES = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to warning and progress messages
|
||||
#---------------------------------------------------------------------------
|
||||
QUIET = NO
|
||||
WARNINGS = YES
|
||||
WARN_IF_UNDOCUMENTED = NO
|
||||
WARN_FORMAT =
|
||||
WARN_LOGFILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = example \
|
||||
filters \
|
||||
interfaces \
|
||||
karbon \
|
||||
kchart \
|
||||
kdgantt \
|
||||
kexi \
|
||||
kformula \
|
||||
kivio \
|
||||
koshell \
|
||||
kplato \
|
||||
kpresenter \
|
||||
krita \
|
||||
kspread kugar kword lib
|
||||
FILE_PATTERNS = *.h
|
||||
RECURSIVE = YES
|
||||
#EXCLUDE = \
|
||||
#arts/tests kdeprint/tests khtml/java/tests kio/kfile/tests kioslave/http/kcookiejar/tests kwallet/backend/tests \
|
||||
#kdecore/tests kdeui/tests kinit/tests kio/tests kparts/tests libkmid/tests
|
||||
# */tests doesn't seem to work :(
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
|
||||
# certain files from those directories.
|
||||
|
||||
EXCLUDE_PATTERNS = *.ui.h *.moc.* Makefile.* ChangeLog CHANGES CHANGES.* README \
|
||||
README.* *.png AUTHORS DESIGN DESIGN.* *.desktop \
|
||||
DESKTOP* COMMENTS HOWTO magic NOTES TODO THANKS
|
||||
|
||||
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
||||
# directories that contain example code fragments that are included (see
|
||||
# the \include command).
|
||||
|
||||
EXAMPLE_PATH =
|
||||
EXAMPLE_PATTERNS =
|
||||
EXAMPLE_RECURSIVE = NO
|
||||
IMAGE_PATH =
|
||||
INPUT_FILTER =
|
||||
FILTER_SOURCE_FILES = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to source browsing
|
||||
#---------------------------------------------------------------------------
|
||||
SOURCE_BROWSER = YES
|
||||
INLINE_SOURCES = NO
|
||||
REFERENCED_BY_RELATION = YES
|
||||
REFERENCES_RELATION = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the alphabetical class index
|
||||
#---------------------------------------------------------------------------
|
||||
ALPHABETICAL_INDEX = NO
|
||||
COLS_IN_ALPHA_INDEX = 5
|
||||
IGNORE_PREFIX =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the HTML output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_HTML = YES
|
||||
HTML_OUTPUT =
|
||||
HTML_HEADER =
|
||||
HTML_FOOTER =
|
||||
HTML_STYLESHEET =
|
||||
HTML_ALIGN_MEMBERS = YES
|
||||
GENERATE_HTMLHELP = NO
|
||||
GENERATE_CHI = NO
|
||||
BINARY_TOC = NO
|
||||
TOC_EXPAND = NO
|
||||
DISABLE_INDEX = NO
|
||||
ENUM_VALUES_PER_LINE = 4
|
||||
GENERATE_TREEVIEW = NO
|
||||
TREEVIEW_WIDTH = 250
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the LaTeX output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_LATEX = NO
|
||||
LATEX_OUTPUT =
|
||||
COMPACT_LATEX = NO
|
||||
PAPER_TYPE = a4wide
|
||||
EXTRA_PACKAGES =
|
||||
LATEX_HEADER =
|
||||
PDF_HYPERLINKS = NO
|
||||
USE_PDFLATEX = NO
|
||||
LATEX_BATCHMODE = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the RTF output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_RTF = NO
|
||||
RTF_OUTPUT =
|
||||
COMPACT_RTF = NO
|
||||
RTF_HYPERLINKS = NO
|
||||
RTF_STYLESHEET_FILE =
|
||||
RTF_EXTENSIONS_FILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the man page output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_MAN = NO
|
||||
MAN_OUTPUT = man
|
||||
MAN_EXTENSION = .kde3
|
||||
MAN_LINKS = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the XML output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_XML = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the preprocessor
|
||||
#---------------------------------------------------------------------------
|
||||
ENABLE_PREPROCESSING = YES
|
||||
MACRO_EXPANSION = NO
|
||||
EXPAND_ONLY_PREDEF = NO
|
||||
SEARCH_INCLUDES = YES
|
||||
INCLUDE_PATH =
|
||||
INCLUDE_FILE_PATTERNS =
|
||||
PREDEFINED =
|
||||
EXPAND_AS_DEFINED =
|
||||
SKIP_FUNCTION_MACROS = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::addtions related to external references
|
||||
#---------------------------------------------------------------------------
|
||||
TAGFILES =
|
||||
GENERATE_TAGFILE =
|
||||
ALLEXTERNALS = NO
|
||||
PERL_PATH =
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
#---------------------------------------------------------------------------
|
||||
CLASS_DIAGRAMS = YES
|
||||
HAVE_DOT = YES
|
||||
CLASS_GRAPH = YES
|
||||
COLLABORATION_GRAPH = YES
|
||||
TEMPLATE_RELATIONS = YES
|
||||
HIDE_UNDOC_RELATIONS = YES
|
||||
INCLUDE_GRAPH = YES
|
||||
INCLUDED_BY_GRAPH = YES
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
DOT_PATH =
|
||||
DOTFILE_DIRS =
|
||||
MAX_DOT_GRAPH_WIDTH = 640
|
||||
MAX_DOT_GRAPH_HEIGHT = 1024
|
||||
GENERATE_LEGEND = YES
|
||||
DOT_CLEANUP = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::addtions related to the search engine
|
||||
#---------------------------------------------------------------------------
|
||||
SEARCHENGINE = NO
|
||||
CGI_NAME =
|
||||
CGI_URL =
|
||||
DOC_URL =
|
||||
DOC_ABSPATH =
|
||||
BIN_ABSPATH =
|
||||
EXT_DOC_PATHS =
|
@ -0,0 +1,186 @@
|
||||
Basic Installation
|
||||
==================
|
||||
|
||||
These are generic installation instructions.
|
||||
|
||||
The `configure' shell script attempts to guess correct values for
|
||||
various system-dependent variables used during compilation. It uses
|
||||
those values to create a `Makefile' in each directory of the package.
|
||||
It may also create one or more `.h' files containing system-dependent
|
||||
definitions. Finally, it creates a shell script `config.status' that
|
||||
you can run in the future to recreate the current configuration, a file
|
||||
`config.cache' that saves the results of its tests to speed up
|
||||
reconfiguring, and a file `config.log' containing compiler output
|
||||
(useful mainly for debugging `configure').
|
||||
|
||||
If you need to do unusual things to compile the package, please try
|
||||
to figure out how `configure' could check whether to do them, and mail
|
||||
diffs or instructions to the address given in the `README' so they can
|
||||
be considered for the next release. If at some point `config.cache'
|
||||
contains results you don't want to keep, you may remove or edit it.
|
||||
|
||||
The file `configure.in' is used to create `configure' by a program
|
||||
called `autoconf'. You only need `configure.in' if you want to change
|
||||
it or regenerate `configure' using a newer version of `autoconf'.
|
||||
|
||||
The simplest way to compile this package is:
|
||||
|
||||
1. `cd' to the directory containing the package's source code and type
|
||||
`./configure' to configure the package for your system. If you're
|
||||
using `csh' on an old version of System V, you might need to type
|
||||
`sh ./configure' instead to prevent `csh' from trying to execute
|
||||
`configure' itself.
|
||||
|
||||
Running `configure' takes a while. While running, it prints some
|
||||
messages telling which features it is checking for.
|
||||
|
||||
2. Type `make' to compile the package.
|
||||
|
||||
3. Optionally, type `make check' to run any self-tests that come with
|
||||
the package.
|
||||
|
||||
4. Type `make install' to install the programs and any data files and
|
||||
documentation.
|
||||
|
||||
5. You can remove the program binaries and object files from the
|
||||
source code directory by typing `make clean'. To also remove the
|
||||
files that `configure' created (so you can compile the package for
|
||||
a different kind of computer), type `make distclean'. There is
|
||||
also a `make maintainer-clean' target, but that is intended mainly
|
||||
for the package's developers. If you use it, you may have to get
|
||||
all sorts of other programs in order to regenerate files that came
|
||||
with the distribution.
|
||||
|
||||
Compilers and Options
|
||||
=====================
|
||||
|
||||
Some systems require unusual options for compilation or linking that
|
||||
the `configure' script does not know about. You can give `configure'
|
||||
initial values for variables by setting them in the environment. Using
|
||||
a Bourne-compatible shell, you can do that on the command line like
|
||||
this:
|
||||
CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
|
||||
|
||||
Or on systems that have the `env' program, you can do it like this:
|
||||
env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
|
||||
|
||||
Compiling For Multiple Architectures
|
||||
====================================
|
||||
|
||||
You can compile the package for more than one kind of computer at the
|
||||
same time, by placing the object files for each architecture in their
|
||||
own directory. To do this, you must use a version of `make' that
|
||||
supports the `VPATH' variable, such as GNU `make'. `cd' to the
|
||||
directory where you want the object files and executables to go and run
|
||||
the `configure' script. `configure' automatically checks for the
|
||||
source code in the directory that `configure' is in and in `..'.
|
||||
|
||||
If you have to use a `make' that does not supports the `VPATH'
|
||||
variable, you have to compile the package for one architecture at a time
|
||||
in the source code directory. After you have installed the package for
|
||||
one architecture, use `make distclean' before reconfiguring for another
|
||||
architecture.
|
||||
|
||||
Installation Names
|
||||
==================
|
||||
|
||||
By default, `make install' will install the package's files in
|
||||
`/usr/local/kde/bin', `/usr/local/kde/lib', etc. You can specify an
|
||||
installation prefix other than `/usr/local/kde' by giving `configure'
|
||||
the option `--prefix=PATH'.
|
||||
|
||||
You can specify separate installation prefixes for
|
||||
architecture-specific files and architecture-independent files. If you
|
||||
give `configure' the option `--exec-prefix=PATH', the package will use
|
||||
PATH as the prefix for installing programs and libraries.
|
||||
Documentation and other data files will still use the regular prefix.
|
||||
|
||||
If the package supports it, you can cause programs to be installed
|
||||
with an extra prefix or suffix on their names by giving `configure' the
|
||||
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
|
||||
|
||||
KDE Specific
|
||||
============
|
||||
|
||||
If you use ./configure --prefix to install KOffice in a different
|
||||
location than the rest of KDE, you need to tell KDE about it.
|
||||
For this, either set $KDEDIRS so that it contains both prefixes,
|
||||
or add this to /etc/kderc :
|
||||
[Directories]
|
||||
prefixes=/the/prefix/I/used/to/install/koffice/
|
||||
|
||||
Optional Features
|
||||
=================
|
||||
|
||||
Some packages pay attention to `--enable-FEATURE' options to
|
||||
`configure', where FEATURE indicates an optional part of the package.
|
||||
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
|
||||
is something like `gnu-as' or `x' (for the X Window System). The
|
||||
`README' should mention any `--enable-' and `--with-' options that the
|
||||
package recognizes.
|
||||
|
||||
For packages that use the X Window System, `configure' can usually
|
||||
find the X include and library files automatically, but if it doesn't,
|
||||
you can use the `configure' options `--x-includes=DIR' and
|
||||
`--x-libraries=DIR' to specify their locations.
|
||||
|
||||
Specifying the System Type
|
||||
==========================
|
||||
|
||||
There may be some features `configure' can not figure out
|
||||
automatically, but needs to determine by the type of host the package
|
||||
will run on. Usually `configure' can figure that out, but if it prints
|
||||
a message saying it can not guess the host type, give it the
|
||||
`--host=TYPE' option. TYPE can either be a short name for the system
|
||||
type, such as `sun4', or a canonical name with three fields:
|
||||
CPU-COMPANY-SYSTEM
|
||||
|
||||
See the file `config.sub' for the possible values of each field. If
|
||||
`config.sub' isn't included in this package, then this package doesn't
|
||||
need to know the host type.
|
||||
|
||||
If you are building compiler tools for cross-compiling, you can also
|
||||
use the `--target=TYPE' option to select the type of system they will
|
||||
produce code for and the `--build=TYPE' option to select the type of
|
||||
system on which you are compiling the package.
|
||||
|
||||
Sharing Defaults
|
||||
================
|
||||
|
||||
If you want to set default values for `configure' scripts to share,
|
||||
you can create a site shell script called `config.site' that gives
|
||||
default values for variables like `CC', `cache_file', and `prefix'.
|
||||
`configure' looks for `PREFIX/share/config.site' if it exists, then
|
||||
`PREFIX/etc/config.site' if it exists. Or, you can set the
|
||||
`CONFIG_SITE' environment variable to the location of the site script.
|
||||
A warning: not all `configure' scripts look for a site script.
|
||||
|
||||
Operation Controls
|
||||
==================
|
||||
|
||||
`configure' recognizes the following options to control how it
|
||||
operates.
|
||||
|
||||
`--cache-file=FILE'
|
||||
Use and save the results of the tests in FILE instead of
|
||||
`./config.cache'. Set FILE to `/dev/null' to disable caching, for
|
||||
debugging `configure'.
|
||||
|
||||
`--help'
|
||||
Print a summary of the options to `configure', and exit.
|
||||
|
||||
`--quiet'
|
||||
`--silent'
|
||||
`-q'
|
||||
Do not print messages saying which checks are being made.
|
||||
|
||||
`--srcdir=DIR'
|
||||
Look for the package's source code in directory DIR. Usually
|
||||
`configure' can determine that directory automatically.
|
||||
|
||||
`--version'
|
||||
Print the version of Autoconf used to generate the `configure'
|
||||
script, and exit.
|
||||
|
||||
`configure' also accepts some other, not widely useful, options.
|
||||
|
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @mainpage KOffice API Reference
|
||||
*
|
||||
*
|
||||
* KOffice consists of a number of applications.
|
||||
* Very few actually have any API dox to speak of.
|
||||
*
|
||||
* - KDGantt
|
||||
* - Kexi
|
||||
* - KSpread
|
||||
*
|
||||
*/
|
@ -0,0 +1,20 @@
|
||||
## koffice/Makefile.am.in
|
||||
## (C) 1997 Stephan Kulow
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
COMPILE_FIRST = lib interfaces
|
||||
# COMPILE_BEFORE_kexi = kword kugar
|
||||
# COMPILE_BEFORE_kplato = kdgantt kugar
|
||||
# For kword/mailmerge/kspread
|
||||
# COMPILE_BEFORE_kword = kspread
|
||||
# COMPILE_BEFORE_ascend = kword
|
||||
COMPILE_LAST = filters
|
||||
DISTCLEANFILES = inst-apps
|
||||
|
||||
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
|
||||
|
||||
include admin/deps.am
|
||||
|
||||
include admin/Doxyfile.am
|
||||
|
||||
SUBDIRS=$(TOPSUBDIRS)
|
@ -0,0 +1,19 @@
|
||||
## koffice/Makefile.am.in
|
||||
## (C) 1997 Stephan Kulow
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
COMPILE_FIRST = lib interfaces
|
||||
COMPILE_BEFORE_kexi = kword kugar
|
||||
COMPILE_BEFORE_kplato = kdgantt kugar
|
||||
# For kword/mailmerge/kspread
|
||||
COMPILE_BEFORE_kword = kspread
|
||||
COMPILE_BEFORE_ascend = kword
|
||||
COMPILE_LAST = filters
|
||||
DISTCLEANFILES = inst-apps
|
||||
|
||||
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
|
||||
|
||||
include admin/deps.am
|
||||
|
||||
include admin/Doxyfile.am
|
||||
|
@ -0,0 +1,14 @@
|
||||
all:
|
||||
@echo "This Makefile is only for the CVS repository"
|
||||
@echo "This will be deleted before making the distribution"
|
||||
@echo ""
|
||||
@if test ! -d admin; then \
|
||||
echo "Please recheckout this module!" ;\
|
||||
echo "for cvs: use checkout once and after that update again" ;\
|
||||
echo "for cvsup: checkout kde-common from cvsup and" ;\
|
||||
echo " link kde-common/admin to ./admin" ;\
|
||||
exit 1 ;\
|
||||
fi
|
||||
$(MAKE) -f admin/Makefile.common cvs
|
||||
|
||||
.SILENT:
|
@ -0,0 +1,92 @@
|
||||
KOffice is based on KDE ( http://www.kde.org ) which is needed to run KOffice.
|
||||
You need kdelibs and kdebase installed if you want to compile and run
|
||||
KOffice. Look in the kdelibs sourcedir for the file COMPILING for help. Also
|
||||
look at the website as there are many helpfiles available.
|
||||
|
||||
KOffice is a collection of office applications linked together by a common
|
||||
basis. This common basis assures that all office application can work
|
||||
together. You can, for instance, insert a spreadsheet in your thesis without
|
||||
leaving your document. Editing the spreadsheet happens _inside_ your thesis.
|
||||
|
||||
The applications currently included in KOffice are:
|
||||
- KWord
|
||||
Professional text editing
|
||||
- KSpread
|
||||
Professional number cruncher/spreadsheet
|
||||
- KPresenter
|
||||
Professional presentation program
|
||||
- KChart
|
||||
Graphing of your abstract data
|
||||
- Karbon
|
||||
Vector graphics tool
|
||||
- Kugar
|
||||
Database report creation
|
||||
- Kivio
|
||||
Flowcharting program
|
||||
- Kexi
|
||||
Integrated data management
|
||||
- Krita
|
||||
A pixel graphics tool
|
||||
- KFormula
|
||||
A mathematical formula editor
|
||||
- KOffice Workspace
|
||||
A combination of all of the above
|
||||
|
||||
Note: these applications are not necessarily part of the previous or next
|
||||
official stable version of KOffice.
|
||||
|
||||
Developers:
|
||||
===========
|
||||
|
||||
KOffice is created by Open Source programmers around the world. All developers
|
||||
give their time/code to the community for everyone to benefit. The major reason
|
||||
this is done is because those developers want to have a good office suite, and
|
||||
they don't mind sharing it with you.
|
||||
|
||||
If you feel you found a bug or missing feature you can always contact the
|
||||
developers of KOffice (via http://www.koffice.org ) or delve into the software
|
||||
yourself.
|
||||
|
||||
The part that is shared between all KOffice applications can be found in the lib
|
||||
directory. There classes like KoDocument can be found; these classes are
|
||||
extended in the project directories.
|
||||
|
||||
Read the .h files in the respective directories for more info.
|
||||
|
||||
|
||||
Document format:
|
||||
================
|
||||
|
||||
Nearly all KOffice applications use XML formatted files in a ZIP file.
|
||||
|
||||
The main document in XML format can be read with a text editor (after having
|
||||
unzip-ped it from the ZIP file.) XML itself is simply a set of tags,
|
||||
where the application can define the meaning of these tags. The definition of
|
||||
the document type is therefore different for each KOffice application (as you
|
||||
will most likely not find a curved line in a KWord document). The Document Type
|
||||
Definition can be found in every application's source directory in the
|
||||
directory '(application)/dtd.'
|
||||
|
||||
If you would like more information about the makeup of the actual KOffice
|
||||
document structure (not the XML DTD), see the lib/store/SPEC file.
|
||||
|
||||
If you want to see more/fix bugs in this file, feel free to ask or add it
|
||||
yourself.
|
||||
|
||||
|
||||
Contacts:
|
||||
=========
|
||||
|
||||
User mailing list: mailto:koffice@kde.org
|
||||
Developer mailing list: mailto:koffice-devel@kde.org
|
||||
|
||||
Subscribing and list information: http://www.kde.org/mailinglists
|
||||
Archives: http://lists.kde.org
|
||||
|
||||
If you have questions about this README file or about KOffice in general,
|
||||
please mail to the KOffice mailing list: mailto:koffice@kde.org
|
||||
|
||||
|
||||
|
||||
Thomas Zander
|
||||
Chris Lee
|
@ -0,0 +1,31 @@
|
||||
This directory contains the source code for the upcoming KOffice 1.6.
|
||||
The 1.6 release is a kind of "in-between" release, and not every program
|
||||
will be actively developed here.
|
||||
|
||||
The maintainers of some programs have announced that they think that
|
||||
the release cycle for 2.0 is too long and want a feature release in
|
||||
between 1.5 and 2.0. For all the rest of the programs, bugfixes that
|
||||
are committed in the 1.5 branch will be forward ported to 1.6 at the
|
||||
time of the release.
|
||||
|
||||
The real development will happen in trunk, and will eventually lead to
|
||||
KOffice version 2.0, which will be based on Qt4 and kdelibs4.
|
||||
|
||||
Here is the list of applications and libraries that will be developed
|
||||
in the 1.6 cycle:
|
||||
|
||||
- lib/koproperty
|
||||
- lib/kross
|
||||
- kchart
|
||||
- kexi
|
||||
- krita
|
||||
- kdgantt
|
||||
- kplato
|
||||
- doc
|
||||
- kformula
|
||||
- lib/kformula
|
||||
|
||||
It is up to the maintainer of those applications to merge their change
|
||||
with trunk, and with 1.5 for fixed bugs. For all the rest of the
|
||||
applications / subdirectories, all changes for 1.5 will be forward
|
||||
ported as described above.
|
@ -0,0 +1,187 @@
|
||||
Packaging Information for KOffice.
|
||||
----------------------------------
|
||||
|
||||
We recommend building several binary packages from the KOffice source.
|
||||
|
||||
Splitting KOffice into packages:
|
||||
* gives users a better choice of which components they have
|
||||
installed;
|
||||
* allows users to install just the applications without unnecessary
|
||||
dependencies;
|
||||
* helps to reduce packaging conflicts for users with non-standard
|
||||
package selections.
|
||||
|
||||
|
||||
Table Of Contents
|
||||
-----------------
|
||||
|
||||
1. Database drivers (MySQL, PostgreSQL)
|
||||
2. Development files
|
||||
2.1. KexiDB development files
|
||||
2.2. Krita development files
|
||||
3. Scripting support
|
||||
4. Microsoft Access Import (optional, recommended)
|
||||
5. Quick command-line tests of Kexi installation
|
||||
|
||||
|
||||
|
||||
1. Database drivers
|
||||
-------------------
|
||||
|
||||
Kexi provides database drivers for MySQL and PostgreSQL. We suggest
|
||||
putting each driver in a separate package, and that installation of
|
||||
these packages be optional. Each driver package may then depend on
|
||||
the corresponding 'native' libraries: libmysqlclient for MySQL; and
|
||||
and libpqxx for PostgreSQL (libpqxx in turn depends on libpq).
|
||||
|
||||
Thus, the MySQL driver package could contain:
|
||||
lib/kde3/kexidb_mysqldriver.so
|
||||
lib/kde3/kexidb_mysqldriver.la
|
||||
lib/kde3/keximigrate_mysql.so
|
||||
lib/kde3/keximigrate_mysql.la
|
||||
share/services/kexidb_mysqldriver.desktop
|
||||
share/services/keximigrate_mysql.desktop
|
||||
|
||||
The PostgreSQL driver package consists of the following files:
|
||||
lib/kde3/kexidb_pqxxsqldriver.so
|
||||
lib/kde3/kexidb_pqxxsqldriver.la
|
||||
lib/kde3/keximigrate_pqxx.so
|
||||
lib/kde3/keximigrate_pqxx.la
|
||||
share/services/kexidb_pqxxsqldriver.desktop
|
||||
share/services/keximigrate_pqxx.desktop
|
||||
|
||||
Note that you SHOULD NOT care about SQLite database driver or adding
|
||||
dependencies for SQLite, because SQLite support is built into Kexi
|
||||
using a fork of SQLite source code.
|
||||
|
||||
|
||||
2. Development files
|
||||
--------------------
|
||||
|
||||
2.1. KexiDB development files
|
||||
|
||||
Location: koffice/kexi/kexiutils, koffice/kexi/kexidb, koffice/kexi/migration
|
||||
|
||||
KexiDB, the database abstraction library used in Kexi, installs some
|
||||
development files which are required for building external plugins,
|
||||
such as the MS Access import plugin described below.
|
||||
|
||||
We recommend providing KexiDB development files in a separate package.
|
||||
The files are:
|
||||
include/kexidb/*.h
|
||||
include/kexiutils/*.h
|
||||
lib/libkexidb.la
|
||||
lib/libkexidb.so
|
||||
lib/libkexidbparser.so
|
||||
lib/libkexidbparser.la
|
||||
|
||||
The installation can be tested by building the MS Access import plugin
|
||||
as described in the Microsoft Access import plugin section below.
|
||||
|
||||
2.2. Krita development files
|
||||
|
||||
Location: koffice/krita/core, koffice/krita/sdk,
|
||||
koffice/krita/kritacolor, koffice/krita/ui
|
||||
|
||||
These directories contain header files that are installed and can be
|
||||
used by plugin developers to extend Krita with new tools, colorspaces,
|
||||
paint-ops and more. If your distribution packages development files
|
||||
separately, it may be a good idea to make a package with these headers.
|
||||
|
||||
|
||||
3. Scripting support
|
||||
--------------------
|
||||
|
||||
Preliminary support for Ruby and Python scripting is available for
|
||||
Krita and Kexi.
|
||||
It can be disabled by passing the '--disable-scripting' option to
|
||||
'configure'.
|
||||
|
||||
The 'Kross' scripting library (koffice/lib/kross) provides access to
|
||||
the Python and Ruby scripting languages by the dynamically loaded
|
||||
plugins.
|
||||
|
||||
Build time dependencies:
|
||||
Python and Ruby development packages need to be installed in order
|
||||
to build KOffice with full scripting support. In addition, the Ruby
|
||||
interpreter is also required at build time.
|
||||
|
||||
Run time dependencies:
|
||||
Kross detects which of these libraries is installed dynamically, at
|
||||
run-time. Therefore, KOffice packages need not have any run-time
|
||||
dependencies on any scripting interpreter.
|
||||
|
||||
The scripting language plugins can be found in:
|
||||
koffice/lib/kross/python; and
|
||||
koffice/lib/kross/ruby.
|
||||
They install as:
|
||||
lib/kde3/krosspython.{la,so}; and
|
||||
lib/kde3/krossruby.{la,so}
|
||||
|
||||
It is recommended to put each interpreter plugin into a separate
|
||||
package, and the user decide if they would like support for each
|
||||
language individually.
|
||||
|
||||
For example, the Python scripting package may contain:
|
||||
lib/kde3/krosspython.so
|
||||
lib/kde3/krosspython.la
|
||||
share/apps/kexi/scripts/exportxhtml/ExportXHTML.py
|
||||
share/apps/kexi/scripts/exportxhtml/ExportXHTML.rc
|
||||
share/apps/kexi/scripts/importxhtml/ImportXHTML.py
|
||||
share/apps/kexi/scripts/importxhtml/ImportXHTML.rc
|
||||
share/apps/kexi/scripts/projectdocumentor/ProjectDocumentor.py
|
||||
share/apps/kexi/scripts/projectdocumentor/ProjectDocumentor.rc
|
||||
share/apps/krita/scripts/invert.py
|
||||
share/apps/krita/scripts/reshapehisto.py
|
||||
|
||||
and the Ruby scripting package may contain:
|
||||
lib/kde3/krossruby.so
|
||||
lib/kde3/krossruby.la
|
||||
share/apps/krita/scripts/ruby/invert.rb
|
||||
share/apps/krita/scripts/ruby/changecs.rb
|
||||
share/apps/krita/scripts/ruby/randompaint.rb
|
||||
|
||||
|
||||
4. Microsoft Access Import (optional, recommended)
|
||||
-------------------------------------
|
||||
|
||||
A plugin to allow the import of MS Access (.mdb) files is available
|
||||
for packaging separately. It is called KexiMDB.
|
||||
|
||||
This package is based on a stripped-down and modified version of
|
||||
mdbtools: http://mdbtools.sf.net/
|
||||
The package should be built after KOffice. It requires GLib, and the
|
||||
Kexi development files as described above.
|
||||
|
||||
The version of the plugin for use with KOffice 1.5 should be available
|
||||
from:
|
||||
ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/database/keximdb-1.0.tar.gz
|
||||
|
||||
Alternatively, it can be found in the KDE Subversion repository. It
|
||||
can be built as follows:
|
||||
svn export svn://anonsvn.kde.org/home/kde/branches/work/keximdb/koffice-1.5 keximdb-1.0
|
||||
cd keximdb-1.0
|
||||
make -f Makefile.cvs
|
||||
./configure --enable-debug=full
|
||||
make
|
||||
make install
|
||||
|
||||
Configure may need to be informed of the location of the KexiDB
|
||||
headers using the --with-kexidb-includes=... and the
|
||||
--with-kexidb-libraries=... options.
|
||||
|
||||
|
||||
5. Quick command-line tests of Kexi installation
|
||||
------------------------------------------------
|
||||
|
||||
If you don't want to click through Kexi interface but still want
|
||||
to make (almost) sure the application is properly packaged, please
|
||||
install it and type the following from the command line:
|
||||
|
||||
kexi --create-opendb --drv sqlite3 --new form testdb
|
||||
|
||||
(ignore possible warning message)
|
||||
This will:
|
||||
- create a new empty database file "testdb",
|
||||
- open it,
|
||||
- create a new empty form
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,892 @@
|
||||
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
# 2005 Free Software Foundation, Inc.
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# AM_AUTOMAKE_VERSION(VERSION)
|
||||
# ----------------------------
|
||||
# Automake X.Y traces this macro to ensure aclocal.m4 has been
|
||||
# generated from the m4 files accompanying Automake X.Y.
|
||||
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
|
||||
|
||||
# AM_SET_CURRENT_AUTOMAKE_VERSION
|
||||
# -------------------------------
|
||||
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
||||
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||
[AM_AUTOMAKE_VERSION([1.9.6])])
|
||||
|
||||
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
|
||||
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
|
||||
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
|
||||
#
|
||||
# Of course, Automake must honor this variable whenever it calls a
|
||||
# tool from the auxiliary directory. The problem is that $srcdir (and
|
||||
# therefore $ac_aux_dir as well) can be either absolute or relative,
|
||||
# depending on how configure is run. This is pretty annoying, since
|
||||
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
|
||||
# source directory, any form will work fine, but in subdirectories a
|
||||
# relative path needs to be adjusted first.
|
||||
#
|
||||
# $ac_aux_dir/missing
|
||||
# fails when called from a subdirectory if $ac_aux_dir is relative
|
||||
# $top_srcdir/$ac_aux_dir/missing
|
||||
# fails if $ac_aux_dir is absolute,
|
||||
# fails when called from a subdirectory in a VPATH build with
|
||||
# a relative $ac_aux_dir
|
||||
#
|
||||
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
|
||||
# are both prefixed by $srcdir. In an in-source build this is usually
|
||||
# harmless because $srcdir is `.', but things will broke when you
|
||||
# start a VPATH build or use an absolute $srcdir.
|
||||
#
|
||||
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
|
||||
# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
|
||||
# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
|
||||
# and then we would define $MISSING as
|
||||
# MISSING="\${SHELL} $am_aux_dir/missing"
|
||||
# This will work as long as MISSING is not called from configure, because
|
||||
# unfortunately $(top_srcdir) has no meaning in configure.
|
||||
# However there are other variables, like CC, which are often used in
|
||||
# configure, and could therefore not use this "fixed" $ac_aux_dir.
|
||||
#
|
||||
# Another solution, used here, is to always expand $ac_aux_dir to an
|
||||
# absolute PATH. The drawback is that using absolute paths prevent a
|
||||
# configured tree to be moved without reconfiguration.
|
||||
|
||||
AC_DEFUN([AM_AUX_DIR_EXPAND],
|
||||
[dnl Rely on autoconf to set up CDPATH properly.
|
||||
AC_PREREQ([2.50])dnl
|
||||
# expand $ac_aux_dir to an absolute path
|
||||
am_aux_dir=`cd $ac_aux_dir && pwd`
|
||||
])
|
||||
|
||||
# AM_CONDITIONAL -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 7
|
||||
|
||||
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
||||
# -------------------------------------
|
||||
# Define a conditional.
|
||||
AC_DEFUN([AM_CONDITIONAL],
|
||||
[AC_PREREQ(2.52)dnl
|
||||
ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
||||
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
||||
AC_SUBST([$1_TRUE])
|
||||
AC_SUBST([$1_FALSE])
|
||||
if $2; then
|
||||
$1_TRUE=
|
||||
$1_FALSE='#'
|
||||
else
|
||||
$1_TRUE='#'
|
||||
$1_FALSE=
|
||||
fi
|
||||
AC_CONFIG_COMMANDS_PRE(
|
||||
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
|
||||
AC_MSG_ERROR([[conditional "$1" was never defined.
|
||||
Usually this means the macro was only invoked conditionally.]])
|
||||
fi])])
|
||||
|
||||
|
||||
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 8
|
||||
|
||||
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
|
||||
# written in clear, in which case automake, when reading aclocal.m4,
|
||||
# will think it sees a *use*, and therefore will trigger all it's
|
||||
# C support machinery. Also note that it means that autoscan, seeing
|
||||
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
|
||||
|
||||
|
||||
# _AM_DEPENDENCIES(NAME)
|
||||
# ----------------------
|
||||
# See how the compiler implements dependency checking.
|
||||
# NAME is "CC", "CXX", "GCJ", or "OBJC".
|
||||
# We try a few techniques and use that to set a single cache variable.
|
||||
#
|
||||
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
|
||||
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
|
||||
# dependency, and given that the user is not expected to run this macro,
|
||||
# just rely on AC_PROG_CC.
|
||||
AC_DEFUN([_AM_DEPENDENCIES],
|
||||
[AC_REQUIRE([AM_SET_DEPDIR])dnl
|
||||
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
|
||||
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
|
||||
AC_REQUIRE([AM_DEP_TRACK])dnl
|
||||
|
||||
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
|
||||
[$1], CXX, [depcc="$CXX" am_compiler_list=],
|
||||
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
|
||||
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
|
||||
[depcc="$$1" am_compiler_list=])
|
||||
|
||||
AC_CACHE_CHECK([dependency style of $depcc],
|
||||
[am_cv_$1_dependencies_compiler_type],
|
||||
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
||||
# We make a subdir and do the tests there. Otherwise we can end up
|
||||
# making bogus files that we don't know about and never remove. For
|
||||
# instance it was reported that on HP-UX the gcc test will end up
|
||||
# making a dummy file named `D' -- because `-MD' means `put the output
|
||||
# in D'.
|
||||
mkdir conftest.dir
|
||||
# Copy depcomp to subdir because otherwise we won't find it if we're
|
||||
# using a relative directory.
|
||||
cp "$am_depcomp" conftest.dir
|
||||
cd conftest.dir
|
||||
# We will build objects and dependencies in a subdirectory because
|
||||
# it helps to detect inapplicable dependency modes. For instance
|
||||
# both Tru64's cc and ICC support -MD to output dependencies as a
|
||||
# side effect of compilation, but ICC will put the dependencies in
|
||||
# the current directory while Tru64 will put them in the object
|
||||
# directory.
|
||||
mkdir sub
|
||||
|
||||
am_cv_$1_dependencies_compiler_type=none
|
||||
if test "$am_compiler_list" = ""; then
|
||||
am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
|
||||
fi
|
||||
for depmode in $am_compiler_list; do
|
||||
# Setup a source with many dependencies, because some compilers
|
||||
# like to wrap large dependency lists on column 80 (with \), and
|
||||
# we should not choose a depcomp mode which is confused by this.
|
||||
#
|
||||
# We need to recreate these files for each test, as the compiler may
|
||||
# overwrite some of them when testing with obscure command lines.
|
||||
# This happens at least with the AIX C compiler.
|
||||
: > sub/conftest.c
|
||||
for i in 1 2 3 4 5 6; do
|
||||
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
||||
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
||||
# Solaris 8's {/usr,}/bin/sh.
|
||||
touch sub/conftst$i.h
|
||||
done
|
||||
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
||||
|
||||
case $depmode in
|
||||
nosideeffect)
|
||||
# after this tag, mechanisms are not by side-effect, so they'll
|
||||
# only be used when explicitly requested
|
||||
if test "x$enable_dependency_tracking" = xyes; then
|
||||
continue
|
||||
else
|
||||
break
|
||||
fi
|
||||
;;
|
||||
none) break ;;
|
||||
esac
|
||||
# We check with `-c' and `-o' for the sake of the "dashmstdout"
|
||||
# mode. It turns out that the SunPro C++ compiler does not properly
|
||||
# handle `-M -o', and we need to detect this.
|
||||
if depmode=$depmode \
|
||||
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
|
||||
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
||||
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
|
||||
>/dev/null 2>conftest.err &&
|
||||
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
||||
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
|
||||
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
||||
# icc doesn't choke on unknown options, it will just issue warnings
|
||||
# or remarks (even with -Werror). So we grep stderr for any message
|
||||
# that says an option was ignored or not supported.
|
||||
# When given -MP, icc 7.0 and 7.1 complain thusly:
|
||||
# icc: Command line warning: ignoring option '-M'; no argument required
|
||||
# The diagnosis changed in icc 8.0:
|
||||
# icc: Command line remark: option '-MP' not supported
|
||||
if (grep 'ignoring option' conftest.err ||
|
||||
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
|
||||
am_cv_$1_dependencies_compiler_type=$depmode
|
||||
break
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
cd ..
|
||||
rm -rf conftest.dir
|
||||
else
|
||||
am_cv_$1_dependencies_compiler_type=none
|
||||
fi
|
||||
])
|
||||
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
|
||||
AM_CONDITIONAL([am__fastdep$1], [
|
||||
test "x$enable_dependency_tracking" != xno \
|
||||
&& test "$am_cv_$1_dependencies_compiler_type" = gcc3])
|
||||
])
|
||||
|
||||
|
||||
# AM_SET_DEPDIR
|
||||
# -------------
|
||||
# Choose a directory name for dependency files.
|
||||
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
|
||||
AC_DEFUN([AM_SET_DEPDIR],
|
||||
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
||||
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
||||
])
|
||||
|
||||
|
||||
# AM_DEP_TRACK
|
||||
# ------------
|
||||
AC_DEFUN([AM_DEP_TRACK],
|
||||
[AC_ARG_ENABLE(dependency-tracking,
|
||||
[ --disable-dependency-tracking speeds up one-time build
|
||||
--enable-dependency-tracking do not reject slow dependency extractors])
|
||||
if test "x$enable_dependency_tracking" != xno; then
|
||||
am_depcomp="$ac_aux_dir/depcomp"
|
||||
AMDEPBACKSLASH='\'
|
||||
fi
|
||||
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
||||
AC_SUBST([AMDEPBACKSLASH])
|
||||
])
|
||||
|
||||
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
#serial 3
|
||||
|
||||
# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
||||
# ------------------------------
|
||||
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
||||
[for mf in $CONFIG_FILES; do
|
||||
# Strip MF so we end up with the name of the file.
|
||||
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
||||
# Check whether this is an Automake generated Makefile or not.
|
||||
# We used to match only the files named `Makefile.in', but
|
||||
# some people rename them; so instead we look at the file content.
|
||||
# Grep'ing the first line is not enough: some people post-process
|
||||
# each Makefile.in and add a new line on top of each file to say so.
|
||||
# So let's grep whole file.
|
||||
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
|
||||
dirpart=`AS_DIRNAME("$mf")`
|
||||
else
|
||||
continue
|
||||
fi
|
||||
# Extract the definition of DEPDIR, am__include, and am__quote
|
||||
# from the Makefile without running `make'.
|
||||
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
||||
test -z "$DEPDIR" && continue
|
||||
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
||||
test -z "am__include" && continue
|
||||
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
||||
# When using ansi2knr, U may be empty or an underscore; expand it
|
||||
U=`sed -n 's/^U = //p' < "$mf"`
|
||||
# Find all dependency output files, they are included files with
|
||||
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
||||
# simplest approach to changing $(DEPDIR) to its actual value in the
|
||||
# expansion.
|
||||
for file in `sed -n "
|
||||
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
||||
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
||||
# Make sure the directory exists.
|
||||
test -f "$dirpart/$file" && continue
|
||||
fdir=`AS_DIRNAME(["$file"])`
|
||||
AS_MKDIR_P([$dirpart/$fdir])
|
||||
# echo "creating $dirpart/$file"
|
||||
echo '# dummy' > "$dirpart/$file"
|
||||
done
|
||||
done
|
||||
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
||||
|
||||
|
||||
# AM_OUTPUT_DEPENDENCY_COMMANDS
|
||||
# -----------------------------
|
||||
# This macro should only be invoked once -- use via AC_REQUIRE.
|
||||
#
|
||||
# This code is only required when automatic dependency tracking
|
||||
# is enabled. FIXME. This creates each `.P' file that we will
|
||||
# need in order to bootstrap the dependency handling code.
|
||||
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
||||
[AC_CONFIG_COMMANDS([depfiles],
|
||||
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
||||
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
|
||||
])
|
||||
|
||||
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 8
|
||||
|
||||
# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
|
||||
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
|
||||
|
||||
# Do all the work for Automake. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 12
|
||||
|
||||
# This macro actually does too much. Some checks are only needed if
|
||||
# your package does certain things. But this isn't really a big deal.
|
||||
|
||||
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
|
||||
# AM_INIT_AUTOMAKE([OPTIONS])
|
||||
# -----------------------------------------------
|
||||
# The call with PACKAGE and VERSION arguments is the old style
|
||||
# call (pre autoconf-2.50), which is being phased out. PACKAGE
|
||||
# and VERSION should now be passed to AC_INIT and removed from
|
||||
# the call to AM_INIT_AUTOMAKE.
|
||||
# We support both call styles for the transition. After
|
||||
# the next Automake release, Autoconf can make the AC_INIT
|
||||
# arguments mandatory, and then we can depend on a new Autoconf
|
||||
# release and drop the old call support.
|
||||
AC_DEFUN([AM_INIT_AUTOMAKE],
|
||||
[AC_PREREQ([2.58])dnl
|
||||
dnl Autoconf wants to disallow AM_ names. We explicitly allow
|
||||
dnl the ones we care about.
|
||||
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
||||
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
|
||||
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
||||
# test to see if srcdir already configured
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" &&
|
||||
test -f $srcdir/config.status; then
|
||||
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
|
||||
fi
|
||||
|
||||
# test whether we have cygpath
|
||||
if test -z "$CYGPATH_W"; then
|
||||
if (cygpath --version) >/dev/null 2>/dev/null; then
|
||||
CYGPATH_W='cygpath -w'
|
||||
else
|
||||
CYGPATH_W=echo
|
||||
fi
|
||||
fi
|
||||
AC_SUBST([CYGPATH_W])
|
||||
|
||||
# Define the identity of the package.
|
||||
dnl Distinguish between old-style and new-style calls.
|
||||
m4_ifval([$2],
|
||||
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
|
||||
AC_SUBST([PACKAGE], [$1])dnl
|
||||
AC_SUBST([VERSION], [$2])],
|
||||
[_AM_SET_OPTIONS([$1])dnl
|
||||
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
|
||||
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
|
||||
|
||||
_AM_IF_OPTION([no-define],,
|
||||
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
|
||||
|
||||
# Some tools Automake needs.
|
||||
AC_REQUIRE([AM_SANITY_CHECK])dnl
|
||||
AC_REQUIRE([AC_ARG_PROGRAM])dnl
|
||||
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
|
||||
AM_MISSING_PROG(AUTOCONF, autoconf)
|
||||
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
|
||||
AM_MISSING_PROG(AUTOHEADER, autoheader)
|
||||
AM_MISSING_PROG(MAKEINFO, makeinfo)
|
||||
AM_PROG_INSTALL_SH
|
||||
AM_PROG_INSTALL_STRIP
|
||||
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
|
||||
# We need awk for the "check" target. The system "awk" is bad on
|
||||
# some platforms.
|
||||
AC_REQUIRE([AC_PROG_AWK])dnl
|
||||
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
||||
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
||||
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
|
||||
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
||||
[_AM_PROG_TAR([v7])])])
|
||||
_AM_IF_OPTION([no-dependencies],,
|
||||
[AC_PROVIDE_IFELSE([AC_PROG_CC],
|
||||
[_AM_DEPENDENCIES(CC)],
|
||||
[define([AC_PROG_CC],
|
||||
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
|
||||
AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
||||
[_AM_DEPENDENCIES(CXX)],
|
||||
[define([AC_PROG_CXX],
|
||||
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
||||
])
|
||||
])
|
||||
|
||||
|
||||
# When config.status generates a header, we must update the stamp-h file.
|
||||
# This file resides in the same directory as the config header
|
||||
# that is generated. The stamp files are numbered to have different names.
|
||||
|
||||
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
|
||||
# loop where config.status creates the headers, so we can generate
|
||||
# our stamp files there.
|
||||
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
|
||||
[# Compute $1's index in $config_headers.
|
||||
_am_stamp_count=1
|
||||
for _am_header in $config_headers :; do
|
||||
case $_am_header in
|
||||
$1 | $1:* )
|
||||
break ;;
|
||||
* )
|
||||
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
|
||||
esac
|
||||
done
|
||||
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
|
||||
|
||||
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# AM_PROG_INSTALL_SH
|
||||
# ------------------
|
||||
# Define $install_sh.
|
||||
AC_DEFUN([AM_PROG_INSTALL_SH],
|
||||
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
||||
install_sh=${install_sh-"$am_aux_dir/install-sh"}
|
||||
AC_SUBST(install_sh)])
|
||||
|
||||
# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 2
|
||||
|
||||
# Check whether the underlying file-system supports filenames
|
||||
# with a leading dot. For instance MS-DOS doesn't.
|
||||
AC_DEFUN([AM_SET_LEADING_DOT],
|
||||
[rm -rf .tst 2>/dev/null
|
||||
mkdir .tst 2>/dev/null
|
||||
if test -d .tst; then
|
||||
am__leading_dot=.
|
||||
else
|
||||
am__leading_dot=_
|
||||
fi
|
||||
rmdir .tst 2>/dev/null
|
||||
AC_SUBST([am__leading_dot])])
|
||||
|
||||
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
|
||||
# From Jim Meyering
|
||||
|
||||
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 4
|
||||
|
||||
AC_DEFUN([AM_MAINTAINER_MODE],
|
||||
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
|
||||
dnl maintainer-mode is disabled by default
|
||||
AC_ARG_ENABLE(maintainer-mode,
|
||||
[ --enable-maintainer-mode enable make rules and dependencies not useful
|
||||
(and sometimes confusing) to the casual installer],
|
||||
USE_MAINTAINER_MODE=$enableval,
|
||||
USE_MAINTAINER_MODE=no)
|
||||
AC_MSG_RESULT([$USE_MAINTAINER_MODE])
|
||||
AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
|
||||
MAINT=$MAINTAINER_MODE_TRUE
|
||||
AC_SUBST(MAINT)dnl
|
||||
]
|
||||
)
|
||||
|
||||
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
|
||||
|
||||
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 3
|
||||
|
||||
# AM_MAKE_INCLUDE()
|
||||
# -----------------
|
||||
# Check to see how make treats includes.
|
||||
AC_DEFUN([AM_MAKE_INCLUDE],
|
||||
[am_make=${MAKE-make}
|
||||
cat > confinc << 'END'
|
||||
am__doit:
|
||||
@echo done
|
||||
.PHONY: am__doit
|
||||
END
|
||||
# If we don't find an include directive, just comment out the code.
|
||||
AC_MSG_CHECKING([for style of include used by $am_make])
|
||||
am__include="#"
|
||||
am__quote=
|
||||
_am_result=none
|
||||
# First try GNU make style include.
|
||||
echo "include confinc" > confmf
|
||||
# We grep out `Entering directory' and `Leaving directory'
|
||||
# messages which can occur if `w' ends up in MAKEFLAGS.
|
||||
# In particular we don't look at `^make:' because GNU make might
|
||||
# be invoked under some other name (usually "gmake"), in which
|
||||
# case it prints its new name instead of `make'.
|
||||
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
|
||||
am__include=include
|
||||
am__quote=
|
||||
_am_result=GNU
|
||||
fi
|
||||
# Now try BSD make style include.
|
||||
if test "$am__include" = "#"; then
|
||||
echo '.include "confinc"' > confmf
|
||||
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
|
||||
am__include=.include
|
||||
am__quote="\""
|
||||
_am_result=BSD
|
||||
fi
|
||||
fi
|
||||
AC_SUBST([am__include])
|
||||
AC_SUBST([am__quote])
|
||||
AC_MSG_RESULT([$_am_result])
|
||||
rm -f confinc confmf
|
||||
])
|
||||
|
||||
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 4
|
||||
|
||||
# AM_MISSING_PROG(NAME, PROGRAM)
|
||||
# ------------------------------
|
||||
AC_DEFUN([AM_MISSING_PROG],
|
||||
[AC_REQUIRE([AM_MISSING_HAS_RUN])
|
||||
$1=${$1-"${am_missing_run}$2"}
|
||||
AC_SUBST($1)])
|
||||
|
||||
|
||||
# AM_MISSING_HAS_RUN
|
||||
# ------------------
|
||||
# Define MISSING if not defined so far and test if it supports --run.
|
||||
# If it does, set am_missing_run to use it, otherwise, to nothing.
|
||||
AC_DEFUN([AM_MISSING_HAS_RUN],
|
||||
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
||||
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
|
||||
# Use eval to expand $SHELL
|
||||
if eval "$MISSING --run true"; then
|
||||
am_missing_run="$MISSING --run "
|
||||
else
|
||||
am_missing_run=
|
||||
AC_MSG_WARN([`missing' script is too old or missing])
|
||||
fi
|
||||
])
|
||||
|
||||
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# AM_PROG_MKDIR_P
|
||||
# ---------------
|
||||
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
|
||||
#
|
||||
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
|
||||
# created by `make install' are always world readable, even if the
|
||||
# installer happens to have an overly restrictive umask (e.g. 077).
|
||||
# This was a mistake. There are at least two reasons why we must not
|
||||
# use `-m 0755':
|
||||
# - it causes special bits like SGID to be ignored,
|
||||
# - it may be too restrictive (some setups expect 775 directories).
|
||||
#
|
||||
# Do not use -m 0755 and let people choose whatever they expect by
|
||||
# setting umask.
|
||||
#
|
||||
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
|
||||
# Some implementations (such as Solaris 8's) are not thread-safe: if a
|
||||
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
|
||||
# concurrently, both version can detect that a/ is missing, but only
|
||||
# one can create it and the other will error out. Consequently we
|
||||
# restrict ourselves to GNU make (using the --version option ensures
|
||||
# this.)
|
||||
AC_DEFUN([AM_PROG_MKDIR_P],
|
||||
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
|
||||
# We used to keeping the `.' as first argument, in order to
|
||||
# allow $(mkdir_p) to be used without argument. As in
|
||||
# $(mkdir_p) $(somedir)
|
||||
# where $(somedir) is conditionally defined. However this is wrong
|
||||
# for two reasons:
|
||||
# 1. if the package is installed by a user who cannot write `.'
|
||||
# make install will fail,
|
||||
# 2. the above comment should most certainly read
|
||||
# $(mkdir_p) $(DESTDIR)$(somedir)
|
||||
# so it does not work when $(somedir) is undefined and
|
||||
# $(DESTDIR) is not.
|
||||
# To support the latter case, we have to write
|
||||
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
|
||||
# so the `.' trick is pointless.
|
||||
mkdir_p='mkdir -p --'
|
||||
else
|
||||
# On NextStep and OpenStep, the `mkdir' command does not
|
||||
# recognize any option. It will interpret all options as
|
||||
# directories to create, and then abort because `.' already
|
||||
# exists.
|
||||
for d in ./-p ./--version;
|
||||
do
|
||||
test -d $d && rmdir $d
|
||||
done
|
||||
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
|
||||
if test -f "$ac_aux_dir/mkinstalldirs"; then
|
||||
mkdir_p='$(mkinstalldirs)'
|
||||
else
|
||||
mkdir_p='$(install_sh) -d'
|
||||
fi
|
||||
fi
|
||||
AC_SUBST([mkdir_p])])
|
||||
|
||||
# Helper functions for option handling. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 3
|
||||
|
||||
# _AM_MANGLE_OPTION(NAME)
|
||||
# -----------------------
|
||||
AC_DEFUN([_AM_MANGLE_OPTION],
|
||||
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
|
||||
|
||||
# _AM_SET_OPTION(NAME)
|
||||
# ------------------------------
|
||||
# Set option NAME. Presently that only means defining a flag for this option.
|
||||
AC_DEFUN([_AM_SET_OPTION],
|
||||
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
|
||||
|
||||
# _AM_SET_OPTIONS(OPTIONS)
|
||||
# ----------------------------------
|
||||
# OPTIONS is a space-separated list of Automake options.
|
||||
AC_DEFUN([_AM_SET_OPTIONS],
|
||||
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
|
||||
|
||||
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
|
||||
# -------------------------------------------
|
||||
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
|
||||
AC_DEFUN([_AM_IF_OPTION],
|
||||
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
||||
|
||||
# Check to make sure that the build environment is sane. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 4
|
||||
|
||||
# AM_SANITY_CHECK
|
||||
# ---------------
|
||||
AC_DEFUN([AM_SANITY_CHECK],
|
||||
[AC_MSG_CHECKING([whether build environment is sane])
|
||||
# Just in case
|
||||
sleep 1
|
||||
echo timestamp > conftest.file
|
||||
# Do `set' in a subshell so we don't clobber the current shell's
|
||||
# arguments. Must try -L first in case configure is actually a
|
||||
# symlink; some systems play weird games with the mod time of symlinks
|
||||
# (eg FreeBSD returns the mod time of the symlink's containing
|
||||
# directory).
|
||||
if (
|
||||
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
|
||||
if test "$[*]" = "X"; then
|
||||
# -L didn't work.
|
||||
set X `ls -t $srcdir/configure conftest.file`
|
||||
fi
|
||||
rm -f conftest.file
|
||||
if test "$[*]" != "X $srcdir/configure conftest.file" \
|
||||
&& test "$[*]" != "X conftest.file $srcdir/configure"; then
|
||||
|
||||
# If neither matched, then we have a broken ls. This can happen
|
||||
# if, for instance, CONFIG_SHELL is bash and it inherits a
|
||||
# broken ls alias from the environment. This has actually
|
||||
# happened. Such a system could not be considered "sane".
|
||||
AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
|
||||
alias in your environment])
|
||||
fi
|
||||
|
||||
test "$[2]" = conftest.file
|
||||
)
|
||||
then
|
||||
# Ok.
|
||||
:
|
||||
else
|
||||
AC_MSG_ERROR([newly created file is older than distributed files!
|
||||
Check your system clock])
|
||||
fi
|
||||
AC_MSG_RESULT(yes)])
|
||||
|
||||
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# AM_PROG_INSTALL_STRIP
|
||||
# ---------------------
|
||||
# One issue with vendor `install' (even GNU) is that you can't
|
||||
# specify the program used to strip binaries. This is especially
|
||||
# annoying in cross-compiling environments, where the build's strip
|
||||
# is unlikely to handle the host's binaries.
|
||||
# Fortunately install-sh will honor a STRIPPROG variable, so we
|
||||
# always use install-sh in `make install-strip', and initialize
|
||||
# STRIPPROG with the value of the STRIP variable (set by the user).
|
||||
AC_DEFUN([AM_PROG_INSTALL_STRIP],
|
||||
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
|
||||
# Installed binaries are usually stripped using `strip' when the user
|
||||
# run `make install-strip'. However `strip' might not be the right
|
||||
# tool to use in cross-compilation environments, therefore Automake
|
||||
# will honor the `STRIP' environment variable to overrule this program.
|
||||
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
|
||||
if test "$cross_compiling" != no; then
|
||||
AC_CHECK_TOOL([STRIP], [strip], :)
|
||||
fi
|
||||
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
||||
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
||||
|
||||
# Check how to create a tarball. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# serial 2
|
||||
|
||||
# _AM_PROG_TAR(FORMAT)
|
||||
# --------------------
|
||||
# Check how to create a tarball in format FORMAT.
|
||||
# FORMAT should be one of `v7', `ustar', or `pax'.
|
||||
#
|
||||
# Substitute a variable $(am__tar) that is a command
|
||||
# writing to stdout a FORMAT-tarball containing the directory
|
||||
# $tardir.
|
||||
# tardir=directory && $(am__tar) > result.tar
|
||||
#
|
||||
# Substitute a variable $(am__untar) that extract such
|
||||
# a tarball read from stdin.
|
||||
# $(am__untar) < result.tar
|
||||
AC_DEFUN([_AM_PROG_TAR],
|
||||
[# Always define AMTAR for backward compatibility.
|
||||
AM_MISSING_PROG([AMTAR], [tar])
|
||||
m4_if([$1], [v7],
|
||||
[am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
|
||||
[m4_case([$1], [ustar],, [pax],,
|
||||
[m4_fatal([Unknown tar format])])
|
||||
AC_MSG_CHECKING([how to create a $1 tar archive])
|
||||
# Loop over all known methods to create a tar archive until one works.
|
||||
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
|
||||
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
||||
# Do not fold the above two line into one, because Tru64 sh and
|
||||
# Solaris sh will not grok spaces in the rhs of `-'.
|
||||
for _am_tool in $_am_tools
|
||||
do
|
||||
case $_am_tool in
|
||||
gnutar)
|
||||
for _am_tar in tar gnutar gtar;
|
||||
do
|
||||
AM_RUN_LOG([$_am_tar --version]) && break
|
||||
done
|
||||
am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
|
||||
am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
|
||||
am__untar="$_am_tar -xf -"
|
||||
;;
|
||||
plaintar)
|
||||
# Must skip GNU tar: if it does not support --format= it doesn't create
|
||||
# ustar tarball either.
|
||||
(tar --version) >/dev/null 2>&1 && continue
|
||||
am__tar='tar chf - "$$tardir"'
|
||||
am__tar_='tar chf - "$tardir"'
|
||||
am__untar='tar xf -'
|
||||
;;
|
||||
pax)
|
||||
am__tar='pax -L -x $1 -w "$$tardir"'
|
||||
am__tar_='pax -L -x $1 -w "$tardir"'
|
||||
am__untar='pax -r'
|
||||
;;
|
||||
cpio)
|
||||
am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
|
||||
am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
|
||||
am__untar='cpio -i -H $1 -d'
|
||||
;;
|
||||
none)
|
||||
am__tar=false
|
||||
am__tar_=false
|
||||
am__untar=false
|
||||
;;
|
||||
esac
|
||||
|
||||
# If the value was cached, stop now. We just wanted to have am__tar
|
||||
# and am__untar set.
|
||||
test -n "${am_cv_prog_tar_$1}" && break
|
||||
|
||||
# tar/untar a dummy directory, and stop if the command works
|
||||
rm -rf conftest.dir
|
||||
mkdir conftest.dir
|
||||
echo GrepMe > conftest.dir/file
|
||||
AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
|
||||
rm -rf conftest.dir
|
||||
if test -s conftest.tar; then
|
||||
AM_RUN_LOG([$am__untar <conftest.tar])
|
||||
grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
|
||||
fi
|
||||
done
|
||||
rm -rf conftest.dir
|
||||
|
||||
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
|
||||
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
|
||||
AC_SUBST([am__tar])
|
||||
AC_SUBST([am__untar])
|
||||
]) # _AM_PROG_TAR
|
||||
|
||||
m4_include([acinclude.m4])
|
@ -0,0 +1,6 @@
|
||||
# (Is autocorrect.xml still used?)
|
||||
|
||||
# WARNING: Do not add any other language here - use kde-i18n/*/data/koffice/autocorrect for that.
|
||||
scripts_DATA = autocorrect.xml en_US.xml
|
||||
scriptsdir = $(kde_datadir)/koffice/autocorrect
|
||||
|
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE autocorrection>
|
||||
<Word>
|
||||
<items>
|
||||
<item find="(C)" replace="©" />
|
||||
<item find="(R)" replace="®" />
|
||||
<item find="(c)" replace="©" />
|
||||
<item find="(r)" replace="®" />
|
||||
<item find="--" replace="—" />
|
||||
</items>
|
||||
<SuperScript>
|
||||
<superscript find="1st" super="st" />
|
||||
<superscript find="2nd" super="nd" />
|
||||
<superscript find="3rd" super="rd" />
|
||||
<superscript find="othernb" super="th" />
|
||||
</SuperScript>
|
||||
<DoubleQuote>
|
||||
<doublequote begin="«" end="»" />
|
||||
</DoubleQuote>
|
||||
<SimpleQuote>
|
||||
<simplequote begin="'" end="'" />
|
||||
</SimpleQuote>
|
||||
</Word>
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,210 @@
|
||||
New applications: krita, kexi
|
||||
|
||||
Krita
|
||||
=====
|
||||
|
||||
Krita is an image editor and paint application with a wide range of
|
||||
applications, from photo editing to the creation of original artwork.
|
||||
Sporting a clear and uncluttered interface (for a paint app...) it makes the
|
||||
features it delivers accessible and intuitive to use.
|
||||
|
||||
This is the first public release of Krita and while it provides a coherent set
|
||||
of features, it is only the first stepping stone towards a flexible paint
|
||||
application for artists and image editors.
|
||||
|
||||
Krita offers:
|
||||
|
||||
* Layers (without fixed boundaries).
|
||||
* A familiar set of tools -- brushes, selection tools and shape tools.
|
||||
* Painting with filters.
|
||||
* An extensible system for the addition of new color and paint models.
|
||||
* Support for pressure sensitive tablets.
|
||||
* The ability to read most graphics file formats, including gimp and photoshop files.
|
||||
* Exporting to many graphics file formats (but not gimp or photoshop)
|
||||
* A complete colour management system based on lcms.
|
||||
* A useful set of filters (implemented as plugins, so the set of filters
|
||||
is extensible) including a CImg based image restoration plugin.
|
||||
* The ability to use Gimp palettes, brushes, patterns and gradients
|
||||
|
||||
Caveats:
|
||||
|
||||
* In this beta version exif data embedded in jpeg images is not preserved.
|
||||
* Some tools and menu options do not yet function completely correctly.
|
||||
|
||||
===============
|
||||
|
||||
Kexi [ this is from http://www.kexi-project.org/wiki/wikiview/index.php?AnnouncementForKOffice1.4 ]
|
||||
====
|
||||
|
||||
KOffice 1.4 is the first official release to include Kexi - the KOffice database management application.
|
||||
Kexi is an integrated environment for managing data. It can be used for creating database schemas; inserting data; performing queries, and processing data. Forms can be created to provide a custom interface to your data. All database objects - tables, queries and forms - are stored in the database, making it easy to share databases.
|
||||
|
||||
Kexi is considered as a long awaited Open Source competitor for MS Access, Filemaker and Oracle Forms. Its development is motivated by the lack of Rapid Application Development (RAD) tools for database systems that are sufficiently powerful, inexpensive, open standards driven and portable across many OSes and hardware platforms.
|
||||
|
||||
Overview
|
||||
Supports database storage in files and on database servers.
|
||||
Graphical interface for creating and altering table structures.
|
||||
Form entry, with visual form designer.
|
||||
Advanced tabular data view.
|
||||
Intuitive query designer - no knowledge of SQL required!
|
||||
Integrated SQL Editor available for advanced users.
|
||||
|
||||
Data Processing and Access
|
||||
Data migration from MySQL, PostgreSQL and MS Access databases (MS Access available as an external plugin).
|
||||
KexiDB API available for developers for integration with other applications.
|
||||
Scripting support with Python language - hidden for 0.1 version.
|
||||
(JavaScript/ECMA-Script support is planned)
|
||||
Easy data report generation (planned).
|
||||
|
||||
Database Storage
|
||||
Kexi can store databases in files and on database servers, while providing a common user interface. Database drivers for the following database engines are available:
|
||||
- SQLite (Native file format: version 2 and 3)
|
||||
- PostgreSQL
|
||||
- MySQL
|
||||
Support for other database systems is planned for future versions, including the ODBC interface, for simpler and more flexible integration in corporate environments.
|
||||
|
||||
===================
|
||||
|
||||
KOffice Workspace (koshell):
|
||||
* New sidebar
|
||||
* Tab support
|
||||
|
||||
KOffice-wide changes:
|
||||
* Document information dialog: Added keywords and subject for the document, as well as
|
||||
position, company, and telephone (home/work) for the author
|
||||
* Make the default unit be inch or cm depending on the KDE-wide measure system (imperial or metric)
|
||||
* Improvements to the DCOP interface for loading and saving.
|
||||
* -dpi command line option to override the DPI detected by X. You can set one value for x and y, or use -dpi x,y
|
||||
* Improve filter chains to avoid absurd chains (e.g. kword -> plain text -> kspread)
|
||||
* Startup dialog: themeable icons, correct initial tab, hide non-existent recent local files
|
||||
* Page layout dialog: better preview, new GUI for margins
|
||||
* Rulers: made more readable at all resolutions, added tooltips
|
||||
|
||||
kotext (shared by KWord and KPresenter):
|
||||
* Word completion with tooltip
|
||||
* Open links by clicking on them, use hand pointer, show link target in statusbar.
|
||||
* Tab/Shift+Tab for changing indentation in lists
|
||||
* Rewritten spell-checking support (based on kspell2, the main reason for the kdelibs >= 3.3 requirement)
|
||||
which is much faster and solves many problems (e.g. KOffice-1.3's hanging right-click-menu)
|
||||
* Improved autocorrection (better URL detection among other things)
|
||||
|
||||
KWord:
|
||||
* OASIS file format support (almost complete)
|
||||
* Copy/Paste and Drag-n-drop use the OASIS format.
|
||||
* Make it possible to select entire paragraphs from the left margin again.
|
||||
* Inline text frames can be navigated into using Left and Right keys.
|
||||
* New "statistic" variables (number of words, number of lines etc.)
|
||||
* "Select All Frames" features
|
||||
* Non-breaking hyphen, which can be inserted with Ctrl+Shift+Minus
|
||||
* Alt+Right and Alt+Left shortcuts for increasing/decreasing the numbering level
|
||||
* Removed non-working feature "Type anywhere cursor"
|
||||
* When dropping a link to an image, let the user choose between inserting a URL and the image
|
||||
* Rewritten "convert to text box" and "convert table to text" features so that they
|
||||
don't use the clipboard anymore.
|
||||
* PageUp/PageDown now moves the caret by default (it's still configurable).
|
||||
* When saving a new document, suggest a file name based on the beginning of the document
|
||||
* Reorganized and simplified GUI of the configuration dialog
|
||||
* Support for "protect content" in all types of framesets
|
||||
* Support for different run-around-gaps on every side of the frame
|
||||
|
||||
KPresenter:
|
||||
* Master page feature
|
||||
* Reworked property editor
|
||||
* Reworked object/page effects
|
||||
* Footer and headers can be shown/hidden in each page
|
||||
* Custom Slide Show
|
||||
* OASIS file format support (incomplete)
|
||||
* Flip now works as in Gimp. Horizontal flip flips on y-axis, vertical flip on x-axis
|
||||
* Group objects: The grouped object is now in the z-order of the upperst
|
||||
object grouped and no longer on the top.
|
||||
* Ungroup object: The objects are now in the z-order where the group object
|
||||
was and no longer on top.
|
||||
* If a page is shown more than once during a presentation add the time for
|
||||
the duration instead of showing only the last duration.
|
||||
* Per-page presentation speed and per-object effect (animation) speed
|
||||
* PageUp/PageDown during presentation now goes to beginning of the next/previous slide
|
||||
* New "statistic" variables (number of words, number of lines etc.)
|
||||
|
||||
KSpread:
|
||||
* OASIS file format support (incomplete)
|
||||
* Support for right-to-left spreadsheets
|
||||
* Calendar plugin
|
||||
* dependencies are handled correctly
|
||||
* much improved value parsing and formatting
|
||||
* Generic format support (the cell format remains 'generic' until explicitely set)
|
||||
* Cell validity
|
||||
+ new type added: list
|
||||
+ new data added: differentto
|
||||
+ Add Input help (allow to display help)
|
||||
+ Allow blanks cell
|
||||
* Conditional cell attribute:
|
||||
+ Add new data "differentto"
|
||||
* New functions:
|
||||
+ ACOT
|
||||
+ RANDNORM (gaussian random numbers)
|
||||
+ REGEXP
|
||||
+ REGEXPRE (regexp replace)
|
||||
+ SUMIF (conditional sum)
|
||||
* Multiple steps undo and redo
|
||||
* Improved handling of hyperlinks
|
||||
* Better icons for toolbar and templates
|
||||
|
||||
KChart:
|
||||
* New maintainer. Many, *many* bugfixes.
|
||||
* Removed a lot of old non-working stuff. It will reappear, working, in future versions.
|
||||
* New, much improved, data editor
|
||||
* Same startup dialog as the rest of KOffice
|
||||
* Templates (only one so far)
|
||||
* Data as rows or columns
|
||||
* Linear or logarithmic scale
|
||||
* Export to PNG format
|
||||
* Export to SVG format
|
||||
* Import data from text files (not finished in the beta)
|
||||
* Much improved manual
|
||||
* Print support
|
||||
|
||||
KFormula:
|
||||
* OASIS file format support (incomplete)
|
||||
|
||||
Kivio:
|
||||
* Non blocking stencilset loading
|
||||
* Added Nassi Schneiderman stencils
|
||||
* Moving selected stencils with the keyboard
|
||||
* Added a docker for adding stencils to the document
|
||||
* Added a tool for adding connector targets to stencils
|
||||
* Added a polyline connector
|
||||
|
||||
Karbon:
|
||||
* OASIS file format support (incomplete)
|
||||
* New color dialog
|
||||
* Small preview widget
|
||||
* ZoomIn/ZoomOut actions
|
||||
* Build system fixes
|
||||
|
||||
Filters:
|
||||
* WordPerfect import filter for KWord: brand new, now based on libwpd
|
||||
|
||||
* new Microsoft Excel import filter for KSpread
|
||||
|
||||
* KWord HTML filter
|
||||
+ Ability to link an external stylesheet to a HTML page
|
||||
|
||||
* Gnumeric import/export: now supports
|
||||
+ Text rotation
|
||||
+ Cell validation
|
||||
+ Print repeated columns
|
||||
+ Document information
|
||||
+ Area name
|
||||
|
||||
* KSpread HTML export
|
||||
+ Sheets can be exported to separate HTML pages
|
||||
+ Sheets are browsable by a table of contents
|
||||
+ User can define which sheets to export
|
||||
+ Ability to link an external stylesheet to a HTML page
|
||||
+ The encoding of the HTML page is configurable
|
||||
+ Borders are optional
|
||||
+ The cell spacing is configurable
|
||||
|
||||
* OoImpress:
|
||||
+ Custom slide show
|
||||
|
@ -0,0 +1,195 @@
|
||||
* General:
|
||||
|
||||
- Paragraph background color can now be set (in addition to text background color)
|
||||
- Palettes now remember their position between sessions (Krita, Kivio, Karbon)
|
||||
- Palettes now have a smart mode where they start floating on small screens and
|
||||
docked on larger screens
|
||||
- ToolBox is no longer duplicated for every view
|
||||
- Accessibility: Allow speaking texts using the kdeaccessibility tools (KTTS).
|
||||
- Accessibility: Alt-F8 to set focus to any focusable widget.
|
||||
- Accessibility: F8 and Shift-F8 for mouseless splitter and dock widget sizing.
|
||||
|
||||
* Bug fixes:
|
||||
|
||||
** KWord:
|
||||
- Statistic variables are not saved in KWord format (#111478)
|
||||
- Fix bug where inserting a large image would not make it a size that fits the page
|
||||
- Fix bug where images in headers were only shown in the first page.
|
||||
- Fix RMB in table-cell should not unselect text
|
||||
|
||||
|
||||
** Krita:
|
||||
- Krita now compiles on NetBSD
|
||||
- Fix rotation bugs
|
||||
- When "Select Similar Colors" a transparant area, add only transparant areas instead
|
||||
of the entire image to the selection.
|
||||
- Fix loading and saving of grayscale images
|
||||
- Fix ImageMagick 16/8 bit image confusion when loading and saving.
|
||||
- BUG: 110296 Display is now restored on cancel
|
||||
- many crash fixes
|
||||
- Warn when applying a filter that will convert the layer data
|
||||
- create and save new brushes
|
||||
- show image in center of window
|
||||
- group layers in folders
|
||||
- cmyk8, cmyk16, rgb16, gray16, rgb-half, rgb-float16 and lab16 colorspaces
|
||||
|
||||
|
||||
** KSpread:
|
||||
- Fixed spreadsheets containing formulae being marked as modified immediately after being opened.
|
||||
- 115948 format changes of an automerged cell affects all cells in the set.
|
||||
|
||||
** Karbon:
|
||||
- 114421 Transform palette has a strange layout when it is tall
|
||||
- 114424 Stroke properties palette has a strange layout when it is...
|
||||
- 114425 Color palette has title "Fill color" even when it shows s...
|
||||
- 114428 The last created object should stay selected
|
||||
- 114577 The Document/Layers/History palette is not shown on start
|
||||
- 114579 Deleting polyline segment moves the mouse pointer to (0, 0)
|
||||
- 114580 JJ: The line thickness SpinBox has no tooltip
|
||||
- 112765 Selecting a polyline and running the "round corners" plug...
|
||||
- 60438 undo confusion between point and shape action
|
||||
- 92974 svg export creates useless svg file (from text tool)
|
||||
- 115752 Make paste operation undo:able
|
||||
- 116612 svg import/rendering bugs
|
||||
- 111372 karbon: KLibrary: Undefined symbol "init_libkarbonpart"
|
||||
- 114578 A polyline spline has a too big surrounding box
|
||||
- 89596 Switching between Karbon14 and KSVGPlugin view in Konquer...
|
||||
- 38555 segv when opening a file svg or kontour native
|
||||
- 116422 un-usable selecting behaviour multple moving
|
||||
- 116972 Transform palette is not updated when moving or scaling an object
|
||||
- 115213 The color and opacity bars in the color chooser palette are backwards.
|
||||
(thanks Marijn Kruisselbrink for the initial patch)
|
||||
- 96944 Wanted: good right-click actions for polyline tool, zoom ...
|
||||
- 111619 Page layout: size alias and margins doesn't get saved
|
||||
- 111717 How to bring back the overview window if you close it?
|
||||
- 111618 Rename plugins menu to "Effects"
|
||||
- 109520 Change Align Center (Vertical) to Align Middle and add some extra separators
|
||||
- 108789 Keybindings like krita, and other tweaks
|
||||
- 108755 Always use this document at startup, Karbon has no way to stop doing this. Add a basic karbon template.
|
||||
- 91376, 111207, 60844 Dockers now use the KoPalette library. This means a huge improvement when it comes to docker management
|
||||
- 112691 Usability: The tools should be grouped
|
||||
- 114429 The color picker is bad: Karbon now uses the Krita color choosers.
|
||||
- 99927 karbon prints empty page the same in preview
|
||||
- 119452 Printing scales the entire drawing down
|
||||
- 116494 [usability] polyline interaction suggestions
|
||||
- 119024 Color chooser doesn't move crosshair/sliders when switching from foreground to background color
|
||||
- 112680 JJ: All the dockers lack tooltips
|
||||
- 39138 selecting inside groups
|
||||
- 124691 crash when adding pattern
|
||||
- 126006 Duplicated "Snap to grid" in "View" menu
|
||||
- 126095 deleted objects saved in in odg
|
||||
- 125957 l10n for Russian: different "width" for stroke and other ...
|
||||
- 102860 karbon crashes when pasting text
|
||||
- 126341 Can't undo after using whirl/pinch effect
|
||||
- 129039 Reordering layer elements reorders layers themselves
|
||||
- 126094 polyline tool does not work as expected
|
||||
|
||||
** Kivio:
|
||||
- Fix grid painting
|
||||
- Fix loading of remote documents
|
||||
|
||||
* Features:
|
||||
|
||||
** Krita:
|
||||
- Add histograms
|
||||
- Histograms for images with more than 8-bit to the channel can be zoomed
|
||||
- Add histogram docker
|
||||
- Many filters are now colorspace independent
|
||||
- Add CMYK (8 and 16 bit)
|
||||
- Add 16-bit grayscale
|
||||
- Image separation feature
|
||||
- Add openEXR support
|
||||
- Separate painting styles from tools; now every tool, from freehand to star can use any
|
||||
painting style (eraser, brush, pen, airbrush...)
|
||||
- Create better and more modern selection visualisation
|
||||
- Put brush, gradient, pattern and paint style in popups in a toolbar, reducing the amount
|
||||
of space Krita needs for its dockers
|
||||
- Make hardness of tablet pressure curve configurable
|
||||
- Many performance improvements to the backend (allocation cache, transform cache)
|
||||
- Use color profiles everywhere
|
||||
- New curves widget for color adjustments
|
||||
- Add feather selection feature
|
||||
- Pasted clipboard contents are placed in the middle of the image initially
|
||||
- Brush shape is shown as an outline cursor when painting freehand
|
||||
- Krita now adds itself to the Open With menu in Konqueror
|
||||
- support more modes from GImp image hose brushes
|
||||
- Much work on documentation
|
||||
- Allow the user to choose between contiguous fill behaviour in combination with selections.
|
||||
Either fill the entire selection, or floodfill the image, but taking the selection into
|
||||
account (default behaviour).
|
||||
- Add a 16-bit float half format RGB colourspace and change the OpenEXR filters to use it.
|
||||
Will probably add the option to load into 32-bit float as that should be faster.
|
||||
- 16-bit LAB is now the fallback colormodel when a particular colormodel doesn't implement
|
||||
a certain function
|
||||
- Filter gallery feature
|
||||
- Add an option to the colorpicker to pick colors not just from the active or
|
||||
from all visible layers, but from any layer, while still working on this layer.
|
||||
- Tools and most menu items now are disabled when a layer is invisible or locked.
|
||||
- Add noise reduction filter
|
||||
- Made scrolling with a scrollwheel work better
|
||||
- Add round corners filter
|
||||
- Add sobel filter
|
||||
- Made crop tool much more usable
|
||||
- Add small tiles filter
|
||||
- Add pixellize filter
|
||||
- Remove the text brush
|
||||
|
||||
** KWord:
|
||||
- Undo and redo for resizing of tables and columns
|
||||
- Grid for objects
|
||||
- allow documents to start at any page number (no gui yet)
|
||||
- Accessiblity: keyboard navigation across frames, create frame using the keyboard
|
||||
- cleanups and usability improvements for the document structure widget
|
||||
- make the Fit to Width zoommode work properly, even when you resize the window later.
|
||||
- make Fit to Width zoommode the default for new users
|
||||
- KWord makes selecting/moving/resizing frames easier by implementing all features from http://www.koffice.org/developer/keyboardmodifiers.php
|
||||
- paint the cursor in a color that is always readable, even if you set the background color to black
|
||||
- make positioning the caret at frame edge easier.
|
||||
- make frame handling much easier
|
||||
- Center page on screen
|
||||
- Create new set of templates, based on usability and user feedback.
|
||||
- make deleting a page (in dtp mode) actually work when there was still content on the page.
|
||||
- frame selections are now per view.
|
||||
- Remember picture insert directory
|
||||
- Accessibility: Enhanced mouseless navigation using document structure area.
|
||||
- KWord now uses OASIS OpenDocument
|
||||
- Accessibility: Improvement: "Menu" key shows RMB popup in document structure area.
|
||||
- Add a dot as the suffix of numbered lists (1, a, A, III)
|
||||
|
||||
** KSpread:
|
||||
- Added cell reference highlighting when editing formulae. Also added click-and-drag resizing
|
||||
of ranges referenced in formulae.
|
||||
- Greatly improved OpenDocument support
|
||||
- Sort dialog displays column & row names instead of "Column A","Column B" for selecting sort criteria
|
||||
- new formula engine implemented - parsing and evaluation much faster and
|
||||
more robust and flexible
|
||||
|
||||
** Karbon
|
||||
- Duplicate object.
|
||||
- Minor new feature: make it able to change docker font sizes.
|
||||
- Enabled right mouse click to zoom out of canvas, partially fixing bug 96944
|
||||
- Load SVG and Gimp gradients
|
||||
- Support for changing gradient or pattern fills on the canvas (wish 119344)
|
||||
|
||||
** KPresenter:
|
||||
- Display or not background
|
||||
- Display or not slide master object
|
||||
- QWhatsThis help added in COnfigure KPresenter... dialog
|
||||
- User manual is up-to-date
|
||||
|
||||
** KChart:
|
||||
- Correctly set a background color/image
|
||||
|
||||
** Kivio:
|
||||
- Port to the new KoGuides which adds auto guide lines
|
||||
- Port to KoPalette and cleaned up the palettes (toolwindows)
|
||||
- Make it possible to rearrange the pages with d'n'd in the tab bar
|
||||
- Add undo support for Add Connector Target
|
||||
- New stencil text editor
|
||||
- Added an object list palette
|
||||
- Made the old stencil set toolwindow a dialog and cleaned it up a bit
|
||||
- Made text properties editable for each textbox and not only each stencil
|
||||
|
||||
** Filters:
|
||||
- Kpresenter can export page as image file (png/bmp/svg/mng/jpeg/xbm)
|
||||
- Kivio can export page as image file
|
@ -0,0 +1,396 @@
|
||||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
|
||||
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
|
||||
#undef HAVE_CARBON_CARBON_H
|
||||
|
||||
/* Define if you have the CoreAudio API */
|
||||
#undef HAVE_COREAUDIO
|
||||
|
||||
/* Define to 1 if you have the <crt_externs.h> header file. */
|
||||
#undef HAVE_CRT_EXTERNS_H
|
||||
|
||||
/* Defines if your system has the crypt function */
|
||||
#undef HAVE_CRYPT
|
||||
|
||||
/* Define to 1 if you have the declaration of `round', and to 0 if you don't.
|
||||
*/
|
||||
#undef HAVE_DECL_ROUND
|
||||
|
||||
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
||||
*/
|
||||
#undef HAVE_DIRENT_H
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define if you have DPMS support */
|
||||
#undef HAVE_DPMS
|
||||
|
||||
/* Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h> */
|
||||
#undef HAVE_DPMSCAPABLE_PROTO
|
||||
|
||||
/* Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h> */
|
||||
#undef HAVE_DPMSINFO_PROTO
|
||||
|
||||
/* Define to 1 if you have the `fabsl' function. */
|
||||
#undef HAVE_FABSL
|
||||
|
||||
/* Define to 1 if you have the <floatingpoint.h> header file. */
|
||||
#undef HAVE_FLOATINGPOINT_H
|
||||
|
||||
/* Defines if your system has the libfontconfig library */
|
||||
#undef HAVE_FONTCONFIG
|
||||
|
||||
/* Define to 1 if you have the `fseek64' function. */
|
||||
#undef HAVE_FSEEK64
|
||||
|
||||
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
||||
#undef HAVE_FSEEKO
|
||||
|
||||
/* Define to 1 if you have the `ftell64' function. */
|
||||
#undef HAVE_FTELL64
|
||||
|
||||
/* Define if you have isinf */
|
||||
#undef HAVE_FUNC_ISINF
|
||||
|
||||
/* Defines if you have GL (Mesa, OpenGL, ...) */
|
||||
#undef HAVE_GL
|
||||
|
||||
/* GraphicsMagick is available */
|
||||
#undef HAVE_GMAGICK
|
||||
|
||||
/* Define to 1 if you have the <ieeefp.h> header file. */
|
||||
#undef HAVE_IEEEFP_H
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Defines if your system has the fontconfig and freetype libraries */
|
||||
#undef HAVE_KARBONTEXT
|
||||
|
||||
/* Define to 1 if you have the <kspell2/broker.h> header file. */
|
||||
#undef HAVE_KSPELL2_BROKER_H
|
||||
|
||||
/* Defines if your system has the libart library */
|
||||
#undef HAVE_LIBART
|
||||
|
||||
/* Define if you have libjpeg */
|
||||
#undef HAVE_LIBJPEG
|
||||
|
||||
/* If we are going to use libkspell2 for spell-checking */
|
||||
#undef HAVE_LIBKSPELL2
|
||||
|
||||
/* Define if you have libpng */
|
||||
#undef HAVE_LIBPNG
|
||||
|
||||
/* Define if you have a working libpthread (will enable threaded code) */
|
||||
#undef HAVE_LIBPTHREAD
|
||||
|
||||
/* Define if you have libtiff */
|
||||
#undef HAVE_LIBTIFF
|
||||
|
||||
/* Define if you have libz */
|
||||
#undef HAVE_LIBZ
|
||||
|
||||
/* Define if you have support for long double in printf */
|
||||
#undef HAVE_LONG_DOUBLE
|
||||
|
||||
/* ImageMagick is available */
|
||||
#undef HAVE_MAGICK
|
||||
|
||||
/* ImageMagick Version 6 */
|
||||
#undef HAVE_MAGICK6
|
||||
|
||||
/* ImageMagick Version 6.1 */
|
||||
#undef HAVE_MAGICK61
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the `mkstemp' function. */
|
||||
#undef HAVE_MKSTEMP
|
||||
|
||||
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
||||
#undef HAVE_NDIR_H
|
||||
|
||||
/* Define if your system needs _NSGetEnviron to set up the environment */
|
||||
#undef HAVE_NSGETENVIRON
|
||||
|
||||
/* GetMagickInfoList has different number of arguments with versions >= 6.1.3
|
||||
*/
|
||||
#undef HAVE_OLD_GETMAGICKINFOLIST
|
||||
|
||||
/* Defines if your system has the OpenEXR library */
|
||||
#undef HAVE_OPENEXR
|
||||
|
||||
/* Define to 1 if you have the <paper.h> header file. */
|
||||
#undef HAVE_PAPER_H
|
||||
|
||||
/* Define to 1 if you have the <paths.h> header file. */
|
||||
#undef HAVE_PATHS_H
|
||||
|
||||
/* Define to 1 if you have the `popen' function. */
|
||||
#undef HAVE_POPEN
|
||||
|
||||
/* Define to 1 if your system has powf in <maths.h> */
|
||||
#undef HAVE_POWF
|
||||
|
||||
/* Define if you have the development files for python */
|
||||
#undef HAVE_PYTHON
|
||||
|
||||
/* define if you have libreadline available */
|
||||
#undef HAVE_READLINE
|
||||
|
||||
/* Define if you have res_init */
|
||||
#undef HAVE_RES_INIT
|
||||
|
||||
/* Define if you have the res_init prototype */
|
||||
#undef HAVE_RES_INIT_PROTO
|
||||
|
||||
/* Define to 1 if you have the `rewinddir' function. */
|
||||
#undef HAVE_REWINDDIR
|
||||
|
||||
/* Define if you have a STL implementation by SGI */
|
||||
#undef HAVE_SGI_STL
|
||||
|
||||
/* Define to 1 if you have the `snprintf' function. */
|
||||
#undef HAVE_SNPRINTF
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define if you have strlcat */
|
||||
#undef HAVE_STRLCAT
|
||||
|
||||
/* Define if you have the strlcat prototype */
|
||||
#undef HAVE_STRLCAT_PROTO
|
||||
|
||||
/* Define if you have strlcpy */
|
||||
#undef HAVE_STRLCPY
|
||||
|
||||
/* Define if you have the strlcpy prototype */
|
||||
#undef HAVE_STRLCPY_PROTO
|
||||
|
||||
/* Define to 1 if you have the <sys/bitypes.h> header file. */
|
||||
#undef HAVE_SYS_BITYPES_H
|
||||
|
||||
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
||||
*/
|
||||
#undef HAVE_SYS_DIR_H
|
||||
|
||||
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
||||
*/
|
||||
#undef HAVE_SYS_NDIR_H
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#undef HAVE_SYS_PARAM_H
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if you have the `vsnprintf' function. */
|
||||
#undef HAVE_VSNPRINTF
|
||||
|
||||
/* Defines if your system has the libwpd library */
|
||||
#undef HAVE_WPD
|
||||
|
||||
/* Defines if your system has the wv2 library */
|
||||
#undef HAVE_WV2
|
||||
|
||||
/* Define if you have the X11 Input Extension */
|
||||
#undef HAVE_XINPUTEXT
|
||||
|
||||
/* Suffix for lib directories */
|
||||
#undef KDELIBSUFF
|
||||
|
||||
/* Define a safe value for MAXPATHLEN */
|
||||
#undef KDEMAXPATHLEN
|
||||
|
||||
/* build Kexi macros plugin */
|
||||
#undef KEXI_MACROS_SUPPORT
|
||||
|
||||
/* The correct header */
|
||||
#undef LCMS_HEADER
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
/* Define the PREFIX where to install this package */
|
||||
#undef PREFIX
|
||||
|
||||
/* The size of `char *', as computed by sizeof. */
|
||||
#undef SIZEOF_CHAR_P
|
||||
|
||||
/* The size of `int', as computed by sizeof. */
|
||||
#undef SIZEOF_INT
|
||||
|
||||
/* The size of `long', as computed by sizeof. */
|
||||
#undef SIZEOF_LONG
|
||||
|
||||
/* The size of `short', as computed by sizeof. */
|
||||
#undef SIZEOF_SHORT
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#undef SIZEOF_SIZE_T
|
||||
|
||||
/* The size of `unsigned long', as computed by sizeof. */
|
||||
#undef SIZEOF_UNSIGNED_LONG
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Defined if compiling without arts */
|
||||
#undef WITHOUT_ARTS
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
||||
/* Defines the executable of xmllint */
|
||||
#undef XMLLINT
|
||||
|
||||
/*
|
||||
* jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
|
||||
* headers and I'm too lazy to write a configure test as long as only
|
||||
* unixware is related
|
||||
*/
|
||||
#ifdef _UNIXWARE
|
||||
#define HAVE_BOOLEAN
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
|
||||
* that defines bzero.
|
||||
*/
|
||||
|
||||
#if defined(_AIX)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
|
||||
# include <sys/time.h>
|
||||
# include <crt_externs.h>
|
||||
# define environ (*_NSGetEnviron())
|
||||
#endif
|
||||
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
#undef _FILE_OFFSET_BITS
|
||||
|
||||
|
||||
#if !defined(HAVE_RES_INIT_PROTO)
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
int res_init(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if !defined(HAVE_STRLCAT_PROTO)
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
unsigned long strlcat(char*, const char*, unsigned long);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if !defined(HAVE_STRLCPY_PROTO)
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
unsigned long strlcpy(char*, const char*, unsigned long);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
||||
#undef _LARGEFILE_SOURCE
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
|
||||
|
||||
/*
|
||||
* On HP-UX, the declaration of vsnprintf() is needed every time !
|
||||
*/
|
||||
|
||||
#if !defined(HAVE_VSNPRINTF) || defined(hpux)
|
||||
#if __STDC__
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <varargs.h>
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
int snprintf(char *str, size_t n, char const *fmt, ...);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if defined(__SVR4) && !defined(__svr4__)
|
||||
#define __svr4__ 1
|
||||
#endif
|
||||
|
||||
|
||||
/* don't use magick filter */
|
||||
#undef include_imagemagick_filter
|
||||
|
||||
/* type to use in place of socklen_t if not defined */
|
||||
#undef kde_socklen_t
|
||||
|
||||
/* type to use in place of socklen_t if not defined (deprecated, use
|
||||
kde_socklen_t) */
|
||||
#undef ksize_t
|
@ -0,0 +1,45 @@
|
||||
./admin/configure.in.min
|
||||
configure.in.in
|
||||
./example/configure.in.in
|
||||
./filters/configure.in.mid
|
||||
./filters/krita/configure.in.in
|
||||
./filters/krita/gmagick/configure.in.bot
|
||||
./filters/krita/jpeg/configure.in.bot
|
||||
./filters/krita/magick/configure.in.bot
|
||||
./filters/krita/openexr/configure.in.bot
|
||||
./filters/krita/pdf/configure.in.bot
|
||||
./filters/krita/pdf/configure.in.in
|
||||
./filters/krita/png/configure.in.bot
|
||||
./filters/krita/tiff/configure.in.bot
|
||||
./filters/kword/msword/configure.in.bot
|
||||
./filters/kword/msword/configure.in.in
|
||||
./filters/kword/pdf/xpdf/configure.in.in
|
||||
./filters/kword/wordperfect/configure.in.bot
|
||||
./filters/kword/wordperfect/configure.in.in
|
||||
./filters/xsltfilter/configure.in.bot
|
||||
./filters/xsltfilter/configure.in.in
|
||||
./karbon/configure.in.bot
|
||||
./karbon/configure.in.in
|
||||
./kexi/3rdparty/configure.in.in
|
||||
./kexi/configure.in.in
|
||||
./kexi/kexidb/drivers/configure.in.bot
|
||||
./kexi/kexidb/drivers/configure.in.in
|
||||
./kexi/main/configure.in.in
|
||||
./kexi/migration/configure.in.in
|
||||
./kexi/plugins/configure.in.in
|
||||
./kexi/plugins/configure.in.mid
|
||||
./kexi/plugins/macros/configure.in.in
|
||||
./kivio/configure.in.in
|
||||
./kpresenter/configure.in.in
|
||||
./krita/configure.in.bot
|
||||
./krita/configure.in.in
|
||||
./krita/plugins/configure.in.in
|
||||
./krita/plugins/viewplugins/imagesize/configure.in.in
|
||||
./kspread/plugins/calculator/configure.in.in
|
||||
./kword/mailmerge/configure.in.in
|
||||
./lib/configure.in.in
|
||||
./lib/configure.in.mid
|
||||
./lib/kotext/configure.in.bot
|
||||
./lib/kotext/configure.in.in
|
||||
./lib/kross/configure.in.bot
|
||||
./lib/kross/configure.in.in
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,299 @@
|
||||
#MIN_CONFIG(3.3)
|
||||
|
||||
# Remember to synchronize the version number with the file koffice/lib/kofficecore/kofficeversion.h
|
||||
AM_INIT_AUTOMAKE(koffice, "1.6.3")
|
||||
|
||||
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
|
||||
|
||||
AC_CHECK_HEADERS(unistd.h sys/param.h floatingpoint.h paths.h)
|
||||
AC_C_BIGENDIAN
|
||||
AC_CHECK_KDEMAXPATHLEN
|
||||
|
||||
KDE_INIT_DOXYGEN([The KOffice API Reference], [Version $VERSION])
|
||||
|
||||
# Check for GraphicsMagick...
|
||||
|
||||
have_graphicsmagick=no
|
||||
KDE_FIND_PATH(GraphicsMagick-config, GRAPHICS_MAGICK_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
|
||||
AC_MSG_WARN([Could not find GraphicsMagick anywhere, check http://www.graphicsmagick.org/ for GraphicsMagick >= 1.1.7.])
|
||||
])
|
||||
|
||||
if test -n "$GRAPHICS_MAGICK_CONFIG"; then
|
||||
vers=`$GRAPHICS_MAGICK_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
||||
if test -n "$vers" && test "$vers" -ge 1001007; then
|
||||
LIBGMAGICK_LIBS="`$GRAPHICS_MAGICK_CONFIG --libs`"
|
||||
LIBGMAGICK_LDFLAGS="`$GRAPHICS_MAGICK_CONFIG --ldflags`"
|
||||
LIBGMAGICK_RPATH=
|
||||
for args in $LIBGMAGICK_LIBS; do
|
||||
case $args in
|
||||
-L*)
|
||||
LIBGMAGICK_RPATH="$LIBMAGICK_RPATH $args"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
LIBGMAGICK_RPATH=`echo $LIBGMAGICK_RPATH | $SED -e "s/-L/-R/g"`
|
||||
LIBGMAGICK_CPPFLAGS="`$GRAPHICS_MAGICK_CONFIG --cppflags`"
|
||||
AC_DEFINE(HAVE_GMAGICK,1, [GraphicsMagick is available])
|
||||
have_graphicsmagick=yes
|
||||
else
|
||||
AC_MSG_WARN([You need at least GraphicsMagick 1.1.7])
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
if test ! "$USE_RPATH" = "yes"; then
|
||||
LIBGMAGICK_RPATH=
|
||||
fi
|
||||
|
||||
AC_SUBST(LIBGMAGICK_LIBS)
|
||||
AC_SUBST(LIBGMAGICK_LDFLAGS)
|
||||
AC_SUBST(LIBGMAGICK_CPPFLAGS)
|
||||
AC_SUBST(LIBGMAGICK_RPATH)
|
||||
AM_CONDITIONAL(include_graphicsmagick_filter, test "$have_graphicsmagick" = "yes" -a HAVE_GMAGICK)
|
||||
|
||||
# End of GraphicsMagick check
|
||||
|
||||
# Check for ImageMagick...
|
||||
|
||||
have_imagemagick=no
|
||||
KDE_FIND_PATH(Magick-config, MAGICK_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
|
||||
AC_MSG_WARN([Could not find ImageMagick anywhere, check http://www.imagemagick.org/ for ImageMagick >= 5.5.2.])
|
||||
])
|
||||
|
||||
if test -n "$MAGICK_CONFIG"; then
|
||||
vers=`$MAGICK_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
||||
if test -n "$vers" && test "$vers" -ge 5005002
|
||||
then
|
||||
if test "$vers" -ge 6000003
|
||||
then
|
||||
AC_DEFINE(HAVE_MAGICK6, 1, [ImageMagick Version 6])
|
||||
fi
|
||||
if test "$vers" -ge 6001000
|
||||
then
|
||||
AC_DEFINE(HAVE_MAGICK61, 1, [ImageMagick Version 6.1])
|
||||
fi
|
||||
LIBMAGICK_LIBS="`$MAGICK_CONFIG --libs`"
|
||||
LIBMAGICK_LDFLAGS="`$MAGICK_CONFIG --ldflags`"
|
||||
LIBMAGICK_RPATH=
|
||||
for args in $LIBMAGICK_LIBS; do
|
||||
case $args in
|
||||
-L*)
|
||||
LIBMAGICK_RPATH="$LIBMAGICK_RPATH $args"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
LIBMAGICK_RPATH=`echo $LIBMAGICK_RPATH | $SED -e "s/-L/-R/g"`
|
||||
LIBMAGICK_CPPFLAGS="`$MAGICK_CONFIG --cppflags`"
|
||||
AC_DEFINE(HAVE_MAGICK,1, [ImageMagick is available])
|
||||
have_imagemagick=yes
|
||||
else
|
||||
AC_MSG_WARN([You need at least ImageMagick 5.5.2])
|
||||
fi
|
||||
fi
|
||||
|
||||
if test ! "$USE_RPATH" = "yes"; then
|
||||
LIBMAGICK_RPATH=
|
||||
fi
|
||||
|
||||
AC_SUBST(LIBMAGICK_LIBS)
|
||||
AC_SUBST(LIBMAGICK_LDFLAGS)
|
||||
AC_SUBST(LIBMAGICK_CPPFLAGS)
|
||||
AC_SUBST(LIBMAGICK_RPATH)
|
||||
AM_CONDITIONAL(include_imagemagick_filter, test "$have_imagemagick" = "yes" -a HAVE_MAGICK61 -a ! "$have_graphicsmagick" = "yes" -a ! HAVE_GMAGICK)
|
||||
|
||||
# End of ImageMagick check
|
||||
|
||||
##########################################################################
|
||||
# This last check is copied from kdenonbeta/gsf/configure.in.in
|
||||
##########################################################################
|
||||
# KOFFICE_PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
|
||||
# defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
|
||||
# also defines GSTUFF_PKG_ERRORS on error
|
||||
# Note: This is specially tweaked for karbon's fontconfig check. Please fix
|
||||
# it before using it for other tests :-)
|
||||
AC_DEFUN([KOFFICE_PKG_CHECK_MODULES], [
|
||||
succeeded=no
|
||||
|
||||
if test -z "$PKG_CONFIG"; then
|
||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||
fi
|
||||
|
||||
if test "$PKG_CONFIG" = "no" ; then
|
||||
echo "*** The pkg-config script could not be found. Make sure it is"
|
||||
echo "*** in your path, or set the PKG_CONFIG environment variable"
|
||||
echo "*** to the full path to pkg-config."
|
||||
echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
|
||||
echo "***"
|
||||
echo "*** Due to that we can't perform the check for fontconfig..." # added for karbon (Werner)
|
||||
else
|
||||
PKG_CONFIG_MIN_VERSION=0.9.0
|
||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||
AC_MSG_CHECKING(for $2)
|
||||
|
||||
if $PKG_CONFIG --exists "$2" ; then
|
||||
AC_MSG_RESULT(yes)
|
||||
succeeded=yes
|
||||
|
||||
AC_MSG_CHECKING($1_CFLAGS)
|
||||
$1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
|
||||
AC_MSG_RESULT($$1_CFLAGS)
|
||||
|
||||
AC_MSG_CHECKING($1_LIBS)
|
||||
$1_LIBS=`$PKG_CONFIG --libs "$2"`
|
||||
AC_MSG_RESULT($$1_LIBS)
|
||||
else
|
||||
$1_CFLAGS=""
|
||||
$1_LIBS=""
|
||||
## If we have a custom action on failure, don't print errors, but
|
||||
## do set a variable so people can do so.
|
||||
$1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
|
||||
ifelse([$4], ,echo $$1_PKG_ERRORS,)
|
||||
fi
|
||||
|
||||
AC_SUBST($1_CFLAGS)
|
||||
AC_SUBST($1_LIBS)
|
||||
else
|
||||
echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
||||
echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
||||
fi
|
||||
fi
|
||||
|
||||
if test $succeeded = yes; then
|
||||
ifelse([$3], , :, [$3])
|
||||
# else # removed for karbon (Werner)
|
||||
# ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
|
||||
fi
|
||||
])
|
||||
|
||||
# --- Check for KDE 3.2 or 3.3 ---
|
||||
|
||||
AC_MSG_CHECKING([for KDE version])
|
||||
|
||||
AC_LANG_SAVE
|
||||
AC_LANG_CPLUSPLUS
|
||||
kdeversion_save_CXXFLAGS="$CXXFLAGS"
|
||||
kdeversion_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
CXXFLAGS="$CXXFLAGS $all_includes"
|
||||
|
||||
AC_COMPILE_IFELSE([
|
||||
#include <kdeversion.h>
|
||||
#if ! ( KDE_IS_VERSION( 3, 2, 90 ) )
|
||||
#error KDE 3.2
|
||||
#endif
|
||||
],
|
||||
need_kde32_compat="no"
|
||||
,
|
||||
need_kde32_compat="yes"
|
||||
)
|
||||
|
||||
AC_COMPILE_IFELSE([
|
||||
#include <kdeversion.h>
|
||||
#if ! ( KDE_IS_VERSION( 3, 3, 90 ) )
|
||||
#error KDE 3.3
|
||||
#endif
|
||||
],
|
||||
need_kde33_compat="no"
|
||||
,
|
||||
need_kde33_compat="yes"
|
||||
)
|
||||
|
||||
AC_COMPILE_IFELSE([
|
||||
#include <kdeversion.h>
|
||||
#if ! ( KDE_IS_VERSION( 3, 4, 90 ) )
|
||||
#error KDE 3.4
|
||||
#endif
|
||||
],
|
||||
need_kde34_compat="no"
|
||||
,
|
||||
need_kde34_compat="yes"
|
||||
)
|
||||
|
||||
AC_COMPILE_IFELSE([
|
||||
#include <kdeversion.h>
|
||||
#if ! ( KDE_IS_VERSION( 3, 5, 2 ) )
|
||||
#error KDE 3.5.x (x < 2)
|
||||
#endif
|
||||
],
|
||||
need_kde351_compat="no"
|
||||
,
|
||||
need_kde351_compat="yes"
|
||||
)
|
||||
CXXFLAGS="$kdeversion_save_CXXFLAGS"
|
||||
LIBS="$kdeversion_safe_LIBS"
|
||||
AC_LANG_RESTORE
|
||||
|
||||
if test "$need_kde32_compat" = "yes"; then
|
||||
AC_MSG_RESULT([KDE 3.2.x])
|
||||
else
|
||||
if test "$need_kde33_compat" = "yes"; then
|
||||
AC_MSG_RESULT([KDE 3.3.x])
|
||||
else
|
||||
if test "$need_kde34_compat" = "yes"; then
|
||||
AC_MSG_RESULT([KDE 3.4.x])
|
||||
else
|
||||
if test "$need_kde351_compat" = "yes"; then
|
||||
AC_MSG_RESULT([KDE 3.5.x (x < 2)])
|
||||
else
|
||||
AC_MSG_RESULT([KDE 3.5.x (x >=2) or SVN trunk])
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(need_kde32_compatibility, test "$need_kde32_compat" = "yes")
|
||||
AM_CONDITIONAL(need_kde33_compatibility, test "$need_kde33_compat" = "yes")
|
||||
AM_CONDITIONAL(need_kde34_compatibility, test "$need_kde34_compat" = "yes")
|
||||
AM_CONDITIONAL(need_kde351_compatibility, test "$need_kde351_compat" = "yes")
|
||||
|
||||
# Keep the old KDE 3.1 test, as long as it is still used
|
||||
AM_CONDITIONAL(need_kde31_compatibility, test "supported" = "no")
|
||||
|
||||
# --- End KDE 3.2 check ---
|
||||
|
||||
# --- OpenEXR check ---
|
||||
|
||||
KDE_FIND_PATH(pkg-config, PKGCONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
|
||||
AC_MSG_WARN([Could not find pkg-config])
|
||||
])
|
||||
|
||||
AC_MSG_CHECKING([for OpenEXR])
|
||||
|
||||
if test -n "$PKGCONFIG"; then
|
||||
vers=`$PKGCONFIG OpenEXR --modversion 2>/dev/null`
|
||||
if test -n "$vers"
|
||||
then
|
||||
OPENEXR_LIBS="`$PKGCONFIG OpenEXR --libs`"
|
||||
OPENEXR_RPATH=
|
||||
for args in $OPENEXR_LIBS; do
|
||||
case $args in
|
||||
-L*)
|
||||
OPENEXR_RPATH="$OPENEXR_RPATH $args"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
OPENEXR_RPATH=`echo $OPENEXR_RPATH | $SED -e "s/-L/-R/g"`
|
||||
OPENEXR_CFLAGS="`$PKGCONFIG OpenEXR --cflags`"
|
||||
|
||||
AC_DEFINE_UNQUOTED(HAVE_OPENEXR, 1, [Defines if your system has the OpenEXR library])
|
||||
fi
|
||||
fi
|
||||
|
||||
if test ! "$USE_RPATH" = "yes"; then
|
||||
OPENEXR_RPATH=
|
||||
fi
|
||||
|
||||
if test -n "$OPENEXR_LIBS"
|
||||
then
|
||||
AC_MSG_RESULT([yes])
|
||||
else
|
||||
AC_MSG_RESULT([not found])
|
||||
fi
|
||||
|
||||
AC_SUBST(OPENEXR_LIBS)
|
||||
AC_SUBST(OPENEXR_CFLAGS)
|
||||
AC_SUBST(OPENEXR_RPATH)
|
||||
|
||||
AM_CONDITIONAL(have_openexr, test -n "$OPENEXR_LIBS")
|
||||
|
||||
# --- End of OpenEXR check ---
|
@ -0,0 +1,4 @@
|
||||
# KDE Config File
|
||||
[KDE Desktop Entry]
|
||||
BgImage=
|
||||
Icon=
|
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = koffice
|
||||
SUBDIRS = $(AUTODIRS)
|
||||
|
||||
xdg_apps_DATA = koffice.desktop
|
@ -0,0 +1,2 @@
|
||||
You can find status information and TODO items for KOffice
|
||||
documentation in the CookBook.odt
|
@ -0,0 +1,153 @@
|
||||
## generate API documentation with doxygen
|
||||
apidox-am-yes:
|
||||
@if test "$(subdir)" != "."; then \
|
||||
$(mkinstalldirs) $(top_builddir)/apidocs/$(subdir) ;\
|
||||
cp $(top_srcdir)/doc/api/Doxyfile.pim Doxyfile; \
|
||||
echo "PROJECT_NAME = \"$(subdir)\"" >> Doxyfile; \
|
||||
echo "PROJECT_NUMBER = \"Version $(VERSION)\"" >> Doxyfile; \
|
||||
echo "INPUT = $(srcdir)" >> Doxyfile; \
|
||||
echo "IMAGE_PATH = $(top_srcdir)/doc/api" >> Doxyfile ;\
|
||||
echo "OUTPUT_DIRECTORY = $(top_builddir)/apidocs" >> Doxyfile; \
|
||||
echo "HTML_OUTPUT = $(subdir)/html" >> Doxyfile; \
|
||||
echo "HTML_HEADER = $(top_srcdir)/doc/api/header.html" >> Doxyfile; \
|
||||
echo "HTML_FOOTER = $(top_srcdir)/doc/api/footer.html" >> Doxyfile; \
|
||||
echo "HTML_STYLESHEET = $(top_builddir)/apidocs/doxygen.css" >> Doxyfile; \
|
||||
echo "LATEX_OUTPUT = $(subdir)/latex" >> Doxyfile; \
|
||||
echo "RTF_OUTPUT = $(subdir)/rtf" >> Doxyfile; \
|
||||
echo "MAN_OUTPUT = $(subdir)/man" >> Doxyfile; \
|
||||
$(DOXYGEN) Doxyfile ;\
|
||||
sh $(top_srcdir)/doc/api/doxyndex.sh $(top_builddir)/apidocs $(subdir)/html ; \
|
||||
fi
|
||||
|
||||
apidox-am-no:
|
||||
|
||||
install-data-local: install-apidox
|
||||
|
||||
## install API documentation
|
||||
install-apidox:
|
||||
@if test "$(subdir)" != "."; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir)/html ; \
|
||||
if test -f $(top_builddir)/apidocs/$(subdir)/$(subdir).tag; then \
|
||||
echo $(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/$(subdir).tag $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \
|
||||
$(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/$(subdir).tag $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \
|
||||
fi; \
|
||||
if test -d $(top_builddir)/apidocs/$(subdir)/html; then \
|
||||
list=`ls $(top_builddir)/apidocs/$(subdir)/html`; \
|
||||
echo "installing $(top_builddir)/apidocs/$(subdir)/html" ;\
|
||||
for file in $$list; do \
|
||||
$(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/html/$$file $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir)/html; \
|
||||
done; \
|
||||
fi; \
|
||||
rm -f $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/common; \
|
||||
$(LN_S) $(kde_libs_htmldir)/en/common $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/common; \
|
||||
else\
|
||||
if test -d $(top_builddir)/apidocs; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs ;\
|
||||
list=`cd $(top_builddir)/apidocs && ls -1`; \
|
||||
echo "installing $(top_builddir)/apidocs/$$file" ;\
|
||||
for file in $$list; do \
|
||||
if test -f $(top_builddir)/apidocs/$$file; then \
|
||||
$(INSTALL_DATA) $(top_builddir)/apidocs/$$file $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \
|
||||
fi; \
|
||||
done ; fi; \
|
||||
fi
|
||||
|
||||
uninstall-local: uninstall-apidox
|
||||
|
||||
## uninstall API documentation
|
||||
uninstall-apidox:
|
||||
@if test "$(subdir)" != "."; then \
|
||||
if test -d $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); then \
|
||||
rm -rfv $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \
|
||||
fi\
|
||||
else\
|
||||
if test -d $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; then \
|
||||
rm -rfv $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \
|
||||
fi\
|
||||
fi
|
||||
|
||||
apidox:
|
||||
@if test "$(subdir)" != "."; then \
|
||||
$(MAKE) apidox-am-@KDE_HAS_DOXYGEN@ ;\
|
||||
else \
|
||||
$(MAKE) apidox-am-toplevel-@KDE_HAS_DOXYGEN@ ;\
|
||||
fi
|
||||
@set fnord $(MAKEFLAGS); amf=$$2; if test -n '$(SUBDIRS)'; then \
|
||||
list='$(SUBDIRS)'; \
|
||||
for subdir in $$list; do \
|
||||
if grep '^include .*Doxyfile.am' $(srcdir)/$$subdir/Makefile.am > /dev/null ; then \
|
||||
echo "Making apidox in $$subdir"; \
|
||||
if test "$$subdir" != "."; then \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) GENERATE_FLAG=no apidox) || exit 1; \
|
||||
fi ; fi ;\
|
||||
done; \
|
||||
for subdir in $$list; do \
|
||||
if grep '^include .*Doxyfile.am' $(srcdir)/$$subdir/Makefile.am > /dev/null ; then \
|
||||
echo "Making apidox in $$subdir"; \
|
||||
if test "$$subdir" != "."; then \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) GENERATE_FLAG=yes apidox) || exit 1; \
|
||||
fi ; fi ;\
|
||||
done; \
|
||||
fi
|
||||
|
||||
apidox-am-toplevel-no:
|
||||
apidox-am-toplevel-yes:
|
||||
@echo "*** Creating API documentation main page"; \
|
||||
cp $(top_srcdir)/admin/Doxyfile.global Doxyfile; \
|
||||
echo "PROJECT_NAME = \"$(DOXYGEN_PROJECT_NAME)\"" >> Doxyfile ; \
|
||||
echo "PROJECT_NUMBER = \"$(DOXYGEN_PROJECT_NUMBER)\"" >> Doxyfile ; \
|
||||
echo "INPUT = $(top_srcdir)" >> Doxyfile ; \
|
||||
echo "OUTPUT_DIRECTORY = $(top_builddir)/apidocs" >> Doxyfile ; \
|
||||
echo "FILE_PATTERNS = *.dox" >> Doxyfile ; \
|
||||
echo "RECURSIVE = NO" >> Doxyfile ; \
|
||||
echo "SOURCE_BROWSER = NO" >> Doxyfile ; \
|
||||
echo "ALPHABETICAL_INDEX = NO" >> Doxyfile ; \
|
||||
echo "HTML_OUTPUT = ." >> Doxyfile ; \
|
||||
echo "HTML_HEADER = $(top_srcdir)/doc/api/mainheader.html" >> Doxyfile ; \
|
||||
echo "HTML_FOOTER = $(top_srcdir)/doc/api/mainfooter.html" >> Doxyfile ; \
|
||||
echo "HTML_STYLESHEET = $(top_builddir)/apidocs/common/doxygen.css" >> Doxyfile ; \
|
||||
echo "GENERATE_LATEX = NO" >> Doxyfile ; \
|
||||
echo "GENERATE_RTF = NO" >> Doxyfile ; \
|
||||
echo "GENERATE_MAN = NO" >> Doxyfile ; \
|
||||
echo "GENERATE_XML = NO" >> Doxyfile ; \
|
||||
echo "GENERATE_AUTOGEN_DEF = NO" >> Doxyfile ; \
|
||||
echo "ENABLE_PREPROCESSING = NO" >> Doxyfile ; \
|
||||
echo "CLASS_DIAGRAMS = NO" >> Doxyfile ; \
|
||||
echo "HAVE_DOT = NO" >> Doxyfile ; \
|
||||
echo "GENERATE_HTML = YES" >> Doxyfile ;\
|
||||
$(mkinstalldirs) $(top_builddir)/apidocs ; \
|
||||
rm -f $(top_builddir)/apidocs/common ; \
|
||||
if test -d $(top_srcdir)/doc/common; then \
|
||||
common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\
|
||||
else \
|
||||
common_dir=$(kde_libs_htmldir)/en/common ;\
|
||||
fi ;\
|
||||
$(LN_S) $$common_dir $(top_builddir)/apidocs/common ;\
|
||||
doxygen Doxyfile; \
|
||||
rm -f Doxyfile
|
||||
@true > $(top_builddir)/apidocs/subdirs
|
||||
@$(MAKE) apidox-am-tree PARENT="" PARENTINDENT=""
|
||||
@sort $(top_builddir)/apidocs/subdirs | sed -e 's+<!--.*-->++' > $(top_builddir)/apidocs/subdirs_ && mv $(top_builddir)/apidocs/subdirs_ $(top_builddir)/apidocs/subdirs
|
||||
@sh $(top_srcdir)/doc/api/doxyndex.sh $(top_builddir)/apidocs .
|
||||
|
||||
|
||||
apidox-am-tree:
|
||||
@if test -n '$(SUBDIRS)' ; then \
|
||||
list='$(SUBDIRS)' ; \
|
||||
for subdir in $$list ; do \
|
||||
if test "x$$subdir" != "x."; then \
|
||||
if grep '^include .*Doxyfile.am' $(srcdir)/$$subdir/Makefile.am > /dev/null ; then \
|
||||
echo "Making apidox index in $$subdir"; \
|
||||
echo "<li><!-- $(PARENT)/$$subdir -->$(PARENTINDENT)<a href=\"@topdir@$(PARENT)/$$subdir/html/index.html\">$$subdir</a></li>" >> $(top_builddir)/apidocs/subdirs ; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) apidox-am-tree PARENT="$(PARENT)/$$subdir" PARENTINDENT='\ \ $(PARENTINDENT)' ) || exit 1; \
|
||||
fi ; \
|
||||
fi ; \
|
||||
done ; \
|
||||
fi
|
||||
|
||||
.PHONY: apidox-am-yes apidox-am-no install-data-local install-apidox install-apidox uninstall-local uninstall-apidox uninstall-apidox apidox apidox-am-toplevel-no apidox-am-toplevel-yes apidox-am-tree
|
||||
|
||||
|
||||
# Local Variables:
|
||||
# mode: makefile
|
||||
# End:
|
@ -0,0 +1,191 @@
|
||||
PROJECT_NAME =
|
||||
PROJECT_NUMBER =
|
||||
OUTPUT_DIRECTORY = ../apidocs/
|
||||
OUTPUT_LANGUAGE = English
|
||||
USE_WINDOWS_ENCODING = NO
|
||||
BRIEF_MEMBER_DESC = NO
|
||||
REPEAT_BRIEF = YES
|
||||
ABBREVIATE_BRIEF =
|
||||
ALWAYS_DETAILED_SEC = YES
|
||||
INLINE_INHERITED_MEMB = NO
|
||||
FULL_PATH_NAMES = NO
|
||||
STRIP_FROM_PATH =
|
||||
SHORT_NAMES = NO
|
||||
JAVADOC_AUTOBRIEF = YES
|
||||
MULTILINE_CPP_IS_BRIEF = NO
|
||||
DETAILS_AT_TOP = NO
|
||||
INHERIT_DOCS = YES
|
||||
DISTRIBUTE_GROUP_DOC = NO
|
||||
TAB_SIZE = 4
|
||||
ALIASES = obsolete=@deprecated
|
||||
OPTIMIZE_OUTPUT_FOR_C = NO
|
||||
OPTIMIZE_OUTPUT_JAVA = NO
|
||||
SUBGROUPING = YES
|
||||
EXTRACT_ALL = NO
|
||||
EXTRACT_PRIVATE = NO
|
||||
EXTRACT_STATIC = YES
|
||||
EXTRACT_LOCAL_CLASSES = NO
|
||||
HIDE_UNDOC_MEMBERS = NO
|
||||
HIDE_UNDOC_CLASSES = YES
|
||||
HIDE_FRIEND_COMPOUNDS = NO
|
||||
HIDE_IN_BODY_DOCS = NO
|
||||
INTERNAL_DOCS = NO
|
||||
CASE_SENSE_NAMES = YES
|
||||
HIDE_SCOPE_NAMES = NO
|
||||
SHOW_INCLUDE_FILES = YES
|
||||
INLINE_INFO = YES
|
||||
SORT_MEMBER_DOCS = NO
|
||||
SORT_BRIEF_DOCS = NO
|
||||
SORT_BY_SCOPE_NAME = NO
|
||||
GENERATE_TODOLIST = NO
|
||||
GENERATE_TESTLIST = NO
|
||||
GENERATE_BUGLIST = YES
|
||||
GENERATE_DEPRECATEDLIST= YES
|
||||
ENABLED_SECTIONS =
|
||||
MAX_INITIALIZER_LINES = 30
|
||||
SHOW_USED_FILES = YES
|
||||
QUIET = YES
|
||||
WARNINGS = NO
|
||||
WARN_IF_UNDOCUMENTED = NO
|
||||
WARN_IF_DOC_ERROR = YES
|
||||
WARN_FORMAT =
|
||||
WARN_LOGFILE =
|
||||
INPUT =
|
||||
FILE_PATTERNS = *.h \
|
||||
*.cpp \
|
||||
*.cc \
|
||||
*.hpp \
|
||||
*.dox \
|
||||
*.c++ \
|
||||
*.cxx \
|
||||
*.h++ \
|
||||
*.hh
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS = *.moc.* \
|
||||
moc* \
|
||||
*.all_cpp.* \
|
||||
*unload.* \
|
||||
*/test/* \
|
||||
*/tests/* \
|
||||
*_p.h
|
||||
EXAMPLE_PATH =
|
||||
EXAMPLE_PATTERNS =
|
||||
EXAMPLE_RECURSIVE = NO
|
||||
IMAGE_PATH =
|
||||
INPUT_FILTER =
|
||||
FILTER_SOURCE_FILES = NO
|
||||
SOURCE_BROWSER = YES
|
||||
INLINE_SOURCES = NO
|
||||
STRIP_CODE_COMMENTS = YES
|
||||
REFERENCED_BY_RELATION = YES
|
||||
REFERENCES_RELATION = YES
|
||||
VERBATIM_HEADERS = YES
|
||||
ALPHABETICAL_INDEX = YES
|
||||
COLS_IN_ALPHA_INDEX = 3
|
||||
IGNORE_PREFIX = K
|
||||
GENERATE_HTML = NO
|
||||
HTML_OUTPUT =
|
||||
HTML_FILE_EXTENSION = .html
|
||||
HTML_ALIGN_MEMBERS = YES
|
||||
GENERATE_HTMLHELP = NO
|
||||
CHM_FILE =
|
||||
HHC_LOCATION =
|
||||
GENERATE_CHI = NO
|
||||
BINARY_TOC = NO
|
||||
TOC_EXPAND = NO
|
||||
DISABLE_INDEX = YES
|
||||
ENUM_VALUES_PER_LINE = 4
|
||||
GENERATE_TREEVIEW = NO
|
||||
TREEVIEW_WIDTH = 250
|
||||
GENERATE_LATEX = NO
|
||||
LATEX_OUTPUT =
|
||||
LATEX_CMD_NAME = latex
|
||||
MAKEINDEX_CMD_NAME = makeindex
|
||||
COMPACT_LATEX = NO
|
||||
PAPER_TYPE = a4wide
|
||||
EXTRA_PACKAGES =
|
||||
LATEX_HEADER =
|
||||
PDF_HYPERLINKS = NO
|
||||
USE_PDFLATEX = NO
|
||||
LATEX_BATCHMODE = NO
|
||||
LATEX_HIDE_INDICES = NO
|
||||
GENERATE_RTF = NO
|
||||
RTF_OUTPUT =
|
||||
COMPACT_RTF = NO
|
||||
RTF_HYPERLINKS = NO
|
||||
RTF_STYLESHEET_FILE =
|
||||
RTF_EXTENSIONS_FILE =
|
||||
GENERATE_MAN = NO
|
||||
MAN_OUTPUT =
|
||||
MAN_EXTENSION = .kde3
|
||||
MAN_LINKS = YES
|
||||
GENERATE_XML = NO
|
||||
XML_OUTPUT = xml
|
||||
XML_SCHEMA =
|
||||
XML_DTD =
|
||||
XML_PROGRAMLISTING = NO
|
||||
GENERATE_AUTOGEN_DEF = NO
|
||||
GENERATE_PERLMOD = NO
|
||||
PERLMOD_LATEX = NO
|
||||
PERLMOD_PRETTY = YES
|
||||
PERLMOD_MAKEVAR_PREFIX =
|
||||
ENABLE_PREPROCESSING = YES
|
||||
MACRO_EXPANSION = NO
|
||||
EXPAND_ONLY_PREDEF = NO
|
||||
SEARCH_INCLUDES = YES
|
||||
INCLUDE_PATH =
|
||||
INCLUDE_FILE_PATTERNS =
|
||||
PREDEFINED = QT_VERSION=320 \
|
||||
__cplusplus \
|
||||
Q_WS_X11
|
||||
EXPAND_AS_DEFINED =
|
||||
SKIP_FUNCTION_MACROS = YES
|
||||
TAGFILES =
|
||||
GENERATE_TAGFILE =
|
||||
ALLEXTERNALS = NO
|
||||
EXTERNAL_GROUPS = NO
|
||||
PERL_PATH =
|
||||
CLASS_DIAGRAMS = YES
|
||||
HIDE_UNDOC_RELATIONS = NO
|
||||
HAVE_DOT = NO
|
||||
CLASS_GRAPH = YES
|
||||
COLLABORATION_GRAPH = YES
|
||||
UML_LOOK = NO
|
||||
TEMPLATE_RELATIONS = YES
|
||||
INCLUDE_GRAPH = YES
|
||||
INCLUDED_BY_GRAPH = YES
|
||||
CALL_GRAPH = NO
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
DOT_IMAGE_FORMAT = png
|
||||
DOT_PATH =
|
||||
DOTFILE_DIRS =
|
||||
MAX_DOT_GRAPH_WIDTH = 800
|
||||
MAX_DOT_GRAPH_HEIGHT = 1024
|
||||
MAX_DOT_GRAPH_DEPTH = 0
|
||||
GENERATE_LEGEND = YES
|
||||
DOT_CLEANUP = YES
|
||||
SEARCHENGINE = NO
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# KOffice Settings
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
HTML_ALIGN_MEMBERS = NO
|
||||
REFERENCED_BY_RELATION = NO
|
||||
REFERENCES_RELATION = NO
|
||||
VERBATIM_HEADERS = NO
|
||||
GENERATE_LATEX = NO
|
||||
GENERATE_RTF = NO
|
||||
GENERATE_MAN = NO
|
||||
GENERATE_XML = NO
|
||||
GENERATE_HTML = YES
|
||||
SOURCE_BROWSER = NO
|
||||
GENERATE_AUTOGEN_DEF = NO
|
||||
ENABLE_PREPROCESSING = NO
|
||||
CLASS_DIAGRAMS = NO
|
||||
HAVE_DOT = NO
|
||||
IGNORE_PREFIX = K
|
||||
EXTRACT_ALL = NO
|
||||
|
@ -0,0 +1,60 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# A shell script to post-process doxy-generated files; the purpose
|
||||
# is to make the menu on the left in the file match the actually
|
||||
# generated files (ie. leave out namespaces if there are none).
|
||||
#
|
||||
# Usage: doxyndex.sh <toplevel-apidocs-dir> <relative-html-output-directory>
|
||||
#
|
||||
# Typically, this means $(top_builddir)/apidocs and something like
|
||||
# libfoo/html for the output. For the top-level dig, set relative-html
|
||||
# to "." . In non-top directories, both <!-- menu --> and <!-- gmenu -->
|
||||
# are calculated and replaced. Top directories get an empty <!-- menu -->
|
||||
# if any.
|
||||
|
||||
WRKDIR="$1/$2"
|
||||
TOPDIR=`echo "$2" | sed -e 's+[^/][^/]*/+../+g' -e 's+html$+..+'`
|
||||
echo "Postprocessing files in $WRKDIR ($TOPDIR)"
|
||||
|
||||
# Special case top-level to have an empty MENU.
|
||||
if test "x$2" = "x." ; then
|
||||
MENU=""
|
||||
else
|
||||
MENU="<ul>"
|
||||
|
||||
# This is a list of pairs, with / separators so we can use basename
|
||||
# and dirname (a crude shell hack) to split them into parts. For
|
||||
# each, if the file part exists (as a html file) tack it onto the
|
||||
# MENU variable as a <li> with link.
|
||||
for i in "Main Page/index" \
|
||||
"Modules/modules" \
|
||||
"Namespace List/namespaces" \
|
||||
"Class Hierarchy/hierarchy" \
|
||||
"Alphabetical List/classes" \
|
||||
"Class List/annotated" \
|
||||
"File List/files" \
|
||||
"Namespace Members/namespacemembers" \
|
||||
"Class Members/functions" \
|
||||
"Related Pages/pages"
|
||||
do
|
||||
NAME=`dirname "$i"`
|
||||
FILE=`basename "$i"`
|
||||
test -f "$WRKDIR/$FILE.html" && MENU="$MENU<li><a href=\"$FILE.html\">$NAME</a></li>"
|
||||
done
|
||||
|
||||
MENU="$MENU</ul>"
|
||||
fi
|
||||
|
||||
|
||||
# Get the list of global Menu entries.
|
||||
GMENU=`cat "$1"/subdirs | tr -d '\n'`
|
||||
|
||||
PMENU=`grep '<!-- pmenu' "$WRKDIR/index.html" | sed -e 's+.*pmenu *++' -e 's+ *-->++' | awk '{ c=split($0,a,"/"); for (j=1; j<=c; j++) { printf " / <a href=\""; if (j==c) { printf("."); } for (k=j; k<c; k++) { printf "../"; } if (j<c) { printf("../html/index.html"); } printf "\">%s</a>\n" , a[j]; } }' | tr -d '\n'`
|
||||
|
||||
# Now substitute in the MENU in every file. This depends
|
||||
# on HTML_HEADER (ie. header.html) containing the <!-- menu --> comment.
|
||||
for i in "$WRKDIR"/*.html
|
||||
do
|
||||
sed -e "s+<!-- menu -->+$MENU+" -e "s+<!-- gmenu -->+$GMENU+" -e "s+<!-- pmenu.*-->+$PMENU+" < "$i" | sed -e "s+@topdir@+$TOPDIR+g" > "$i.new" && mv "$i.new" "$i"
|
||||
done
|
||||
|
@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
|
||||
|
||||
<head>
|
||||
<title>$title ($projectname)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
|
||||
<meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org" r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org" r (n 0 s 0 v 0 l 0))' />
|
||||
|
||||
<meta name="trademark" content="KDE e.V." />
|
||||
<meta name="description" content="K Desktop Environment Homepage, KDE.org" />
|
||||
<meta name="MSSmartTagsPreventParsing" content="true" />
|
||||
<meta name="robots" content="all" />
|
||||
|
||||
<link rel="shortcut icon" href="@topdir@/favicon.ico" />
|
||||
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />
|
||||
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
hr { display: none; }
|
||||
#content h2 { margin-left: 0px; }
|
||||
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
|
||||
td.mdRow { padding: 8px 20px; }
|
||||
td.md { font-weight: bold; }
|
||||
td.mdname1 { font-weight: bold; color: #602020; }
|
||||
td.mdname { font-weight: bold; color: #602020; }
|
||||
|
||||
-->
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="nav_header_top" align="right">
|
||||
<a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>
|
||||
|
||||
<a href="@topdir@"><img id="nav_header_logo" alt="Home" align="left" src="@topdir@/kde_gear_64.png" border="0" /></a>
|
||||
<span class="doNotDisplay">::</span>
|
||||
|
||||
<div id="nav_header_title" align="left">KOffice API Docs</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="nav_header_bottom" align="right">
|
||||
<span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
|
||||
<span id="nav_header_bottom_left">
|
||||
/ <a href="http://www.koffice.org">KOffice</a>
|
||||
/ <a href="@topdir@">API Docs</a>
|
||||
<!-- pmenu $projectname -->
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td valign="top" class="menuheader" height="0"></td>
|
||||
|
||||
<td id="contentcolumn" valign="top" rowspan="2" >
|
||||
<div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
|
||||
<h2><a name="content"></a>$projectname</h2>
|
||||
|
||||
|
Binary file not shown.
@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
|
||||
|
||||
<head>
|
||||
<title>$title ($projectname)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
|
||||
<meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org" r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org" r (n 0 s 0 v 0 l 0))' />
|
||||
|
||||
<meta name="trademark" content="KDE e.V." />
|
||||
<meta name="description" content="K Desktop Environment Homepage, KDE.org" />
|
||||
<meta name="MSSmartTagsPreventParsing" content="true" />
|
||||
<meta name="robots" content="all" />
|
||||
|
||||
<link rel="shortcut icon" href="@topdir@/favicon.ico" />
|
||||
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
hr { display: none; }
|
||||
#content h2 { margin-left: 0px; }
|
||||
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
|
||||
td.mdRow { padding: 8px 20px; }
|
||||
td.md { font-weight: bold; }
|
||||
td.mdname1 { font-weight: bold; color: #602020; }
|
||||
td.mdname { font-weight: bold; color: #602020; }
|
||||
|
||||
.copyrights { width: 100%; margin: 1ex 10%; color:#BCBCBC; }
|
||||
.copyrights a { color: #9A9A9A; }
|
||||
|
||||
-->
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="nav_header_top" align="right">
|
||||
<a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>
|
||||
|
||||
<a href="@topdir@"><img id="nav_header_logo" alt="Home" align="left" src="@topdir@/kde_gear_64.png" border="0" /></a>
|
||||
<span class="doNotDisplay">::</span>
|
||||
|
||||
<div id="nav_header_title" align="left">KOffice API Docs</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="nav_header_bottom" align="right">
|
||||
<span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
|
||||
<span id="nav_header_bottom_left">
|
||||
/ <a href="http://www.koffice.org">KOffice</a>
|
||||
/ <a href="@topdir@">API Docs</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td valign="top" class="menuheader" height="0"></td>
|
||||
|
||||
<td id="contentcolumn" valign="top" rowspan="2" >
|
||||
<div id="content"><div style="width:100%;">
|
||||
<a name="content"></a><h2>$projectname</h2>
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||||
<!ENTITY kappname "&karbon14;">
|
||||
<!ENTITY package "koffice">
|
||||
<!ENTITY % addindex "IGNORE">
|
||||
<!ENTITY % English "INCLUDE">
|
||||
]>
|
||||
|
||||
<book lang="&language;">
|
||||
|
||||
<bookinfo>
|
||||
<title>The &karbon14; Handbook</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname></firstname>
|
||||
<othername></othername>
|
||||
<surname></surname>
|
||||
<affiliation>
|
||||
<address><email></email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
|
||||
<legalnotice>&FDLNotice;</legalnotice>
|
||||
|
||||
<!-- Date and version information of the documentation
|
||||
Don't forget to include this last date and this last revision number, we
|
||||
need them for translation coordination !
|
||||
Please respect the format of the date (DD/MM/YYYY) and of the version
|
||||
(Major.minor.lesser), it could be used by automation scripts -->
|
||||
|
||||
<date>2005-09-04</date>
|
||||
<releaseinfo>0.1.0</releaseinfo>
|
||||
|
||||
<!-- Abstract about this handbook -->
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
&karbon14; is a Scalable Graphics editer for &kde;.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
|
||||
<keywordset>
|
||||
<keyword>KDE</keyword>
|
||||
<keyword>Karbon14</keyword>
|
||||
</keywordset>
|
||||
|
||||
</bookinfo>
|
||||
|
||||
<chapter id="introduction"> <title>Introduction</title> <para>
|
||||
The documentation for &kappname; was not finished when &kde; was installed on
|
||||
this computer.</para> <para>If you need help, please check <ulink
|
||||
url="http://www.kde.org">The &kde; Website</ulink> for updates, or by
|
||||
submitting your question to <ulink url="mailto:kde@kde.org">The
|
||||
&kde; User Mailing list</ulink>.</para> <para><emphasis>The &kde;
|
||||
Team</emphasis></para>
|
||||
|
||||
&underFDL;
|
||||
|
||||
</chapter>
|
||||
|
||||
&documentation.index;
|
||||
</book>
|
||||
|
@ -0,0 +1,4 @@
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
@ -0,0 +1,504 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
|
||||
-->
|
||||
|
||||
<chapter id="basics">
|
||||
<title>
|
||||
&kexi; Basics
|
||||
</title>
|
||||
|
||||
<sect1 id="doc-vs-project">
|
||||
<title>
|
||||
&kexi; Databases
|
||||
</title>
|
||||
<para>
|
||||
Many applications such as OpenOffice.org or Microsoft Excel create
|
||||
files which are called <firstterm>documents</firstterm>. &kexi;
|
||||
creates files too, but we refer to them as <firstterm>&kexi;
|
||||
database files</firstterm>, or simple <firstterm>database
|
||||
files</firstterm> here. &kexi; database files usually have the
|
||||
extension <filename>.kexi</filename>.
|
||||
</para>
|
||||
|
||||
<!-- TODO: Picture of Kexi database icon? -->
|
||||
|
||||
<para>
|
||||
In addition to storing your databases in database files, &kexi;
|
||||
can also use databases on <firstterm>database
|
||||
servers</firstterm>, which is why we refer to them as
|
||||
<emphasis>database files</emphasis>, and not simply as
|
||||
<emphasis>databases</emphasis>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The term <firstterm>&kexi; project</firstterm>, or simply
|
||||
<firstterm>project</firstterm> is also used to refer to a &kexi;
|
||||
database, regardless of whether it is stored in a file or on a
|
||||
database server.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="new-database">
|
||||
<title>
|
||||
Creating a New Database File
|
||||
</title>
|
||||
|
||||
<procedure>
|
||||
<step>
|
||||
<para>
|
||||
Run &kexi;, or if it is already running, use
|
||||
<menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu><guimenuitem>New</guimenuitem>
|
||||
</menuchoice>.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Click the <guibutton>OK</guibutton> to confirm the
|
||||
creation of the project.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Enter a name for your project, and click <guibutton>Next</guibutton>.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Use the file browser to choose a folder where you would
|
||||
like to save your database file. You may change the file
|
||||
name in the <guilabel>Location:</guilabel> box if you dislike
|
||||
the one that is suggested.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Click <guibutton>Create</guibutton>.
|
||||
</para>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="main-window">
|
||||
<title>
|
||||
The &kexi; Main Window
|
||||
</title>
|
||||
<para>
|
||||
The <guilabel>Project Navigator</guilabel> and
|
||||
<guilabel>Properties Editor</guilabel> are shown in panes on
|
||||
each side of the child window. These can be resized or hidden
|
||||
as required. A pane can be hidden by clicking the small cross
|
||||
at the top of the pane (just below the toolbar).
|
||||
</para>
|
||||
<para>
|
||||
Database objects (tables, queries, etc.) listed in the <guilabel>Project
|
||||
Navigator</guilabel> can opened by clicking (or
|
||||
double-clicking, depending upon your global &kde; settings) on their names.
|
||||
</para>
|
||||
|
||||
<sect2 id="main-application-elements">
|
||||
<title>
|
||||
Main application elements
|
||||
</title>
|
||||
<!--
|
||||
<br><img src="img/04_06_00_main_window.png">
|
||||
<br>Kexi's main window<br><br>
|
||||
-->
|
||||
<itemizedlist>
|
||||
<title>
|
||||
Main elements of &kexi; application's window are:
|
||||
</title>
|
||||
<listitem>
|
||||
<para><emphasis>Menubar</emphasis></para>
|
||||
<para>
|
||||
contains available commands for the application.
|
||||
You will find detailed description of any of the commands in the appendix.
|
||||
<!-- @todo: point to the appendix (link) -->
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><emphasis>Toolbar</emphasis></para>
|
||||
<para>
|
||||
contains most frequently used commands.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<!-- @todo: link to the various chapters from the listitems -->
|
||||
<para><emphasis><guilabel>Project Navigator</guilabel>'s pane</emphasis></para>
|
||||
<para>
|
||||
contains a list of any object (tables, queries, forms, ...) created
|
||||
within the currently opened database project. The navigator also contains
|
||||
small toolbar with most usable commands related to the database objects.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis><guilabel>Opened database objects</guilabel> area</emphasis></para>
|
||||
<para>
|
||||
a central area of the application taking most of the screen space.
|
||||
For IDEAl user interface mode it contains switchable tabs with
|
||||
windows that are always maximized. For Childframe user interface
|
||||
mode it contains floating windows.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis><guilabel>Properties</guilabel> pane</emphasis></para>
|
||||
<para>
|
||||
contains a list of properties of currently activated database object.
|
||||
For certain objects (⪚ form's widgets) it can have several tabs.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis>Taskbar</emphasis></para>
|
||||
<para>
|
||||
contains a list of currently opened windows with database objects.
|
||||
For IDEAl user interface mode, it is available as a number of tabs.
|
||||
For Childframe user interface mode, it is available as a number of
|
||||
buttons, behaving just like your operating system's taskbar.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<sect3 id="project-navigator-pane">
|
||||
<title><guilabel>Project Navigator</guilabel> pane</title>
|
||||
<para>
|
||||
The <guilabel>Project Navigator</guilabel> pane is one of the most frequently used elements
|
||||
of the &kexi; main window. The pane contains a list of all objects
|
||||
created within the currently opened &kexi; database project. The objects
|
||||
are split into groups: tables, queries, forms.
|
||||
</para>
|
||||
<para id="project-navigator-pane-toolbar">
|
||||
The <guilabel>Project Navigator</guilabel> pane also contains a <emphasis>small toolbar for most
|
||||
frequently used commands</emphasis> (from left to right): <guilabel>Open
|
||||
selected object</guilabel>, <guilabel>Design selected object</guilabel>,
|
||||
<guilabel>Create a new object</guilabel>, and <guilabel>Delete selected
|
||||
object</guilabel>.
|
||||
<!--
|
||||
<img src="img/04_06_01_nav_mini_toolbar.png">
|
||||
<br>A toolbar in the Project Navigator pane<br><br>
|
||||
-->
|
||||
</para>
|
||||
<para>
|
||||
For each object on the list a context menu is available using the &RMB;.
|
||||
For example, this is context menu for the <emphasis>persons</emphasis> table.
|
||||
<!--
|
||||
<br><img src="img/04_06_01_context_menu.png">
|
||||
<br>Project Navigator pane's context menu<br><br>
|
||||
-->
|
||||
|
||||
<!-- TODO Commands of this menu is documented in <appendix>
|
||||
|
||||
See also a list of available shortcuts in <a href=
|
||||
"ab_00_00_shortcuts.html#nav_panel">Appendix B.2. Project Navigator
|
||||
pane <! - - TODO (js) APPENDIX number - - ></a> .
|
||||
|
||||
-->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Double clicking with the &LMB; on the object's name on the list allows to
|
||||
open the object in Data View. If the object's window was alread opened,
|
||||
the action just activates the window without switching it's view mode.
|
||||
</para>
|
||||
<para>
|
||||
Note that your operating system or window manager can be set up to handle
|
||||
single clicks instead of double clicks. In this case it is enough to single
|
||||
click on the object name to open its window.
|
||||
<!-- TODO (js) but then how to select an object without opening it? -->
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="database-object-windows">
|
||||
<title>Database object windows</title>
|
||||
|
||||
<orderedlist>
|
||||
<title>Opening an object's window</title>
|
||||
<listitem>
|
||||
<para>
|
||||
Select the object in the <link linkend="project-navigator-pane">Project Navigator
|
||||
pane</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<!-- <img src="icons/edit.png" class="icon"> -->
|
||||
Click the <guibutton>Open</guibutton> button on the <link
|
||||
linkend="project-navigator-pane-toolbar">Project Navigator pane's toolbar</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
<itemizedlist>
|
||||
<title>Commands related to object windows</title>
|
||||
<listitem><para><emphasis>Closing an object window</emphasis></para>
|
||||
<para>
|
||||
When the IDEAl user interface mode (the default) is used, each window has
|
||||
its own tab. Place the mouse pointer on the icon on the tab. A
|
||||
<!-- <img src="fileclose.png" class="icon"> --> <guibutton>Close</guibutton> button will become
|
||||
visible. Click it to close the tab.
|
||||
</para>
|
||||
<para>
|
||||
In the Childframe on the right hand of each opened window there are
|
||||
buttons you can use to control the window. Click the first one on the
|
||||
right hand to close the window.
|
||||
</para>
|
||||
<para>
|
||||
Alternatively, regardless of the user interface mode you are using,
|
||||
you can select <menuchoice><guimenu>Window</guimenu>
|
||||
<guimenuitem>Close</guimenuitem></menuchoice> from the Menubar.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem><para><emphasis>Window buttons for Childframe user interface
|
||||
mode</emphasis></para>
|
||||
<!--
|
||||
<para>
|
||||
<br><img src="img/04_06_02_window_buttons.png">
|
||||
<br>Window's buttons<br><br>
|
||||
</para>
|
||||
-->
|
||||
<para>
|
||||
The other buttons (from right to left) can be used to: maximize, minimize
|
||||
and undock the window.
|
||||
</para>
|
||||
<para>
|
||||
There's a small icon on the left side of the title bar which can be clicked
|
||||
to show a context menu with commands related to the window.
|
||||
</para>
|
||||
<!--
|
||||
<para>See also Docking and undocking of the windows.</para>
|
||||
-->
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="property-editor-pane">
|
||||
<title><guilabel>Property Editor</guilabel> pane</title>
|
||||
<para>
|
||||
In the <guilabel>Property Editor</guilabel> pane you can change properties of the object
|
||||
displayed in the active window. Depending on the context, the pane is
|
||||
consisted of one or more tabs. The first, always visible tab, Properties,
|
||||
contains the list of available properties.
|
||||
</para>
|
||||
<!--
|
||||
<para>
|
||||
<img src="img/04_06_03_prop_panel.png">
|
||||
<br>Property Editor<br><br>
|
||||
</para>
|
||||
-->
|
||||
<itemizedlist>
|
||||
<title>Rules for using the Property Editor:</title>
|
||||
<listitem>
|
||||
<para>Each row contains a single property.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>You can use the mouse or the keyboard to change values of particular
|
||||
properties.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<title>Most frequently used types of property values are:</title>
|
||||
<listitem>
|
||||
<para><emphasis>a number;</emphasis> you can enter the value directly
|
||||
or increase or decrease its value by clicking with the &LMB; on the arrows.
|
||||
<!-- <img src="img/04_06_03_prop_arrows.png" class="icon"> -->
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem><para>text</para></listitem>
|
||||
<listitem><para>drop down list of values</para></listitem>
|
||||
<listitem><para><emphasis>Yes/No;</emphasis>
|
||||
you can toggle the value by clicking on the button;
|
||||
<guibutton>Yes</guibutton> (<emphasis>true</emphasis>) means that the button is
|
||||
toggled on, <guibutton>>No</guibutton> (<emphasis>false</emphasis>) means that
|
||||
the button is toggled off.
|
||||
<!-- see the above figure -->
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem><para>
|
||||
There is no need to confirm a changed value: changes are visible immediately
|
||||
after moving to a different row of the Property Editor's list or by pressing
|
||||
the <keycombo><keycap>Enter</keycap></keycombo> key.
|
||||
</para></listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Names of the recently changed properties that not yet were stored in the
|
||||
database are marked with bold text.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
After changing the value of a property, a special <guibutton>Undo changes</guibutton>
|
||||
button appears on the right side of the Property Editor's list.
|
||||
<!-- <img src="img/04_06_03_prop_undo.png" class="icon"> -->
|
||||
By clicking it you can revert the value of the property to the original value
|
||||
that was loaded from the database upon opening the database object. The button
|
||||
is only visible when the property is actually highlighted.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
<title>The Property Editor pane is empty if:</title>
|
||||
<listitem><para>no single database object's window is opened, or</para>
|
||||
</listitem>
|
||||
<listitem><para>
|
||||
the active database object's window does not offer properties; it is usually
|
||||
the case when it is opened in Data View instead of Design View
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
See also the list of keyboard shortcuts available for the Property Editor
|
||||
pane in appendix Property Editor pane.
|
||||
</para>
|
||||
-->
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="project-opening">
|
||||
<title>
|
||||
Opening an existing &kexi; database file
|
||||
</title>
|
||||
<itemizedlist>
|
||||
<title>
|
||||
To open an existing &kexi; database file:
|
||||
</title>
|
||||
<listitem><para>
|
||||
select it in the <guilabel>Open Existing Project</guilabel>
|
||||
dialog; or
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
open it by clicking on the .kexi file icon.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<sect2 id="window-open-existing">
|
||||
<title>
|
||||
Opening a database file in the <guilabel>Open Existing
|
||||
Project</guilabel> dialog
|
||||
</title>
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
Run &kexi;. <!--(see <a href="04_02_00_running_kexi.html">Running Kexi</a>).-->
|
||||
You should see <guilabel>Choose Project</guilabel> startup dialog.
|
||||
Choose <guilabel>Open Existing Project</guilabel> tab.
|
||||
You will see the following dialog:
|
||||
<!-- image: <img src="img/04_04_01_startup_open_existing.png"> -->
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
From <guilabel>Current location</guilabel> drop down box, pick a folder
|
||||
containing a file you are looking for.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
You can either pick a file or enter its name in the
|
||||
<guilabel>Location:</guilabel> box.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Click <guibutton>OK</guibutton>.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<sect3 id="open-existing-notes">
|
||||
<title>
|
||||
Notes
|
||||
</title>
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
By default the <guilabel>Filter:</guilabel> drop down list has
|
||||
<guilabel>Kexi Database File-Based Project</guilabel> selected.
|
||||
In case the file you are looking for has an other extension,
|
||||
you can change the selection of the <guilabel>Filter:</guilabel>
|
||||
drop down list to <guilabel>All Files</guilabel> to display
|
||||
all available files (regardless of an extension).
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
If you have selected a file of an external type, like a MS Access .mdb
|
||||
file, &kexi; will provide you with the option to import the file.
|
||||
<!-- todo an advice to read "importing" chapter will be placed here -->
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
If you have selected a <emphasis>connection data</emphasis> file
|
||||
(with .kexic extension) or a <emphasis>shortcut to a project on
|
||||
database server</emphasis> file (with .kexis extension), &kexi;
|
||||
will display appropriate dialogs.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="open-icon">
|
||||
<title>
|
||||
Opening an existing &kexi; database file by clicking on .kexi file's icon
|
||||
</title>
|
||||
<para>
|
||||
Click file's icon using your file manager or desktop.
|
||||
&kexi; will open this database project automatically.
|
||||
</para>
|
||||
<!-- <img src="icons/mime-kexiproject_sqlite.png" class="icon"/> -->
|
||||
<sect3 id="open-icon-notes">
|
||||
<title>
|
||||
Notes
|
||||
</title>
|
||||
<para>
|
||||
<emphasis>Note about database files accessed remotely.</emphasis>
|
||||
You may want to open a database file that is located on a remote
|
||||
source (⪚ a web or FTP server or a MS Windows network share).
|
||||
K Desktop Environment allows you to open files from remote sources
|
||||
directly in applications and to save changes back to the source, but
|
||||
this is not the case with database files. By clicking on a database
|
||||
file located on a remote source, a copy of the file will be
|
||||
downloaded to a temporary directory on your computer and all your
|
||||
changes will be made to this local file. The remote original of
|
||||
the file will remain unchanged, so it's recommended to copy
|
||||
(download) the file to your computer first, then open the file and
|
||||
copy it back to the remote source if you want to make it up to date.
|
||||
</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="using-help">
|
||||
<title>
|
||||
Using built-in help
|
||||
</title>
|
||||
<itemizedlist>
|
||||
<title>
|
||||
The following ways to get built-in help in &kexi; are available:
|
||||
</title>
|
||||
<listitem>
|
||||
<para><emphasis>The Handbook in form of electronic document.</emphasis></para>
|
||||
<para>
|
||||
The Handbook is available by pressing <keycombo><keycap>F1</keycap></keycombo>
|
||||
key or selecting <menuchoice><guimenu>Help</guimenu><guimenuitem>&kexi;
|
||||
Handbook</guimenuitem></menuchoice> from the menubar.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><emphasis>What's This? hints.</emphasis></para>
|
||||
<para>
|
||||
Select <menuchoice><guimenu>Help</guimenu><guimenuitem>What's
|
||||
This?</guimenuitem></menuchoice>from the menu bar and click on
|
||||
an area of the application to get hints about it.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
@ -0,0 +1,248 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
-->
|
||||
|
||||
<chapter id="building-databases">
|
||||
<title>Building Simple Databases</title>
|
||||
<sect1 id="building-intro">
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
To learn the basics of &kexi;, you could build a simple database
|
||||
utilizing most elementary &kexi;'s features. To make things simpler,
|
||||
advanced database design topics will not be covered here.
|
||||
</para>
|
||||
<para>
|
||||
Start by creating a new empty <emphasis>Phone Book</emphasis>.
|
||||
<!--
|
||||
See chapter <a href="04_03_00_creating_database.html">4.3.
|
||||
Creating a new database project</a> for information how to do this.
|
||||
-->
|
||||
</para>
|
||||
|
||||
<para>Having a new empty database project, perform the following steps:</para>
|
||||
<procedure>
|
||||
<step><para>Design database tables. Read <xref linkend="designing-tables"/>.</para></step>
|
||||
<step><para>Enter data into tables. Read <xref linkend="entering-data-into-tables"/>.</para></step>
|
||||
<step><para>Design database queries. Read <xref linkend="designing-queries"/>.</para></step>
|
||||
<step><para>Design forms. Read <xref linkend="designing-forms"/>.</para></step>
|
||||
<step><para>Use forms to enter data. Read <xref linkend="entering-data-using-forms"/>.</para></step>
|
||||
</procedure>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="designing-tables">
|
||||
<title>Designing Database Tables</title>
|
||||
<para>
|
||||
First, there will be two tables added to your database:
|
||||
<emphasis>persons</emphasis> and <emphasis>phone_numbers</emphasis>.
|
||||
These are exactly the same tables as described in chapter <link
|
||||
linkend="database-and-spreadsheet">Database and spreadsheet</link>.
|
||||
A layout for <emphasis>Persons</emphasis> can be found in section
|
||||
<link linkend="data-integrity-and-validity">Data integrity and validity</link>
|
||||
in that chapter.
|
||||
</para>
|
||||
|
||||
<procedure>
|
||||
<step>
|
||||
<para>
|
||||
Select <menuchoice><guimenu>Insert</guimenu><guimenuitem>Table</guimenuitem>
|
||||
</menuchoice> from the Menubar. You can also use the button <guilabel>Create
|
||||
object: table</guilabel> on the <link linkend="project-navigator-pane">Project
|
||||
Navigator's toolbar</link>.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
The Table Designer's window will appear. Looking at the top of designer's window
|
||||
you will notice that &kexi; proposed you a generic name like
|
||||
<emphasis>template</emphasis> for the new table. The table design is not saved
|
||||
yet so you will be able to assign more proper name later. Moreover, because of
|
||||
the same reason, the table name is not yet visible in the
|
||||
<link linkend="project-navigator-pane">Project Navigator</link>.
|
||||
</para>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
|
||||
<sect2 id="design-window">
|
||||
<title>The Table Designer window</title>
|
||||
<itemizedlist>
|
||||
<title>Table Designer window consists of following columns:</title>
|
||||
<listitem><para>
|
||||
<guilabel>PK</guilabel> - Primary Key. <!-- It will be discussed this topic in
|
||||
<link linkend="building-advanced-database">in a later chapter</link>. -->
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<guilabel>Field Caption</guilabel> - caption of the field
|
||||
which will be displayed during data entering.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<guilabel>Data Type</guilabel> - a combo box containing a list of data types,
|
||||
allowing to set a main rule for entered data for a given field. For example,
|
||||
when an integer number data type is set for a field, a database user will not
|
||||
able to enter letter characters into this field.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<guilabel>Comments</guilabel> - you can enter here any information useful for
|
||||
understanding what the given field is provided for. This additional text will
|
||||
be saved within the table design and only visible in design mode.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
In the <guilabel>Table designer</guilabel> window, every row corresponds to
|
||||
a single table field. You can recognize you are in <emphasis>design
|
||||
mode</emphasis> because the <!-- <img src="icons/state_edit.png" class="icon"> -->
|
||||
<guibutton>Switch to Design View mode</guibutton> button is toggled on within
|
||||
the main &kexi; toolbar.
|
||||
</para>
|
||||
|
||||
|
||||
<procedure>
|
||||
<title>Designing the <emphasis>Persons</emphasis> table</title>
|
||||
<step><para>
|
||||
In the first row click on the cell in the <guilabel>Field Caption</guilabel>
|
||||
column and enter <emphasis>Name</emphasis> as field caption.
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<title>Notes about field names and captions</title>
|
||||
<listitem><para>
|
||||
Every table field must have a name and a caption, these cannot be empty.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Field name is a word used by the database, usually not visible for users of the database application. The name may not contain special (national) characters (like ±, ¶, Ü)
|
||||
or space characters. The name must only contain roman letters,
|
||||
<!-- JSTANIEK: TODO: what about for example japanese letters? Are they allowed in japanese versions?-->
|
||||
numbers and underscore sign "_". Use the latter instead of
|
||||
spaces or dashes.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Field names must be started with a letter or underscore sign
|
||||
"_", never with a number.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
It does not matter whether you are using small or capital letters.
|
||||
For &kexi; the database name "Persons" is the same as
|
||||
"persons".
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Field caption, on the other hand, allows you to enter any letters and special characters. It will be displayed for users of the database application.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<itemizedlist>
|
||||
<title>In a similar way, enter the following fields into the table design:</title>
|
||||
<listitem><para><guilabel>surname</guilabel></para></listitem>
|
||||
<listitem><para>street</para></listitem>
|
||||
<listitem><para>house_number</para></listitem>
|
||||
<listitem><para>city</para></listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
|
||||
<step><para>
|
||||
All the above fields, except <emphasis>house_number</emphasis>, are of type
|
||||
<emphasis>text</emphasis>.
|
||||
Change <emphasis>house_number</emphasis> field's type to <emphasis>integer
|
||||
number</emphasis>. To do this, click on a cell in the <guilabel>Data
|
||||
Type</guilabel> column, <emphasis>house_number</emphasis> row and then
|
||||
click on drop down list's button <!--<img src="icons/dropdown_button.png" class="icon">-->
|
||||
(you can also press <keycombo><keycap>F4</keycap></keycombo> or
|
||||
<keycombo action="simul">&Alt;<keycap>Down</keycap></keycombo>. The list
|
||||
of data types will appear. Select the <emphasis>Integer number</emphasis> type.
|
||||
<!--
|
||||
<br><img src="img/05_01_01_changing_datatype.png">
|
||||
<br>Changing data type of a filed to integer number<br><br>
|
||||
-->
|
||||
</para><para>
|
||||
From now on, the <emphasis>house_number</emphasis> field only accepts numbers.
|
||||
</para></step>
|
||||
|
||||
<!-- TODO setting additional properties: e.g. caption -->
|
||||
<step><para>
|
||||
<emphasis>Persons</emphasis> table design is ready. Click <!-- <img src="icons/state_data.png" class="icon">-->
|
||||
<guibutton>Switch to Data View</guibutton> button on the toolbar to finish
|
||||
designing and switch to Data View for the table. This allows you entering
|
||||
data into the table.
|
||||
</para></step>
|
||||
|
||||
<step><para>
|
||||
As the design is not yet saved in the database, the <guibutton>Save Object As</guibutton>
|
||||
dialog window appears. You need to specify the name for the new table.
|
||||
<!--
|
||||
<br><img src="img/05_01_01_entering_table_name.png">
|
||||
<br>Entering table name before saving its design<br><br>
|
||||
-->
|
||||
</para>
|
||||
<para>
|
||||
&kexi; offers a generic name like <emphasis>Table1</emphasis>.
|
||||
To change the name, enter <emphasis>Persons</emphasis> into the
|
||||
<emphasis>Caption</emphasis> field and press the <keycombo>
|
||||
<keycap>Enter</keycap></keycombo> key or click the <guibutton>OK</guibutton>
|
||||
button. The <guilabel>Caption</guilabel> field will be used to display the
|
||||
table to database end-users, ⪚ as a form. Unlike the name, the caption can
|
||||
contain any characters including spaces and special characters.
|
||||
</para>
|
||||
<para>
|
||||
Note that filling the <guilabel>Caption</guilabel> field automatically fills
|
||||
the <guilabel>Name</guilabel> field. For your convenience the rule for using
|
||||
only letters, numbers and the "_" character is kept. You
|
||||
can alter the contents of the <guilabel>Name</guilabel> field if you want to.
|
||||
<!--
|
||||
<br><img src="img/05_01_01_automatic_names.png">
|
||||
<br>Example of automatically filled Name field<br><br>
|
||||
-->
|
||||
</para></step>
|
||||
|
||||
<step><para>
|
||||
You are asked about an agreement for automatic adding of primary key to the table.
|
||||
<!--The idea of primary keys is described in <a href=""> -->
|
||||
<!-- TODO chapter # chapter 6</a>.--> Click <guibutton>Add primary key</guibutton>
|
||||
button to continue.
|
||||
<!--
|
||||
<br><img src="img/05_01_01_pkey_recommended.png">
|
||||
<br>A question about automatic adding a primary key<br><br>
|
||||
-->
|
||||
</para></step>
|
||||
|
||||
<step><para>
|
||||
The <emphasis>Persons</emphasis> table has been created and opened in Data View.
|
||||
Its name appears in the <guilabel>Project Navigator</guilabel> pane.
|
||||
<!-- <br><img src="img/05_01_01_table_created.png">
|
||||
<br><em>Persons</em> table in the Project Navigator pane<br><br>
|
||||
-->
|
||||
</para></step>
|
||||
|
||||
<step><para>
|
||||
Create the <emphasis>phone_numbers</emphasis> table, in a similar
|
||||
way as <emphasis>persons</emphasis> table.
|
||||
</para></step>
|
||||
|
||||
<step><para>
|
||||
Create a <emphasis>person</emphasis> field of type <emphasis>Integer
|
||||
number</emphasis> and <emphasis>phone</emphasis> of type <emphasis>Text</emphasis>.
|
||||
Do not use a number type here because phone numbers can have many different
|
||||
forms and prefixes.
|
||||
</para></step>
|
||||
|
||||
<step><para>
|
||||
Click <!--<img src="icons/state_data.png" class="icon"> --> <guibutton>Switch to
|
||||
Data View</guibutton> button on the toolbar and enter <emphasis>Phones</emphasis>
|
||||
caption for the table. As for your previous table, allow &kexi; to automatically
|
||||
create a primary key.
|
||||
</para></step>
|
||||
</procedure>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
&enteringdataintotables;
|
||||
|
||||
&querydesigning;
|
||||
|
||||
&designingforms;
|
||||
|
||||
&enteringdatausingforms;
|
||||
|
||||
</chapter>
|
||||
|
@ -0,0 +1,98 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
-->
|
||||
|
||||
<appendix id="comparing">
|
||||
<title>
|
||||
Comparing &kexi; to other database applications
|
||||
</title>
|
||||
<para>
|
||||
Although different database applications tend to provide similar
|
||||
functionality, they often use different terminology. For your
|
||||
convenience, this appendix shows how the terminology used in
|
||||
&kexi; corresponds to that used by other database applications.
|
||||
Thus, this chapter may be useful when migrating databases from
|
||||
one application to another.
|
||||
</para>
|
||||
<sect1 id="comparing-data-types">
|
||||
<title>
|
||||
Data types
|
||||
</title>
|
||||
<para>
|
||||
The table below shows how the data types in &kexi; correspond
|
||||
to data types in other database applications.
|
||||
</para>
|
||||
<para>
|
||||
Some of the data types listed here are
|
||||
<firstterm>sub-types</firstterm> of other types. For example,
|
||||
the <emphasis>Long text</emphasis> type is a sub-type of the
|
||||
<emphasis>Text</emphasis> type. To use a sub-type in
|
||||
&kexi;, you should select the corresponding basic type (in
|
||||
this case, Text) in the table designer, and then select the
|
||||
sub-type using the <guilabel>Subtype</guilabel> setting in the
|
||||
<guilabel>Properties Editor</guilabel>.
|
||||
</para>
|
||||
<table>
|
||||
<title>
|
||||
Comparison of data types used in &kexi; and other database
|
||||
applications
|
||||
</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&kexi;</entry>
|
||||
<entry>MS Access</entry>
|
||||
<entry>dBase/FoxPro</entry>
|
||||
<entry>Paradox</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Text (Text)</entry>
|
||||
<entry>Text</entry>
|
||||
<entry>Character</entry>
|
||||
<entry>Alphanumeric</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Long text (Long text)</entry>
|
||||
<entry>Memo</entry>
|
||||
<entry>Memo</entry>
|
||||
<entry>Memo</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Date/Time (Date/Time)</entry>
|
||||
<entry>Date, Time</entry>
|
||||
<entry>Date</entry>
|
||||
<entry>DateTime</entry>
|
||||
</row>
|
||||
<!-- Not visible in Kexi GUI yet.
|
||||
<row>
|
||||
<entry>Object (Object)</entry>
|
||||
<entry>OLE Object</entry>
|
||||
<entry>General</entry>
|
||||
<entry>OLE, Graphical Binary</entry>
|
||||
</row>
|
||||
-->
|
||||
<row>
|
||||
<entry>Integer Number (Integer Number)</entry>
|
||||
<entry>Number (Integer)</entry>
|
||||
<entry>Numeric</entry>
|
||||
<entry>Integer</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Big Integer Number (Big Integer Number)</entry>
|
||||
<entry>Long Integer</entry>
|
||||
<entry>Numeric</entry>
|
||||
<entry>Long Integer</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Floating Point Number (Floating Point Number)</entry>
|
||||
<entry>Single/Double precision number</entry>
|
||||
<entry>Float</entry>
|
||||
<entry>Number</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</sect1>
|
||||
</appendix>
|
@ -0,0 +1,230 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
-->
|
||||
|
||||
<chapter id="configuration">
|
||||
<title>
|
||||
Configuring &kexi;
|
||||
</title>
|
||||
|
||||
<para>
|
||||
This chapter describes how you can configure &kexi; to suit your
|
||||
own needs and preferences.
|
||||
</para>
|
||||
|
||||
<sect1 id="configuring-window-layout">
|
||||
<title>
|
||||
Window Layout
|
||||
</title>
|
||||
<para>
|
||||
&kexi; provides a <firstterm>Mutiple Document
|
||||
Interface</firstterm> (MDI). This means that you can have
|
||||
several database objects (such as tables, queries, forms and
|
||||
scripts) open at the same time and in the same &kexi; main
|
||||
window. Each database object is shown in a <firstterm>child
|
||||
window</firstterm> within the main window.
|
||||
</para>
|
||||
<para>
|
||||
There is a choice of two MDI modes available, allowing a choice
|
||||
of how child windows are managed and displayed. The two modes
|
||||
are:
|
||||
<itemizedlist>
|
||||
<listitem><para><guisubmenu>IDEAl Mode</guisubmenu>; and</para></listitem>
|
||||
<listitem><para><guisubmenu>Childframe Mode</guisubmenu>.</para></listitem>
|
||||
</itemizedlist>
|
||||
These modes are described in the following two sections. You
|
||||
can change the MDI mode from the <guisubmenu>MDI
|
||||
Mode</guisubmenu> sub-menu under the <guimenu>Window</guimenu>
|
||||
menu. Note that changing the MDI mode requires &kexi; to be
|
||||
restarted before the new mode takes effect.
|
||||
</para>
|
||||
<sect2 id="window-layout-ideal">
|
||||
<title>
|
||||
IDEAl mode
|
||||
</title>
|
||||
<!-- TODO: Screenshot of IDEAl mode -->
|
||||
<para>
|
||||
IDEAl mode is the default MDI mode, and may be familiar from
|
||||
other &kde; applications. In this mode, a single child window
|
||||
is shown maximized within the &kexi; main window at once.
|
||||
A tab bar, containing one tab for each child window, allows
|
||||
other child windows to be viewed by simply clicking on the
|
||||
relevant tab.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="window-layout-childframe">
|
||||
<title>
|
||||
Childframe mode
|
||||
</title>
|
||||
<!-- TODO: Screenshot of Childframe mode -->
|
||||
<para>
|
||||
In Childframe mode, child windows are displayed in the
|
||||
main &kexi; window, but need not be maximized within it.
|
||||
In order to use Childframe mode, you need to select
|
||||
<action>
|
||||
<guimenu>Window</guimenu>,
|
||||
<guisubmenu>MDI Mode</guisubmenu>,
|
||||
<guimenuitem>Childframe Mode</guimenuitem>
|
||||
</action> from the menu.
|
||||
</para>
|
||||
<para>
|
||||
Each child window has a titlebar with buttons for maximizing,
|
||||
minimizing and closing it. They can also be moved and resized
|
||||
within the main window in the normal way (for example, they
|
||||
can be moved by clicking and dragging the title bar).
|
||||
</para>
|
||||
<para>
|
||||
The buttons behave as follows: the right-most button closes
|
||||
the child window. The button on its left maximizes the child
|
||||
window - note this causes the buttons to move to the top right
|
||||
of the main window, above the <guilabel>Properties
|
||||
editor</guilabel> if it is open. The next button to the left
|
||||
toggles the child window between minimized and restored.
|
||||
</para>
|
||||
<para>
|
||||
The left-most button detaches, or
|
||||
<firstterm>undocks</firstterm>, the child window, allowing it
|
||||
to be moved out of the main window. For more information on
|
||||
docking and undocking windows, see the next section.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="docking-windows">
|
||||
<title>
|
||||
Docking and Undocking Windows
|
||||
</title>
|
||||
<para>
|
||||
By default, the <guilabel>Project Navigator</guilabel> and
|
||||
<guilabel>Properties Editor</guilabel> panels are displayed as
|
||||
part of the main &kexi; window. It is possible to
|
||||
<firstterm>undock</firstterm> each panel, so that it is
|
||||
displayed in a separate window. Once undocked, it is possible
|
||||
to <firstterm>dock</firstterm> the panel so it appears back in
|
||||
the main window again.
|
||||
</para>
|
||||
<para>
|
||||
In <link linkend="window-layout-childframe">Childframe
|
||||
mode</link>, it is also possible to undock child windows. For
|
||||
example, a child window showing a database table could be
|
||||
undocked, allowing the child window showing the table to be
|
||||
maximized on the screen.
|
||||
</para>
|
||||
<para>
|
||||
It can be useful to undock a window when using:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
a small screen;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
large tables, queries or forms; and/or
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
more than one montitor.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<sect2>
|
||||
<title>
|
||||
Docking and undocking side panels
|
||||
</title>
|
||||
<para>
|
||||
The <guilabel>Project Navigator</guilabel> and
|
||||
<guilabel>Properties Editor</guilabel> side panels may be
|
||||
undocked by either:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
double-clicking on the 'grip' bar at the top of the
|
||||
panel; or
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
clicking once on the arrow at the top of the panel, next
|
||||
to the cross.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<!-- TODO: Screenshot -->
|
||||
</para>
|
||||
<para>
|
||||
Once undocked, panel windows may be docked into the main
|
||||
window again similarly to undocking:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
double-clicking on the 'grip' bar at the top of the window; or
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
clicking once on the arrow at the top of the panel, next
|
||||
to the cross.
|
||||
</para>
|
||||
</listitem>
|
||||
<!-- TODO: Screenshot -->
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title>
|
||||
Docking and undocking child windows
|
||||
</title>
|
||||
<para>
|
||||
Child windows may be docked and undocked in <link
|
||||
linkend="window-layout-childframe">Childframe mode</link>
|
||||
only.
|
||||
</para>
|
||||
<para>
|
||||
In Childframe mode, child windows may be undocked by:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
right-clicking in the tab bar, on the tab corresponding
|
||||
to the window to be undocked, and selecting
|
||||
<guilabel>Undock</guilabel>; or
|
||||
</para>
|
||||
<!-- TODO: Screenshot -->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
right-clicking on the title bar of the child window, and
|
||||
selecting <guilabel>Undock</guilabel>; or
|
||||
</para>
|
||||
<!-- TODO: Screenshot -->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
if the child window is <emphasis>not</emphasis>
|
||||
maximized, clicking the arrow in the top right corner of
|
||||
the child window (next to the minimize, maximize and
|
||||
close buttons for that child window);
|
||||
</para>
|
||||
<!-- TODO: Screenshot -->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
if the child window is maximized, clicking the arrow to
|
||||
the right of the menu bar (next to the minimize, restore
|
||||
and close buttons for that child window).
|
||||
</para>
|
||||
<!-- TODO: Screenshot -->
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
To dock a child window, right-clicking in the tab bar, on the
|
||||
tab corresponding to the window to be docked, and select
|
||||
<guilabel>Dock</guilabel>.
|
||||
</para>
|
||||
<!-- TODO: Screenshot -->
|
||||
</sect2>
|
||||
</sect1>
|
||||
</chapter>
|
Binary file not shown.
@ -0,0 +1,63 @@
|
||||
<chapter id="credits">
|
||||
<!-- Include credits for the programmers, documentation writers, and
|
||||
contributors here. The license for your software should then be
|
||||
included below the credits with a reference to the appropriate
|
||||
license file included in the KDE distribution. -->
|
||||
|
||||
<title>Credits and License</title>
|
||||
|
||||
<para>
|
||||
&kexi; Copyright 2002-2006 The &kexi; Team
|
||||
<itemizedlist>
|
||||
<title>&kexi; Developers:</title>
|
||||
<listitem>
|
||||
<para>Jaroslaw Staniek / OpenOffice Polska <email>js@iidea.pl</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Lucijan Busch <email>lucijan@kde.org</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Cedric Pasteur <email>cedric.pasteur@free.fr</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Adam Pigg <email>adam@piggz.fsnet.co.uk</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Martin Ellis <email>martin.ellis@kdemail.net</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Sebastian Sauer <email>mail@dipe.org</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Christian Nitschkowski <email>segfault_ii@web.de</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Peter Simonsson <email>psn@linux.se</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&Joseph.Wenninger; <email>jowenn@kde.org</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Seth Kurzenberg <email>seth@cql.com</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Laurent Montel <email>montel@kde.org</email></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Till Busch <email>till@bux.at</email></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Documentation by Martin A. Ellis <email>martin.ellis@kdemail.net</email>,
|
||||
Jaroslaw Staniek <email>js@iidea.pl</email>
|
||||
with contributions from Anne-Marie Mahfouf, Raphael Langerhorst, Michal Kubicki and Aron Stansvik.
|
||||
</para>
|
||||
|
||||
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
|
||||
|
||||
&underFDL; <!-- FDL: do not remove -->
|
||||
&underLGPL; <!-- LGPL License -->
|
||||
|
||||
</chapter>
|
@ -0,0 +1,649 @@
|
||||
<!--
|
||||
<!DOCTYPE appendix PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
-->
|
||||
|
||||
<appendix id="database">
|
||||
<title>Introduction to Databases</title>
|
||||
|
||||
<sect1 id="what-is-a-database">
|
||||
<title>What Is a Database?</title>
|
||||
<para>
|
||||
You can define a database as a collection of data on one topic.
|
||||
It is organised in a way allowing to easily browse the information,
|
||||
make changes or add new items.
|
||||
</para>
|
||||
<para>
|
||||
Look at this diagram for one of the above examples: a simple phone book.
|
||||
</para>
|
||||
<screenshot>
|
||||
<screeninfo>A diagram of a phone number database</screeninfo>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="contact-example.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>A diagram of a phone number database</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
</screenshot>
|
||||
<para>
|
||||
The above picture shows a set of two contacts each of which is
|
||||
presented on a separate card. It appears that such a card can
|
||||
constitute a single row in a table:
|
||||
</para>
|
||||
|
||||
<para><emphasis><guilabel>Contacts</guilabel> table</emphasis></para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><guilabel>Name</guilabel></entry>
|
||||
<entry><guilabel>Tel No.</guilabel></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Joan</entry>
|
||||
<entry>699 23 43 12</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Adam</entry>
|
||||
<entry>711 19 77 21</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>
|
||||
<emphasis>Terms and definitions</emphasis>:
|
||||
A single data which constitutes a part of a greater collection can be called a
|
||||
<firstterm>row</firstterm> or more professionally a
|
||||
<firstterm>record</firstterm>.
|
||||
The collection is normally called a <firstterm>table</firstterm>.
|
||||
Moreover, the most natural name for the table is one describing the data it
|
||||
offers/stores which is <guilabel>Contacts</guilabel>.
|
||||
Furthermore, each row in the table consists of <firstterm>columns</firstterm>
|
||||
often also called <firstterm>fields</firstterm>. In the table
|
||||
<guilabel>Contacts</guilabel> there are two columns (fields):
|
||||
<guilabel>Name</guilabel> and <guilabel>Tel No.</guilabel>.
|
||||
</para>
|
||||
<para>
|
||||
For simple uses a single table can make up a <firstterm>database</firstterm>.
|
||||
Many people consider these two equivalent.
|
||||
As you will see, for real databases we usually need more than one table.
|
||||
</para>
|
||||
<para>
|
||||
To sum up, you have already got a simple database with one table
|
||||
<guilabel>Contacts</guilabel>.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1 id="database-and-spreadsheet">
|
||||
<title>Database and Spreadsheet</title>
|
||||
<para>
|
||||
It is very likely that you have already used spreadsheet applications like
|
||||
KSpread, OpenOffice.org Calc or Microsoft Excel. If so, you will probably
|
||||
wonder: since both spreadsheets and databases have tables, why should I use
|
||||
the latter?
|
||||
</para>
|
||||
<para>
|
||||
While comparing spreadsheets and databases you may encounter the following issues which you will later see in greater detail:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><para><link linkend="referential-data-integrity">Referential
|
||||
data integrity</link></para></listitem>
|
||||
<listitem><para><link linkend="data-redundyncy">Data redundancy</link>
|
||||
</para></listitem>
|
||||
<listitem><para><link linkend="data-integrity-and-validity">Data integrity
|
||||
and validity</link></para></listitem>
|
||||
<listitem><para><link linkend="data-limiting">Limiting data view</link></para></listitem>
|
||||
<listitem><para><link linkend="performance-and-capacity">Performance and
|
||||
capacity</link></para></listitem>
|
||||
<listitem><para><link linkend="convenient-data-entry">Convenient data entry</link></para></listitem>
|
||||
<listitem><para><link linkend="reports">Reports</link></para></listitem>
|
||||
<listitem><para><link linkend="programming">Programming</link></para></listitem>
|
||||
<listitem><para><link linkend="multiuse">Multiuse</link></para></listitem>
|
||||
<listitem><para><link linkend="security">Security</link></para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<sect2 id="difference-database-and-spreadsheet">
|
||||
<title>How Is a Database Different From a Spreadsheet?</title>
|
||||
|
||||
<para>
|
||||
Gradually exceeding the capacity of a mobile phone, expand your table
|
||||
<guilabel>Contacts</guilabel> adding a column (field)
|
||||
<guilabel>Address</guilabel>. Add more telephone numbers
|
||||
(office, home) for each person and add surnames to names.
|
||||
To make it simpler we assume the following:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>the table is limited to two people (obviously,
|
||||
there could be hundreds and thousands of them in a real
|
||||
database)</para></listitem>
|
||||
<listitem><para>there are no two persons with the same name and surname</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para><emphasis>Contacts table</emphasis></para>
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><emphasis>Name and surname</emphasis></entry>
|
||||
<entry><emphasis>Tel</emphasis></entry>
|
||||
<entry><emphasis>Address</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Joan Smith</entry>
|
||||
<entry>699 23 43 12</entry>
|
||||
<entry>Western Gate 1, Warsaw</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Adam Willson</entry>
|
||||
<entry>711 19 77 21</entry>
|
||||
<entry>London, Frogs Drive 5</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Joan Smith</entry>
|
||||
<entry>110 98 98 00</entry>
|
||||
<entry>Western Gate 1</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Smith Joan</entry>
|
||||
<entry>312 43 42 22</entry>
|
||||
<entry>Warsaw, Western Gate 1</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ADAM Willson</entry>
|
||||
<entry>231 83 02 04</entry>
|
||||
<entry>Frogs Drive 5, London</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>
|
||||
Such a table can be made both in a spreadsheet and in a database.
|
||||
Using a spreadsheet is very easy, of couse. What problems do we
|
||||
encounter at this stage?
|
||||
</para>
|
||||
|
||||
<sect3 id="referential-data-integrity">
|
||||
<title>Referential data integrity</title>
|
||||
<para>
|
||||
Suppose you are using a spreadsheet and you need to change the address of at
|
||||
least one person. You have a small problem: you often have to change the
|
||||
address in many rows. For example, Joan takes three rows. A real problem
|
||||
will arise if you forget to change one of the rows - the address asigned
|
||||
to this person will be <emphasis>ambiguous</emphasis>, hence
|
||||
<emphasis>your data loses integrity</emphasis>.
|
||||
</para>
|
||||
<para>
|
||||
Moreover there is no simple way of deleting a chosen person from the table
|
||||
since you have to remember about deleting all rows releted to him or her.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
|
||||
<sect3 id="data-redundyncy">
|
||||
<title>Data redundancy</title>
|
||||
<para>
|
||||
This is directly connected to the previous problem. In fields
|
||||
<guilabel>Name and surname</guilabel> and <guilabel>Address</guilabel>
|
||||
the same data is entered many times. This is typical of a spreadsheets'
|
||||
ineffective way of storing data because the database grows unnecessarily,
|
||||
thus requiring more computer resources (larger size of data and slower access).
|
||||
</para>
|
||||
<para>
|
||||
How can you solve these problems with a database? You can split information
|
||||
into smaller chunks by creating an additional table <emphasis>Persons</emphasis>
|
||||
with only two columns: <guilabel>Name and surname</guilabel>
|
||||
and <guilabel>Address</guilabel>:
|
||||
</para>
|
||||
|
||||
<para><emphasis><guilabel>Persons</guilabel> table</emphasis></para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><emphasis>Name and surname</emphasis></entry>
|
||||
<entry><emphasis>Address</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Joan Smith</entry>
|
||||
<entry>Western Gate 1, Warsaw</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Adam Willson</entry>
|
||||
<entry>Frogs Drive 5, London</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>
|
||||
Each row in the table <guilabel>Persons</guilabel> corresponds to a
|
||||
<emphasis>single person</emphasis>. Table <guilabel>Contacts</guilabel>
|
||||
is from now on a relation to the table <guilabel>Persons</guilabel>
|
||||
<!--(see next paragraph)-->.
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="data-integrity-and-validity">
|
||||
<title>Data integrity and validity</title>
|
||||
<para>
|
||||
Note the way data is entered in the fields <guilabel>Name and surname</guilabel>
|
||||
and <guilabel>Address</guilabel>. People entering data can be fallible,
|
||||
sometimes even negligent. In our sample data we have both different sequence
|
||||
of entering name and surname (Joan Smith and Smith Joan; Adam and ADAM) and
|
||||
many more ways of entering the same address. Surely you can think of many
|
||||
other ways.
|
||||
</para>
|
||||
<para>
|
||||
The above problem shows that ⪚ when searching the telephone number of a
|
||||
person whose address is "Western Gate 1, Warsaw" you will not get a full
|
||||
result. You will get only one row instead of three. Moreover You will also
|
||||
not find all the telephone numbers searching for the value "Joan Smith" in
|
||||
the field <guilabel>Name and surname</guilabel>, because "Smith Joan" will
|
||||
not fit to "Joan Smith".
|
||||
</para>
|
||||
<para>
|
||||
How can you solve these problems using a database? You can do this by changing the design of the table <guilabel>Persons</guilabel> by:
|
||||
</para>
|
||||
<orderedlist>
|
||||
<listitem><para>
|
||||
<emphasis>Dividing data</emphasis> in the field <guilabel>Name and
|
||||
surname</guilabel> into two separate fields: <guilabel>Name</guilabel>
|
||||
and <guilabel>Surname</guilabel>.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>Dividing data</emphasis> in the field <guilabel>Address</guilabel>
|
||||
into three separate fields: <guilabel>Street</guilabel>, <guilabel>House
|
||||
number</guilabel> and <guilabel>City</guilabel>.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>Guaranteeing data correctness:</emphasis> by ensuring that no fields
|
||||
are empty, ⪚ you must always enter house number.
|
||||
</para></listitem>
|
||||
</orderedlist>
|
||||
|
||||
<para>
|
||||
A modified table looks something like this:
|
||||
</para>
|
||||
|
||||
<para><emphasis>Persons table</emphasis></para>
|
||||
<informaltable>
|
||||
<tgroup cols="5">
|
||||
<colspec colnum="1" colname="c1"></colspec>
|
||||
<colspec colnum="2" colname="c2"></colspec>
|
||||
<colspec colnum="3" colname="c3"></colspec>
|
||||
<colspec colnum="4" colname="c4"></colspec>
|
||||
<colspec colnum="5" colname="c5"></colspec>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><emphasis>Name</emphasis></entry>
|
||||
<entry><emphasis>Surname</emphasis></entry>
|
||||
<entry><emphasis>Street</emphasis></entry>
|
||||
<entry><emphasis>House number</emphasis></entry>
|
||||
<entry><emphasis>City</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Joan</entry>
|
||||
<entry>Smith</entry>
|
||||
<entry>Western Gate</entry>
|
||||
<entry>1</entry>
|
||||
<entry>Warsaw</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Adam</entry>
|
||||
<entry>Willson</entry>
|
||||
<entry>Frogs Drive</entry>
|
||||
<entry>5</entry>
|
||||
<entry>London</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry namest="c1" nameend="c5"><emphasis>Conditions</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>required field</entry>
|
||||
<entry>required field</entry>
|
||||
<entry>required field</entry>
|
||||
<entry>required field</entry>
|
||||
<entry>required field</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>
|
||||
Thanks to introducing the condition <guilabel>required field</guilabel> we can
|
||||
be sure that the entered data is complete. In case of other tables you may
|
||||
of course allow omitting certain fields while entering data.
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="data-limiting">
|
||||
<title>Limiting data view</title>
|
||||
<para>
|
||||
A spreadsheet displays all rows and columns of the table which is bothersome
|
||||
in case of very large data sheets. You may of course filter and sort rows
|
||||
in spreadsheets, however you must be extra careful while doing so. Spreadsheet
|
||||
users are in risk of forgetting that their data view has been filtered what
|
||||
can lead to mistakes. For example, while calculating sums you may think you
|
||||
have 100 rows of data while in fact there are 20 rows more hidden.
|
||||
</para>
|
||||
<para>
|
||||
If you want to work on a small subset of data, ⪚ to send it for others to edit, you can copy and paste it to another spreadsheet and after editing paste the changed data back to the main spreadsheet. Such "manual" editing may cause data loss or incorect calculations.
|
||||
</para>
|
||||
<para>
|
||||
To limit the <emphasis>data view</emphasis> database applications offer
|
||||
<emphasis>queries</emphasis>, <emphasis>forms</emphasis>
|
||||
and <emphasis>reports</emphasis>.
|
||||
</para>
|
||||
<para>
|
||||
A very practical way of limitting is the following extended version of
|
||||
the previously described table <guilabel>Persons</guilabel>:
|
||||
</para>
|
||||
|
||||
<para><emphasis>Persons table</emphasis></para>
|
||||
<informaltable>
|
||||
<tgroup cols="6">
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><emphasis>Name</emphasis></entry>
|
||||
<entry><emphasis>Surname</emphasis></entry>
|
||||
<entry><emphasis>Street</emphasis></entry>
|
||||
<entry><emphasis>House number</emphasis></entry>
|
||||
<entry><emphasis>City</emphasis></entry>
|
||||
<entry><emphasis>Income</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Joan</entry>
|
||||
<entry>Smith</entry>
|
||||
<entry>Western Gate</entry>
|
||||
<entry>1</entry>
|
||||
<entry>Warsaw</entry>
|
||||
<entry>2300</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Adam</entry>
|
||||
<entry>Willson</entry>
|
||||
<entry>Frogs Drive</entry>
|
||||
<entry>5</entry>
|
||||
<entry>London</entry>
|
||||
<entry>1900</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>
|
||||
Let's assume that the newly introduced column <guilabel>Income</guilabel>
|
||||
contains confidential data. How can you share ⪚ contact details of the
|
||||
persons with your coworkers but without <emphasis>revealing their
|
||||
income</emphasis>? It is possible if <emphasis>you share only a query and
|
||||
not the whole table</emphasis>. The query could select all columns except
|
||||
for the column <guilabel>Income</guilabel>. In database world such a query
|
||||
is often known as a <guilabel>view</guilabel>.
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="performance-and-capacity">
|
||||
<title>Performance and capacity</title>
|
||||
<para>
|
||||
Your computer is probably quite fast, however you will easily see that it
|
||||
doesn't help with slow, large spreadsheets. Their low efficiency is first
|
||||
of all due to lack of indexes accelertaing the process of data search
|
||||
(databases do offer them). Moreover if you use things like system clipboard,
|
||||
even copying data may become troublesome with time.
|
||||
</para>
|
||||
<para>
|
||||
Spreadsheets containing large data sets may take ages to open. A spreadsheet
|
||||
loads lots of data to the computer's memory while opening. Most of the data
|
||||
loaded are probably useless/unneccessary for you at the moment. Databases
|
||||
unlike spreadsheets load data from computer storage only when needed.
|
||||
</para>
|
||||
<para>
|
||||
In most cases you will not have to worry how the database stores its data.
|
||||
This means that unlike spreadsheets, databases do not care about:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
The sequence of rows since you can order the rows according to your needs.
|
||||
Moreover, you can view the same data in many views with different orders.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
The same goes for columns (fields) of the table.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>
|
||||
Together with <link linkend="data-limiting">Limiting data view</link>
|
||||
described in the previous paragraph these qualities constitute the
|
||||
advantage of databases.
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="convenient-data-entry">
|
||||
<title>Data entry</title>
|
||||
<para>
|
||||
The latest editions of applications for creating spreadsheets enable you
|
||||
to design data-entry forms. Such forms are most useful if your data cannot
|
||||
be conveniently displayed in tabular view, ⪚ if the text occupies
|
||||
too many rows or if all the columns do not fit on the screen.
|
||||
</para>
|
||||
<para>
|
||||
In this case the very way the spreadsheet works is problematic.
|
||||
Fields for data entry are placed loosely within the spreadsheet
|
||||
and very often are not secure against the user's (intentional
|
||||
or accidental) intervention.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 id="reports">
|
||||
<title>Reports</title>
|
||||
<para>
|
||||
Databases enable grouping, limiting and summing up data in a form of a
|
||||
<emphasis>report</emphasis>. Spreadsheets are usually printed in a form
|
||||
of small tables without fully automatic control over page divisions and
|
||||
the layout of fields.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 id="programming">
|
||||
<title>Programming</title>
|
||||
<para>
|
||||
Applications for creating databases often contain full programming languages.
|
||||
Newer spreadsheets have this capability too, however calculations come down
|
||||
to modifying the spreadsheet's fields and simple data copying, regardless of
|
||||
the relevance and integrity rules mentioned in previous paragraphs.
|
||||
</para>
|
||||
<para>
|
||||
Data processing within a spreadsheet is usually done via a graphical user's
|
||||
interface which may slow down the data processing speed. Databases are
|
||||
capable of working in background, outside of graphical interfaces.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 id="multiuse">
|
||||
<title>Multiuse</title>
|
||||
<para>
|
||||
It is hard to imagine a multiuse of one spreadsheet. Even if it is technically
|
||||
possible in the case of the latest applications, it requires a lot of
|
||||
discipline, attention and knowledge from the users, and these cannot
|
||||
be guaranteed.
|
||||
</para>
|
||||
<para>
|
||||
A classical way to sharing data saved in a spreadsheet with other person is
|
||||
to send a file as a whole (usually using e-mail) or providing a spreadsheet
|
||||
file in a computer network. This way of work is ineffective for larger
|
||||
groups of people - data that could be needed in a particular time may
|
||||
be currently locked by another person.
|
||||
</para>
|
||||
<para>
|
||||
On the other hand, databases have been designed mainly with multiuser
|
||||
access in mind. Even for the simplest version locking at a particular table
|
||||
row's level is possible, which enables easy sharing of table data.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 id="security">
|
||||
<title>Security</title>
|
||||
<para>
|
||||
Securing a spreadsheet or its particular sections with a password is only
|
||||
symbolic activity. After providing a spreadsheet file in a computer network,
|
||||
every person being able to copy the file can try to break the password.
|
||||
It is sometimes not so hard as the password is stored in the same file
|
||||
as the spreadsheet.
|
||||
</para>
|
||||
<para>
|
||||
Features for edit locking or copy locking of a spreadsheet (or its part)
|
||||
is equally easy to break.
|
||||
</para>
|
||||
<para>
|
||||
Databases (except these saved in a file instead of a server) do not need
|
||||
to be available in a single file. You're accessing them using a computer
|
||||
network, usually by providing a user name and a password. You are gaining
|
||||
access only to these areas (tables, forms or even selected rows and columns)
|
||||
which were assigned to you by setting appropriate access rights.
|
||||
</para>
|
||||
<para>
|
||||
Access rights can affect ability of data editing or only data reading.
|
||||
If any data is not avaliable to you, it will not be even sent to your
|
||||
computer, so there is no possibility of making a copy of the data in such
|
||||
easy way as in case of spreadsheet files.
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="database-design">
|
||||
<title>Database Design</title>
|
||||
<para>
|
||||
Database design needs careful planning. Note that <guilabel>Contacts</guilabel>
|
||||
table redesign proposed in section 1.2 can generate problems when the
|
||||
table is filled with data. For example, renaming a field is a simple task,
|
||||
but splitting the <guilabel>Address</guilabel> field into separate fields
|
||||
requires careful and tedious work.
|
||||
</para>
|
||||
<para>
|
||||
To avoid such situations, <emphasis>rethink your database project</emphasis>
|
||||
before you create it in your computer, and before you and others will start
|
||||
to use it. Thus, by investing some time initially, you will most probably
|
||||
save your time on everyday use.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="who-needs-a-database">
|
||||
<title>Who Needs a Database?</title>
|
||||
<itemizedlist>
|
||||
<title>Stick to spreadsheets if:</title>
|
||||
<listitem><para>
|
||||
Your needs are limited and your data will never grow to
|
||||
large volumes (can you actually forecast that now?)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
You are unable to acquire the methodology of database construction.
|
||||
You may however consider either outsourcing this task to someone else
|
||||
or using simpler tools.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
You use complicated spreadsheets and you lack time or money to switch
|
||||
to databases. Think or ask someone whether this does not lead down a
|
||||
blind alley. Don't count on magical tools that would change your
|
||||
spreadsheet (regardless how well made) into a database.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
<title>Consider using databases if:</title>
|
||||
<listitem><para>Your data collection expands every week.</para></listitem>
|
||||
<listitem><para>
|
||||
You often create new spreadsheets, copy within these and you feel
|
||||
that this work is getting more and more tedious. In this case the
|
||||
effort of switching to databases easily pays off.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
You create reports and statements for which the table view of
|
||||
a spreadsheet is not suitable. You can then consider switch
|
||||
to using a database with form views.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="database-software">
|
||||
<title>Database Creation Software</title>
|
||||
<para>
|
||||
So far you have learnt the general characteristics of databases without
|
||||
going into much detail about specific applications for designing them.
|
||||
</para>
|
||||
<para>
|
||||
The first databases were built together with large mainframe computers
|
||||
in the 60s, ⪚ IBM System/360. Those were not the days of PCs,
|
||||
therefore these databases required a highly specialized personnel.
|
||||
Although the old computers' hardware was unreliable, they were immeasurably
|
||||
slower and had less storage capacity, one feature of databases still remains
|
||||
most attractive: the data access by many users through a network.
|
||||
</para>
|
||||
<para>
|
||||
In the 70s scientists formed the theory of relational databases
|
||||
(terms like: <firstterm>table</firstterm>, <firstterm>record</firstterm>,
|
||||
<firstterm>column (field)</firstterm> and <firstterm>relationality</firstterm>
|
||||
and many others).
|
||||
On the basis of this theory IBM DB2 and Oracle databases were created,
|
||||
which have been developed and used till today. In the late 70s the first
|
||||
PCs were constructed. Their users could (gradually) utilize many types of
|
||||
applications, including those for database construction.
|
||||
</para>
|
||||
<para>When it comes to large databases in companies, the situation
|
||||
hasn't changed:
|
||||
they still require powerful computers or computer complexes called
|
||||
<firstterm>clusters</firstterm>. This goes, however, beyond the topic
|
||||
of this manual.
|
||||
</para>
|
||||
<para>
|
||||
In the area of "accessible" databases with graphic user interface
|
||||
for PCs you can choose from the following:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
<ulink url="http://www.dbase.com/">DBase</ulink>
|
||||
- a tool for databases operation for DOS popular in the 80s. Files in DBase format
|
||||
are still used in some specific cases due to their simplicity.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<ulink url="http://msdn.microsoft.com/vfoxpro/productinfo/overview/">FoxPro</ulink>
|
||||
- an application similar to DBase (early 90s). After being taken over by
|
||||
Microsoft, graphic user interfaces were introduced and therefore it is
|
||||
used for creating databases on PCs. This product is still offered, though
|
||||
seems a bit obsolete.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<ulink url="http://office.microsoft.com/access/">Microsoft Access</ulink>
|
||||
- an application for databases (data and graphic interface design) with many
|
||||
simplifications, therefore suitable for beginners, designed in the late 80s,
|
||||
based on 16-Bit Architecture. This product is offered and widely used till today, especially
|
||||
by small companies, where efficiency and multiuser requirements are not very demanding.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<ulink url="http://www.filemaker.com/">FileMaker</ulink>
|
||||
- popular application similar to MS Access in simplicity, operating on Windows
|
||||
and Macintosh platforms, offered since 1985.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<ulink url="http://www.kexi.pl/">&kexi;</ulink>
|
||||
- a multiplatform application (Unix/Linux, Windows, Mac OS X) designed in 2003,
|
||||
developed according to OpenSource principles, part of the global
|
||||
<ulink url="http://www.kde.org/">K Desktop Environment</ulink> project,
|
||||
&ie; graphic environment for Unix/Linux systems. A significant contributor
|
||||
to &kexi;'s development is the OpenOffice Poland company.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect1>
|
||||
|
||||
</appendix>
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,130 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
|
||||
-->
|
||||
|
||||
<sect1 id="entering-data-into-tables">
|
||||
<title>Entering Data Into Tables</title>
|
||||
<para>
|
||||
You have designed the two tables <literal>Persons</literal> and
|
||||
<literal>phone_numbers</literal>. None of them contain any data yet. You can
|
||||
enter some, and in this chapter you will learn how to do this fast and effectively.
|
||||
</para>
|
||||
<procedure>
|
||||
<step>
|
||||
<para>
|
||||
Start with the <literal>persons</literal> table. Open it in <interface>Data View</interface> using the <!--<a href="04_06_01_project_navigator.html">--><interface>Project Navigtor</interface>'s context menu.
|
||||
The current cell is marked with
|
||||
(usually black) thicker border, a <firstterm>cell cursor</firstterm>. The contents
|
||||
of the cell, if present, are highlighted with a different color. The current
|
||||
row, i.e. the one you have placed your rectangular cursor in, is marked
|
||||
on the left hand with an arrow symbol.
|
||||
<!--<img src="icons/button_tableview_currentrow.png" class="icon">-->
|
||||
</para>
|
||||
<para>
|
||||
You can navigate through table cells using the arrow keys, <keycap>Page Down</keycap>,
|
||||
<keycap>Page Down</keycap>, <keycap>Home</keycap>, <keycap>End</keycap> keys; you can also
|
||||
click with the mouse in a cell to select it. <!-- TODO chapter moved
|
||||
To learn more
|
||||
about available key bindings for the data table view, see the section
|
||||
<a href="ab_00_00_shortcuts.html#data_table">
|
||||
B.4. Data Table in the Appendix B. Key Bindings. -->
|
||||
</para>
|
||||
<para>
|
||||
Initially, after opening the table <literal>Persons</literal>, the cursor is placed in
|
||||
the <literal>id</literal> column. The column has autonumber property defined,
|
||||
marked with blue <literal>(autonumber)</literal> text in the last row. It
|
||||
means you do not have to enter values there by hand when entering data for a new
|
||||
row because the cell will be filled automatically with successive numbers.
|
||||
</para>
|
||||
<!--<screenshot>
|
||||
<screeninfo>Data entry</screeninfo>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="img/05_02_00_data_editing.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>Data entry</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
</screenshot>-->
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Inserting new rows and entering data for them in &kexi; is different from
|
||||
the way of doing this in spreadsheets. To enter data for a new row, you need
|
||||
to use the arrow keys or mouse, to move your cursor to the special empty last
|
||||
row marked with a plus <!--<img src="icons/button_tableview_newrow.png" class="icon">-->
|
||||
sign. Place your cursor in the (second) <literal>name</literal> column and enter a
|
||||
person's name. Also enter surname, street, house number and city. When
|
||||
done, move the cell cursor to the last empty row either by using the
|
||||
<keycap>Arrow Down</keycap> key or by clicking in the last
|
||||
row with the mouse to append a new row.
|
||||
</para>
|
||||
<note>
|
||||
<title>Details About Actions Available While Entering Data Into Tables</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
As soon as you enter the first character, the current row is being edited. A pencil <!--<img src="icons/button_tableview_editrow.png" class="icon">--> symbol appears on the left side of the data table.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Double clicking a cell with the &LMB; or pressing <keycap>Enter</keycap> or the <keycap>F2</keycap> key also starts
|
||||
editing of the current row.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Pressing the <keycap>Esc</keycap> key when the contents of a cell is edited
|
||||
<emphasis>cancels changes made to this cell</emphasis>. However, the pencil
|
||||
<!--<img src="icons/button_tableview_editrow.png" class="icon">-->
|
||||
symbol will not disappear because you can still move to a different cell
|
||||
of the edited row to change its contents. To
|
||||
<emphasis>cancel changes made to the entire edited row</emphasis>, press the
|
||||
<keycap>Esc</keycap> key again.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Instead of pressing the <keycap>Esc</keycap> key, you can click the
|
||||
<!--<img src="icons/button_cancel.png" class="icon">--><guibutton>Cancel</guibutton>
|
||||
toolbar button or select
|
||||
<menuchoice><guimenu>Data</guimenu><guimenuitem>Cancel Row Changes</guimenuitem></menuchoice>
|
||||
from the menubar.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Click the <keycombo action="simul"><keycap>Shift</keycap><keycap>Enter</keycap></keycombo>
|
||||
keys to accept changes made to all cells in the currently edited row. You can also click
|
||||
<!--<img src="icons/button_ok.png" class="icon">--><guibutton>OK</guibutton> toolbar
|
||||
button or select <menuchoice><guimenu>Data</guimenu><guimenuitem>Save Row</guimenuitem></menuchoice>
|
||||
from the menubar.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</note>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Fill the <literal>phone_numbers</literal> table with data.<!--, e.g. similar to
|
||||
provided in the figure below.--> In the <literal>persons</literal> column you
|
||||
need to provide a number of the person existing in the <literal>persons</literal>
|
||||
table.
|
||||
</para>
|
||||
<!--<screenshot>
|
||||
<screeninfo>Example contents of the <literal>phone_numbers</literal> table</screeninfo>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="img/05_01_01_table2_contents.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>Example contents of the <literal>phone_numbers</literal> table</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
</screenshot>-->
|
||||
</step>
|
||||
</procedure>
|
||||
</sect1>
|
@ -0,0 +1,33 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
|
||||
-->
|
||||
|
||||
<sect1 id="entering-data-using-forms">
|
||||
<title>Entering Data Using Forms</title>
|
||||
<para>
|
||||
Data entering and editing is usually the task of the user of the database application. The designer of the database should check the form in terms of valid
|
||||
data entry, and see whether the form works as expected.
|
||||
</para>
|
||||
<para>
|
||||
To test your form, switch to its data view. A single database row (record)
|
||||
of data will be displayed and a text cursor will be set inside the first
|
||||
data field. You can move between fields using the &LMB; or the <keycap>Tab</keycap> and
|
||||
<keycombo action="simul"><keycap>Shift</keycap><keycap>Tab</keycap></keycombo>
|
||||
keys. While editing, there will be a
|
||||
<!--<img src="icons/button_tableview_editrow.png" class="icon">-->
|
||||
pencil icon visible near the record navigator. After entering the row's (record)
|
||||
data you can press the
|
||||
<keycombo action="simul"><keycap>Shift</keycap><keycap>Enter</keycap></keycombo>
|
||||
keys or click the
|
||||
<!--<img src="icons/button_ok.png" class="icon">--><guibutton>OK</guibutton>
|
||||
toolbar button to accept changes made to the current row. Clicking the
|
||||
<!--<img src="icons/button_cancel.png" class="icon">--><guibutton>Cancel</guibutton>
|
||||
toolbar button discards changes made to the current row and restores the contents of
|
||||
the data fields. You can use the <!--<img src="icons/navigator_next.png" class="icon">-->
|
||||
record navigator's button to move to a new row. All the navigator's functions are
|
||||
also available in a similar way as in the data table view
|
||||
<!-- TODO link -->.
|
||||
<!-- TODO shortcuts! -->
|
||||
</para>
|
||||
</sect1>
|
@ -0,0 +1,122 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||||
<!ENTITY package "koffice">
|
||||
<!ENTITY kappname "&kexi;">
|
||||
<!ENTITY % addindex "IGNORE">
|
||||
<!ENTITY % English "INCLUDE">
|
||||
|
||||
<!-- Chapters -->
|
||||
<!ENTITY intro SYSTEM "intro.docbook">
|
||||
<!ENTITY basics SYSTEM "basics.docbook">
|
||||
<!ENTITY building SYSTEM "building.docbook">
|
||||
<!ENTITY querydesigning SYSTEM "querydesigning.docbook">
|
||||
<!ENTITY enteringdataintotables SYSTEM "enteringdataintotables.docbook">
|
||||
<!ENTITY designingforms SYSTEM "designingforms.docbook">
|
||||
<!ENTITY enteringdatausingforms SYSTEM "enteringdatausingforms.docbook">
|
||||
<!ENTITY configuration SYSTEM "configuration.docbook">
|
||||
<!ENTITY menus SYSTEM "menus.docbook">
|
||||
<!ENTITY credits SYSTEM "credits.docbook">
|
||||
<!ENTITY database SYSTEM "database.docbook">
|
||||
<!ENTITY comparing SYSTEM "comparing.docbook">
|
||||
<!-- Do not define any other entities; instead, use the entities
|
||||
from entities/general.entities and $LANG/user.entities. -->
|
||||
]>
|
||||
|
||||
<book lang="&language;">
|
||||
|
||||
<bookinfo>
|
||||
<title>
|
||||
The &kexi; Handbook
|
||||
</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Martin</firstname>
|
||||
<othername>A.</othername>
|
||||
<surname>Ellis</surname>
|
||||
</personname>
|
||||
<email>martin.ellis@kdemail.net</email>
|
||||
</author>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Jaroslaw</firstname>
|
||||
<surname>Staniek</surname>
|
||||
</personname>
|
||||
<email>js@iidea.pl</email>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
|
||||
<copyright>
|
||||
<year>2004</year>
|
||||
<year>2005</year>
|
||||
<year>2006</year>
|
||||
<holder>Jaroslaw Staniek</holder>
|
||||
<holder>Martin Ellis</holder>
|
||||
</copyright>
|
||||
|
||||
<!-- Translators: put here the copyright notice of the translation -->
|
||||
<!-- Put here the FDL notice. Read the explanation in fdl-notice.docbook
|
||||
and in the FDL itself on how to use it. -->
|
||||
<legalnotice>&FDLNotice;</legalnotice>
|
||||
|
||||
<!-- Date and version information of the documentation
|
||||
Don't forget to include this last date and this last revision number, we
|
||||
need them for translation coordination !
|
||||
Please respect the format of the date (YYYY-MM-DD) and of the version
|
||||
(V.MM.LL), it could be used by automation scripts.
|
||||
Do NOT change these in the translation. -->
|
||||
|
||||
<date>2006-09-07</date>
|
||||
<releaseinfo>1.6</releaseinfo>
|
||||
|
||||
<!-- Abstract about this handbook -->
|
||||
<abstract>
|
||||
<para>
|
||||
&kexi; is the application for creating databases and for data management
|
||||
in the &koffice; productivity suite.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
<!-- Keywords -->
|
||||
<keywordset>
|
||||
<keyword>KDE</keyword>
|
||||
<keyword>KOffice</keyword>
|
||||
<keyword>Kexi</keyword>
|
||||
<keyword>database</keyword>
|
||||
</keywordset>
|
||||
|
||||
</bookinfo>
|
||||
|
||||
<!-- The contents of the documentation begin here. Label
|
||||
each chapter so with the id attribute. This is necessary for two reasons: it
|
||||
allows you to easily reference the chapter from other chapters of your
|
||||
document, and if there is no ID, the name of the generated HTML files will vary
|
||||
from time to time making it hard to manage for maintainers and for the CVS
|
||||
system. Any chapter labelled (OPTIONAL) may be left out at the author's
|
||||
discretion. Other chapters should not be left out in order to maintain a
|
||||
consistent documentation style across all KDE apps. -->
|
||||
|
||||
&intro;
|
||||
&basics;
|
||||
&building;
|
||||
&configuration;
|
||||
&menus;
|
||||
&credits;
|
||||
&database;
|
||||
&comparing;
|
||||
|
||||
&documentation.index;
|
||||
</book>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-minimize-attributes: nil
|
||||
sgml-general-insert-case: lower
|
||||
End:
|
||||
|
||||
vim:tabstop=2:shiftwidth=2:expandtab
|
||||
kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
|
||||
-->
|
@ -0,0 +1,78 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
-->
|
||||
|
||||
<chapter id="introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
<!-- The introduction chapter contains a brief introduction for the
|
||||
application that explains what it does and where to report
|
||||
problems. Basically a long version of the abstract. Don't include a
|
||||
revision history. (see installation appendix comment) -->
|
||||
|
||||
<para>
|
||||
&kexi; is a database management application. It can be used for
|
||||
creating databases, inserting data, performing queries, and processing
|
||||
data. Forms can be created to provide a custom interface to your
|
||||
data. All database objects - tables, queries and forms - are stored in
|
||||
the database, making it easy to share data and design.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
&kexi; is part of the &koffice; productivity suite for the K Desktop
|
||||
Environment.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
In addition to storing your &kexi; databases in files, &kexi; can also
|
||||
store your data on a <firstterm>database server</firstterm>. Using
|
||||
a database server allows you to share your database with other
|
||||
people, and also allows more than one person to use the database at
|
||||
one time. The following database servers are supported by &kexi;:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL (See <ulink url="http://www.mysql.com/"
|
||||
>http://www.mysql.com/</ulink>)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
PostgreSQL (See <ulink url="http://www.postgresql.org/"
|
||||
>http://www.postgresql.org/</ulink>)
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
More information about &kexi; can be found at the &kexi; page on the
|
||||
&koffice; website
|
||||
at <ulink
|
||||
url="http://www.koffice.org/kexi/">http://www.koffice.org/kexi/</ulink>,
|
||||
and on the website for &kexi; itself
|
||||
at <ulink url="http://www.kexi-project.org/about.html"
|
||||
>http://www.kexi-project.org/about.html</ulink>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you have any questions about &kexi;, there are two mailing lists
|
||||
you can use. The <ulink url="mailto:kexi@kde.org">Kexi user mailing
|
||||
list</ulink> can be used to ask questions about using &kexi; or about
|
||||
the &kexi; project. The <ulink url="mailto:kexi-devel@kde.org">Kexi
|
||||
development mailing list</ulink> can be used to ask questions about
|
||||
the development of &kexi;. Further information on how to subscribe
|
||||
to these lists, together with a few other ways of making contact with
|
||||
&kexi; developers, can be found at:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink
|
||||
url="http://www.kexi-project.org/support.html"
|
||||
>http://www.kexi-project.org/support.html</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</chapter>
|
||||
|
@ -0,0 +1,701 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
-->
|
||||
|
||||
<chapter id="menus">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Anne-Marie</firstname>
|
||||
<surname>Mahfouf</surname>
|
||||
<affiliation>
|
||||
<address><email>annemarie.mahfouf@free.fr</email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Jarosław</firstname>
|
||||
<surname>Staniek</surname>
|
||||
</personname>
|
||||
<email>js@iidea.pl</email>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
<title>Command Reference</title>
|
||||
|
||||
<sect1 id="filemenu">
|
||||
<title>The <guimenu>File</guimenu> Menu</title>
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>New...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Create a new project.</action> Currently opened project is not affected.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>O</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Open...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Open an existing project.</action> Currently opened project is not affected.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<menuchoice>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Download Example Databases...</guimenuitem>
|
||||
</menuchoice>
|
||||
</term>
|
||||
<listitem>
|
||||
<para><action>Open the KNewStuff dialog</action> which
|
||||
allows you to download example databases via the
|
||||
Internet. This is currently not available for MS Windows.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>S</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Save</guimenuitem>
|
||||
</menuchoice>
|
||||
</term>
|
||||
<listitem>
|
||||
<para><action>Saves object changes from the active window.</action></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<menuchoice>
|
||||
<guimenu>File</guimenu>
|
||||
<guisubmenu>Import</guisubmenu>
|
||||
<guimenuitem>Data Table...</guimenuitem>
|
||||
</menuchoice>
|
||||
</term>
|
||||
<listitem>
|
||||
<para><action>Imports table data from a file in Comma Separated Value (CSV) format.</action></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<menuchoice>
|
||||
<guimenu>File</guimenu>
|
||||
<guisubmenu>Export</guisubmenu>
|
||||
<guimenuitem>Table or Query as Data Table...</guimenuitem>
|
||||
</menuchoice>
|
||||
</term>
|
||||
<listitem>
|
||||
<para><action>Export data from the active table or query data to a file in Comma Separated Value (CSV) format.</action></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>P</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Print...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Print data from the active (opened) table or query.</action></para>
|
||||
<important><para>Note for KDE: Make sure the proper print system is selected in the
|
||||
<quote>Print system currently used:</quote> section. This option can
|
||||
be seen after clicking on the <guimenu>Options>></guimenu> button.</para></important></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Print Preview...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Show print preview for the active (opened) table or query.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Page Setup...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><guibutton>Set Font...</guibutton> for the <guilabel>Page title:</guilabel>,
|
||||
<guibutton>Change...</guibutton> <guilabel>Page Size & Margins</guilabel> and
|
||||
<guilabel>Add table borders</guilabel>.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>W</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Close Project</guimenuitem>
|
||||
</menuchoice>
|
||||
</term>
|
||||
<listitem>
|
||||
<para><action>Close the currently opened project but leave &kexi; running.
|
||||
</action></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>File</guimenu>
|
||||
<guimenuitem>Quit</guimenuitem>
|
||||
</menuchoice>
|
||||
</term>
|
||||
<listitem>
|
||||
<para><action>Quit</action> &kexi;.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="editmenu">
|
||||
<title>The <guimenu>Edit</guimenu> Menu</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>Z</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guimenuitem>Undo</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Undoes an action.</action> You can revert to the state that existed
|
||||
before your last change.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl; &Shift; <keycap>Z</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guimenuitem>Redo</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Undoes an undo.</action> Reverse the action of Undo. This will restore the change
|
||||
you originally made.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>X</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guimenuitem>Cut</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Remove currently selected text and put it on the clipboard.</action>
|
||||
This command is unavailable if there is no text currently selected. If this action is used
|
||||
in the Form Designer, currently selected widget or group of widgets are removed and put on the clipboard.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>C</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guimenuitem>Copy</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Copy currently selected text onto the clipboard. </action>
|
||||
This command is unavailable if there is no text currently selected. If this action is used
|
||||
in the Form Designer, currently selected widget or group of widgets are copied onto
|
||||
the clipboard.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>V</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guimenuitem>Paste</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Copy of the clipboard contents at the insertion point. </action>
|
||||
This command is unavailable if the clipboard is empty. If this action is used
|
||||
in the Form Designer and the clipboard contains copied widgets, they will be inserted
|
||||
onto the form.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guisubmenu>Copy Special</guisubmenu>
|
||||
<guimenuitem>Table or Query As Data Table...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Copy selected table or query data to clipboard.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guisubmenu>Paste Special</guisubmenu>
|
||||
<guimenuitem>As Data Table...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Paste clipboard data to a new table within the current project.
|
||||
</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>A</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guimenuitem>Select All</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Select all characters in the edited text box or all widgets in the Form Designer.
|
||||
</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guimenuitem>Delete</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Delete the currently selected object.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>Delete</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Edit</guimenu>
|
||||
<guimenuitem>Delete Row</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Delete currently selected row from a table.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="viewmenu">
|
||||
<title>The <guimenu>View</guimenu> Menu</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut><keycap>F6</keycap></shortcut>
|
||||
<guimenu>View</guimenu>
|
||||
<guimenuitem>Data View</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Switch to Data View.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut><keycap>F7</keycap></shortcut>
|
||||
<guimenu>View</guimenu>
|
||||
<guimenuitem>Design View</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Switch to Design View.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut><keycap>F8</keycap></shortcut>
|
||||
<guimenu>View</guimenu>
|
||||
<guimenuitem>Text View</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Switch to Text View.</action> Currently, only available for database queries
|
||||
and means switching to the SQL View of the Query Designer.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Alt;<keycap>1</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>View</guimenu>
|
||||
<guimenuitem>Project Navigator</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Go to Project Navigator pane.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Alt;<keycap>2</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>View</guimenu>
|
||||
<guimenuitem>Main Area</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Go to the main area.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Alt;<keycap>3</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>View</guimenu>
|
||||
<guimenuitem>Property Editor</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Go to the Property Editor pane.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>View</guimenu>
|
||||
<guimenuitem>Show/Hide Properties</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Display or hide the Property Editor pane.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>View</guimenu>
|
||||
<guimenuitem>Show/Hide Project Navigator</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Display or hide the Project Navigator pane.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="insertmenu">
|
||||
<title>The <guimenu>Insert</guimenu> Menu</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Insert</guimenu>
|
||||
<guimenuitem>Table...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Inserts a new, empty table design without saving it.</action>
|
||||
The Table Designer window will appear.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Insert</guimenu>
|
||||
<guimenuitem>Query...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Inserts a new, empty query design without saving it.</action>
|
||||
The Query Designer window will appear.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Insert</guimenu>
|
||||
<guimenuitem>Form...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Inserts a new, empty form design without saving it.</action>
|
||||
The Form Designer window will appear.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Insert</guimenu>
|
||||
<guimenuitem>Script...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Inserts a new, empty script design without saving it.</action>
|
||||
The Script Editor window will appear. The command is available only if scripting
|
||||
is enabled in &kexi;.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="formatmenu">
|
||||
<title>The <guimenu>Format</guimenu> Menu</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Format</guimenu>
|
||||
<guimenuitem>Font...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Change font for selected object.</action>
|
||||
Can be used in the Form Designer to set widget's font.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<!-- Forms -->
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Format</guimenu>
|
||||
<guimenuitem>Snap to Grid</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>If this is enabled, when moving widgets on the form surface
|
||||
the top left corner of the widget will snap or move to the nearest grid point.</action>
|
||||
This does reduce your freedom to freely position widgets on the form surface,
|
||||
however it also helps to line up widgets precisely.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Format</guimenu>
|
||||
<guimenuitem>Layout Widgets</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para>Creates a new layout for widgets. Widgets can be layed out Horizontally, Vertically, In Grid, Horizontally in Splitter, Vertically in Splitter.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Format</guimenu>
|
||||
<guimenuitem>Break Layout</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Breaks the currently selected layout.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Format</guimenu>
|
||||
<guimenuitem>Align Widgets Position</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Align the currently selected widgets' position:
|
||||
To Left, To Right, To Top, To Bottom, To Grid.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Format</guimenu>
|
||||
<guimenuitem>Align Widgets Size</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Align the currently selected widgets' size:
|
||||
To Fit, To Grid, To Shortest, To Tallest, To Narrowest, To Widest.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Format</guimenu>
|
||||
<guimenuitem>Bring Widget to Front</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Bring the currently selected widgets to front.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Format</guimenu>
|
||||
<guimenuitem>Send Widget to Back</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Send the currently selected widgets to back.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="datamenu">
|
||||
<title>The <guimenu>Data</guimenu> Menu</title>
|
||||
|
||||
<!--when do the first two items appear ???-->
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Shift;<keycap>Return</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Data</guimenu>
|
||||
<guimenuitem>Save Row</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Save currently selected table row's data.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Data</guimenu>
|
||||
<guimenuitem>Cancel Row Changes</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Cancel changes made to currently selected table row.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Data</guimenu>
|
||||
<guisubmenu>Sort</guisubmenu>
|
||||
<guimenuitem>Ascending</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Sorts data in ascending order (from A to Z and from 0 to 9).</action>
|
||||
Data from selected column is used for sorting.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Data</guimenu>
|
||||
<guisubmenu>Sort</guisubmenu>
|
||||
<guimenuitem>Descending</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Sorts data in descending (from Z to A and from 9 to 0).</action>
|
||||
Data from selected column is used for sorting.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="toolsmenu">
|
||||
<title>The <guimenu>Tools</guimenu> Menu</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Tools</guimenu>
|
||||
<guimenuitem>Import Database...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Opens the Data Base Importing Wizard</action>
|
||||
to import an existing database into a &kexi; database.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Tools</guimenu>
|
||||
<guimenuitem>Execute Script File...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Displays the file dialog</action>
|
||||
to open an existing script file.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Tools</guimenu>
|
||||
<guimenuitem>Scripts Manager...</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Displays &kexi;'s <guilabel>Scripts Manager</guilabel>
|
||||
dialog</action> to execute, load, unload, install, unistall or download scripts.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Tools</guimenu>
|
||||
<guimenuitem>Scripts</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Executes an already loaded script.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="windowmenu">
|
||||
<title>The <guimenu>Window</guimenu> Menu</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Ctrl;<keycap>W</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Window</guimenu>
|
||||
<guimenuitem>Close</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Close the active window.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Window</guimenu>
|
||||
<guimenuitem>Close All</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Close all opened windows.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Window</guimenu>
|
||||
<guisubmenu>MDI Mode</guisubmenu>
|
||||
<guimenuitem>Childframe Mode</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Switch to Childframe user interface mode.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<guimenu>Window</guimenu>
|
||||
<guisubmenu>MDI Mode</guisubmenu>
|
||||
<guimenuitem>IDEAl Mode</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action><action>Switch to IDEAl user interface mode.</action></action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Alt;<keycap>Right</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Window</guimenu>
|
||||
<guimenuitem>Next Window</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Switch to the next window.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><menuchoice>
|
||||
<shortcut>
|
||||
<keycombo action="simul">&Alt;<keycap>Left</keycap></keycombo>
|
||||
</shortcut>
|
||||
<guimenu>Window</guimenu>
|
||||
<guimenuitem>Previous Window</guimenuitem>
|
||||
</menuchoice></term>
|
||||
<listitem><para><action>Switch to the previous window.</action></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
<para>The last items in this menu show the currently opened window names.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="settingsmenu">
|
||||
<title>The <guimenu>Settings</guimenu> Menu</title>
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<menuchoice>
|
||||
<guimenu>Settings</guimenu>
|
||||
<guimenuitem>Toolbars</guimenuitem>
|
||||
</menuchoice>
|
||||
</term>
|
||||
<listitem>
|
||||
<para><action>Show or hide one of the toolbars.</action></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<menuchoice>
|
||||
<guimenu>Settings</guimenu>
|
||||
<guimenuitem>Configure Shortcuts...</guimenuitem>
|
||||
</menuchoice>
|
||||
</term>
|
||||
<listitem>
|
||||
<para><action>Configure the keyboard shortcuts used by &kexi;.
|
||||
</action> See the section on configuring shortcuts for more
|
||||
details.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="helpmenu">
|
||||
<title>The <guimenu>Help</guimenu> Menu</title>
|
||||
|
||||
&help.menu.documentation;
|
||||
|
||||
</sect1>
|
||||
</chapter>
|
@ -0,0 +1,109 @@
|
||||
<!--
|
||||
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" >
|
||||
|
||||
-->
|
||||
|
||||
<sect1 id="designing-queries">
|
||||
<title>Designing Database Queries</title>
|
||||
<para>
|
||||
A database's primary purpose is to store and help extract information
|
||||
you are looking for. Unlike databases written on a paper sheets, &kexi;
|
||||
database allows you to specify more search criteria. Results
|
||||
are returend faster even for large data sets. All this is a power of
|
||||
databases, however to be able to perform efffective <emphasis>queries</emphasis>
|
||||
in your database, you need to learn how to tell the database what you are
|
||||
looking for.
|
||||
</para>
|
||||
<para>
|
||||
With database queries you can limit data coming from a table to a predefined
|
||||
set of rows and columns as well as dynamically <firstterm>join</firstterm>
|
||||
data coming from multiple tables.
|
||||
</para>
|
||||
<para>
|
||||
To see how queries work in practice you will create a <literal>contacts</literal>
|
||||
query joining data from two tables: <literal>persons</literal> and
|
||||
<literal>phone_numbers</literal> (designed in
|
||||
<!--<a href="05_01_00_table_designing.html">-->chapter 3.1i
|
||||
<!--</a>-->
|
||||
and filled with data in
|
||||
<!--<a href="05_02_00_entering_data_into_tables.html">-->chapter 3.2
|
||||
<!--</a>-->).
|
||||
</para>
|
||||
<procedure>
|
||||
<step>
|
||||
<para>
|
||||
Create a new empty query by selecting <!--<img src="icons/query_newobj.png" class="icon">-->
|
||||
<menuchoice><guimenu>Insert</guimenu><guimenuitem>Query</guimenuitem></menuchoice> from
|
||||
the menubar. The design window will appear. <!--similar to the one presented in the
|
||||
figure below. -->The window is split into two areas: query
|
||||
relationships at the top and query columns below.
|
||||
<!-- TODO update screenshot with names of window's areas -->
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Select the table <literal>persons</literal> in the drop down list <guilabel>Table:</guilabel>
|
||||
located at the top of the window and click the <guibutton>Add</guibutton> button. A graphical
|
||||
representation of the table will appear in the relations area. Do the same for the
|
||||
<literal>phone_numbers</literal> table to insert it too, as in the figure below.
|
||||
</para>
|
||||
<!--<screenshot>
|
||||
<screeninfo><literal>contacts</literal> query design</screeninfo>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="img/05_03_00_query_design.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase><literal>contacts</literal> query design</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
</screenshot>-->
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Add query relationship using mouse drag & drop technique: click the field
|
||||
<literal>id</literal> in the table <literal>persons</literal> table, drag it
|
||||
and drop into the <literal>person</literal> field of the <literal>phone_numbers</literal>
|
||||
table. This will <emphasis>join both fields by creating a new relationship</emphasis>.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Double-click the <literal>name</literal> field in the <literal>persons</literal>
|
||||
table, to add the field as a <firstterm>query column</firstterm>. In a similar way,
|
||||
add <literal>surname</literal>, <literal>street</literal>, <literal>house_number</literal>,
|
||||
<literal>city</literal> fields from the <literal>persons</literal> table and
|
||||
<literal>phone</literal> from the <literal>phone_numbers</literal> table.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Query design is now ready for testing. Click the <!--<img src="icons/state_data.png" class="icon">-->
|
||||
<guibutton>Switch to data view</guibutton> button on the toolbar, to switch from
|
||||
design to viewing the data provided as query results.
|
||||
</para>
|
||||
<!--<screenshot>
|
||||
<screeninfo><literal>Contacts</literal> query results</screeninfo>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="img/05_03_00_query_results.png" format="PNG"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase><literal>Contacts</literal> query results</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
</screenshot>-->
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Save the query design for later use by clicking the <!--<img src="icons/filesave.png" class="icon">-->
|
||||
<guibutton>Save</guibutton> button on the toolbar. You can also use
|
||||
<menuchoice><guimenu>File</guimenu><guimenuitem>Save</guimenuitem></menuchoice>
|
||||
from the menubar or press the <keycombo action="simul"><keycap>Ctrl</keycap><keycap>S</keycap></keycombo>
|
||||
keys. Because the query design has not been saved yet, you will be asked to
|
||||
specify a name for it. Enter <literal>Contacts</literal> text in the
|
||||
<guilabel>caption</guilabel> field and click the <guibutton>OK</guibutton> button.
|
||||
</para>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect1>
|
@ -0,0 +1,4 @@
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
@ -0,0 +1,64 @@
|
||||
<chapter id="credits">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author><firstname>Ben</firstname>
|
||||
<surname>Lamb</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
<email>kde@zurgy.org</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<title>Credits and License</title>
|
||||
|
||||
<para>
|
||||
&kivio;
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Program copyright 2000-2003 The &kivio; Team
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Current maintainer is Peter Simonsonn <email>psn@linux.se</email>.
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<title>Contributors</title>
|
||||
|
||||
<listitem>
|
||||
<para>Ian Reinhart Geiser <email>geiseri@kde.org</email></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Laurent Montel <email>montel@kde.org</email></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Frauke Oster <email>frauke@frsv.de</email></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Dave Marotti <email>lndshark@verticaladdiction.net</email></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>The Kompany.com - "<trademark>Where Open Source is at Home</trademark>" <email>info@thekompany.com</email></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Current documentation is maintained by Ben Lamb
|
||||
<email>kde@zurgy.org</email></para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
|
||||
&underFDL;
|
||||
&underGPL;
|
||||
|
||||
</chapter>
|
@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||||
<!ENTITY package "koffice">
|
||||
<!ENTITY kappname "&kivio;">
|
||||
<!ENTITY introduction SYSTEM "introduction.docbook">
|
||||
<!ENTITY usage SYSTEM "usage.docbook">
|
||||
<!ENTITY working SYSTEM "working.docbook">
|
||||
<!ENTITY credits SYSTEM "credits.docbook">
|
||||
<!ENTITY % addindex "IGNORE">
|
||||
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
|
||||
]>
|
||||
|
||||
<book lang="&language;">
|
||||
|
||||
<bookinfo>
|
||||
<title>The &kivio; Handbook</title>
|
||||
|
||||
<authorgroup>
|
||||
|
||||
<author>
|
||||
<firstname>Ben</firstname>
|
||||
<surname>Lamb</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
<email>kde@zurgy.org</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
|
||||
<date>2006-01-30</date>
|
||||
<releaseinfo>1.5.0</releaseinfo>
|
||||
|
||||
<copyright>
|
||||
<year>2003</year><year>2000</year>
|
||||
<holder>Ben Lamb</holder>
|
||||
</copyright>
|
||||
|
||||
|
||||
<legalnotice>&FDLNotice;</legalnotice>
|
||||
<abstract>
|
||||
<para>
|
||||
&kivio; is the &koffice; flowchart and diagram creation tool.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
<keywordset>
|
||||
<keyword>KDE</keyword>
|
||||
<keyword>Kivio</keyword>
|
||||
<keyword>KOffice</keyword>
|
||||
<keyword>Flowchart</keyword>
|
||||
<keyword>Diagram</keyword>
|
||||
</keywordset>
|
||||
|
||||
</bookinfo>
|
||||
|
||||
&introduction;
|
||||
&usage;
|
||||
&working;
|
||||
&credits;
|
||||
|
||||
</book>
|
@ -0,0 +1,33 @@
|
||||
<chapter id="introduction">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author><firstname>Ben</firstname>
|
||||
<surname>Lamb</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
<email>kde@zurgy.org</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
<title>Introduction</title>
|
||||
|
||||
<sect1 id="what-is">
|
||||
<title>What is &kivio;?</title>
|
||||
|
||||
<para>&kivio; is the &koffice; flowchart and diagram creation tool. It allows you to create accurate scale diagrams by arranging pre-drawn shapes and stencils on a page. The stencils might represent stages of a process, office furniture or components on an electronic circuit. &kivio; comes with a large collection of different stencils which are grouped into collections, known as stencil sets, by subject area.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="this-document">
|
||||
<title>About this Document</title>
|
||||
<para>This document describes the features of &kivio; and how to use them. There are often several ways to perform a particular task. Where possible the appropriate menu option is described as this is the easiest to explain without the aid of screenshots. Users are encouraged to explore the menus and to try right-clicking on stencils to reveal shortcut menus.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="contributing">
|
||||
<title>Contributing to &kivio;</title>
|
||||
<para>&kivio; is a volunteer project. Your contributions are welcome. If you find a bug whilst using the software please report it by selecting <menuchoice><guimenu>Help</guimenu><guimenuitem>Report Bug...</guimenuitem></menuchoice>.</para>
|
||||
<para>Contributions to the documentation, stencils, translations into other languages and the code itself are welcome. Please see the &koffice; website for more information about how to contribute.</para>
|
||||
</sect1>
|
||||
</chapter>
|
@ -0,0 +1,203 @@
|
||||
<chapter id="usage">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author><firstname>Ben</firstname>
|
||||
<surname>Lamb</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
<email>kde@zurgy.org</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<title>Basic Usage</title>
|
||||
|
||||
<sect1 id="starting">
|
||||
<title>Starting &kivio;</title>
|
||||
<para>Like other &koffice; applications, on startup &kivio; presents a startup dialog. The dialog offers a choice of creating a new document, opening a saved document or choosing a document from a list of recently saved files.</para>
|
||||
<para>If you're new to &kivio; begin by creating an empty document by double-clicking on the <guilabel>Empty Document</guilabel> template.</para>
|
||||
<para>&kivio;'s main window contains a view of the current document. The page outline and margins are shown, as is a grid. Surrounding this view are horizontal and vertical rules. By default a tools toolbar is placed on the left-hand side and beneath the document view is a page selector. Beneath that is the status bar which shows the current position of the mouse pointer as a location on the page.</para>
|
||||
<para>At the top of the window are the two main toolbars. These contain buttons for the most commonly used features of &kivio;.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="stencils">
|
||||
<title>Using Stencils</title>
|
||||
<para>Diagrams are created by placing different pre-drawn shapes and stencils on the page. Stencils can represent many different things and &kivio; comes with a wide selection. For ease of reference they are grouped into collections known as stencil sets. To use a stencil set select <menuchoice><guimenu>Tools</guimenu><guisubmenu>Add Stencil Set</guisubmenu></menuchoice>. The stencil sets have been sub-divided into several groups; a sub-menu lists these. The shapes in the stencil set are shown on the left-hand side of the document view.</para>
|
||||
<para>Stencils are grouped into stencil sets for organizational purposes only; it is perfectly okay to add several stencil sets to a document and &kivio; allows you to mix and match stencils from different sets freely.</para>
|
||||
<para>To place a stencil onto the document simply drag it from the stencil area to the page.</para>
|
||||
|
||||
<sect2>
|
||||
<title>Selecting Stencils</title>
|
||||
<para>
|
||||
&kivio; identifies the stencil currently being edited by displaying eight green squares on the corners and edges of a square around the stencil. Stencils shown in this manner are described as being selected. The green rectangles are known as handles.
|
||||
To change the currently selected stencil move the mouse pointer over the stencil you wish to select and press the &LMB;.
|
||||
To select all the stencils on the current page select <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select All</guimenuitem></menuchoice>.
|
||||
To deselect all stencils select <menuchoice><guimenu>Edit</guimenu><guimenuitem>Deselect</guimenuitem></menuchoice>.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Moving Stencils</title>
|
||||
<para>
|
||||
To move a stencil to another position on the page, select the stencil. Note the pointer will change to a hand icon. Hold down the &LMB; and move the mouse to the new position. Release the mouse button to place the stencil at the new position.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Resizing a Stencil</title>
|
||||
<para>Select the stencil, and then move the mouse pointer over one of the handles. Note the mouse pointer change. Hold down the &LMB; and move the mouse. The coordinates of the stencil will be adjusted continuously as the mouse is moved. When you are happy with the new size release the mouse button to give the stencil its new final size.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Undoing a Mistake</title>
|
||||
<para>If at any time you are unhappy with a change you have made to the document you can select <menuchoice><guimenu>Edit</guimenu><guimenuitem>Undo</guimenuitem></menuchoice> to revert the change. There is also an icon on the toolbar.</para>
|
||||
<para>If you undo an action and decide that was a mistake, select <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</guimenuitem></menuchoice> to restore the change. &kivio; stores multiple actions to undo/redo several changes.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Limitations of the Stencils</title>
|
||||
<para>Note that stencils cannot currently be rotated.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Labeling Stencils</title>
|
||||
<para>A lot of stencils in the <guilabel>Flowcharting Collections</guilabel>, <guilabel>Geographic Collections</guilabel>, <guilabel>Hardware Collections</guilabel>, <guilabel>Miscellaneous Collections</guilabel> and <guilabel>UML Collections</guilabel> can contain text to describe their function. To add text to a stencil move the mouse pointer over the stencil and double-click it or open the context menu with the &RMB; and select <guimenuitem>Edit Text...</guimenuitem>. A dialog box will appear prompting for some text. Enter some text and click <guibutton>OK</guibutton>. The text should be shown inside the stencil.</para>
|
||||
<para>The item <guimenuitem>Edit Text...</guimenuitem> in the menu is disabled, if a stencil cannot be labeled.</para>
|
||||
<para>The font, size, alignment and style of the text can be adjusted by selecting <menuchoice><guimenu>Format</guimenu><guimenuitem>Text...</guimenuitem></menuchoice>. Alternatively use the buttons on the Format toolbar.
|
||||
The adjustments will only affect the currently selected stencil.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Selecting Several Stencils</title>
|
||||
<para>There are two ways to select multiple stencils in &kivio;.</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Click once inside the first stencil you wish to select.
|
||||
Hold down &Ctrl; as you click inside subsequent stencils.
|
||||
All the stencils will be shown with handles around them.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Move the mouse pointer to a blank area of the document near the stencils you want to select.</para>
|
||||
<para>Hold down the &LMB; and move the mouse to the other side of the stencils you want to select, drawing a rectangle around them.</para>
|
||||
<para>The rectangle must completely encompass the stencils for them to be selected.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Adjusting the Fill Color and Line Color</title>
|
||||
<para>Stencils can be filled with a solid color and the color of the outline can be changed. Select a stencil then select <menuchoice><guimenu>Format</guimenu><guimenuitem>Stencils & Connectors...</guimenuitem></menuchoice>.</para>
|
||||
<!--para>There is also a <guibutton>Set Background Color</guibutton> button on the Format toolbar. Clicking on the arrow to the right-hand side of this button will display a drop-down color selector. Clicking on the button itself will display a color palette allowing you to choose any color. A similar toolbar button exists to adjust the line color.</para-->
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Adjusting the Line Thickness</title>
|
||||
<para>The width of a stencil's border can be adjusted by selecting <menuchoice><guimenu>Format</guimenu><guimenuitem>Stencils & Connectors...</guimenuitem></menuchoice>. The line width can be entered in centimeters or increased/decreased using the arrows of the spin box. Or use the <guibutton>Line Width</guibutton> button on the <guilabel>Format</guilabel> toolbar. Select a width from the drop down box or select <guilabel>Custom...</guilabel> to open enter the width in the spin box.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Connecting Shapes Together</title>
|
||||
<para>&kivio;'s connector tool allows lines to be drawn between shapes. The lines remain connected to the shapes even when the shapes are moved to new positions on the page.</para>
|
||||
<para>To draw a connector select <menuchoice><guimenu>Tools</guimenu><guimenuitem>Straight Connector</guimenuitem></menuchoice> or <menuchoice><guimenu>Tools</guimenu><guimenuitem>Polyline Connector</guimenuitem></menuchoice>.</para>
|
||||
<para>The <guilabel>Polyline Connector</guilabel> tool is also available from the <guilabel>Tools</guilabel> toolbar; by default shown on the top side of the window. Click on this tool to begin using it; the mouse pointer will change shape.</para>
|
||||
<para>Notice that all stencils have little blue crosses around their edges. These crosses mark points where connectors can be attached.</para>
|
||||
<para>To connect two stencils move to one of the connection points on the first stencil, hold down the &LMB; and drag a line to one of the connection points on the second stencil. The green square at the end of the line will change to red when it is over a connection point indicating that the line is attached to a stencil. </para>
|
||||
<para>When you have finished using the connector tool, click on the <guiicon>Arrow</guiicon> tool to regain normal selection functionality.</para>
|
||||
<note><para>A stencil can have multiple connectors attached to it, even at the same connection point.</para></note>
|
||||
<para>Various properties of the connector can be adjusted including line thickness and color, this is done in the same way as for stencils.</para>
|
||||
<para><guilabel>Straight Connectors</guilabel> may also be labeled with text. To add text to a straight connector open the context menu with the &RMB; and select <guimenuitem>Edit Text...</guimenuitem>. Enter the text in the dialog that appears. The text will be shown with a green handle next to it. Use this to modify the position of the text.</para>
|
||||
<para>Arrowheads can be added to either end of a connector. Select the connector and then select <menuchoice><guimenu>Format</guimenu><guimenuitem>Arrowheads...</guimenuitem></menuchoice>.</para>
|
||||
<para>Limitations: Connectors do not currently reroute around stencils, you need to adjust them manually. Text is always displayed horizontally; rotated text is not currently possible. </para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Grouping Stencils</title>
|
||||
<para>Several stencils may be semi-permanently grouped together. Once this has been done any changes made to one stencil will affect the others in the group.</para>
|
||||
<para>To make a group select the stencils and select <menuchoice><guimenu>Format</guimenu><guimenuitem>Group Selection</guimenuitem></menuchoice>.</para>
|
||||
<para>The procedure can be reversed by selecting a group of stencils and select <menuchoice><guimenu>Format</guimenu><guimenuitem>Ungroup</guimenuitem></menuchoice>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Overlaying Stencils</title>
|
||||
<para>Stencils can be positioned on top of one another. A stencil drawn on top of another stencil will obscure the stencil underneath it. To adjust the drawing order select one of the stencils and select either <menuchoice><guimenu>Format</guimenu><guimenuitem>Bring to Front</guimenuitem></menuchoice> or <menuchoice><guimenu>Format</guimenu><guimenuitem>Send to Back</guimenuitem></menuchoice>.</para>
|
||||
<para><guimenuitem>Send to Back</guimenuitem> will cause the stencil to be obscured by any stencil which overlaps it. <guimenuitem>Bring to Front</guimenuitem> will cause the stencil to obscure any stencil which it overlaps.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Locking Stencils</title>
|
||||
<para>A stencil's properties may be <quote>locked</quote> to prevent accidental changes. To alter a stencil's protection use the protection palette. This can be displayed by selecting <menuchoice><guimenu>View</guimenu><guisubmenu>Palettes</guisubmenu><guimenuitem>Show Protection</guimenuitem></menuchoice>. Select the stencil or stencils you wish to protect and then tick the properties you want to protect on the protection palette.</para>
|
||||
<para>The protections available are: <guilabel>Width</guilabel>, <guilabel>Height</guilabel>, <guilabel>Aspect ratio</guilabel>, <guilabel>X position</guilabel>, <guilabel>Y position</guilabel> and <guilabel>Deletion</guilabel>. Deletion prevents a stencil from being deleted from the document.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Stencil Geometry</title>
|
||||
<para>For accurately specifying the dimensions of a stencil use the Geometry palette. To display the palette select <menuchoice><guimenu>View</guimenu><guisubmenu>Palettes</guisubmenu><guimenuitem>Show Geometry</guimenuitem></menuchoice>. The palette contains four spin boxes for specifying the horizontal (<guilabel>X:</guilabel>) and vertical (<guilabel>Y:</guilabel>) position of the stencil and the <guilabel>Width:</guilabel> and <guilabel>Height:</guilabel>.</para>
|
||||
|
||||
<tip><para>Although the measurements are displayed in centmeters it is possible to enter other units into the textbox. For example, entering 2.5 mm will be converted into centimeter. Points (pt) and inches (in) are also accepted.</para></tip>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="viewing">
|
||||
<title>Viewing the Document</title>
|
||||
|
||||
<sect2>
|
||||
<title>Zooming In and Out</title>
|
||||
<para>To adjust the zoom level select <menuchoice><guimenu>View</guimenu><guisubmenu>Zoom Level</guisubmenu></menuchoice>. This submenu contains a list of percentages from 33% to 500%; selecting one of these magnify the document by that percentage.</para>
|
||||
<para>There is also a list of zoom levels in a spin box on the <guilabel>Edit</guilabel> toolbar, by default shown at the top of the screen.</para>
|
||||
<para>A second method of controlling the magnification is to use the zoom tool. This is available on the <guilabel>Tools</guilabel> toolbar. This tool can be used in two ways. Clicking on the document with the zoom tool active will increase the magnification. Holding down the &Shift; key whilst clicking will decrease the magnification, &ie; zoom out.</para>
|
||||
<para>Alternatively, holding down the &LMB; and dragging out a box then releasing the mouse button will increase the magnification so that that portion of the document fills the available space.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Panning the Document</title>
|
||||
<para>The <guiicon>Pan Document</guiicon> tool lets you move the document around, adjusting the portion that is visible. This is very useful when working at high magnifications where the entire document is not completely visible. To pan a document select <guiicon>Pan Document</guiicon> from the <guilabel>Tools</guilabel> toolbar or <menuchoice><guimenu>Tools</guimenu><guisubmenu>Pan Document</guisubmenu></menuchoice> in the menu. Once activated the mouse pointer turns into a hand. To move the document move the mouse over the currently visible portion, hold down the &LMB; and drag.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>The Overview</title>
|
||||
<para>The <guilabel>Overview</guilabel> palette provides a quick way of adjusting the zoom level and moving around the document. To enable it select <menuchoice><guimenu>View</guimenu><guisubmenu>Palettes</guisubmenu><guimenuitem>Overview</guimenuitem></menuchoice>.</para>
|
||||
<para>A miniature representation of the document itself is shown underneath. A red rectangle indicates the portion that is currently visible. Clicking anywhere on this representation pans the view to that area. The rectangle can also be dragged.</para>
|
||||
<para>At the bottom of the palette there is a slider and two buttons to zoom 25% in or out.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Using Palettes</title>
|
||||
<para>All palettes have a handle on the top side which enables them to be moved around and positioned on any edge of the main view. They can also float anywhere on the screen. To hide or show a palette select it from <menuchoice><guimenu>View</guimenu><guisubmenu>Palettes</guisubmenu></menuchoice>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Multiple Views</title>
|
||||
<para>It is possible to have multiple views of the same document displayed simultaneously.</para>
|
||||
<para>Select <guimenuitem>New View</guimenuitem> from the <guimenu>View</guimenu> menu and a new &kivio; window showing the same document will appear. This is very useful for multiple monitor setups.</para>
|
||||
<para>The additional windows can be closed and &kivio; will only prompt you to save the document when the last window is closed. All windows pertaining to a particular document can be closed simultaneously by selecting <menuchoice><guimenu>View</guimenu><guimenuitem>Close All Views</guimenuitem></menuchoice>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Split Views</title>
|
||||
<para>It is also possible to split the window into two or more portions which can be used to view two areas of a document at once.
|
||||
To split a window select <menuchoice><guimenu>View</guimenu><guimenuitem>Split View</guimenuitem></menuchoice>. The orientation of the split can be changed from horizontal to vertical using <menuchoice><guimenu>View</guimenu><guisubmenu>Splitter Orientation</guisubmenu></menuchoice>. To restore the window to its original state select <menuchoice><guimenu>View</guimenu><guimenuitem>Remove View</guimenuitem></menuchoice>.</para>
|
||||
</sect2>
|
||||
|
||||
<!--sect2>
|
||||
<title>The View Manager</title>
|
||||
<para>The View Manager allows you to store the current display settings, including zoom level and position. You can then adjust the view and still be able to revert back to the previous settings. A number of different settings can be stored and given names for ease of reference.</para>
|
||||
<para>To display the View Manager choose <menuchoice><guimenu>View</guimenu><guisubmenu>Docker</guisubmenu><guimenuitem>View Manager</guimenuitem></menuchoice>. The docker contains five buttons and a list of stored views.</para>
|
||||
<para>The first button, <guibutton>Add Current View</guibutton>, stores the current display settings. Once the settings have been stored you can modify the display settings. To revert to any one of the stored settings click on its name in the list.</para>
|
||||
<para>By default &kivio; labels the settings with the page number and the magnification level, to enter a more descriptive name click on the middle button, <guibutton>Rename Item</guibutton>; this lets you enter your own text.</para>
|
||||
<para>The second button, <guibutton>Remove Item</guibutton>, removes the currently selected set of stored settings.</para>
|
||||
<para>The final two buttons, <guibutton>Move Item Up</guibutton> and <guibutton>Move Item Down</guibutton>, allow the order of the settings in the list to be adjusted.</para>
|
||||
</sect2-->
|
||||
|
||||
<sect2>
|
||||
<title>Customizing the Display</title>
|
||||
<para>The <guimenu>View</guimenu> menu contains options for toggling the display of page margins, rulers, guides and the grid.</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
@ -0,0 +1,212 @@
|
||||
<chapter id="working">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author><firstname>Ben</firstname>
|
||||
<surname>Lamb</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
<email>kde@zurgy.org</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<title>Working with &kivio;</title>
|
||||
|
||||
<sect1 id="opening">
|
||||
<title>Opening a Document</title>
|
||||
<para>To open a previously saved document select <menuchoice><guimenu>File</guimenu><guimenuitem>Open...</guimenuitem></menuchoice>, a standard &kde; file dialog box will appear.</para>
|
||||
<para>Recently used documents are listed under <menuchoice><guimenu>File</guimenu><guisubmenu>Open Recent</guisubmenu></menuchoice>.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="saving">
|
||||
<title>Saving a Document</title>
|
||||
<para>To save the current document select <menuchoice><guimenu>File</guimenu><guimenuitem>Save</guimenuitem></menuchoice> or <menuchoice><guimenu>File</guimenu><guimenuitem>Save As...</guimenuitem></menuchoice> to give an existing file a different name.</para>
|
||||
<note><para>It is possible to save the document in a format that can be opened by earlier versions of &kivio;. Select the version you require from the <guilabel>Filter:</guilabel> combo box in the save file dialog.</para></note>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="printing">
|
||||
<title>Printing</title>
|
||||
<para>The document can be printed by selecting <menuchoice><guimenu>File</guimenu><guimenuitem>Print...</guimenuitem></menuchoice>. The standard &kde; printing dialog appears. A preview of the printed output can be obtained by selecting <menuchoice><guimenu>File</guimenu><guimenuitem>Print Preview...</guimenuitem></menuchoice>.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="import-export">
|
||||
<title>Importing/Exporting Documents</title>
|
||||
<para>The <guimenuitem>Import...</guimenuitem> menu option on the <guimenu>File</guimenu> menu currently loads a &kivio; or &XML; document into a new &kivio; application.</para>
|
||||
<para>The <guimenuitem>Export...</guimenuitem> menu option on the <guimenu>File</guimenu> menu currently perform the same functions as <menuchoice><guimenu>File</guimenu> <guimenuitem>Save As...</guimenuitem></menuchoice>. These options let you save a document under a different name or into an other format.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="multiple-pages">
|
||||
<title>Documents with Multiple Pages</title>
|
||||
<para>A &kivio; document can contain several pages of diagrams.</para>
|
||||
|
||||
<sect2>
|
||||
<title>Adding Pages</title>
|
||||
<para>To <action>add additional pages</action> to a document select <menuchoice><guimenu>Page</guimenu><guimenuitem>Insert Page</guimenuitem></menuchoice> or click with the &RMB; on the page tab and select <guimenuitem>Insert Page</guimenuitem> from the context menu. The selector beneath the document view shows tabs for all the pages in the document that have not been hidden.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Removing Pages</title>
|
||||
<para>Unwanted pages can be removed by selecting <menuchoice><guimenu>Page</guimenu><guimenuitem>Remove Page</guimenuitem></menuchoice> or click with the &RMB; on the page tab and select <guimenuitem>Remove Page</guimenuitem> from the context menu.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Renaming Pages</title>
|
||||
<para>The names given to each page can be adjusted by double-clicking on the page name on the page selector or by clicking with the &RMB; on the page tab and select <guimenuitem>Rename Page...</guimenuitem> from the context menu. A dialog box will appear allowing the name to be edited.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Working with Pages</title>
|
||||
<para>The order of the pages can be adjusted by dragging the tabs on the page selector bar.</para>
|
||||
<note><para>The arrow buttons on the page selector bar are for scrolling through the page tabs, they do not cycle through the pages themselves.</para></note>
|
||||
<para>If you have a lot of pages in a document and you do not want to see them all on the page selector you can hide pages by selecting <menuchoice><guimenu>Page</guimenu><guimenuitem>Hide Page</guimenuitem></menuchoice>. This will remove the currently selected page from the page selector bar.</para>
|
||||
<para>To reveal a hidden page select <menuchoice><guimenu>Page</guimenu><guimenuitem>Show Page...</guimenuitem></menuchoice> and choose the page you want to see from the list box.</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="page-export">
|
||||
<title>Exporting a Page</title>
|
||||
<para>Individual pages can be exported as bitmap graphics files. To export the current page select <menuchoice><guimenu>File</guimenu> <guimenuitem>Export...</guimenuitem></menuchoice> or <menuchoice><guimenu>File</guimenu> <guimenuitem>Save As...</guimenuitem></menuchoice>. A standard &kde; file dialog box appears. The export format is determined by the name extension you give the file, it must end with one of the extensions listed below.</para>
|
||||
<para>The following formats are supported:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>PNG Image (.png)</para></listitem>
|
||||
<listitem><para>JPEG Image (.jpg)</para></listitem>
|
||||
<listitem><para>BMP Image (.bmp)</para></listitem>
|
||||
<listitem><para>Encapsulated Postscript Image (.eps)</para></listitem>
|
||||
<listitem><para>Portable Bitmap (.pbm)</para></listitem>
|
||||
<listitem><para>PCX Image (.pcx)</para></listitem>
|
||||
<listitem><para>Portable Pixmap Image (.ppm)</para></listitem>
|
||||
<listitem><para>SGI Image (RGB) (.rgb)</para></listitem>
|
||||
<listitem><para>X PixMap Image (.xpm)</para></listitem>
|
||||
<listitem><para>JPEG 2000 Image (.jp2)</para></listitem>
|
||||
<listitem><para>Krita Document (.kra)</para></listitem>
|
||||
<listitem><para>Adobe Illustrator Document (.ai)</para></listitem>
|
||||
<listitem><para>TIFF Image (.tiff)</para></listitem>
|
||||
<listitem><para>ILM EXR Image (.exr)</para></listitem>
|
||||
<listitem><para>Karbon14 Document (.karbon)</para></listitem>
|
||||
<listitem><para>GIMP Native Image Format (.xcf)</para></listitem>
|
||||
<listitem><para>Scalable Vector Graphics (.svg)</para></listitem>
|
||||
<listitem><para>&Windows; MetaFile (.wmf)</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>You have to confirm the export, because this may result in some loss of formatting. Click the button <guibutton>Save</guibutton> and the <guilabel>Export to Image</guilabel> dialog is displayed. In this dialog you can set some export options: <guilabel>Page:</guilabel> range, the <guilabel>Area to export:</guilabel>, the <guilabel>Custom size (in pixels):</guilabel> and the <guilabel>Margin:</guilabel> of the page.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="grid">
|
||||
<title>The Grid</title>
|
||||
<para>&kivio; displays a regularly spaced grid over the document to aid stencil positioning. The visibility of the grid can be toggled by selecting <menuchoice><guimenu>View</guimenu><guimenuitem>Show Grid</guimenuitem></menuchoice>.</para>
|
||||
<para>Objects edges are snapped to the nearest point on the grid regardless of whether it is visible. To toggle this behavior select <menuchoice><guimenu>View</guimenu><guimenuitem>Snap Grid</guimenuitem></menuchoice>.</para>
|
||||
<para>To customize the grid select <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &kivio;...</guimenuitem></menuchoice> and click on the <guiicon>Grid</guiicon> on the icon list.</para>
|
||||
<para>This dialog box will let you adjust the color the grid is drawn in, the horizontal and vertical spacing and the snap distance.</para>
|
||||
<para>Tip: It is possible to have a non-square grid by specifying different horizontal and vertical spacings.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="text-tool">
|
||||
<title>Freestanding Text</title>
|
||||
<para>The text tool can be used to add text to a document that is not associated with any object. This is useful for noting general information about a drawing.</para>
|
||||
<para>To add freestanding text make sure no object is selected by selecting <menuchoice><guimenu>Edit</guimenu><guimenuitem>Deselect </guimenuitem></menuchoice>, then activate the text tool by selecting <menuchoice><guimenu>Tools</guimenu><guimenuitem>Text Tool</guimenuitem></menuchoice>. The mouse pointer will change to indicate the text tool is activated.</para>
|
||||
<para>Drag a box to contain the text. A dialog box will appear prompting for the text, enter some text and click <guibutton>OK</guibutton>. The formatting of the text can be adjusted by selecting <menuchoice><guimenu>Format</guimenu><guimenuitem>Text...</guimenuitem></menuchoice> or by using the toolbars.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="page-layout">
|
||||
<title>Page Layout</title>
|
||||
<para>The page size, margins and orientation, portrait or landscape, can be adjusted using the <guilabel>Page Size & Margins</guilabel> dialog box. This is accessible by selecting <menuchoice><guimenu>Format</guimenu><guimenuitem>Page Layout...</guimenuitem></menuchoice>.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="guides">
|
||||
<title>Using Guides</title>
|
||||
<para>Guides are lines used to help you position stencils. Not only can you use guides as a visual reference when aligning items but, optionally, &kivio; will snap stencils to guides. This means that as soon as the edge of a stencil is within a certain distance to a guide it will immediately move to the guide's position.</para>
|
||||
|
||||
<sect2>
|
||||
<title>Adding Guides</title>
|
||||
<para>To add a guide move the mouse pointer over either the horizontal or vertical ruler, depending on the type of guide you require. Hold down the &LMB; and drag the mouse over the document and release the mouse button where you want to position the guide. As you drag the mouse the guide will move accordingly.
|
||||
Or use <menuchoice><guimenu>View</guimenu><guimenuitem>Add Guide Line...</guimenuitem></menuchoice> to open a dialog to select the <guilabel>Orientation</guilabel> and the <guilabel>Position</guilabel> of the guide.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Repositioning Guides</title>
|
||||
<para>Once a guide is in place you can reposition it by moving the mouse over it, holding down the &LMB; and dragging. Release the mouse button when the guide is in its new position.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Visibility and Snapping</title>
|
||||
<para>To hide guides select <menuchoice><guimenu>View</guimenu><guimenuitem>Guide Lines</guimenuitem></menuchoice>, this toggles the visibility.</para>
|
||||
<para>By default stencil edges are snapped to the nearest guide, to toggle this behavior select <menuchoice><guimenu>View</guimenu><guimenuitem>Snap Grid</guimenuitem></menuchoice>.</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="layers">
|
||||
<title>Layers</title>
|
||||
<para>&kivio; allows complex diagrams to be split into multiple layers. The visibility of layers can be turned on and off. This functionality is useful if you have a basic diagram, for example a floorplan, and need to create several versions of it for different audiences. The information for each audience can be placed in a different layer.
|
||||
Each page of the document has its own set of layers.</para>
|
||||
|
||||
<sect2>
|
||||
<title>The Layer Palette</title>
|
||||
<para>To adjust the current page's layers select <menuchoice><guimenu>View</guimenu><guisubmenu>Palettes</guisubmenu><guimenuitem>Show Layers </guimenuitem></menuchoice>. The layer palette allows layers to be created, deleted and renamed. It can also be used to adjust layer visibility, drawing order and select the current layer.</para>
|
||||
<para>&kivio; has the concept of the currently active layer which is the one affected by any editing actions. By default a page contains only one layer which is the active layer.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Adding Layers</title>
|
||||
<para>Using the <guilabel>Layers</guilabel> palette you can add new layers by clicking the <guibutton>New Layer</guibutton> button, the first from the left. Layers can be deleted by clicking the second button, <guibutton>Remove Layer</guibutton>. &kivio; numbers the layers consecutively, to rename a layer select it in the list and click <guibutton>Rename Layer</guibutton>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Layer Settings</title>
|
||||
<para>Layers are drawn in the order they are listed. The drawing occurs from the top down so objects in the layer at the bottom of the list are drawn on top of objects in all the other layers. The order of the list can be changed by selecting a layer and using the <guibutton>Move Layer Up</guibutton> and <guibutton>Move Layer Down</guibutton> buttons to change its position.</para>
|
||||
<para>Each layer is listed with four small icons next to its name. From left
|
||||
to right they represent:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>Visibility (shown as a small eye)</term>
|
||||
<listitem><para>Clicking on the icon will toggle the layer's visibility.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Printable (shown as a small printer)</term>
|
||||
<listitem><para>Toggles if the layer should be printed with the document or
|
||||
not. You might use a non-printing layer to keep notes to yourself, or as a
|
||||
scrapbook to hold images you're not ready to use yet.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Editable (shown as a small pencil)</term>
|
||||
<listitem><para>Toggles if you can edit a layer or not. You might want to
|
||||
mark some layers non-editable while you work on others, to prevent
|
||||
inadvertant changes.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Connectable (shown as a small connector)</term>
|
||||
<listitem><para>You can permit connecting of items that lie on different
|
||||
layers with this icon.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="arranging">
|
||||
<title>Arranging Stencils</title>
|
||||
|
||||
<sect2>
|
||||
<title>The Align Tool</title>
|
||||
<para>The <guilabel>Align</guilabel> tool rearranges a group of stencils so that they are aligned on one edge or on an invisible centerline. To use the tool select several stencils, then select <menuchoice><guimenu>Format</guimenu><guimenuitem>Align & Distribute...</guimenuitem></menuchoice>. If the stencils are arranged in a horizontal row you the choice of aligning along the top or bottom edges or the centerline. For stencils that are arranged in a vertical row the choice is left or right edge or the centerline.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>The Distribute Tool</title>
|
||||
<para>The <guilabel>Distribute</guilabel> tool arranges a group of stencils so that there is an even amount of spacing between each stencil.</para>
|
||||
<para>First select the stencils you want to rearrange, then select <menuchoice><guimenu>Format</guimenu><guimenuitem>Align & Distribute...</guimenuitem></menuchoice> and click on the <guilabel>Distribute</guilabel> tab in the tabbed window that appears.</para>
|
||||
<para>You can choose whether the items should be spaced so that there is equal spacing between two edges, for example, the distance between the lefthand edge of each stencil should be the same. Or, whether the gap between each item should be identical. Choose the <guilabel>Spacing</guilabel> option if you desire this.</para>
|
||||
<para>The second choice is whether the spacing should use the entire extent of the page or just the extent of the selection. If the latter is chosen the stencils will not occupy any more space than they did originally.</para>
|
||||
<note><para>The option to use the extent of the page takes the page margins into consideration.</para></note>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=KOffice
|
||||
Name[sv]=Koffice
|
||||
Name[tr]=Koffice
|
||||
NoDisplay=true
|
||||
DocPath=koffice/index.html
|
||||
Categories=Qt;KDE;Office;
|
@ -0,0 +1,4 @@
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
@ -0,0 +1,855 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||||
<!ENTITY kappname "&koffice;">
|
||||
<!ENTITY package "koffice">
|
||||
<!ENTITY % addindex "IGNORE">
|
||||
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
|
||||
]>
|
||||
|
||||
<!-- maintained by raphael.langerhorst@kdemail.net -->
|
||||
|
||||
<book lang="&language;">
|
||||
<bookinfo>
|
||||
<title>&koffice;</title>
|
||||
<subtitle>A General Introduction</subtitle>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Raphael</firstname>
|
||||
<surname>Langerhorst</surname>
|
||||
<affiliation><address><email>raphael.langerhorst@kdemail.net</email></address></affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Jost</firstname>
|
||||
<surname>Schenck</surname>
|
||||
<affiliation><address><email>jost@schenck.de</email></address></affiliation>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
|
||||
<date>2005-10-27</date>
|
||||
<releaseinfo>1.5.0</releaseinfo>
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
&koffice; is an integrated office suite for the K Desktop Environment
|
||||
(&kde;).
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
<keywordset>
|
||||
<keyword>KDE</keyword>
|
||||
<keyword>KOffice</keyword>
|
||||
</keywordset>
|
||||
|
||||
</bookinfo>
|
||||
|
||||
|
||||
<chapter id="introduction">
|
||||
<title>Introduction</title>
|
||||
<sect1>
|
||||
<title>&koffice; components</title>
|
||||
|
||||
<para>
|
||||
&koffice; is an integrated office suite for the K Desktop Environment
|
||||
(&kde;). &koffice; currently consists of the following components:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>&kword; (a frames-based wordprocessor)</para></listitem>
|
||||
<listitem><para>&kspread; (a spreadsheet application)</para></listitem>
|
||||
<listitem><para>&kpresenter; (screen and slide presentations)</para></listitem>
|
||||
<listitem><para>&kivio; (a flowchart application)</para></listitem>
|
||||
<listitem><para>Karbon14 (a vector drawing application)</para></listitem>
|
||||
<listitem><para>&krita; (a pixel based drawing application)</para></listitem>
|
||||
<listitem><para>&kugar; (a tool for generating business quality reports)</para></listitem>
|
||||
<listitem><para>Kexi (an integrated environment for managing data)</para></listitem>
|
||||
<listitem><para>&kchart; (a charts/graphs generation application)</para></listitem>
|
||||
<listitem><para>&kformula; (an editor for mathematical formulae)</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>
|
||||
Because these components are based on the KParts component model, &koffice;
|
||||
components are designed to work very well with each other. Any &koffice;
|
||||
component can be embedded in another &koffice; document. For instance, you
|
||||
can insert a spreadsheet which you created in &kspread; directly into a &kword;
|
||||
document. In this way, complex, compound documents can be created using
|
||||
&koffice;.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
A plugin mechanism makes it easy to extend the functionality of
|
||||
&koffice;. You will find many plugins in some of the components
|
||||
and can learn how to write plugins yourself. There is also a section
|
||||
of this manual dedicated to developing plugins that should get you
|
||||
started.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This manual only covers the general features of &koffice;, those that
|
||||
are common to most or all components in the suite. For detailed information
|
||||
about the different components, have a look at the respective manual.
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="features">
|
||||
<title>Overview of &koffice; features</title>
|
||||
<sect2 id="featureintegration">
|
||||
<title>Integration</title>
|
||||
<para>
|
||||
&koffice; provides a framework that all components build on. Through
|
||||
this framework high integration is achieved. It is possible to develop
|
||||
your own component that integrates as well. The technology of this is
|
||||
described in more depth in the <link linkend="kparts">chapter on
|
||||
KParts</link>.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="featureleightweight">
|
||||
<title>Lightweight</title>
|
||||
<para>
|
||||
Despite offering so many components, &koffice; is very lightweight, fast and
|
||||
has a rather low memory footprint. This is also achieved because &koffice; builds
|
||||
on &kde;, which is already a very powerful application development framework.
|
||||
</para>
|
||||
<para>
|
||||
A goal of &koffice; is also to not overload the user interface with features
|
||||
that are hardly needed. This results in a lean and mean user interface that
|
||||
lets you do your work efficiently.
|
||||
</para>
|
||||
<para>
|
||||
Being lightweight can at times also mean that that very particular special
|
||||
functionality you need is not there. In this case you can always add the
|
||||
functionality yourself by extending &koffice;. &koffice; really doesn't
|
||||
want to get bloated by adding large chunks of features that only very
|
||||
few users might need. Such features can always be made available through
|
||||
additional plugins or scripts, thus keeping &koffice; itself lightweight.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="featurecompleteness">
|
||||
<title>Completeness</title>
|
||||
<para>
|
||||
&koffice; offers a wide range of components, covering most of the home
|
||||
and business office needs. Additional features can always be implemented
|
||||
through scripts, plugins or even whole components based on the &koffice;
|
||||
framework.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="featurefileformat">
|
||||
<title>OASIS OpenDocument Format</title>
|
||||
<para>
|
||||
It is a major importance for any office suite to adhere to established
|
||||
standards. Especially on the file format level to allow seamless document
|
||||
exchange with other office suites. This also avoids vendor lock-in, which
|
||||
is especially important for companies and also for individuals.
|
||||
</para>
|
||||
<para>
|
||||
For this reason &koffice; has adapted the OASIS OpenDocument format
|
||||
as native file format.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 id="featurekde">
|
||||
<title>KDE Features</title>
|
||||
<para>
|
||||
Since &koffice; builds on &kde; all the features you would expect from a
|
||||
&kde; application are also available in &koffice;. This includes DCOP, KParts,
|
||||
Desktop Integration, Configurability and so on. All this makes the look and
|
||||
feel of &koffice; very familiar and really integrates &koffice; into the
|
||||
desktop environment, thus allowing seamless workflows.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
||||
<chapter>
|
||||
<title>&koffice; Technology</title>
|
||||
|
||||
<sect1 id="kparts">
|
||||
<title>KParts - the building blocks of &koffice;</title>
|
||||
|
||||
<!-- <sect2 id="kpartsintro"> -->
|
||||
<!-- <title>KParts Introduction</title> -->
|
||||
|
||||
<para>
|
||||
Each &koffice; application is designed to fulfill very specific needs.
|
||||
For example, &kspread; is a program for manipulating spreadsheets, while
|
||||
&kword; is a program for word processing. By focusing on a specific
|
||||
area, each program aims for perfection in exactly this area. However,
|
||||
depending on what you do with &koffice;, you'll often want to take
|
||||
advantage of functionality provided by different applications, but in
|
||||
the <emphasis>same</emphasis> document.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Suppose that you are preparing a document in &kword; and want to
|
||||
illustrate some point using a table. While &kword; provides its own
|
||||
functionality for the insertion of tables, this may not be enough for
|
||||
your needs. For example, you may want to use certain currency data
|
||||
formats or to do calculations using spreadsheet formulae. Now, some
|
||||
&kword; programmer certainly <emphasis>could</emphasis> try to implement
|
||||
this functionality. However, &kword; would never be as good as &kspread;
|
||||
in this field; and if it tried to implement all the functionality you
|
||||
might possibly need, it would end up becoming unreasonably complex and
|
||||
the source code would become impossible to maintain.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The alternative to this is KParts. Its philosophy is simple: let every
|
||||
application do what it does best.
|
||||
</para>
|
||||
|
||||
<!-- </sect2> -->
|
||||
|
||||
<sect2 id="compound-docs">
|
||||
<title>Compound documents with KParts</title>
|
||||
|
||||
<para>
|
||||
With KParts, your documents can use <emphasis>all</emphasis>
|
||||
functionality offered by <emphasis>all</emphasis> &koffice;
|
||||
applications. You can take advantage of this by inserting so-called
|
||||
<quote>parts</quote> into your document. Every one of those parts is
|
||||
essentially another document, that is, <quote>a document within a
|
||||
document</quote>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
In the example mentioned above, you would simply insert a &kspread; part
|
||||
into your &kword; document. Then, whenever you edit your table,
|
||||
&kspread; would take control in the background. Control would return to
|
||||
&kword; when you stop working on the table and start working on text
|
||||
again. The only change you would notice is that the toolbars and menus,
|
||||
while editing the table, reflect the functionality of &kspread; instead
|
||||
of that of &kword;. This ability to include the functionality of one
|
||||
application in another is called <quote>embedding</quote>.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 id="kparts-try-it">
|
||||
<title>Using KParts in your document</title>
|
||||
|
||||
<para>
|
||||
If you have never worked with compound documents, you may find them
|
||||
confusing at first. The following step-by-step instructions show you
|
||||
that using KParts is just as easy as working with a single application.
|
||||
</para>
|
||||
|
||||
<procedure>
|
||||
<title>Inserting a &kspread; part into a &kword; application</title>
|
||||
<step>
|
||||
<para>Start &kword;. You can do that either from the panel or by typing
|
||||
<userinput><command>kword</command></userinput> at the command line.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Start a new, blank document. You may want to type some sample text.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Select <menuchoice><guimenu>Insert</guimenu> <guisubmenu>Object Frame</guisubmenu>
|
||||
<guimenuitem>Spreadsheets</guimenuitem></menuchoice>. You'll notice that the mouse cursor has
|
||||
changed to a cross. This form of the cursor indicates that you are supposed
|
||||
to select an area.
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Press the &LMB; mouse button where you want the upper left corner of
|
||||
your table to be, hold it and drag it to the lower right corner. Release
|
||||
the button. Now a dialog appears that gives you the possibility to
|
||||
insert an existing document or to create a new one. Create a blank worksheet.
|
||||
That's it--you're done.
|
||||
</para>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
<para>
|
||||
Easy, isn't it? You should now see a table frame in your &kword;
|
||||
document. Now, doubleclick inside the table to see what happens. You'll
|
||||
notice that:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Your menubars and toolbars have changed. They now reflect those of
|
||||
&kspread;.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Your table frame now contains the elements of a &kspread; view, with
|
||||
scrollbars, a tab bar for the selection of tables, &etc;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>
|
||||
Try editing the table. You'll see that it's not different from using
|
||||
&kspread;. In fact you <emphasis>are</emphasis> using &kspread;.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now click somewhere into your &kword; document, outside of the table
|
||||
area. The menubars and toolbars should change back to those of
|
||||
&kword;, the elements of the &kspread; view should disappear. Your table
|
||||
stays and still reflects all of the changes you've applied to it.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
KParts are easy to use. Try inserting other parts or even parts in
|
||||
parts.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="configuration">
|
||||
<title>Configuring &koffice; and Your System</title>
|
||||
|
||||
<para>
|
||||
While &koffice; should work quite nice out of the box, there may well be
|
||||
some things to optimize to get the best out of &koffice;. This chapter
|
||||
shows you what you might want to do to achieve the best results with
|
||||
your new office suite and make it suite your needs. &koffice; is
|
||||
highly configurable, even down to detailed toolbar and menu layout.
|
||||
</para>
|
||||
|
||||
<sect1 id="the-font-issue">
|
||||
<title>Optimizing Font Output</title>
|
||||
<para>
|
||||
Fonts are a difficult topic on X Windows. In this section we'll cover
|
||||
some problems that are frequently reported by people using
|
||||
&koffice;. Some problems are not just &koffice;s fault, but depend on
|
||||
your system configuration, which is why you may need to modify system
|
||||
configuration files in order to solve them. If you don't have access to
|
||||
the root account on your system, please ask your system operator about
|
||||
this and point him or her to this manual. As the topic of fonts is too
|
||||
complex to cover all of it here, you may want to consult the <ulink
|
||||
url="http://www.pegasus.rutgers.edu/~elflord/font_howto/Font-HOWTO/">Font
|
||||
HOWTO</ulink> from which I've taken the following information. You will
|
||||
find more details there.
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>How to Get Nicely Scaled Fonts on Screen</title>
|
||||
|
||||
<para>
|
||||
STUFF
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>How to Get Correct Printout</title>
|
||||
|
||||
<para> While &koffice; automatically can handle all X11 fonts
|
||||
<emphasis>on screen</emphasis>, printout can pose a problem: on most
|
||||
systems, printing is done via
|
||||
<application>ghostscript</application>. Now, while &koffice; knows the
|
||||
font names used by X Windows, it does normally
|
||||
<emphasis>not</emphasis> know the font names used by
|
||||
<application>ghostscript</application>. &koffice; tries to guess these
|
||||
names, which unfortunately doesn't work all of the time. </para>
|
||||
|
||||
<para>
|
||||
This problem can be solved, although this is not that easy. Actually,
|
||||
maybe you are using a distribution which has done most work for you
|
||||
already (so if you have no reason to complain about printout you can
|
||||
skip this section). What you have to do is to tell
|
||||
<application>ghostscript</application> how to translate the (guessed)
|
||||
font names &koffice; uses to its own font names. This can be done by
|
||||
adding lines to a file called <filename>Fontmap</filename>. An alias
|
||||
line in <filename>Fontmap</filename> looks like the following
|
||||
example:</para>
|
||||
|
||||
<example>
|
||||
<title>An alias in the <application>ghostscript</application> Fontmap</title>
|
||||
<screen>
|
||||
/Algerian-Roman /Algerian ;
|
||||
</screen>
|
||||
</example>
|
||||
|
||||
<para>
|
||||
Please note that a space before the ';' is mandatory. In this example,
|
||||
Algerian-Roman is the name &koffice; uses for Algerian. You'll have to
|
||||
add such lines for the fonts &koffice; doesn't display correctly. To
|
||||
make this task easier, Donovan Rebbechi has written a perl script you
|
||||
can find at <ulink
|
||||
url="http://pegasus.rutgers.edu/~elflord/font_howto/kwdfont">http://pegasus.rutgers.edu/~elflord/font_howto/kwdfont</ulink>.
|
||||
Assuming that you have a fontfile
|
||||
<filename>/usr/share/ghostscript/fonts/fontfile.ttf</filename> you'll
|
||||
enter <userinput><command>kwdfont</command>
|
||||
<parameter>/usr/share/ghostscript/fonts/fontfile.ttf</parameter></userinput>
|
||||
to get the appropriate aliases. The script should mork in most cases. As
|
||||
mentioned, you should have a look at the <ulink
|
||||
url="http://pegasus.rutgers.edu/~elflord/font_howto/html/">Font
|
||||
HOWTO</ulink> for more accurate and in-depth information.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="custom-gui">
|
||||
<title>Customizing the &koffice; &GUI;</title>
|
||||
|
||||
<para>
|
||||
While &koffice; comes out of the box with a &GUI; (graphical user interface)
|
||||
that should suit most people's needs, there are good reasons why you may
|
||||
want to change the way the programs look.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
My mother, for example, is a bit afraid of buttons and menu entries she
|
||||
doesn't understand. To tailor &koffice; to her needs, I reduced the
|
||||
&GUI; to a bare minimum of functionality. As she only needs to write
|
||||
letters and use certain templates, there is no need for much more
|
||||
functionality than saving, loading, printing, &etc;
|
||||
</para>
|
||||
|
||||
<para> Thanks to the <quote>action</quote> concept of &Qt; and &kde;,
|
||||
you can freely customize &koffice; menubars and tool
|
||||
bars. Unfortunately, at the moment, there are no easy-to-use dialogs
|
||||
to do this. &koffice; stores its &GUI; configuration in &XML; files
|
||||
and you'll have to edit those. Hopefully, this situation will change
|
||||
in the future; for now, you'll need some basic knowledge of how an
|
||||
&XML; document works (or <acronym>HTML</acronym>, which is a subset of
|
||||
&XML;). [The <quote>action</quote> concept needs to be discussed in
|
||||
more detail -- kt.] </para>
|
||||
|
||||
<para>
|
||||
Normally, each &koffice; application has at least two of those &XML;
|
||||
files: one describing the &GUI; of the shell (basically, that's what you
|
||||
see if there is no document open) and one describing the &GUI; of the
|
||||
respective part (that's what you see normally). For example, for
|
||||
&kword;, these two &XML; files are named
|
||||
<filename>kword_shell.rc</filename> and <filename>kword.rc</filename>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Here's a simple example of such an rc-file.
|
||||
</para>
|
||||
|
||||
<example>
|
||||
<title>An example of a simple rc-file</title>
|
||||
<screen>
|
||||
<!DOCTYPE QConfig ><qconfig>
|
||||
<menubar>
|
||||
<menu name="Edit"><text>Edit</text>
|
||||
<action name="edit_cut"/>
|
||||
<action name="edit_copy"/>
|
||||
<action name="edit_paste"/>
|
||||
<separator/>
|
||||
<action name="edit_find"/>
|
||||
</menu>
|
||||
<menu name="Insert"><text>Insert</text>
|
||||
<action name="insert_picture"/>
|
||||
<action name="insert_clipart"/>
|
||||
<menu name="Variable"><text>Variable</text>
|
||||
<action name="insert_var_datefix"/>
|
||||
<action name="insert_var_datevar"/>
|
||||
</menu>
|
||||
</menu>
|
||||
</menubar>
|
||||
<toolbars>
|
||||
<toolbar name="edit_toolbar" position="right">
|
||||
<action name="edit_cut"/>
|
||||
<action name="edit_copy"/>
|
||||
<action name="edit_paste"/>
|
||||
</toolbar>
|
||||
</toolbars>
|
||||
</qconfig>
|
||||
</screen>
|
||||
</example>
|
||||
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="more-info">
|
||||
<title>How to get more information</title>
|
||||
|
||||
<sect1 id="other-manuals">
|
||||
<title>Other &koffice; manuals</title>
|
||||
|
||||
<para>
|
||||
For detailed information on the different &koffice; applications, please
|
||||
consult their respective manuals. <!-- (use ulink to help:/appname/ -->
|
||||
<!-- for the meantime - it's a hack, but it's the best we have -->
|
||||
<!-- presently. [FIXME: how do I provide links to them? Do we -->
|
||||
<!-- need set-tag?] -->
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="links">
|
||||
<title>Links</title>
|
||||
|
||||
<para>
|
||||
The following links should be useful if you're looking for more information
|
||||
about &kde; or &koffice;.
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink url="http://koffice.kde.org">The &koffice;
|
||||
homepage</ulink>. Here you can find information on how to get and
|
||||
install &koffice;, news about &koffice; development, screenshots &etc;
|
||||
</para></listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink url="http://www.kde.org">The KDE Homepage</ulink>. KDE is the most advanced and
|
||||
absolutely free desktop environment for unix-like operating systems.
|
||||
&koffice; makes use of the &kde; libraries.
|
||||
</para></listitem>
|
||||
<listitem>
|
||||
<para><ulink url="http://www.trolltech.com">Trolltech</ulink>. The creators
|
||||
of the C++-toolkit &Qt;. &kde; and &koffice; make use of &Qt;.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="programmersinfo">
|
||||
<title>Programming &koffice;</title>
|
||||
|
||||
<sect1 id="programmingintro">
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
If you want to do &koffice; development, the following resources might
|
||||
be of interest:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para> At <ulink
|
||||
url="http://developer.kde.org">http://developer.kde.org</ulink> you'll
|
||||
find many documents about programming with &Qt; and &kde;. Here you can find
|
||||
the online version of the complete &kde; library documentation.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
In the &koffice; sources you'll find an example application in the
|
||||
<filename class="directory">example</filename> folder.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
<!--
|
||||
<sect1 id="programmingplugin">
|
||||
<title>Developing &koffice; Plugins</title>
|
||||
<para>
|
||||
TO BE WRITTEN.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="scripting">
|
||||
<title>Scripting &koffice;</title>
|
||||
<para>
|
||||
This section gives you information on how you can automate and
|
||||
script &koffice;.
|
||||
</para>
|
||||
<sect2 id="dcop">
|
||||
<title>DCOP</title>
|
||||
<para>
|
||||
TO BE WRITTEN.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="programmingreport">
|
||||
<title>Creating Reports with Kugar</title>
|
||||
<para>
|
||||
TO BE WRITTEN.
|
||||
|
||||
Maybe this should go completely into the
|
||||
Kugar manual? So we just keep a reference to the kugar manual
|
||||
here.
|
||||
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="programmingdatabase">
|
||||
<title>Integrating a Database with Kexi</title>
|
||||
<para>
|
||||
TO BE WRITTEN.
|
||||
|
||||
Again, should this just be a reference to kexi documentation?
|
||||
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="programmingcomponents">
|
||||
<title>Developing &koffice; Components</title>
|
||||
<para>
|
||||
TO BE WRITTEN.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
-->
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="legal">
|
||||
<title>Copyright and Licensing</title>
|
||||
|
||||
<para>
|
||||
&koffice; is the result of the joint effort of many developers. Each source file
|
||||
of &koffice; is copyrighted by the people who wrote this particular file and
|
||||
their names can be found at the start of each source file with the license that applies to
|
||||
that source file. The names of the core developers can be found at
|
||||
<ulink url="http://www.koffice.org/people.php">
|
||||
http://www.koffice.org/people.php</ulink>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This manual is copyright by Jost Schenck. It can be distributed
|
||||
freely, as long as this copyright notice is included. You may change
|
||||
it as long as you send me the changes or commit them to &kde;
|
||||
<acronym>CVS</acronym>. I'll not be liable for anything resulting
|
||||
from the use of this manual.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The other &koffice; manuals are copyrighted by their respective authors.
|
||||
</para>
|
||||
|
||||
<!--TRANS:CREDIT_FOR_TRANSLATORS-->
|
||||
&underFDL;
|
||||
&underGPL;
|
||||
|
||||
</chapter>
|
||||
|
||||
<appendix id="installation">
|
||||
<title>Installation</title>
|
||||
|
||||
<sect1 id="requirements">
|
||||
<title>System Requirements</title>
|
||||
|
||||
<para>
|
||||
In order to install and use &koffice; you must have:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
A functioning &UNIX; system (for example, &Linux; or BSD)
|
||||
with a configured &X-Window; (for example, XFree86 or X.Org).
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
The &Qt; 3.3 libraries from Trolltech. See
|
||||
<ulink url="http://www.trolltech.com/">www.trolltech.com</ulink>
|
||||
for more information.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
The K Desktop Environment 3.3 (&kde; 3.3) or newer. &koffice; cannot be compiled
|
||||
with earlier versions of &kde;. Information on obtaining and installing
|
||||
&kde; can be found at: &kde-http;
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Permission to install software on your computer. If you are on a
|
||||
stand-alone system, this should not be a problem. However, if you are
|
||||
using a networked computer, check with your administrator first.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>
|
||||
Please note that, while you need the &kde; 3.3 (or newer) libraries
|
||||
on your system, you can still use &koffice; in a different desktop
|
||||
environment (for example, XFCE or GNOME).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you plan on <link linkend="from-source">compiling &koffice; from
|
||||
source code</link> you will also need:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
<command>automake</command> 1.6.1 or later. This can be downloaded from:
|
||||
<ulink url="ftp://ftp.gnu.org/pub/gnu/automake/">ftp://ftp.gnu.org/pub/gnu/automake/</ulink>
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<command>autoconf</command> 2.53 or later. This can be downloaded from:
|
||||
<ulink url="ftp://ftp.gnu.org/pub/gnu/autoconf/">ftp://ftp.gnu.org/pub/gnu/autoconf/</ulink>
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
A C++ compiler which supports exceptions, preferably a recent version of GCC.
|
||||
(See <ulink url="http://gcc.gnu.org">http://gcc.gnu.org</ulink>
|
||||
for info about getting and installing it.)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Troll Tech's &Qt; 3.3 development packages. If these packages are not installed on
|
||||
your system and they are not included in the distribution of your operating
|
||||
system, you should probably have to compile &Qt; from source.
|
||||
These sources can be obtained from
|
||||
<ulink url="http://www.trolltech.com/download/index.html">
|
||||
http://www.trolltech.com/download/index.html</ulink>.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>
|
||||
Once you have determined that your system meets these requirements,
|
||||
you should decide whether you want to compile the source code
|
||||
or install from pre-compiled binary packages.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you want to obtain the most current binary version of &koffice;,
|
||||
you can find more information by following this link:
|
||||
<link linkend="getting-binaries">Getting Binary Packages</link>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If pre-compiled binaries are not available for your system, you can download
|
||||
the source code and compile it yourself. Instructions on where to obtain the
|
||||
current source code (and what to do with the source code once you have it)
|
||||
can be found by following this link:
|
||||
<link linkend="getting-source">Getting the source code</link>.
|
||||
</para>
|
||||
|
||||
<note><para> Please see the <ulink
|
||||
url="http://koffice.kde.org">&koffice; homepage</ulink> for further
|
||||
details. That is where you can always find the most up-to-date
|
||||
information on both source and binary distributions! </para></note>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1 id="getting-binaries">
|
||||
<title>Getting Binary Packages</title>
|
||||
|
||||
<para>
|
||||
You can download the most current binaries from:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<ulink url="http://koffice.kde.org/releases/1.4.0-release.php">
|
||||
http://koffice.kde.org/releases/1.4.0-release.php</ulink>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
or from one of many mirror sites. The current list of mirror sites
|
||||
can be found at:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<ulink url="http://www.kde.org/mirrors.html">http://www.kde.org/mirrors.html</ulink>
|
||||
</para>
|
||||
|
||||
<note><para> It is important that you use a binary package which is
|
||||
compatible with your system. If you use the &Linux; operating system
|
||||
and are unable to find a binary package at the &koffice; web site or
|
||||
one of its mirrors, you may be able to obtain one from the website of
|
||||
your distribution. </para></note>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1 id="from-binaries">
|
||||
<title>From Binary Packages</title>
|
||||
|
||||
<para>
|
||||
To install &koffice; from precompiled binaries, you should:
|
||||
</para>
|
||||
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Ensure your computer has all of the required software installed
|
||||
and in working condition (excluding &koffice; of course). You can find
|
||||
the system requirements by following this link: <link
|
||||
linkend="requirements">System Requirements</link>.</para></step>
|
||||
<step><para>Download the &koffice; binary (or binaries) into a temporary
|
||||
folder.</para></step>
|
||||
<step><para>If the filename ends in <literal
|
||||
role="extension">.rpm</literal> (&RedHat; Package Management file),
|
||||
&koffice; can be installed with the following command:
|
||||
<screen><prompt>$</prompt><userinput><command>rpm</command><option>-U </option><replaceable>filename</replaceable></userinput></screen>
|
||||
</para>
|
||||
<para>If the filename ends in <literal role="extension">.deb</literal> (Debian Package file), &koffice; can be installed with the following command:
|
||||
<screen><prompt>$</prompt> <userinput><command>dpkg</command><option>-i </option><replaceable>filename</replaceable></userinput></screen>
|
||||
</para>
|
||||
<para>If the filename ends in <literal role="extension">.tar.gz</literal>
|
||||
or <literal role="extension">.tgz</literal> (a tarball file),
|
||||
&koffice; can be installed with the following commands:</para>
|
||||
<screen>
|
||||
<prompt>$</prompt> <userinput><command>cd</command> /</userinput>
|
||||
<prompt>$</prompt> <userinput><command>tar</command> <option>-xzvf</option> <replaceable>filename</replaceable></userinput>
|
||||
</screen>
|
||||
<para>In these examples <emphasis>filename</emphasis> should be replaced by the
|
||||
complete name of the package <emphasis>including the full path</emphasis> if
|
||||
you are not in the directory in which you saved.</para>
|
||||
</step>
|
||||
<step><para>
|
||||
That's all. &koffice; should now be installed on your system.
|
||||
</para></step>
|
||||
</procedure>
|
||||
|
||||
<note><para> If you have a graphical front-end for package management,
|
||||
such as &kpackage; or <application>GnoRPM</application>, installed on
|
||||
your system, you may find that more convenient to use than a command
|
||||
line. Consult the program's documentation to find out how to install
|
||||
with it. </para></note>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1 id="getting-source">
|
||||
<title>Getting Source Code</title>
|
||||
|
||||
<para>
|
||||
You can download the current source code from:
|
||||
<ulink url="http://koffice.kde.org/">http://koffice.kde.org/</ulink>
|
||||
or from one of many mirror sites. The current list of mirror sites
|
||||
can be found at:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<ulink url="http://www.kde.org/mirrors.html">http://www.kde.org/mirrors.html</ulink>
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1 id="from-source">
|
||||
<title>From Source Code</title>
|
||||
|
||||
<para>
|
||||
If you want to build &koffice; from source code, you should:
|
||||
</para>
|
||||
|
||||
<procedure>
|
||||
<step><para>
|
||||
Ensure your computer has all the required software installed and
|
||||
in working condition (excluding &koffice; of course). You can find
|
||||
the system requirements by following this link:
|
||||
<link linkend="requirements">System Requirements</link>.
|
||||
</para></step>
|
||||
<step><para>
|
||||
Download the &koffice; source file into a temporary folder.
|
||||
</para></step>
|
||||
<step><para>
|
||||
If the filename ends in <literal role="extension">.src.rpm</literal>
|
||||
(&RedHat; Package Management file), the source code for &koffice; can
|
||||
be installed with:
|
||||
<screen><prompt>$</prompt> <userinput><command>rpm</command><option>-U</option> <replaceable>filename</replaceable></userinput></screen></para>
|
||||
|
||||
<para>If the filename ends in <literal role="extension">.src.tar.gz</literal> or <literal role="extension">.src.tgz</literal> (a tarball file),
|
||||
the source code for &koffice; can be installed with:
|
||||
<screen><prompt>$</prompt> <userinput><command>tar</command> <option>-xzvf</option> <replaceable>filename</replaceable></userinput></screen>
|
||||
</para></step>
|
||||
<step><para>The source code for &koffice; should now be installed on
|
||||
your system.</para></step>
|
||||
</procedure>
|
||||
|
||||
</sect1>
|
||||
|
||||
</appendix>
|
||||
|
||||
&documentation.index;
|
||||
</book>
|
||||
|
@ -0,0 +1,4 @@
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = AUTO
|
||||
|
@ -0,0 +1,507 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||||
<!ENTITY kappname "&koshell;">
|
||||
<!ENTITY package "koffice">
|
||||
<!ENTITY % English "INCLUDE" >
|
||||
<!ENTITY % addindex "IGNORE">
|
||||
]>
|
||||
|
||||
<book lang="&language;">
|
||||
|
||||
<bookinfo>
|
||||
<title>The &koshell; Handbook</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Anne-Marie</firstname>
|
||||
<surname>Mahfouf</surname>
|
||||
<affiliation>
|
||||
<address><email>annma@kde.org</email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
|
||||
<copyright>
|
||||
<year>2005-2006</year>
|
||||
<holder>Anne-Marie Mahfouf</holder>
|
||||
</copyright>
|
||||
|
||||
<legalnotice>&FDLNotice;</legalnotice>
|
||||
|
||||
<!-- Date and version information of the documentation
|
||||
Don't forget to include this last date and this last revision number, we
|
||||
need them for translation coordination !
|
||||
Please respect the format of the date (DD/MM/YYYY) and of the version
|
||||
(Major.minor.lesser), it could be used by automation scripts -->
|
||||
|
||||
<date>2006-01-30</date>
|
||||
<releaseinfo>1.5.0</releaseinfo>
|
||||
|
||||
<!-- Abstract about this handbook -->
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
&koshell; is the &koffice; Workspace where you can work with each component of the &koffice; productivity suite at the same time. &koshell; helps you organize your work in a friendly environment.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
|
||||
<keywordset>
|
||||
<keyword>KDE</keyword>
|
||||
<keyword>KOffice</keyword>
|
||||
<keyword>workspace</keyword>
|
||||