[Pkg-kde-commits] rev 1884 - in people/chrsmrtn/packages/gwenview/debian: . patches

Christopher Martin chrsmrtn at costa.debian.org
Sat Oct 1 18:55:45 UTC 2005


Author: chrsmrtn
Date: 2005-10-01 18:55:44 +0000 (Sat, 01 Oct 2005)
New Revision: 1884

Added:
   people/chrsmrtn/packages/gwenview/debian/patches/01_gv1.3_branch_20051001.diff
Modified:
   people/chrsmrtn/packages/gwenview/debian/changelog
Log:
Clean up old changelog comments. Grab a fix from the branch.


Modified: people/chrsmrtn/packages/gwenview/debian/changelog
===================================================================
--- people/chrsmrtn/packages/gwenview/debian/changelog	2005-09-29 14:23:36 UTC (rev 1883)
+++ people/chrsmrtn/packages/gwenview/debian/changelog	2005-10-01 18:55:44 UTC (rev 1884)
@@ -1,14 +1,8 @@
 gwenview (1.3.0-1) unstable; urgency=low
 
   * New upstream release.
-  * Default admin dir enables PIE, doesn't check whether Qt is patched before
-    enabling visibility, and checks for doxygen/Qt3docs/graphviz etc., though
-    I don't THINK that they're really build-deps.
-  * And why does linda complain about shlibs/SOVER now? Same as always.
-  * Icons: public fixed, but gvdirpart still contributes private ones in
-    crystalsvg. doc/en issue still up in the air.
 
- -- Christopher Martin <chrsmrtn at debian.org>  Mon, 12 Sep 2005 07:40:01 -0400
+ -- Christopher Martin <chrsmrtn at debian.org>  Sat,  1 Oct 2005 14:13:45 -0400
 
 gwenview (1.2.0-2) unstable; urgency=low
 

Added: people/chrsmrtn/packages/gwenview/debian/patches/01_gv1.3_branch_20051001.diff
===================================================================
--- people/chrsmrtn/packages/gwenview/debian/patches/01_gv1.3_branch_20051001.diff	2005-09-29 14:23:36 UTC (rev 1883)
+++ people/chrsmrtn/packages/gwenview/debian/patches/01_gv1.3_branch_20051001.diff	2005-10-01 18:55:44 UTC (rev 1884)
@@ -0,0 +1,18 @@
+--- gwenview.orig/src/gvcore/imageview.cpp
++++ gwenview.patched/src/gvcore/imageview.cpp
+@@ -348,6 +348,7 @@
+ 	d->mAutoZoom=new KToggleAction(i18n("&Auto Zoom"),"viewmagfit",0,d->mActionCollection,"view_zoom_auto");
+ 	connect(d->mAutoZoom,SIGNAL(toggled(bool)),
+ 		this,SLOT(setAutoZoom(bool)) );
++	d->mAutoZoom->setExclusiveGroup("autozoom");
+ 
+ 	d->mZoomIn=KStdAction::zoomIn(this,SLOT(slotZoomIn()),d->mActionCollection);
+ 
+@@ -357,6 +358,7 @@
+ 	d->mResetZoom->setIcon("viewmag1");
+ 
+ 	d->mLockZoom=new KToggleAction(i18n("&Lock Zoom"),"lock",0,d->mActionCollection,"view_zoom_lock");
++	d->mLockZoom->setExclusiveGroup("autozoom"); // either lock or autozoom, not both
+ 
+ 	d->mIncreaseGamma=new KAction(i18n("Increase Gamma"),0,CTRL+Key_G,
+ 		this,SLOT(increaseGamma()),d->mActionCollection,"increase_gamma");




More information about the pkg-kde-commits mailing list