[Digikam-devel] DigikamImagePlugins ready to release to 0.8.1...

Sebastian Röder sebastian.roeder at uni-bielefeld.de
Tue Feb 7 01:21:51 GMT 2006


Salut Gilles,

> > > You can start to release DigikamImagePlugins to 0.8.1. Gerhard have
> > > commited a patch to fix all .rc files and others stuff...

Did you do the commit to SVN? I am asking cause the ChangeLog only shows 
commits done by you on 2006-02-05. Just to be sure.

> No need to relase DigikamImagePlugins doc tarball for 0.8.1. There is no
> changes between 0.8.0 and 0.8.1... but you can do it in your computer to
> test. At the next 0.9.0 release, the documention will be very updated...

OK, I will do it for testing once I have a little more freetime ...

> > Now I have to investigate the two ruby scripts that actualy create the
> > tarballs a little cause it looks like they need a SVN account ... what I
> > would not quite understand. In case I can not work that out I will ask
> > qustions on IRC or the list - stay tuned ;-)

OK, here is what I found out. The normal tarball preparation works like that:
1. Adjusting some files to reflect the new release number and such. 2. Commit 
the changes to SVN. Update the ChangeLog. Commit the updated ChangeLog to 
SVN. 3. Run the ruby script to do fresh checkouts (with your SVN account 
data) and do some magic to finaly provide you with the tarball.

Now since I do not have a SVN account this is a little bit more complicated 
and I have to adjust the whole process to work with anonsvn.

I will sent you and Toma a SVN Diff that reflects all the changes I have made. 
I only want to do this once so my changes to filles is NOT reflected in the 
ChangeLog of the tarball (that doesn't harm I guess, and all changes till 
2005-02-05 are listed in the updated ChangeLog of the tarball). Hope you can 
understand my explanation cause I am not quite sure whether I managed to 
explain it in English.

I have changed the following path variables in the ruby script. 

This are the original values from 0.8.0 used by toma:

svnbase    = "https://toma@svn.kde.org/home/kde"
svnroot    = "#{svnbase}/trunk"
adminroot  = "#{svnbase}/branches/KDE/3.5"

And this is what it looks like now after my changes:

svnbase	   = "svn://anonsvn.kde.org/home/kde" 
svnroot    = "#{svnbase}/branches/stable"
adminroot  = "#{svnbase}/branches/KDE/3.5"

> Ok. Not sure to find me on IRC this week. I'm a little bit sick...

J' espere que tu n'est pas trop malade! :-)  

if I did a mistake here then this has to be adjusted on SVN. If everything is 
fine then please commit the attached svn-diff to SVN and I will build the 
tarball. I also send you the PACKAGE file that I adopted from digikam for 
digikamimageplugins and I think it's a good idea to put them into 
digikamimageplugins as well. However this file doesn't show up in the svndiff 
so I sent it this way.

Hope everything works fine and I have a working tarball at the evening. 

Good night
Sebastian
-------------- next part --------------
Index: digikamimageplugins.lsm
===================================================================
--- digikamimageplugins.lsm	(Revision 506405)
+++ digikamimageplugins.lsm	(Arbeitskopie)
@@ -1,7 +1,7 @@
 Begin4
 Title:          digikamimageplugins
 Version:        0.8.1
-Entered-date:   2005-11-21
+Entered-date:   2006-02-06
 Description:    Plugins collection for digiKam image editor and Showfoto KDE image editor
 Keywords:       KDE, Qt, digiKam, Digital Camera 
 Author:         Caulier Gilles <caulier dot gilles at free.fr>
Index: release_digikamimageplugins.rb
===================================================================
--- release_digikamimageplugins.rb	(Revision 506405)
+++ release_digikamimageplugins.rb	(Arbeitskopie)
@@ -9,11 +9,12 @@
 
 name       = "digikamimageplugins"
 egmodule   = "graphics"
-version    = "0.8.0"
+version    = "0.8.1"
 docs       = "no"
 
-svnbase    = "https://toma@svn.kde.org/home/kde"
-svnroot    = "#{svnbase}/trunk"
+#svnbase    = "https://toma@svn.kde.org/home/kde"
+svnbase	   = "svn://anonsvn.kde.org/home/kde"
+svnroot    = "#{svnbase}/branches/stable"
 adminroot  = "#{svnbase}/branches/KDE/3.5"
 
 addDocs    = []
