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 d63c9d696e
Renaming of files in preparation for code style tools.
3 years ago
..
commands Renaming of files in preparation for code style tools. 3 years ago
core Renaming of files in preparation for code style tools. 3 years ago
data Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
dialogs Renaming of files in preparation for code style tools. 3 years ago
dockers Renaming of files in preparation for code style tools. 3 years ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
plugins Renaming of files in preparation for code style tools. 3 years ago
render Renaming of files in preparation for code style tools. 3 years ago
shapes Renaming of files in preparation for code style tools. 3 years ago
templates Fix invalid headers in PNG files and optimize for size 8 years ago
tests Added old abandoned KDE3 version of koffice 14 years ago
tools Renaming of files in preparation for code style tools. 3 years ago
visitors Renaming of files in preparation for code style tools. 3 years ago
widgets Renaming of files in preparation for code style tools. 3 years ago
AUTHORS Added old abandoned KDE3 version of koffice 14 years ago
CHANGES Finish rebranding of Krita as Chalk 13 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
COPYING.LIB Added old abandoned KDE3 version of koffice 14 years ago
GRAPHICS_MEETING Finish rebranding of Krita as Chalk 13 years ago
IDEAS Added old abandoned KDE3 version of koffice 14 years ago
Makefile.am Renaming of files in preparation for code style tools. 3 years ago
README Added old abandoned KDE3 version of koffice 14 years ago
TODO Renaming of files in preparation for code style tools. 3 years ago
configure.in.bot Added old abandoned KDE3 version of koffice 14 years ago
configure.in.in Add freetype detection using pkg-config. 5 years ago
karbon.dtd Added old abandoned KDE3 version of koffice 14 years ago
karbon_aboutdata.h Fix old upstream URLs for visible parts. 5 years ago
karbon_drag.cpp Rename old tq methods that no longer need a unique name 12 years ago
karbon_drag.h Remove spurious TQ_OBJECT instances 12 years ago
karbon_factory.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_factory.h Rename KInstance and KAboutData to avoid conflicts with KDE4 11 years ago
karbon_factory_init.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_grid_data.cpp TQt4 port koffice 13 years ago
karbon_grid_data.h TQt4 port koffice 13 years ago
karbon_part.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_part.h Remove spurious TQ_OBJECT instances 12 years ago
karbon_part_iface.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_part_iface.h TQt4 port koffice 13 years ago
karbon_resourceserver.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_resourceserver.h Remove spurious TQ_OBJECT instances 12 years ago
karbon_tool_factory.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_tool_factory.h Rename many classes and header files to avoid conflicts with KDE4 11 years ago
karbon_tool_registry.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_tool_registry.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
karbon_view.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_view.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
karbon_view_iface.cpp Renaming of files in preparation for code style tools. 3 years ago
karbon_view_iface.h Remove additional unneeded tq method conversions 12 years ago
main.cpp Renaming of files in preparation for code style tools. 3 years ago
usablity-review.txt Renaming of files in preparation for code style tools. 3 years ago
vtool.cpp Renaming of files in preparation for code style tools. 3 years ago
vtool.h Rename additional header files to avoid conflicts with KDE4 11 years ago
vtoolcontroller.cpp Renaming of files in preparation for code style tools. 3 years ago
vtoolcontroller.h Rename a number of classes to enhance compatibility with KDE4 11 years ago

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.