Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
koffice/karbon
Michele Calgaro d63c9d696e
Renaming of files in preparation for code style tools.
3 лет назад
..
commands Renaming of files in preparation for code style tools. 3 лет назад
core Renaming of files in preparation for code style tools. 3 лет назад
data Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 лет назад
dialogs Renaming of files in preparation for code style tools. 3 лет назад
dockers Renaming of files in preparation for code style tools. 3 лет назад
pics Fix invalid headers in PNG files and optimize for size 8 лет назад
plugins Renaming of files in preparation for code style tools. 3 лет назад
render Renaming of files in preparation for code style tools. 3 лет назад
shapes Renaming of files in preparation for code style tools. 3 лет назад
templates Fix invalid headers in PNG files and optimize for size 8 лет назад
tests Added old abandoned KDE3 version of koffice 14 лет назад
tools Renaming of files in preparation for code style tools. 3 лет назад
visitors Renaming of files in preparation for code style tools. 3 лет назад
widgets Renaming of files in preparation for code style tools. 3 лет назад
AUTHORS Added old abandoned KDE3 version of koffice 14 лет назад
CHANGES Finish rebranding of Krita as Chalk 13 лет назад
CMakeL10n.txt Add CMakeL10n rules. 5 лет назад
COPYING.LIB Added old abandoned KDE3 version of koffice 14 лет назад
GRAPHICS_MEETING Finish rebranding of Krita as Chalk 13 лет назад
IDEAS Added old abandoned KDE3 version of koffice 14 лет назад
Makefile.am Renaming of files in preparation for code style tools. 3 лет назад
README Added old abandoned KDE3 version of koffice 14 лет назад
TODO Renaming of files in preparation for code style tools. 3 лет назад
configure.in.bot Added old abandoned KDE3 version of koffice 14 лет назад
configure.in.in Add freetype detection using pkg-config. 5 лет назад
karbon.dtd Added old abandoned KDE3 version of koffice 14 лет назад
karbon_aboutdata.h Fix old upstream URLs for visible parts. 5 лет назад
karbon_drag.cpp Rename old tq methods that no longer need a unique name 13 лет назад
karbon_drag.h Remove spurious TQ_OBJECT instances 12 лет назад
karbon_factory.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_factory.h Rename KInstance and KAboutData to avoid conflicts with KDE4 11 лет назад
karbon_factory_init.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_grid_data.cpp TQt4 port koffice 13 лет назад
karbon_grid_data.h TQt4 port koffice 13 лет назад
karbon_part.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_part.h Remove spurious TQ_OBJECT instances 12 лет назад
karbon_part_iface.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_part_iface.h TQt4 port koffice 13 лет назад
karbon_resourceserver.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_resourceserver.h Remove spurious TQ_OBJECT instances 12 лет назад
karbon_tool_factory.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_tool_factory.h Rename many classes and header files to avoid conflicts with KDE4 11 лет назад
karbon_tool_registry.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_tool_registry.h Rename a number of classes to enhance compatibility with KDE4 11 лет назад
karbon_view.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_view.h Rename a number of classes to enhance compatibility with KDE4 11 лет назад
karbon_view_iface.cpp Renaming of files in preparation for code style tools. 3 лет назад
karbon_view_iface.h Remove additional unneeded tq method conversions 13 лет назад
main.cpp Renaming of files in preparation for code style tools. 3 лет назад
usablity-review.txt Renaming of files in preparation for code style tools. 3 лет назад
vtool.cpp Renaming of files in preparation for code style tools. 3 лет назад
vtool.h Rename additional header files to avoid conflicts with KDE4 11 лет назад
vtoolcontroller.cpp Renaming of files in preparation for code style tools. 3 лет назад
vtoolcontroller.h Rename a number of classes to enhance compatibility with KDE4 11 лет назад

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.