# HG changeset patch # User insilmaril # Date 1157546826 0 # Node ID 5f6e176e97185ed6099dea2f0fe9bd2b540b04a4 # Parent a62478df8d464143a5baf2f8b03c63c3617ca3f5 1.8.55 New history window and showtextwindow diff -r a62478df8d46 -r 5f6e176e9718 tex/vym.changelog --- a/tex/vym.changelog Wed Sep 06 12:47:06 2006 +0000 +++ b/tex/vym.changelog Wed Sep 06 12:47:06 2006 +0000 @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Sep 6 14:43:09 CEST 2006 - uwedr + +- Version: 1.8.56 +- Feature: New History window, started to port designer stuff to QT4 + +------------------------------------------------------------------- +Wed Sep 6 09:48:12 CEST 2006 - uwedr + +- Bugfix: Mac - XSL stylesheets are found +- Bugfix: Mac - fonts are scaling +- Bugfix: Mac - hand cursor is shown correctly + ------------------------------------------------------------------- Tue Sep 5 15:38:20 CEST 2006 - uwedr diff -r a62478df8d46 -r 5f6e176e9718 vym.pro --- a/vym.pro Wed Sep 06 12:47:06 2006 +0000 +++ b/vym.pro Wed Sep 06 12:47:06 2006 +0000 @@ -17,6 +17,7 @@ floatobj.h \ frameobj.h \ headingobj.h \ + historywindow.h \ imageobj.h \ imports.h \ linkablemapobj.h \ @@ -29,6 +30,7 @@ noteobj.h \ ornamentedobj.h \ process.h \ + showtextdialog.h\ selection.h \ texteditor.h \ version.h \ @@ -50,6 +52,7 @@ floatobj.cpp \ frameobj.cpp \ headingobj.cpp \ + historywindow.cpp \ imageobj.cpp \ imports.cpp \ linkablemapobj.cpp \ @@ -63,6 +66,7 @@ noteobj.cpp \ ornamentedobj.cpp \ process.cpp \ + showtextdialog.cpp \ selection.cpp \ texteditor.cpp \ xml.cpp \ @@ -72,14 +76,15 @@ #The following line was inserted by qt3to4, use "FORMS" later FORMS3 = exportxhtmldialog.ui \ - showtextdialog.ui \ extrainfodialog.ui \ editxlinkdialog.ui \ warningdialog.ui -#The following line was inserted by qt3to4 +FORMS = historywindow.ui \ + showtextdialog.ui + +#The following lines were inserted by qt3to4 QT += xml -#The following line was inserted by qt3to4 CONFIG += uic3 TARGET = vym @@ -96,10 +101,6 @@ message( $$INSTALLDIR ) -#target.path = $$INSTALLDIR -#INSTALLS += target - - target.path = $${INSTALLDIR}/bin INSTALLS += target