Index: release_digikamimageplugins_docs.rb
===================================================================
--- release_digikamimageplugins_docs.rb	(Revision 506405)
+++ release_digikamimageplugins_docs.rb	(Arbeitskopie)
@@ -9,11 +9,11 @@
 
 name       = "digikamimageplugins"
 egmodule   = "graphics"
-version    = "doc-0.8.0"
+version    = "doc-0.8.1"
 docs       = "yes"
 
-svnbase    = "https://toma@svn.kde.org/home/kde"
-svnroot    = "#{svnbase}/trunk"
+svnbase    = "svn://anonsvn.kde.org/home/kde"
+svnroot    = "#{svnbase}/branches/stable"
 adminroot  = "#{svnbase}/branches/KDE/3.5"
 
 addDocs    = [""]
Index: ChangeLog
===================================================================
--- ChangeLog	(Revision 506405)
+++ ChangeLog	(Arbeitskopie)
@@ -1,3 +1,851 @@
+v0.8.1 - 06/02/06
+----------------------------------------------------------------------------
+
+2006-02-05 17:50  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/digikamimageplugin_adjustcurves_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/digikamimageplugin_adjustlevels_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/digikamimageplugin_antivignetting_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/digikamimageplugin_blowup_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/digikamimageplugin_blurfx_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/digikamimageplugin_border_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/digikamimageplugin_channelmixer_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/charcoal/digikamimageplugin_charcoal_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/digikamimageplugin_distortionfx_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/digikamimageplugin_emboss_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/digikamimageplugin_filmgrain_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/digikamimageplugin_freerotation_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/digikamimageplugin_hotpixels_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/infrared/digikamimageplugin_infrared_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/digikamimageplugin_inpainting_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/digikamimageplugin_inserttext_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/lensdistortion/digikamimageplugin_lensdistortion_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/digikamimageplugin_despeckle_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/oilpaint/digikamimageplugin_oilpaint_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/digikamimageplugin_perspective_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/digikamimageplugin_raindrop_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/digikamimageplugin_refocus_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/digikamimageplugin_restoration_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/digikamimageplugin_sheartool_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/digikamimageplugin_superimpose_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/digikamimageplugin_texture_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/digikamimageplugin_unsharp_ui.rc,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/digikamimageplugin_whitebalance_ui.rc:
+	   digiKam from stable : backport .rc files patch from Gerhard
+	  
+	  CCMAIL : gerhard at kulzer.net
+
+2006-02-03 10:29  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/channelmixer/channelmixer.cpp:
+	   Channel Mixer : bugfix : set properly red channel to histogram 
+	  when Reset button is used
+
+2006-01-25 07:06  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/ctrlpaneldialog.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/imageguidedialog.cpp:
+	   digikam from stable : do not render preview effect if final 
+	  rendering is already in progress in image.
+	  CCBUG: 120736
+
+2006-01-15 14:34  ach
+
+	* branches/stable/extragear/graphics/digikamimageplugins/refocus/hisc-action-refocus.svgz:
+	   digikam stable: remove hisc-action-refocus.svgz
+	  	does no longer match the used .png files.
+
+2006-01-13 20:12  ach
+
+	* branches/stable/extragear/graphics/digikamimageplugins/refocus/hi128-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi16-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi22-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi32-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi48-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi64-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi128-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi16-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi22-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi32-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi48-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi64-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hisc-action-unsharpedmask.svgz:
+	   digikam stable: new refocus and unsharp icons.  Contributed by
+	  	Tung NGUYEN.  Thx!
+
+2006-01-11 23:06  ach
+
+	* branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/hi128-action-adjustcurves.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/hi16-action-adjustcurves.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/hi22-action-adjustcurves.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/hi32-action-adjustcurves.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/hi48-action-adjustcurves.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/hi64-action-adjustcurves.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/hisc-action-adjustcurves.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/hi128-action-adjustlevels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/hi16-action-adjustlevels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/hi22-action-adjustlevels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/hi32-action-adjustlevels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/hi48-action-adjustlevels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/hi64-action-adjustlevels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/hisc-action-adjustlevels.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/hi128-action-antivignetting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/hi16-action-antivignetting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/hi22-action-antivignetting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/hi32-action-antivignetting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/hi48-action-antivignetting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/hi64-action-antivignetting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/hisc-action-antivignetting.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/hi128-action-blowup.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/hi16-action-blowup.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/hi22-action-blowup.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/hi32-action-blowup.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/hi48-action-blowup.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/hi64-action-blowup.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/hisc-action-blowup.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/hi128-action-blurfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/hi16-action-blurfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/hi22-action-blurfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/hi32-action-blurfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/hi48-action-blurfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/hi64-action-blurfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/hisc-action-blurfx.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/hi128-action-bordertool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/hi16-action-bordertool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/hi22-action-bordertool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/hi32-action-bordertool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/hi48-action-bordertool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/hi64-action-bordertool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/hisc-action-bordertool.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/hi128-action-channelmixer.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/hi16-action-channelmixer.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/hi22-action-channelmixer.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/hi32-action-channelmixer.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/hi48-action-channelmixer.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/hi64-action-channelmixer.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/hisc-action-channelmixer.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/charcoal/hi128-action-charcoaltool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/charcoal/hi16-action-charcoaltool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/charcoal/hi22-action-charcoaltool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/charcoal/hi32-action-charcoaltool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/charcoal/hi48-action-charcoaltool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/charcoal/hi64-action-charcoaltool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/hi128-action-distortionfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/hi16-action-distortionfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/hi22-action-distortionfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/hi32-action-distortionfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/hi48-action-distortionfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/hi64-action-distortionfx.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/hisc-action-distortionfx.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/hi128-action-embosstool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/hi16-action-embosstool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/hi22-action-embosstool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/hi32-action-embosstool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/hi48-action-embosstool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/hi64-action-embosstool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/hi128-action-filmgrain.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/hi16-action-filmgrain.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/hi22-action-filmgrain.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/hi32-action-filmgrain.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/hi48-action-filmgrain.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/hi64-action-filmgrain.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/hisc-action-filmgrain.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/hi128-action-freerotation.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/hi16-action-freerotation.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/hi22-action-freerotation.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/hi32-action-freerotation.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/hi48-action-freerotation.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/hi64-action-freerotation.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/hisc-action-freerotation.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/hi128-action-hotpixels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/hi16-action-hotpixels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/hi22-action-hotpixels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/hi32-action-hotpixels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/hi48-action-hotpixels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/hi64-action-hotpixels.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/hisc-action-hotpixels.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/infrared/hi128-action-infrared.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/infrared/hi16-action-infrared.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/infrared/hi22-action-infrared.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/infrared/hi32-action-infrared.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/infrared/hi48-action-infrared.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/infrared/hi64-action-infrared.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/hi128-action-inpainting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/hi16-action-inpainting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/hi22-action-inpainting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/hi32-action-inpainting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/hi48-action-inpainting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/hi64-action-inpainting.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/hisc-action-inpainting.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/hi128-action-inserttext.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/hi16-action-inserttext.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/hi22-action-inserttext.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/hi32-action-inserttext.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/hi48-action-inserttext.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/hi64-action-inserttext.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/hisc-action-inserttext.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/lensdistortion/hi128-action-lensdistortion.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/lensdistortion/hi16-action-lensdistortion.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/lensdistortion/hi22-action-lensdistortion.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/lensdistortion/hi32-action-lensdistortion.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/lensdistortion/hi48-action-lensdistortion.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/lensdistortion/hi64-action-lensdistortion.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/hi128-action-despeckle.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/hi16-action-despeckle.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/hi22-action-despeckle.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/hi32-action-despeckle.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/hi48-action-despeckle.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/hi64-action-despeckle.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/hisc-action-despeckle.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/oilpaint/hi128-action-oilpaint.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/oilpaint/hi16-action-oilpaint.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/oilpaint/hi22-action-oilpaint.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/oilpaint/hi32-action-oilpaint.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/oilpaint/hi48-action-oilpaint.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/oilpaint/hi64-action-oilpaint.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/hi128-action-perspective.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/hi16-action-perspective.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/hi22-action-perspective.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/hi32-action-perspective.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/hi48-action-perspective.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/hi64-action-perspective.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/hisc-action-perspective.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/hi128-action-raindrop.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/hi16-action-raindrop.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/hi22-action-raindrop.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/hi32-action-raindrop.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/hi48-action-raindrop.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/hi64-action-raindrop.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi128-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi16-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi22-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi32-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi48-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hi64-action-refocus.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/hisc-action-refocus.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/hi128-action-restoration.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/hi16-action-restoration.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/hi22-action-restoration.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/hi32-action-restoration.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/hi48-action-restoration.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/hi64-action-restoration.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/hisc-action-restoration.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/hi128-action-shear.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/hi16-action-shear.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/hi22-action-shear.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/hi32-action-shear.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/hi48-action-shear.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/hi64-action-shear.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/hisc-action-shear.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/hi128-action-solarizetool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/hi16-action-solarizetool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/hi22-action-solarizetool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/hi32-action-solarizetool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/hi48-action-solarizetool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/hi64-action-solarizetool.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/hi128-action-superimpose.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/hi16-action-superimpose.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/hi22-action-superimpose.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/hi32-action-superimpose.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/hi48-action-superimpose.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/hi64-action-superimpose.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/hisc-action-superimpose.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/hi128-action-texture.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/hi16-action-texture.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/hi22-action-texture.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/hi32-action-texture.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/hi48-action-texture.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/hi64-action-texture.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/hisc-action-texture.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi128-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi16-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi22-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi32-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi48-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hi64-action-unsharpedmask.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/hisc-action-unsharpedmask.svgz,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/hi128-action-whitebalance.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/hi16-action-whitebalance.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/hi22-action-whitebalance.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/hi32-action-whitebalance.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/hi48-action-whitebalance.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/hi64-action-whitebalance.png,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/hisc-action-whitebalance.svgz:
+	   digikamimageplugins stable branch:  Add new iconset contributed
+	          by  Tung NGUYEN <ntung at free.fr>. Thanks!
+
+2006-01-11 10:48  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/common/include/version.h,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/digikamimageplugins.lsm:
+	   fix release number
+
+2005-12-19 09:15  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/adjustcurves.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/imageeffect_whitebalance.cpp:
+	   Digikam from stable: fix color gradients color
+
+2005-12-15 19:46  toma
+
+	* branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/adjustlevels.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/channelmixer.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/imageeffect_freerotation.cpp:
+	   backport of SVN commit 487278 by mhunter: Typographical 
+	  corrections and changes
+
+2005-12-14 11:19  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/adjustcurves.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/adjustcurves.h,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/adjustlevels.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/adjustlevels.h,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/channelmixer.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/channelmixer.h,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/imageeffect_whitebalance.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/imageeffect_whitebalance.h:
+	   Digikam from stable : fix memory leak : memory allocation are 
+	  cleaned to close event only. This must be done too when user 
+	  pressing ok or cancel !
+	  
+	  CCMAIL: digikam-devel at kde.org
+
+2005-12-14 11:05  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/blowup/imageeffect_blowup.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/imageeffect_blowup.h,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/imageeffect_inpainting.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/imageeffect_inpainting.h,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/imageeffect_solarize.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/imageeffect_solarize.h:
+	   Digikam from stable : fix memory leak : KAboutData isn't 
+	  cleaned automaticly by KDE lib.
+	  
+	  CCMAIL: digikam-devel at kde.org
+
+2005-12-14 10:49  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/ctrlpaneldialog.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/imagedialogbase.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/imagedialogbase.h,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/imageguidedialog.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/imageguidedialog.h:
+	   Digikam from stable : fix memory leak : KAboutData isn't 
+	  cleaned automaticly by KDE lib.
+	  
+	  CCMAIL: digikam-devel at kde.org
+
+2005-12-14 10:26  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/Makefile.am,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/threadedfilterdialog.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/threadedfilterdialog.h:
+	   removed unused implementation
+
+2005-12-14 10:22  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/ctrlpaneldialog.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/common/dialogs/ctrlpaneldialog.h:
+	   Digikam from stable : fix memory leak : KAboutData isn't 
+	  cleaned automaticly by KDE lib.
+	  
+	  CCMAIL: digikam-devel at kde.org
+
+2005-12-06 22:49  toma
+
+	* branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/adjustlevels.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/imageeffect_antivignetting.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/channelmixer.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/imageeffect_freerotation.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/imageeffect_hotpixels.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/imageeffect_inserttext.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/imageeffect_raindrop.cpp,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/imageeffect_refocus.cpp:
+	   backport: (SVN commit 485874 by mhunter: Typographical 
+	  corrections and changes)
+
+2005-12-06 05:52  scripty
+
+	* branches/stable/extragear/graphics/digikam/imageplugins/digikamimageplugin_core.desktop,
+	   
+	  branches/stable/extragear/graphics/digikam/utilities/imageeditor/digikamimageplugin.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/digikamimageplugin_adjustcurves.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/digikamimageplugin_border.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/digikamimageplugin_emboss.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/digikamimageplugin_filmgrain.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/digikamimageplugin_freerotation.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/digikamimageplugin_raindrop.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/digikamimageplugin_sheartool.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/digikamimageplugin_solarize.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/digikamimageplugin_superimpose.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/digikamimageplugin_texture.desktop:
+	   SVN_SILENT made messages (.desktop file)
+
+2005-12-04 17:38  cgilles
+
+	* branches/stable/extragear/graphics/digikamimageplugins/whitebalance/imageeffect_whitebalance.cpp:
+	   Fix wrong memory acess (out of range of m_curves array)
+
+2005-12-01 06:17  scripty
+
+	* branches/stable/extragear/graphics/digikam/digikam/digikam.desktop,
+	   
+	  branches/stable/extragear/graphics/digikam/imageplugins/digikamimageplugin_core.desktop,
+	   
+	  branches/stable/extragear/graphics/digikam/kioslave/digikamalbums.protocol,
+	   
+	  branches/stable/extragear/graphics/digikam/kioslave/digikamdates.protocol,
+	   
+	  branches/stable/extragear/graphics/digikam/kioslave/digikamsearch.protocol,
+	   
+	  branches/stable/extragear/graphics/digikam/kioslave/digikamtags.protocol,
+	   
+	  branches/stable/extragear/graphics/digikam/kioslave/digikamthumbnail.protocol,
+	   
+	  branches/stable/extragear/graphics/digikam/showfoto/showfoto.desktop,
+	   
+	  branches/stable/extragear/graphics/digikam/utilities/imageeditor/digikamimageplugin.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustcurves/digikamimageplugin_adjustcurves.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/adjustlevels/digikamimageplugin_adjustlevels.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/antivignetting/digikamimageplugin_antivignetting.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blowup/digikamimageplugin_blowup.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/blurfx/digikamimageplugin_blurfx.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/border/digikamimageplugin_border.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/channelmixer/digikamimageplugin_channelmixer.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/charcoal/digikamimageplugin_charcoal.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/distortionfx/digikamimageplugin_distortionfx.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/emboss/digikamimageplugin_emboss.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/filmgrain/digikamimageplugin_filmgrain.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/freerotation/digikamimageplugin_freerotation.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/hotpixels/digikamimageplugin_hotpixels.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/infrared/digikamimageplugin_infrared.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inpainting/digikamimageplugin_inpainting.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/inserttext/digikamimageplugin_inserttext.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/lensdistortion/digikamimageplugin_lensdistortion.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/noisereduction/digikamimageplugin_despeckle.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/oilpaint/digikamimageplugin_oilpaint.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/perspective/digikamimageplugin_perspective.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/raindrop/digikamimageplugin_raindrop.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/refocus/digikamimageplugin_refocus.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/restoration/digikamimageplugin_restoration.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/sheartool/digikamimageplugin_sheartool.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/solarize/digikamimageplugin_solarize.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/superimpose/digikamimageplugin_superimpose.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/texture/digikamimageplugin_texture.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/unsharp/digikamimageplugin_unsharp.desktop,
+	   
+	  branches/stable/extragear/graphics/digikamimageplugins/whitebalance/digikamimageplugin_whitebalance.desktop,
+	   
+	  branches/stable/extragear/graphics/gwenview/gvdirpart/gvdirpart.desktop:
+	   SVN_SILENT made messages (.desktop file)
+
+2005-11-26 16:09  toma
+
+	* branches/stable/extragear/graphics/digikamimageplugins/release_digikamimageplugins.rb:
+	   SVN_SILENT: backport failure
+
+2005-11-22 21:27  toma
+
+	* branches/stable/extragear/graphics/digikam, 
+	  branches/stable/extragear/graphics/digikamimageplugins: New 
+	  branch from trunk. Will be used for the 0.8.x serie
+
+2005-11-22 18:33  toma
+
+	* trunk/extragear/graphics/digikam/PACKAGING, 
+	  trunk/extragear/graphics/digikam/release_digikam_docs.rb, 
+	  trunk/extragear/graphics/digikamimageplugins/release_digikamimageplugins_docs.rb:
+	   Tarballs seem ok, committing the scripts and adjust the 
+	  PACKAGING file.
+
+2005-11-21 19:48  toma
+
+	* trunk/extragear/graphics/digikamimageplugins/ChangeLog, 
+	  trunk/extragear/graphics/digikamimageplugins/common/include/version.h,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/digikamimageplugins.lsm,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/release_digikamimageplugins.rb:
+	   Prepping final
+
+2005-11-20 04:31  scripty
+
+	* trunk/extragear/graphics/digikam/digikam/digikam.desktop, 
+	  trunk/extragear/graphics/digikam/imageplugins/digikamimageplugin_core.desktop,
+	   
+	  trunk/extragear/graphics/digikam/kioslave/digikamalbums.protocol,
+	   
+	  trunk/extragear/graphics/digikam/kioslave/digikamdates.protocol, 
+	  trunk/extragear/graphics/digikam/kioslave/digikamsearch.protocol,
+	   trunk/extragear/graphics/digikam/kioslave/digikamtags.protocol, 
+	  trunk/extragear/graphics/digikam/kioslave/digikamthumbnail.protocol,
+	   trunk/extragear/graphics/digikam/showfoto/showfoto.desktop, 
+	  trunk/extragear/graphics/digikam/utilities/imageeditor/digikamimageplugin.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/adjustcurves/digikamimageplugin_adjustcurves.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/adjustlevels/digikamimageplugin_adjustlevels.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/antivignetting/digikamimageplugin_antivignetting.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/blowup/digikamimageplugin_blowup.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/blurfx/digikamimageplugin_blurfx.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/border/digikamimageplugin_border.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/channelmixer/digikamimageplugin_channelmixer.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/charcoal/digikamimageplugin_charcoal.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/distortionfx/digikamimageplugin_distortionfx.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/emboss/digikamimageplugin_emboss.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/filmgrain/digikamimageplugin_filmgrain.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/freerotation/digikamimageplugin_freerotation.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/hotpixels/digikamimageplugin_hotpixels.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/infrared/digikamimageplugin_infrared.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/inpainting/digikamimageplugin_inpainting.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/inserttext/digikamimageplugin_inserttext.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/lensdistortion/digikamimageplugin_lensdistortion.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/noisereduction/digikamimageplugin_despeckle.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/oilpaint/digikamimageplugin_oilpaint.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/perspective/digikamimageplugin_perspective.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/raindrop/digikamimageplugin_raindrop.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/refocus/digikamimageplugin_refocus.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/restoration/digikamimageplugin_restoration.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/sheartool/digikamimageplugin_sheartool.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/solarize/digikamimageplugin_solarize.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/superimpose/digikamimageplugin_superimpose.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/texture/digikamimageplugin_texture.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/unsharp/digikamimageplugin_unsharp.desktop,
+	   
+	  trunk/extragear/graphics/digikamimageplugins/whitebalance/digikamimageplugin_whitebalance.desktop,
+	   trunk/extragear/graphics/fraqtive/src/fraqtive.desktop: 
+	  SVN_SILENT made messages (.desktop file)
+
+
 v0.8.0 - 21/11/05
 ----------------------------------------------------------------------------
 
