]> git.lyx.org Git - features.git/commitdiff
use old code for 1.3.0
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 9 Dec 2002 16:35:17 +0000 (16:35 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 9 Dec 2002 16:35:17 +0000 (16:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5799 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/QAbout.C

index f00523c00704e65b24b225f3f028c93cbec2d097..9f8ebdc6e937b8e09b2c6e5e07a99c4fa278ed57 100644 (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:
        * 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.
 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
index c04d3499244ceb6a1476ad0ffc70cfcc31fa992f..3684c53aac967e8a91d5eace40e6a22801917afe 100644 (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)