25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
koffice/karbon
Michele Calgaro 24920570b1
Fix FTBFS reported in issue #67
1 hafta önce
..
commands Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 ay önce
core Replaced various '#define' with actual strings - part 5 5 ay önce
data Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 yıl önce
dialogs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 ay önce
dockers Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 ay önce
pics Fix invalid headers in PNG files and optimize for size 8 yıl önce
plugins Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 ay önce
render Fix FTBFS reported in issue #67 1 hafta önce
shapes Renaming of files in preparation for code style tools. 3 yıl önce
templates Fix invalid headers in PNG files and optimize for size 8 yıl önce
tests Added old abandoned KDE3 version of koffice 14 yıl önce
tools Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 ay önce
visitors Renaming of files in preparation for code style tools. 3 yıl önce
widgets Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 ay önce
AUTHORS Added old abandoned KDE3 version of koffice 14 yıl önce
CHANGES Finish rebranding of Krita as Chalk 13 yıl önce
CMakeL10n.txt Add CMakeL10n rules. 5 yıl önce
COPYING.LIB Added old abandoned KDE3 version of koffice 14 yıl önce
GRAPHICS_MEETING Finish rebranding of Krita as Chalk 13 yıl önce
IDEAS Added old abandoned KDE3 version of koffice 14 yıl önce
Makefile.am Renaming of files in preparation for code style tools. 3 yıl önce
README Added old abandoned KDE3 version of koffice 14 yıl önce
TODO Drop USE_TQT4 code 8 ay önce
configure.in.bot Added old abandoned KDE3 version of koffice 14 yıl önce
configure.in.in Add freetype detection using pkg-config. 5 yıl önce
karbon.dtd Added old abandoned KDE3 version of koffice 14 yıl önce
karbon_aboutdata.h Fix old upstream URLs for visible parts. 5 yıl önce
karbon_drag.cpp Rename old tq methods that no longer need a unique name 13 yıl önce
karbon_drag.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
karbon_factory.cpp Renaming of files in preparation for code style tools. 3 yıl önce
karbon_factory.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
karbon_factory_init.cpp Renaming of files in preparation for code style tools. 3 yıl önce
karbon_grid_data.cpp TQt4 port koffice 13 yıl önce
karbon_grid_data.h TQt4 port koffice 13 yıl önce
karbon_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 ay önce
karbon_part.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
karbon_part_iface.cpp Renaming of files in preparation for code style tools. 3 yıl önce
karbon_part_iface.h TQt4 port koffice 13 yıl önce
karbon_resourceserver.cpp Replaced various '#define' with actual strings - part 5 5 ay önce
karbon_resourceserver.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
karbon_tool_factory.cpp Renaming of files in preparation for code style tools. 3 yıl önce
karbon_tool_factory.h Rename many classes and header files to avoid conflicts with KDE4 11 yıl önce
karbon_tool_registry.cpp Renaming of files in preparation for code style tools. 3 yıl önce
karbon_tool_registry.h Rename a number of classes to enhance compatibility with KDE4 11 yıl önce
karbon_view.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 ay önce
karbon_view.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
karbon_view_iface.cpp Renaming of files in preparation for code style tools. 3 yıl önce
karbon_view_iface.h Remove additional unneeded tq method conversions 13 yıl önce
main.cpp Renaming of files in preparation for code style tools. 3 yıl önce
usablity-review.txt Renaming of files in preparation for code style tools. 3 yıl önce
vtool.cpp Replace 'Event' #define strings 5 ay önce
vtool.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
vtoolcontroller.cpp Renaming of files in preparation for code style tools. 3 yıl önce
vtoolcontroller.h Rename a number of classes to enhance compatibility with KDE4 11 yıl önce

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.