@@ -90,7 +938,7 @@
 2005-10-14 12:19  cgilles
 
     * trunk/extragear/graphics/digikamimageplugins/freerotation/imageeffect_freerotation.cpp:
-      freerotation plugin : no need to have angle < 45° to fix
+      freerotation plugin : no need to have angle < 45 to fix
       photographs
 
 2005-10-12 06:15  scripty
@@ -452,7 +1300,7 @@
     * Moved 'Free Rotation' tool from Image editor core to new ImagePlugin.
     * All plugins: disable filter setup widgets when Ok button is pressed.
     * Fixed 'Reset Values' dialog buttons effect with ImagePreviewWidget instance.
-    * Update and fix handbooks by Göran Jartin.
+    * Update and fix handbooks by G�an Jartin.
 
 v0.7.0 - 11/08/04
 ----------------------------------------------------------------------------
-------------- next part --------------
Notice to make release tarballs from SVN
----------------------------------------
# last edited by sero on 2006-02-06
 
1/ Update the release info in these files and commit it to svn :
   - digikamimageplugins/common/include/version.h
   - digikamimageplugins/digikam.lsm - update date as well

2/ Edited release_digikamimageplugins.rb and release_digikamimageplugins_docs.rb script. Update these settings :
   - version.
   - svnbase.
   - addPo (for example addPo = ["showfoto"] if showofoto is include in digikam tarball).
   
