use old code for 1.3.0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5799 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-12-09 16:35:17 +00:00
parent 7b97216ab7
commit 6aa5125a49
2 changed files with 13 additions and 9 deletions

View File

@ -1,11 +1,15 @@
2002-12-09 Lars Gullik Bjønnes <larsbj@birdstep.com>
* QAbout.C (build_dialog): use old over-eager version for 1.3.0.
2002-12-09 John Levon <levon@movementarian.org>
* ui/*ModuleBase.ui: some capitalisation fixes
2002-12-08 John Levon <levon@movementarian.org>
* ui/Makefile.am: use uic -tr; fix by Pauli Virtanen
2002-12-08 John Levon <levon@movementarian.org>
* ui/QExternalDialog.ui: connect Edit button; fix by
@ -15,7 +19,7 @@
* QMathMatrixDialog.C: row/column insert was inverted; fix
by Alfredo Braunstein
2002-12-07 John Levon <levon@movementarian.org>
* QDelimiterDialog.C:
@ -23,11 +27,11 @@
* QMathDialog.C:
* QMathDialog.h:
* iconpalette.h: fix connections for Qt 3, hopefully
2002-12-05 John Levon <levon@movementarian.org>
* QContentPane.C: set I-beam cursor
2002-11-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* qlkey.h (string_to_qkey): Add many missing entries
@ -38,7 +42,7 @@
* qt_helpers.C:
* QDocument.h:
* QDocument.C: move methods below to helpers
2002-11-03 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* QDocument.C: new methods widgetsToLength, lengthToWidgets.
@ -47,12 +51,12 @@
2002-12-03 John Levon <levon@movementarian.org>
* QIncludeDialog.C: another fix
2002-12-03 John Levon <levon@movementarian.org>
* ui/QIncludeDialog.ui:
* QInclude.C: support preview()
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes

View File

@ -56,7 +56,7 @@ void QAbout::build_dialog()
dialog_->versionLA->setText(controller().getVersion().c_str());
// The code below should depend on a autoconf test. (Lgb)
#if 0
#if 1
// There are a lot of buggy stringstream implementations..., but the
// code below will work on all of them (I hope). The drawback with
// this solutions os the extra copying. (Lgb)