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
3 viikkoa sitten
..
commands Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 kuukautta sitten
core Replaced various '#define' with actual strings - part 5 5 kuukautta sitten
data Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 vuotta sitten
dialogs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 kuukautta sitten
dockers Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 kuukautta sitten
pics Fix invalid headers in PNG files and optimize for size 8 vuotta sitten
plugins Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 kuukautta sitten
render Fix FTBFS reported in issue #67 3 viikkoa sitten
shapes Renaming of files in preparation for code style tools. 3 vuotta sitten
templates Fix invalid headers in PNG files and optimize for size 8 vuotta sitten
tests Added old abandoned KDE3 version of koffice 15 vuotta sitten
tools Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 kuukautta sitten
visitors Renaming of files in preparation for code style tools. 3 vuotta sitten
widgets Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 kuukautta sitten
AUTHORS Added old abandoned KDE3 version of koffice 15 vuotta sitten
CHANGES Finish rebranding of Krita as Chalk 13 vuotta sitten
CMakeL10n.txt Add CMakeL10n rules. 5 vuotta sitten
COPYING.LIB Added old abandoned KDE3 version of koffice 15 vuotta sitten
GRAPHICS_MEETING Finish rebranding of Krita as Chalk 13 vuotta sitten
IDEAS Added old abandoned KDE3 version of koffice 15 vuotta sitten
Makefile.am Renaming of files in preparation for code style tools. 3 vuotta sitten
README Added old abandoned KDE3 version of koffice 15 vuotta sitten
TODO Drop USE_TQT4 code 9 kuukautta sitten
configure.in.bot Added old abandoned KDE3 version of koffice 15 vuotta sitten
configure.in.in Add freetype detection using pkg-config. 5 vuotta sitten
karbon.dtd Added old abandoned KDE3 version of koffice 15 vuotta sitten
karbon_aboutdata.h Fix old upstream URLs for visible parts. 5 vuotta sitten
karbon_drag.cpp Rename old tq methods that no longer need a unique name 13 vuotta sitten
karbon_drag.h Replace Q_OBJECT with TQ_OBJECT 10 kuukautta sitten
karbon_factory.cpp Renaming of files in preparation for code style tools. 3 vuotta sitten
karbon_factory.h Replace Q_OBJECT with TQ_OBJECT 10 kuukautta sitten
karbon_factory_init.cpp Renaming of files in preparation for code style tools. 3 vuotta sitten
karbon_grid_data.cpp TQt4 port koffice 13 vuotta sitten
karbon_grid_data.h TQt4 port koffice 13 vuotta sitten
karbon_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 kuukautta sitten
karbon_part.h Replace Q_OBJECT with TQ_OBJECT 10 kuukautta sitten
karbon_part_iface.cpp Renaming of files in preparation for code style tools. 3 vuotta sitten
karbon_part_iface.h TQt4 port koffice 13 vuotta sitten
karbon_resourceserver.cpp Replaced various '#define' with actual strings - part 5 5 kuukautta sitten
karbon_resourceserver.h Replace Q_OBJECT with TQ_OBJECT 10 kuukautta sitten
karbon_tool_factory.cpp Renaming of files in preparation for code style tools. 3 vuotta sitten
karbon_tool_factory.h Rename many classes and header files to avoid conflicts with KDE4 11 vuotta sitten
karbon_tool_registry.cpp Renaming of files in preparation for code style tools. 3 vuotta sitten
karbon_tool_registry.h Rename a number of classes to enhance compatibility with KDE4 11 vuotta sitten
karbon_view.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 kuukautta sitten
karbon_view.h Replace Q_OBJECT with TQ_OBJECT 10 kuukautta sitten
karbon_view_iface.cpp Renaming of files in preparation for code style tools. 3 vuotta sitten
karbon_view_iface.h Remove additional unneeded tq method conversions 13 vuotta sitten
main.cpp Renaming of files in preparation for code style tools. 3 vuotta sitten
usablity-review.txt Renaming of files in preparation for code style tools. 3 vuotta sitten
vtool.cpp Replace 'Event' #define strings 5 kuukautta sitten
vtool.h Replace Q_OBJECT with TQ_OBJECT 10 kuukautta sitten
vtoolcontroller.cpp Renaming of files in preparation for code style tools. 3 vuotta sitten
vtoolcontroller.h Rename a number of classes to enhance compatibility with KDE4 11 vuotta sitten

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.