Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9596
Modified Files:
ChangeLog_detailed gtkpod.glade
Log Message:
* gtkpod.glade
src/clientserver.c
src/display_itdb.c
src/display_itdb.h
src/file.c
src/file_itunesdb.c
src/misc_playlist.c
src/misc_track.c
src/prefs.c
src/prefs_window.c
src/sha1.c: finished renaming of wrong md5 references to sha1.
Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -d -r1.403 -r1.404
--- ChangeLog_detailed 5 Apr 2007 12:33:53 -0000 1.403
+++ ChangeLog_detailed 7 Apr 2007 04:43:14 -0000 1.404
@@ -1,3 +1,17 @@
+2007-04-07 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * gtkpod.glade
+ src/clientserver.c
+ src/display_itdb.c
+ src/display_itdb.h
+ src/file.c
+ src/file_itunesdb.c
+ src/misc_playlist.c
+ src/misc_track.c
+ src/prefs.c
+ src/prefs_window.c
+ src/sha1.c: finished renaming of wrong md5 references to sha1.
+
2007-04-02 Jorg Schuler <jcsjcs at users.sourceforge.net>
* scripts/sync-evolution: make syncing of contacts containing
Index: gtkpod.glade
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- gtkpod.glade 25 Mar 2007 12:54:45 -0000 1.229
+++ gtkpod.glade 7 Apr 2007 04:43:14 -0000 1.230
@@ -8604,9 +8604,9 @@
</child>
<child>
- <widget class="GtkCheckButton"
id="cfg_md5tracks">
+ <widget class="GtkCheckButton"
id="cfg_sha1tracks">
<property name="visible">True</property>
- <property name="tooltip"
translatable="yes">Duplicate Recognition is based on a (modified) md5 hash over
the file.</property>
+ <property name="tooltip"
translatable="yes">Duplicate Recognition is based on a (modified) sha1 hash
over the file.</property>
<property name="can_focus">True</property>
<property name="label"
translatable="yes">Don't allow file duplication</property>
<property
name="use_underline">True</property>
@@ -8615,7 +8615,7 @@
<property name="active">False</property>
<property
name="inconsistent">False</property>
<property
name="draw_indicator">True</property>
- <signal name="toggled"
handler="on_cfg_md5tracks_toggled" last_modification_time="Thu, 14 Apr 2005
19:39:00 GMT"/>
+ <signal name="toggled"
handler="on_cfg_sha1tracks_toggled" last_modification_time="Sat, 07 Apr 2007
04:29:18 GMT"/>
</widget>
<packing>
<property name="padding">0</property>
@@ -9083,8 +9083,8 @@
<property name="visible">True</property>
<property name="tooltip"
translatable="yes">Highly recommended for faster import when taking advantage
of the duplication recognition. Also, having the PC filenames allows writing
changed ID3 tags to disk, and even to reconstruct your ipod's contents in case
of file system corruption (change the "transferred=" entries in your
backuped database).</property>
<property name="can_focus">True</property>
- <property name="label"
translatable="yes">Write extended information (PC filenames,
- MD5 hashes, encoding). Recommended.</property>
+ <property name="label"
translatable="yes">Write extended information (PC filenames, SHA1 hashes,
+encoding...). Recommended.</property>
<property name="use_underline">True</property>
<property
name="relief">GTK_RELIEF_NORMAL</property>
<property
name="focus_on_click">True</property>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2