1.8.65 Various fixes
authorinsilmaril
Tue, 23 Jan 2007 11:50:56 +0000
changeset 4237019762f8701
parent 422 07a2f3f31101
child 424 d886c77ac0fe
1.8.65 Various fixes
demos/todo.vym
tex/vym.changelog
version.h
vym.pro
     1.1 Binary file demos/todo.vym has changed
     2.1 --- a/tex/vym.changelog	Tue Jan 23 11:50:53 2007 +0000
     2.2 +++ b/tex/vym.changelog	Tue Jan 23 11:50:56 2007 +0000
     2.3 @@ -1,3 +1,22 @@
     2.4 +-------------------------------------------------------------------
     2.5 +Fri Jan 19 22:53:27 CET 2007 - uwe
     2.6 +
     2.7 +- Version: 1.8.65
     2.8 +- Feature: New Frame format
     2.9 +- Feature: New vym file format to support new frames
    2.10 +- Bugfix: xml-parsing code simplified
    2.11 +- Bugfix: Fixed pretty annoying repositioning of view after editing a
    2.12 +          heading. (don't call show() before positioning in heading...)
    2.13 +- Bugfix: Wrong Cursors after pressing CTRL and inserting/relinking
    2.14 +- Bugfix: Save PNG images with quality 100 to workaround image problems
    2.15 +- Bugfix: Remember last directory before XML export
    2.16 +
    2.17 +-------------------------------------------------------------------
    2.18 +Thu Jan 11 16:05:49 CET 2007 - uwedr
    2.19 +
    2.20 +- Version: 1.8.65
    2.21 +- Feature: Properties dialog for branches instead of context menu entries
    2.22 +
    2.23  -------------------------------------------------------------------
    2.24  Wed Jan 10 19:48:32 CET 2007 - uwe
    2.25  
     3.1 --- a/version.h	Tue Jan 23 11:50:53 2007 +0000
     3.2 +++ b/version.h	Tue Jan 23 11:50:56 2007 +0000
     3.3 @@ -5,7 +5,7 @@
     3.4  
     3.5  #define __VYM_NAME "VYM"
     3.6  #define __VYM_VERSION "1.8.65"
     3.7 -#define __VYM_BUILD_DATE "January 9, 2007"
     3.8 +#define __VYM_BUILD_DATE "January 22, 2007"
     3.9  
    3.10  
    3.11  bool checkVersion(const QString &);
     4.1 --- a/vym.pro	Tue Jan 23 11:50:53 2007 +0000
     4.2 +++ b/vym.pro	Tue Jan 23 11:50:56 2007 +0000
     4.3 @@ -11,6 +11,7 @@
     4.4  	aboutdialog.h \
     4.5  	api.h \
     4.6  	branchobj.h \
     4.7 +	branchpropwindow.h\
     4.8  	editxlinkdialog.h \
     4.9  	exportoofiledialog.h \
    4.10  	exportxhtmldialog.h\
    4.11 @@ -51,6 +52,7 @@
    4.12  	aboutdialog.cpp \
    4.13  	api.cpp \
    4.14  	branchobj.cpp \
    4.15 +	branchpropwindow.cpp \
    4.16  	editxlinkdialog.cpp \
    4.17  	exportoofiledialog.cpp \
    4.18  	exports.cpp \
    4.19 @@ -89,6 +91,7 @@
    4.20  	warningdialog.cpp 
    4.21  
    4.22  FORMS = \
    4.23 +	branchpropwindow.ui \
    4.24  	exportxhtmldialog.ui \
    4.25  	extrainfodialog.ui \
    4.26  	editxlinkdialog.ui \