Revision: 1758
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1758&view=rev
Author: jcsjcs
Date: 2007-11-05 07:02:00 -0800 (Mon, 05 Nov 2007)
Log Message:
-----------
* src/display_playlists.c (pm_set_renderer_pix): display a different
icon for the photo playlist. Customized icons welcome for both
standard playlists and the photo "playlist".
Modified Paths:
--------------
gtkpod/trunk/ChangeLog_detailed
gtkpod/trunk/scripts/convert-2m4a.sh
gtkpod/trunk/src/display_playlists.c
Modified: gtkpod/trunk/ChangeLog_detailed
===================================================================
--- gtkpod/trunk/ChangeLog_detailed 2007-11-05 01:48:37 UTC (rev 1757)
+++ gtkpod/trunk/ChangeLog_detailed 2007-11-05 15:02:00 UTC (rev 1758)
@@ -1,3 +1,9 @@
+2007-11-05 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * src/display_playlists.c (pm_set_renderer_pix): display a different
+ icon for the photo playlist. Customized icons welcome for both
+ standard playlists and the photo "playlist".
+
2007-11-04 P.G. Richardson <phantom_sf at users.sourceforge.net>
* src/display_photos.c
Modified: gtkpod/trunk/scripts/convert-2m4a.sh
===================================================================
--- gtkpod/trunk/scripts/convert-2m4a.sh 2007-11-05 01:48:37 UTC (rev
1757)
+++ gtkpod/trunk/scripts/convert-2m4a.sh 2007-11-05 15:02:00 UTC (rev
1758)
@@ -22,6 +22,9 @@
# Constants
extension="m4a"
ENCODER_OPTS="-q 150 -c 22000"
+# use the following for better quality (25% increase in file size) or simply
+# specify your options with "-q ..."
+#ENCODER_OPTS="-q 256 -c 44100"
ENCODER="faac"
. ${0%/*}/gtkpod-convert-common.sh
Modified: gtkpod/trunk/src/display_playlists.c
===================================================================
--- gtkpod/trunk/src/display_playlists.c 2007-11-05 01:48:37 UTC (rev
1757)
+++ gtkpod/trunk/src/display_playlists.c 2007-11-05 15:02:00 UTC (rev
1758)
@@ -1994,7 +1994,14 @@
}
else if (!itdb_playlist_is_mpl (playlist))
{
- stock_id = GTK_STOCK_JUSTIFY_LEFT;
+ if (gphoto_is_photo_playlist (playlist))
+ {
+ stock_id = GTK_STOCK_SELECT_COLOR;
+ }
+ else
+ {
+ stock_id = GTK_STOCK_JUSTIFY_LEFT;
+ }
}
else
{
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2