Note : docs must be set to 'no' because the documentation must be packaged in a separate tarball to decrease the source code tarball size. There is a seperate script to generate this.

3/ Commit changed files to svn.

4/ Backup old ChangeLog file to ChangeLog.old.

5/ Create a fresh ChangeLog file using svn2cl script. Just run it from main digiKam root directory. Please check if ChangeLog file is updated properly.

svn2cl can be dowloaded at this url: http://ch.tudelft.nl/~arthur/svn2cl/
Just copying this tarball content on digikamimageplugins root directory to use it.

Note : svn2cl need xstlproc program. Please install it before.

6/ Copy last changes of fresh ChangeLog file to ChangeLog.old using a simple text editor. Place a release tag at the top of ChangeLog.

7/ Renamed ChangeLog.old to ChangeLog and commit it on svn.

8/ Run release_digikamimageplugins.rb script and the release_digikamimageplugins_docs.rb

9/ When tarball is created, decompress it in a temp folder and try to compile it to prevent any problems.

10/ Upload tarball to digikam3rdparty.free.fr area via ftp and post a message on digikam-devel at kde.org mailing list to have a feedback from pakagers before posting an offical release annoucement.

11/ When official tarball is ready to post, don't forget to copy current trunk svn branch to tags branch (http://websvn.kde.org/tags/digikam/)

