[svn] GpgOL - r332 - in trunk: . src

svn author wk cvs at cvs.gnupg.org
Wed Jan 13 12:17:33 CET 2010


Author: wk
Date: 2010-01-13 12:17:32 +0100 (Wed, 13 Jan 2010)
New Revision: 332

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/src/ChangeLog
   trunk/src/README.icons
Log:
Prepare a release


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-01-12 20:27:12 UTC (rev 331)
+++ trunk/ChangeLog	2010-01-13 11:17:32 UTC (rev 332)
@@ -1,3 +1,7 @@
+2010-01-13  Werner Koch  <wk at g10code.com>
+
+	Release 1.1.1.
+
 2010-01-12  Werner Koch  <wk at g10code.com>
 
 	* po/POTFILES.in (explorers.cpp, inspectors.cpp, mailitem.cpp): New.

Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2010-01-12 20:27:12 UTC (rev 331)
+++ trunk/src/ChangeLog	2010-01-13 11:17:32 UTC (rev 332)
@@ -1,3 +1,8 @@
+2010-01-13  Werner Koch  <wk at g10code.com>
+
+	* README.icons: Change instructions to better cope with alpha
+	channels.
+
 2010-01-12  Werner Koch  <wk at g10code.com>
 
 	* decrypt-verify-16.bmp, decrypt-verify-16m.bmp: Update.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2010-01-12 20:27:12 UTC (rev 331)
+++ trunk/NEWS	2010-01-13 11:17:32 UTC (rev 332)
@@ -1,3 +1,9 @@
+Noteworthy changes for version 1.1.1 (2010-01-13)
+=================================================
+
+ * Cleaned up some icons.
+
+
 Noteworthy changes for version 1.1.0 (2010-01-05)
 =================================================
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2010-01-12 20:27:12 UTC (rev 331)
+++ trunk/configure.ac	2010-01-13 11:17:32 UTC (rev 332)
@@ -16,7 +16,7 @@
 # Remember to change the version number immediately *after* a release.
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [1.1.0])
+m4_define([my_version], [1.1.1])
 m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \

Modified: trunk/src/README.icons
===================================================================
--- trunk/src/README.icons	2010-01-12 20:27:12 UTC (rev 331)
+++ trunk/src/README.icons	2010-01-13 11:17:32 UTC (rev 332)
@@ -39,40 +39,36 @@
      This PNG should have a transparent background.  If not, you may
      use Gimp to wipe the background out.
 
-  2. Select Select->By_Color, click on the transparent area. Use
-     "Bucket Fill" to fill with white (0xffffff).
+  2. Select Select->By_Color, click on the transparent area.
+     Change the background color to white (0xffffff) and run
+     Layer->Transparency->Remove_Alpha_Channel.
 
-  3. Run Image->Flatten_Image.
-
-  4. Select Image->Mode->Indexed, click "Generate optimum palette with
+  3. Select Image->Mode->Indexed, click "Generate optimum palette with
      255 colors", click "Convert".
 
-  5. Select File->SaveAs and enter a file name with suffix ".bmp".
+  4. Select File->SaveAs and enter a file name with suffix ".bmp".
      The name should be like "foo-16.bmp".  Do _not_ select
      "Run-Length Encoded".  Click "Save".
 
-  6. Undo all or reload the image.  Note that if you don't undo step 2
-     you may skip step 7.
+  5. Undo all or reload the image.  Note that if you don't undo step 2
+     you may skip step 6.
 
-  7. Select Select->By_Color, click on the transparent area.  Use
-     "Bucket Fill" to fill with white (0xffffff).
+  6. Select Select->By_Color, click on the transparent area.
+     Change the background color to white (0xffffff) and run
+     Layer->Transparency->Remove_Alpha_Channel.
  
-  8. Select Select->Invert.  Use "Bucket Fill" to fill the now
+  7. Select Select->Invert.  Use "Bucket Fill" to fill the now
      selected non-transparent area with black (0x000000).  "Fill whole
      selection" comes handy here.  Make sure that you have a only
      black and white and no other colored pixels.
 
-  9. Run Image->Flatten_Image.
-
-  10. Select Image->Mode->Indexed, click "Use black and white (1-bit)
+  8. Select Image->Mode->Indexed, click "Use black and white (1-bit)
       palette", click "Convert".
 
-  11. Select File->SaveAs and enter a file name with suffix ".bmp".
+  9. Select File->SaveAs and enter a file name with suffix ".bmp".
       This is the mask thus the name should be like "foo-16m.bmp".  Do
       _not_ select "Run-Length Encoded".  Click "Save".
 
-  12. Done.
-
   If required, do this also for 32x32 and 64x64.
 
 




More information about the Gnupg-commits mailing list