# HG changeset patch
# User insilmaril
# Date 1194535683 0
# Node ID 24bfecc949a00d27c465a6f3701f96990dc2e6c8
# Parent  b48f072a347a40b74646fbef75942d227744da60
1.11.2 split up of xml helper functions. started to work on attributes

diff -r b48f072a347a -r 24bfecc949a0 version.h
--- a/version.h	Thu Nov 08 15:28:03 2007 +0000
+++ b/version.h	Thu Nov 08 15:28:03 2007 +0000
@@ -4,7 +4,7 @@
 #include <QString>
 
 #define __VYM_NAME "VYM"
-#define __VYM_VERSION "1.11.1"
+#define __VYM_VERSION "1.11.2"
 //#define __VYM_CODENAME "Codename: 1.10.0-RC-3"
 #define __VYM_CODENAME "Codename: development version"
 #define __VYM_BUILD_DATE "2007-11-06"
diff -r b48f072a347a -r 24bfecc949a0 vym.pro
--- a/vym.pro	Thu Nov 08 15:28:03 2007 +0000
+++ b/vym.pro	Thu Nov 08 15:28:03 2007 +0000
@@ -18,6 +18,7 @@
 HEADERS	+= \	
 	aboutdialog.h \
 	animpoint.h \
+	attribute.h \
 	branchobj.h \
 	branchpropwindow.h\
 	editxlinkdialog.h \
@@ -38,7 +39,6 @@
 	imageobj.h \
 	imports.h \
 	linkablemapobj.h \
-	xlinkobj.h \
 	mainwindow.h \
 	mapcenterobj.h \
 	mapeditor.h \
@@ -54,9 +54,11 @@
 	simplescripteditor.h\
 	texteditor.h \
 	version.h \
+	xlinkobj.h \
 	xml-base.h \
 	xml-vym.h \
 	xml-freemind.h \
+	xmlobj.h\
 	xsltproc.h \
 	settings.h \
 	warningdialog.h
@@ -64,6 +66,7 @@
 SOURCES	+= \
 	aboutdialog.cpp \
 	animpoint.cpp \
+	attribute.cpp \
 	branchobj.cpp \
 	branchpropwindow.cpp \
 	editxlinkdialog.cpp \
@@ -84,7 +87,6 @@
 	imageobj.cpp \
 	imports.cpp \
 	linkablemapobj.cpp \
-	xlinkobj.cpp \
 	main.cpp \
 	mainwindow.cpp \
 	mapcenterobj.cpp \
@@ -101,9 +103,11 @@
 	simplescripteditor.cpp \
 	texteditor.cpp \
 	version.cpp \
+	xlinkobj.cpp \
 	xml-base.cpp \
 	xml-vym.cpp \
 	xml-freemind.cpp \
+	xmlobj.cpp \
 	xsltproc.cpp \
 	settings.cpp \
 	warningdialog.cpp