------------------ TAGGING ------------------

Each release has to be tagged. All tags are located in svn in the directory /tags/digikam
You can make a tag by going into your working copy of that folder and issue something _like_:
svn cp http://anonsvn.kde.org/home/kde/extragear/graphics/digikam digikam_0_9_0

and the same for the digikamimageplugins. As you see translations or documentation is not tagged. 

If anyone knows what the purpose of this tagging is, please put it here ;-)

----------------- Branching -----------------

Branching is done, so translators can work in two seperate areas and we can develop unstable and a next stable release.
To set it up, you need to do following. Remember it will take you two evenings to succeed But you need to finish the first part completely, because automated kde scripts will ruin your work.!

- go to /branches/stable/extragear/graphics. 
- svn rm digikam and digikamimageplugins. 
- svn cp http://anonsvn.kde.org/home/kde/extragear/graphics/digikam digikam  and the same for the plugins.

- go to /branches/stable/extragear/graphics/doc
- svn rm digikam and digikamimageplugins and showfoto
- svn cp http://anonsvn.kde.org/home/kde/extragear/graphics/doc/digikam digikam  and the same for the plugins and showfoto

- go to /branches/stale/l10n/templates/docmessages/extragear/graphics
- copy over all digikam, showfoto and plugin files (dont forget the desktop files) from /trunk/l10n/templates/docmessages/extragear/graphics

