# HG changeset patch # User insilmaril # Date 1199717571 0 # Node ID 6b7b49e367b84e8973bba69333e8f9495b04e45b # Parent 75a84df12d8bde8761e551dc00cdbe3d84d4d9a2 Included french in vym.pro diff -r 75a84df12d8b -r 6b7b49e367b8 demos/vym-projectplan.vym Binary file demos/vym-projectplan.vym has changed diff -r 75a84df12d8b -r 6b7b49e367b8 tex/vym.changelog --- a/tex/vym.changelog Mon Jan 07 14:52:49 2008 +0000 +++ b/tex/vym.changelog Mon Jan 07 14:52:51 2008 +0000 @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 7 14:59:56 CET 2008 - uwedr@suse.de + +- Bugfix: vym.pro includes french translation now + ------------------------------------------------------------------- Mon Dec 17 16:32:48 CET 2007 - uwedr@suse.de diff -r 75a84df12d8b -r 6b7b49e367b8 tex/vym.tex --- a/tex/vym.tex Mon Jan 07 14:52:49 2008 +0000 +++ b/tex/vym.tex Mon Jan 07 14:52:51 2008 +0000 @@ -105,7 +105,7 @@ \section{Introduction} \subsection{What is a \vym map?} -A \vym map (abbreviated below as {\em map}) is a tree like structure: +A \vym map (abbreviated below as {\em map}) is a tree-like structure: \maximage{images/example1.png} Such maps can be drawn by hand on a sheet of paper or flip chart and help to structure your thoughts. While a tree like structure like the illustration above can be @@ -242,7 +242,7 @@ \subsection{Menus and Context menus} At the top of each window you will find the menubar. The options provided there are similar to those you are probably used to from other applications. Note that -many (and even more) options are availabe via {\em context menus}. Those +many (and even more) options are available via {\em context menus}. Those are available if you right-click onto an object in a map (on Mac~OS~X Command-Click). @@ -322,7 +322,7 @@ arrow keys. Depending on the {\em orientation} of a branch tap \key{\la} or \key{\ra} to move nearer to the mapcenter or deeper down into the branches. Within a set of branches, let's call them a -{\em subtree}, you can use \key{\ua} and \key{\da} to go up and down. You can +{\em subtree}, you can use \key{PgUp} and \key{PgDn} to go up and down. You can also use \key{Home} and \key{End} to select the first and last branch. @@ -1063,7 +1063,7 @@ \subsection {Contextmenu and special keys} Most Macs unfortunatly just have a single mouse button. In order to show the context menu which usually would be opened with the right mouse -button, you can click while pressing the \key{command}-key. +button, you can click while pressing the \key{kommand}-key. Especially on Laptops some of the keys usually used on PC keyboards seem to be missing. The QT-Mac Edition of \vym has its own keyboard @@ -1422,7 +1422,7 @@ {\tt } & heading of a page (mainbranch or child of mainbranch, depending on the use of sections) \\ - {\tt } & all childs of the branch above \\ + {\tt } & all children of the branch above \\ \end{tabular} \end{center} \end{enumerate} diff -r 75a84df12d8b -r 6b7b49e367b8 version.h --- a/version.h Mon Jan 07 14:52:49 2008 +0000 +++ b/version.h Mon Jan 07 14:52:51 2008 +0000 @@ -7,7 +7,7 @@ #define __VYM_VERSION "1.11.4" //#define __VYM_CODENAME "Codename: 1.10.0-RC-3" #define __VYM_CODENAME "Codename: development version" -#define __VYM_BUILD_DATE "2007-12-17" +#define __VYM_BUILD_DATE "2008-01-02" bool checkVersion(const QString &); diff -r 75a84df12d8b -r 6b7b49e367b8 vym.pro --- a/vym.pro Mon Jan 07 14:52:49 2008 +0000 +++ b/vym.pro Mon Jan 07 14:52:51 2008 +0000 @@ -142,6 +142,7 @@ TRANSLATIONS += lang/vym_en.ts TRANSLATIONS += lang/vym_es.ts TRANSLATIONS += lang/vym_it.ts +TRANSLATIONS += lang/vym_fr.ts isEmpty( PREFIX ) { PREFIX = /usr/local