You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/karbon
Chris 9b2c6a2830
Fix old upstream URLs for visible parts.
5 years ago
..
commands Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 10 years ago
core Fixed FTBFS caused by missing KartonText. 6 years ago
data Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
dialogs 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 10 years ago
dockers Rename additional header files to avoid conflicts with KDE4 12 years ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
plugins LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
render Rename additional header files to avoid conflicts with KDE4 12 years ago
shapes Rename additional header files to avoid conflicts with KDE4 12 years ago
templates Fix invalid headers in PNG files and optimize for size 8 years ago
tests
tools LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
visitors Rename additional header files to avoid conflicts with KDE4 12 years ago
widgets Rename the string kde toolbar widget 10 years ago
AUTHORS
CHANGES
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
COPYING.LIB
GRAPHICS_MEETING
IDEAS
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README
TODO
configure.in.bot
configure.in.in Add freetype detection using pkg-config. 6 years ago
karbon.dtd
karbon_aboutdata.h Fix old upstream URLs for visible parts. 5 years ago
karbon_drag.cpp
karbon_drag.h
karbon_factory.cc Rename additional header files to avoid conflicts with KDE4 12 years ago
karbon_factory.h
karbon_factory_init.cc
karbon_grid_data.cpp
karbon_grid_data.h
karbon_part.cc Rename additional header files to avoid conflicts with KDE4 12 years ago
karbon_part.h
karbon_part_iface.cc Rename common header files for consistency with class renaming 12 years ago
karbon_part_iface.h
karbon_resourceserver.cc Rename additional header files to avoid conflicts with KDE4 12 years ago
karbon_resourceserver.h
karbon_tool_factory.cc
karbon_tool_factory.h
karbon_tool_registry.cc
karbon_tool_registry.h
karbon_view.cc Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 10 years ago
karbon_view.h
karbon_view_iface.cc
karbon_view_iface.h
main.cc Rename additional header files to avoid conflicts with KDE4 12 years ago
usablity-review.txt
vtool.cc
vtool.h Rename additional header files to avoid conflicts with KDE4 12 years ago
vtoolcontroller.cc
vtoolcontroller.h

README

Karbon14 is a vector graphics application within koffice.


Object hierarchy:
-----------------

        +- vdocument
        |
        +- vcomposite--+- (shapes)
        |
vobject-+- vtext
        |
        +- vgroup-+- vlayer


Files and directories:
----------------------
commands/
	Undo/redo operations.

core/
	Essential data structures.

data/
	KDE data.

dialogs/
	Dialogs.

dockers/
	Dockers.

pics/
	Icons and grafx.

render/
	Everything related to painting

shapes/
	The basic shapes like ellipse and rectangle etc.
	Shapes are nothing more than paths.

tests/
	Demonstration karbon files.

tools/
	Stuff you can do with the mouse.

widgets/
	Widgets.