Re: PLD 2.0 (Ac) marked as stable

2007-04-06 Thread Elan Ruusamäe
On Thursday 05 April 2007, Michal Kochanowicz wrote:
 On Mon, Apr 02, 2007 at 12:31:56PM +0200, Marcin Król wrote:
  PLD 2.0 (Ac) main package tree has been permanently locked and marked as
  stable. In next few days SPECS  SOURCES in CVS will be tagged with
  AC-STABLE tag. Packages will be probably signed too. Then I'll start
  working on iso images which should be available in two or three weeks.

 And what about the kdelibs-khtml-slow_page_change.patch I've sent twice?
you didn't send it to this list.

 It comes from kde-packager so it is official and it *noticably*
 increases speed of page change (after clicking on any link) and also
 removes annoying flickering (without this patch page is scrolled to the
 top after click and before change).
sounds nice.

-- 
glen
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD 2.0 (Ac) marked as stable

2007-04-06 Thread Michal Kochanowicz
On Fri, Apr 06, 2007 at 01:17:50PM +0300, Elan Ruusamäe wrote:
  And what about the kdelibs-khtml-slow_page_change.patch I've sent twice?
 you didn't send it to this list.

OK, so here it comes. Note that although it looks strange it's idea was
to disable recalcStyle( Force ); call. For some reason they didn't want
to remove this call. Maybe because it was placed there as solution to
minor problem with coloring of clicked links and they don't want to
revert it yet.

-- 
--= Michal Kochanowicz =--==--==BOFH==--==--= [EMAIL PROTECTED] =--
--= finger me for PGP public key or visit http://michal.waw.pl/PGP =--
--==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==--
A chodzenie po górach SSIE!!!
--- branches/KDE/3.5/kdelibs/khtml/html/html_documentimpl.cpp   2006/12/30 
16:51:56 617941
+++ branches/KDE/3.5/kdelibs/khtml/html/html_documentimpl.cpp   2007/01/30 
17:25:29 628618
@@ -222,7 +222,7 @@
 
 void HTMLDocumentImpl::slotHistoryChanged()
 {
-if ( !m_render )
+if ( true || !m_render )
 return;
 
 recalcStyle( Force );

Index: kdelibs.spec
===
RCS file: /cvsroot/SPECS/kdelibs.spec,v
retrieving revision 1.448.2.15
diff -u -r1.448.2.15 kdelibs.spec
--- kdelibs.spec28 Jan 2007 22:12:56 -  1.448.2.15
+++ kdelibs.spec2 Feb 2007 17:17:26 -
@@ -22,7 +22,7 @@
 Summary(uk):   K Desktop Environment - âŚÂĚŚĎÔĹËÉ
 Name:  kdelibs
 Version:   3.5.6
-Release:   1
+Release:   1.1
 Epoch: 9
 License:   LGPL
 Group: X11/Libraries
@@ -42,6 +42,7 @@
 Patch6:%{name}-kbugreport-https.patch
 Patch7:%{name}-xgl.patch
 Patch8:kde-ac260-lt.patch
+Patch9:%{name}-khtml-slow_page_change.patch
 URL:   http://www.kde.org/
 BuildRequires: OpenEXR-devel = 1.2.2
 BuildRequires: acl-devel
@@ -342,6 +343,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p4
 
 rm -f configure
 cp /usr/share/automake/config.sub admin
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD 2.0 (Ac) marked as stable

2007-04-06 Thread Elan Ruusamäe
On Friday 06 April 2007, Michal Kochanowicz wrote:
 On Fri, Apr 06, 2007 at 01:17:50PM +0300, Elan Ruusamäe wrote:
   And what about the kdelibs-khtml-slow_page_change.patch I've sent
   twice?
 
  you didn't send it to this list.

 OK, so here it comes. Note that although it looks strange it's idea was
 to disable recalcStyle( Force ); call. For some reason they didn't want
 to remove this call. Maybe because it was placed there as solution to
 minor problem with coloring of clicked links and they don't want to
 revert it yet.

sent to ac builders. it most probably land in ac-updates (unless hawk decides 
to move it to main due this update doesn't introduce any deps changes).

-- 
glen
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en