KOffice – TDE office suite
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Přejít na soubor
Michele Calgaro 774993993a
Remove unnecessary accelerators from .ui files.
před 2 roky
admin@a9e0c7eb50 Reset submodule main/applications/office/koffice/admin to latest HEAD před 2 roky
autocorrect Fix incorrect characters. před 11 roky
chalk Remove unnecessary accelerators from .ui files. před 2 roky
doc Add man pages for TDE applications před 2 roky
example Renaming of files in preparation for code style tools. před 3 roky
filters Remove unnecessary accelerators from .ui files. před 2 roky
interfaces Renaming of files in preparation for code style tools. před 3 roky
karbon Renaming of files in preparation for code style tools. před 3 roky
kchart Replaced 'includehints' with 'includes' in *.ui files. před 2 roky
kdgantt Removed code formatting modelines. před 4 roky
kexi Remove unnecessary accelerators from .ui files. před 2 roky
kformula Renaming of files in preparation for code style tools. před 3 roky
kivio Replaced 'includehints' with 'includes' in *.ui files. před 2 roky
koshell Renaming of files in preparation for code style tools. před 3 roky
kounavail Renaming of files in preparation for code style tools. před 3 roky
kplato Remove unnecessary accelerators from .ui files. před 2 roky
kpresenter KPresenter: look in DATADIR/kpresenter for template před 2 roky
kspread Replaced 'includehints' with 'includes' in *.ui files. před 2 roky
kugar Fix old upstream URLs for visible parts. před 5 roky
kword Replaced 'includehints' with 'includes' in *.ui files. před 2 roky
lib Remove unnecessary accelerators from .ui files. před 2 roky
mimetypes Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown před 10 roky
pics Fix invalid headers in PNG files and optimize for size před 8 roky
plugins Add CMakeL10n rules. před 5 roky
servicetypes Update XDG information in support of bug report 892. před 12 roky
templates Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown před 10 roky
tools Renaming of files in preparation for code style tools. před 3 roky
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. před 3 roky
AUTHORS Added old abandoned KDE3 version of koffice před 14 roky
CMakeL10n.txt Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. před 2 roky
COPYING Added old abandoned KDE3 version of koffice před 14 roky
COPYING.LIB Added old abandoned KDE3 version of koffice před 14 roky
Doxyfile.temp Rename kinit -> tdeinit. před 11 roky
INSTALL Rename kderc -> tderc in support of bug report 1447. před 11 roky
Mainpage.dox Added old abandoned KDE3 version of koffice před 14 roky
Makefile.am Added old abandoned KDE3 version of koffice před 14 roky
Makefile.am.in Added old abandoned KDE3 version of koffice před 14 roky
Makefile.cvs Added old abandoned KDE3 version of koffice před 14 roky
README Fix old upstream URLs for visible parts. před 5 roky
README.APPS Additional renaming of kde to tde před 13 roky
README.PACKAGERS Convert remaining references to kde3 (e.g. in paths) to trinity před 13 roky
changes-1.4 Rename a number of libraries and executables to avoid conflicts with KDE4 před 11 roky
changes-1.5 Additional renaming of kde to tde před 13 roky
configure.files Fix FTBFS with libwpd 0.9 and above před 11 roky
configure.in.in Fixed FTBFS caused by usage of dynamic exception specification, no longer accepted in c++17. před 3 roky
install-sh Added old abandoned KDE3 version of koffice před 14 roky
stamp-h.in Added old abandoned KDE3 version of koffice před 14 roky
subdirs Fix FTBFS with libwpd 0.9 and above před 11 roky
vpat_koffice1.4.1.sxw Added old abandoned KDE3 version of koffice před 14 roky

README

KOffice is based on TDE ( http://www.trinitydesktop.org ) which is needed to run KOffice.
You need tdelibs and tdebase installed if you want to compile and run
KOffice. Look in the tdelibs 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
- Chalk
  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.trinitydesktop.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.