From ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kig/data/Makefile.am | 3 +++ kig/data/tips | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 kig/data/Makefile.am create mode 100644 kig/data/tips (limited to 'kig/data') diff --git a/kig/data/Makefile.am b/kig/data/Makefile.am new file mode 100644 index 00000000..9ba0da28 --- /dev/null +++ b/kig/data/Makefile.am @@ -0,0 +1,3 @@ +appdatadir = $(kde_datadir)/kig + +appdata_DATA = tips diff --git a/kig/data/tips b/kig/data/tips new file mode 100644 index 00000000..e50f386f --- /dev/null +++ b/kig/data/tips @@ -0,0 +1,57 @@ + + +

One of the most powerful tools in Kig are the menus that you can +enter by right-clicking on an object, or on some empty space in the +document. You can use them to give objects names, change their colors +and line styles, and lots of other interesting things.

+ +
+ + + +

You can construct new points without using the menu or the toolbar, simply +clicking somewhere on the Kig document with the middle mouse +button.

+ +
+ + + +

Kig can open several file formats: its files (.kig files), +KGeo files, KSeg files, and, partially, Dr. Geo +and Cabri™ files.

+ +
+ + + +

Kig has more than 40 objects and 10 transformations you can construct and use +in your documents: open the Objects menu to see them all.

+ +
+ + + +

You can use the selected objects to start the construction of an object +which requires the selected objects as arguments. For example, if you have two +points selected, you can choose Start->Circle by Three Points from the +popup menu to start constructing a circle by three points.

+ +
+ + + +

Kig can extends its object set using external macros. You can find some +interesting macro on Kig website: +http://edu.kde.org/kig.

+ +
+ + + +

If you have more than one object under the mouse, and you want to select any +of them, you can click with the left mouse button, while holding the +Shift key, to get a list of the objects under the mouse cursor which +you can then select from.

+ +
-- cgit v1.2.1