- repeat last to steps for "messages" instead of "docmessages". No showfoto files in this case.

(go to bed now and do the following tomorrow!) 

- to branch all the language files, you can use the script located in extragear/scripts/
- you need to do that for digikam, showfoto and digikamimageplugins. For digikamimageplugs you need to specify all plugins, so you get something like:
sh  update_l10n_stable.sh --section graphics --app digikamimageplugins -u toma --extrapofiles "digikamimageplugin_adjustcurves.po digikamimageplugin_charcoal.po digikamimageplugin_inpainting.po digikamimageplugin_sheartool.po digikamimageplugin_adjustlevels.po digikamimageplugin_despeckle.po digikamimageplugin_inserttext.po digikamimageplugin_antivignetting.po digikamimageplugin_distortionfx.po digikamimageplugin_lensdistortion.po digikamimageplugin_solarize.po digikamimageplugin_blowup.po digikamimageplugin_emboss.po digikamimageplugin_oilpaint.po digikamimageplugin_superimpose.po digikamimageplugin_blurfx.po digikamimageplugin_filmgrain.po digikamimageplugin_perspective.po digikamimageplugin_texture.po digikamimageplugin_border.po digikamimageplugin_freerotation.po digikamimageplugin_raindrop.po digikamimageplugin_unsharp.po digikamimageplugin_channelmixer.po digikamimageplugin_infrared.po digikamimageplugin_restoration.po digikamimageplugin_whitebalance.po digikamimageplugin_refocus.po digikamimageplugin_hotpixels.po "

-check that all plugins are copied over, last time the last one in the list did not make it.

- send a mail to the ml and kde-i18n-docs.

---------------------------------------------------


More information about the Digikam-devel mailing list