您最多选择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.