1.1 --- a/version.h Wed Apr 25 16:02:54 2007 +0000
1.2 +++ b/version.h Wed Apr 25 16:02:54 2007 +0000
1.3 @@ -5,7 +5,8 @@
1.4
1.5 #define __VYM_NAME "VYM"
1.6 #define __VYM_VERSION "1.8.72"
1.7 -#define __VYM_BUILD_DATE "April 10, 2007"
1.8 +#define __VYM_CODENAME "Codename: 1.9.0-beta-1"
1.9 +#define __VYM_BUILD_DATE "April 25, 2007"
1.10
1.11
1.12 bool checkVersion(const QString &);
2.1 --- a/vym.pro Wed Apr 25 16:02:54 2007 +0000
2.2 +++ b/vym.pro Wed Apr 25 16:02:54 2007 +0000
2.3 @@ -9,6 +9,7 @@
2.4
2.5 HEADERS += \
2.6 aboutdialog.h \
2.7 + animpoint.h \
2.8 branchobj.h \
2.9 branchpropwindow.h\
2.10 editxlinkdialog.h \
2.11 @@ -52,6 +53,7 @@
2.12
2.13 SOURCES += \
2.14 aboutdialog.cpp \
2.15 + animpoint.cpp \
2.16 branchobj.cpp \
2.17 branchpropwindow.cpp \
2.18 editxlinkdialog.cpp \
3.1 --- a/xlinkobj.cpp Wed Apr 25 16:02:54 2007 +0000
3.2 +++ b/xlinkobj.cpp Wed Apr 25 16:02:54 2007 +0000
3.3 @@ -166,7 +166,7 @@
3.4 {
3.5 // Only one of the linked branches is visible
3.6 a=b=visBranch->getChildPos();
3.7 - if (visBranch->getOrientation()==OrientRightOfCenter)
3.8 + if (visBranch->getOrientation()==LinkableMapObj::RightOfCenter)
3.9 {
3.10 b.setX (b.x()+25);
3.11