[Goodies-commits] r6454 - xfce4-screenshooter/trunk

Jerome Guelfucci jeromeg at xfce.org
Tue Jan 13 23:10:36 CET 2009


Author: jeromeg
Date: 2009-01-13 22:10:36 +0000 (Tue, 13 Jan 2009)
New Revision: 6454

Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/NEWS
   xfce4-screenshooter/trunk/TODO
Log:
Update NEWS and TODO.

Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-01-13 22:03:49 UTC (rev 6453)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-01-13 22:10:36 UTC (rev 6454)
@@ -1,5 +1,9 @@
 2009-01-13 jeromeg
 
+  * Update NEWS and TODO.
+
+2009-01-13 jeromeg
+
   Thanks to Jannis and Stephan for the C lesson !
 
   * lib/screenshooter-dialogs.c: (generate_filename_for_uri) rewritten 

Modified: xfce4-screenshooter/trunk/NEWS
===================================================================
--- xfce4-screenshooter/trunk/NEWS	2009-01-13 22:03:49 UTC (rev 6453)
+++ xfce4-screenshooter/trunk/NEWS	2009-01-13 22:10:36 UTC (rev 6454)
@@ -4,6 +4,7 @@
     - Fix some compiler warnings.
     - Fix in typo in the desktop file for the application and the 
       plugin.
+    - Plug some leaks when saving a screenshot.
   
   * Enhancements:
     - Updated translations.

Modified: xfce4-screenshooter/trunk/TODO
===================================================================
--- xfce4-screenshooter/trunk/TODO	2009-01-13 22:03:49 UTC (rev 6453)
+++ xfce4-screenshooter/trunk/TODO	2009-01-13 22:10:36 UTC (rev 6454)
@@ -4,6 +4,12 @@
 * Check for leaks using valgrind.
 * Use the po mecanism for the documentation.
 
+Rewritte generate_filename_for_uri or remove it. Jannis suggestion:
+You can use GDir for reading the contents of a directory and you can use 
+regular expressions (GPattern or something) for matching strings against 
+patterns, so why not iterate over the contents of a directory and 
+determine the Screenshots-%d.png file with the largest %d?
+
 Low priority:
 * Try to get borders captured with compiz.
 * Consider porting the code to use GObjects instead of structs.




More information about the Goodies-commits mailing list