[Pkg-lyx-devel] svn commit: r451 - in /lyx/trunk/debian: changelog patches/qt_44_crash_fix patches/series
hoaxter-guest at users.alioth.debian.org
hoaxter-guest at users.alioth.debian.org
Fri Apr 18 13:58:27 UTC 2008
Author: hoaxter-guest
Date: Fri Apr 18 13:58:27 2008
New Revision: 451
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=451
Log:
Add patches/qt_44_crash_fix from Abdelrazak Younes <younes at lyx.org>
to get LyX working with Qt 4.4. Closes: #475523
Added:
lyx/trunk/debian/patches/qt_44_crash_fix
Modified:
lyx/trunk/debian/changelog
lyx/trunk/debian/patches/series
Modified: lyx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/changelog?rev=451&op=diff
==============================================================================
--- lyx/trunk/debian/changelog (original)
+++ lyx/trunk/debian/changelog Fri Apr 18 13:58:27 2008
@@ -11,8 +11,10 @@
Thanks to Cengiz Gunay <cgunay at emory.edu>.
* Add pkg-config as a build-dependency. Needed after the libqt4-dev
build-dep resorting.
-
- -- Sven Hoexter <sven at timegate.de> Mon, 14 Apr 2008 09:42:12 +0200
+ * Add patches/qt_44_crash_fix from Abdelrazak Younes <younes at lyx.org>
+ to get LyX working with Qt 4.4. Closes: #475523
+
+ -- Sven Hoexter <sven at timegate.de> Fri, 18 Apr 2008 14:39:47 +0200
lyx (1.5.4-1) unstable; urgency=low
Added: lyx/trunk/debian/patches/qt_44_crash_fix
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/patches/qt_44_crash_fix?rev=451&op=file
==============================================================================
--- lyx/trunk/debian/patches/qt_44_crash_fix (added)
+++ lyx/trunk/debian/patches/qt_44_crash_fix Fri Apr 18 13:58:27 2008
@@ -1,0 +1,17 @@
+Index: lyx-1.5.4/src/frontends/WorkArea.cpp
+===================================================================
+--- lyx-1.5.4.orig/src/frontends/WorkArea.cpp 2008-04-18 14:31:04.000000000 +0200
++++ lyx-1.5.4/src/frontends/WorkArea.cpp 2008-04-18 14:57:29.000000000 +0200
+@@ -243,12 +243,7 @@
+
+ void WorkArea::resizeBufferView()
+ {
+- lyx_view_.busy(true);
+- lyx_view_.message(_("Formatting document..."));
+ buffer_view_->workAreaResize(width(), height());
+- lyx_view_.updateLayoutChoice();
+- lyx_view_.clearMessage();
+- lyx_view_.busy(false);
+ }
+
+
Modified: lyx/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/patches/series?rev=451&op=diff
==============================================================================
--- lyx/trunk/debian/patches/series (original)
+++ lyx/trunk/debian/patches/series Fri Apr 18 13:58:27 2008
@@ -1,1 +1,2 @@
+qt_44_crash_fix
prefer-xdg-open
More information about the Pkg-lyx-devel
mailing list