1.1 --- a/tex/vym.changelog Wed Sep 06 12:47:06 2006 +0000
1.2 +++ b/tex/vym.changelog Wed Sep 06 12:47:06 2006 +0000
1.3 @@ -1,3 +1,16 @@
1.4 +-------------------------------------------------------------------
1.5 +Wed Sep 6 14:43:09 CEST 2006 - uwedr
1.6 +
1.7 +- Version: 1.8.56
1.8 +- Feature: New History window, started to port designer stuff to QT4
1.9 +
1.10 +-------------------------------------------------------------------
1.11 +Wed Sep 6 09:48:12 CEST 2006 - uwedr
1.12 +
1.13 +- Bugfix: Mac - XSL stylesheets are found
1.14 +- Bugfix: Mac - fonts are scaling
1.15 +- Bugfix: Mac - hand cursor is shown correctly
1.16 +
1.17 -------------------------------------------------------------------
1.18 Tue Sep 5 15:38:20 CEST 2006 - uwedr
1.19
2.1 --- a/vym.pro Wed Sep 06 12:47:06 2006 +0000
2.2 +++ b/vym.pro Wed Sep 06 12:47:06 2006 +0000
2.3 @@ -17,6 +17,7 @@
2.4 floatobj.h \
2.5 frameobj.h \
2.6 headingobj.h \
2.7 + historywindow.h \
2.8 imageobj.h \
2.9 imports.h \
2.10 linkablemapobj.h \
2.11 @@ -29,6 +30,7 @@
2.12 noteobj.h \
2.13 ornamentedobj.h \
2.14 process.h \
2.15 + showtextdialog.h\
2.16 selection.h \
2.17 texteditor.h \
2.18 version.h \
2.19 @@ -50,6 +52,7 @@
2.20 floatobj.cpp \
2.21 frameobj.cpp \
2.22 headingobj.cpp \
2.23 + historywindow.cpp \
2.24 imageobj.cpp \
2.25 imports.cpp \
2.26 linkablemapobj.cpp \
2.27 @@ -63,6 +66,7 @@
2.28 noteobj.cpp \
2.29 ornamentedobj.cpp \
2.30 process.cpp \
2.31 + showtextdialog.cpp \
2.32 selection.cpp \
2.33 texteditor.cpp \
2.34 xml.cpp \
2.35 @@ -72,14 +76,15 @@
2.36
2.37 #The following line was inserted by qt3to4, use "FORMS" later
2.38 FORMS3 = exportxhtmldialog.ui \
2.39 - showtextdialog.ui \
2.40 extrainfodialog.ui \
2.41 editxlinkdialog.ui \
2.42 warningdialog.ui
2.43
2.44 -#The following line was inserted by qt3to4
2.45 +FORMS = historywindow.ui \
2.46 + showtextdialog.ui
2.47 +
2.48 +#The following lines were inserted by qt3to4
2.49 QT += xml
2.50 -#The following line was inserted by qt3to4
2.51 CONFIG += uic3
2.52
2.53 TARGET = vym
2.54 @@ -96,10 +101,6 @@
2.55 message( $$INSTALLDIR )
2.56
2.57
2.58 -#target.path = $$INSTALLDIR
2.59 -#INSTALLS += target
2.60 -
2.61 -
2.62 target.path = $${INSTALLDIR}/bin
2.63 INSTALLS += target
2.64