# HG changeset patch # User insilmaril # Date 1177516974 0 # Node ID a9ac5dea95618c69b02289d7b5bf79a7c59c8ebb # Parent a551ed6005cc11235ab394ef968ef2424b4aab84 started doxygen documentation diff -r a551ed6005cc -r a9ac5dea9561 version.h --- a/version.h Wed Apr 25 16:02:54 2007 +0000 +++ b/version.h Wed Apr 25 16:02:54 2007 +0000 @@ -5,7 +5,8 @@ #define __VYM_NAME "VYM" #define __VYM_VERSION "1.8.72" -#define __VYM_BUILD_DATE "April 10, 2007" +#define __VYM_CODENAME "Codename: 1.9.0-beta-1" +#define __VYM_BUILD_DATE "April 25, 2007" bool checkVersion(const QString &); diff -r a551ed6005cc -r a9ac5dea9561 vym.pro --- a/vym.pro Wed Apr 25 16:02:54 2007 +0000 +++ b/vym.pro Wed Apr 25 16:02:54 2007 +0000 @@ -9,6 +9,7 @@ HEADERS += \ aboutdialog.h \ + animpoint.h \ branchobj.h \ branchpropwindow.h\ editxlinkdialog.h \ @@ -52,6 +53,7 @@ SOURCES += \ aboutdialog.cpp \ + animpoint.cpp \ branchobj.cpp \ branchpropwindow.cpp \ editxlinkdialog.cpp \ diff -r a551ed6005cc -r a9ac5dea9561 xlinkobj.cpp --- a/xlinkobj.cpp Wed Apr 25 16:02:54 2007 +0000 +++ b/xlinkobj.cpp Wed Apr 25 16:02:54 2007 +0000 @@ -166,7 +166,7 @@ { // Only one of the linked branches is visible a=b=visBranch->getChildPos(); - if (visBranch->getOrientation()==OrientRightOfCenter) + if (visBranch->getOrientation()==LinkableMapObj::RightOfCenter) { b.setX (b.x()+25);