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
Michele Calgaro 24920570b1
Fix FTBFS reported in issue #67
7 months ago
..
commands Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 11 months ago
core Replaced various '#define' with actual strings - part 5 12 months ago
data Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
dialogs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 11 months ago
dockers Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 11 months ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
plugins Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 11 months ago
render Fix FTBFS reported in issue #67 7 months ago
shapes Renaming of files in preparation for code style tools. 4 years ago
templates Fix invalid headers in PNG files and optimize for size 8 years ago
tests
tools Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 11 months ago
visitors Renaming of files in preparation for code style tools. 4 years ago
widgets Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 11 months ago
AUTHORS
CHANGES
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
COPYING.LIB
GRAPHICS_MEETING
IDEAS
Makefile.am Renaming of files in preparation for code style tools. 4 years ago
README
TODO Drop USE_TQT4 code 1 year ago
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 Replace Q_OBJECT with TQ_OBJECT 1 year ago
karbon_factory.cpp Renaming of files in preparation for code style tools. 4 years ago
karbon_factory.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
karbon_factory_init.cpp Renaming of files in preparation for code style tools. 4 years ago
karbon_grid_data.cpp
karbon_grid_data.h
karbon_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 11 months ago
karbon_part.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
karbon_part_iface.cpp Renaming of files in preparation for code style tools. 4 years ago
karbon_part_iface.h
karbon_resourceserver.cpp Replaced various '#define' with actual strings - part 5 12 months ago
karbon_resourceserver.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
karbon_tool_factory.cpp Renaming of files in preparation for code style tools. 4 years ago
karbon_tool_factory.h
karbon_tool_registry.cpp Renaming of files in preparation for code style tools. 4 years ago
karbon_tool_registry.h
karbon_view.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 11 months ago
karbon_view.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
karbon_view_iface.cpp Renaming of files in preparation for code style tools. 4 years ago
karbon_view_iface.h
main.cpp Renaming of files in preparation for code style tools. 4 years ago
usablity-review.txt Renaming of files in preparation for code style tools. 4 years ago
vtool.cpp Replace 'Event' #define strings 12 months ago
vtool.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
vtoolcontroller.cpp Renaming of files in preparation for code style tools. 4 years ago
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.