rev 14061 - in trunk/packages/kdepim/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Sat Mar 14 12:47:37 UTC 2009


Author: fabo
Date: 2009-03-14 12:47:37 +0000 (Sat, 14 Mar 2009)
New Revision: 14061

Added:
   trunk/packages/kdepim/debian/patches/02_r933657_korganizer_koagendaview.diff
Modified:
   trunk/packages/kdepim/debian/changelog
   trunk/packages/kdepim/debian/patches/series
Log:
Add 02_r933657_korganizer_koagendaview.diff to fix a regression in
korganizer: The agendaview (also known as weekview) sometimes looks like
it is empty. Even though it  isn't.. most of the view is hidden behind
a splitter.


Modified: trunk/packages/kdepim/debian/changelog
===================================================================
--- trunk/packages/kdepim/debian/changelog	2009-03-14 12:36:45 UTC (rev 14060)
+++ trunk/packages/kdepim/debian/changelog	2009-03-14 12:47:37 UTC (rev 14061)
@@ -1,3 +1,14 @@
+kdepim (4:4.2.1-2) UNRELEASED; urgency=low
+
+  +++ Changes by Fathi Boudra:
+
+  * Add 02_r933657_korganizer_koagendaview.diff to fix a regression in
+    korganizer: The agendaview (also known as weekview) sometimes looks like
+    it is empty. Even though it  isn't.. most of the view is hidden behind
+    a splitter.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 14 Mar 2009 13:39:22 +0100
+
 kdepim (4:4.2.1-1) experimental; urgency=low
 
   * New upstream release.

Added: trunk/packages/kdepim/debian/patches/02_r933657_korganizer_koagendaview.diff
===================================================================
--- trunk/packages/kdepim/debian/patches/02_r933657_korganizer_koagendaview.diff	                        (rev 0)
+++ trunk/packages/kdepim/debian/patches/02_r933657_korganizer_koagendaview.diff	2009-03-14 12:47:37 UTC (rev 14061)
@@ -0,0 +1,18 @@
+Support all possible sizes and still do the right thing
+when there's no korganizerrc.
+
+--- a/korganizer/views/agendaview/koagendaview.cpp
++++ b/korganizer/views/agendaview/koagendaview.cpp
+@@ -1544,7 +1544,11 @@
+   KConfigGroup group = config->group( "Views" );
+ 
+   QList<int> sizes = group.readEntry( "Separator AgendaView", QList<int>() );
+-  mSplitterAgenda->setSizes( sizes );
++
++  // the size depends on the number of plugins used
++  if ( sizes.count() >= 2 ) {
++    mSplitterAgenda->setSizes( sizes );
++  }
+ 
+   updateConfig();
+ }

Modified: trunk/packages/kdepim/debian/patches/series
===================================================================
--- trunk/packages/kdepim/debian/patches/series	2009-03-14 12:36:45 UTC (rev 14060)
+++ trunk/packages/kdepim/debian/patches/series	2009-03-14 12:47:37 UTC (rev 14061)
@@ -1 +1,2 @@
+02_r933657_korganizer_koagendaview.diff
 30_debianize_akregator_default.diff




More information about the pkg-kde-commits mailing list