1.11.2 split up of xml helper functions. started to work on attributes
1.1 --- a/version.h Thu Nov 08 15:28:03 2007 +0000
1.2 +++ b/version.h Thu Nov 08 15:28:03 2007 +0000
1.3 @@ -4,7 +4,7 @@
1.4 #include <QString>
1.5
1.6 #define __VYM_NAME "VYM"
1.7 -#define __VYM_VERSION "1.11.1"
1.8 +#define __VYM_VERSION "1.11.2"
1.9 //#define __VYM_CODENAME "Codename: 1.10.0-RC-3"
1.10 #define __VYM_CODENAME "Codename: development version"
1.11 #define __VYM_BUILD_DATE "2007-11-06"
2.1 --- a/vym.pro Thu Nov 08 15:28:03 2007 +0000
2.2 +++ b/vym.pro Thu Nov 08 15:28:03 2007 +0000
2.3 @@ -18,6 +18,7 @@
2.4 HEADERS += \
2.5 aboutdialog.h \
2.6 animpoint.h \
2.7 + attribute.h \
2.8 branchobj.h \
2.9 branchpropwindow.h\
2.10 editxlinkdialog.h \
2.11 @@ -38,7 +39,6 @@
2.12 imageobj.h \
2.13 imports.h \
2.14 linkablemapobj.h \
2.15 - xlinkobj.h \
2.16 mainwindow.h \
2.17 mapcenterobj.h \
2.18 mapeditor.h \
2.19 @@ -54,9 +54,11 @@
2.20 simplescripteditor.h\
2.21 texteditor.h \
2.22 version.h \
2.23 + xlinkobj.h \
2.24 xml-base.h \
2.25 xml-vym.h \
2.26 xml-freemind.h \
2.27 + xmlobj.h\
2.28 xsltproc.h \
2.29 settings.h \
2.30 warningdialog.h
2.31 @@ -64,6 +66,7 @@
2.32 SOURCES += \
2.33 aboutdialog.cpp \
2.34 animpoint.cpp \
2.35 + attribute.cpp \
2.36 branchobj.cpp \
2.37 branchpropwindow.cpp \
2.38 editxlinkdialog.cpp \
2.39 @@ -84,7 +87,6 @@
2.40 imageobj.cpp \
2.41 imports.cpp \
2.42 linkablemapobj.cpp \
2.43 - xlinkobj.cpp \
2.44 main.cpp \
2.45 mainwindow.cpp \
2.46 mapcenterobj.cpp \
2.47 @@ -101,9 +103,11 @@
2.48 simplescripteditor.cpp \
2.49 texteditor.cpp \
2.50 version.cpp \
2.51 + xlinkobj.cpp \
2.52 xml-base.cpp \
2.53 xml-vym.cpp \
2.54 xml-freemind.cpp \
2.55 + xmlobj.cpp \
2.56 xsltproc.cpp \
2.57 settings.cpp \
2.58 warningdialog.cpp