Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22229/src

Modified Files:
        Makefile.am clientserver.c display_itdb.c file.c file_export.c 
        file_itunesdb.c misc_playlist.c misc_track.c prefs_window.c 
        sha1.c sha1.h 
Log Message:
        * src/: renamed
          - display_songs.c to display_tracks.c
          - md5.c to sha1.c
          - md5.h to sha1.h

        * subsequent changes to Makefile.am and some #includes.



Index: Makefile.am
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/Makefile.am,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Makefile.am 4 Jun 2006 16:27:32 -0000       1.57
+++ Makefile.am 22 Nov 2006 15:48:19 -0000      1.58
@@ -36,7 +36,7 @@
     display.c display_playlists.c display_sorttabs.c \
     display.h display_private.h \
     display_itdb.c display_itdb.h \
-    display_songs.c display_spl.c \
+    display_spl.c display_tracks.c \
     file.c file.h file_export.c \
     file_itunesdb.c \
     fileselection.h fileselection.c \
@@ -44,7 +44,7 @@
     ipod_init.c ipod_init.h \
     itdb.h \
     main.c \
-    md5.c md5.h \
+    sha1.c sha1.h \
     misc.c misc.h \
     misc_confirm.c misc_conversion.c misc_input.c \
     misc_playlist.c \

Index: clientserver.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/clientserver.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- clientserver.c      17 Nov 2006 07:40:47 -0000      1.12
+++ clientserver.c      22 Nov 2006 15:48:19 -0000      1.13
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:33:14 jcs>
+/* Time-stamp: <2006-11-23 00:45:43 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -29,7 +29,7 @@
 
 #include "config.h"
 #include "clientserver.h"
-#include "md5.h"
+#include "sha1.h"
 #include "misc.h"
 #include "display_itdb.h"
 #include "prefs.h"

Index: display_itdb.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/display_itdb.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- display_itdb.c      17 Nov 2006 07:40:47 -0000      1.59
+++ display_itdb.c      22 Nov 2006 15:48:19 -0000      1.60
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:33:13 jcs>
+/* Time-stamp: <2006-11-23 00:45:43 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -38,7 +38,7 @@
 #include "details.h"
 #include "display_itdb.h"
 #include "display.h"
-#include "md5.h"
+#include "sha1.h"
 #include "file.h"
 #include "misc.h"
 #include "misc_track.h"

Index: file.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/file.c,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- file.c      17 Nov 2006 07:40:47 -0000      1.190
+++ file.c      22 Nov 2006 15:48:19 -0000      1.191
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:36:11 jcs>
+/* Time-stamp: <2006-11-23 00:45:43 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -46,7 +46,7 @@
 #include "info.h"
 #include "file.h"
 #include "itdb.h"
-#include "md5.h"
+#include "sha1.h"
 #include "misc.h"
 #include "misc_track.h"
 #include "mp3file.h"

Index: file_export.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/file_export.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- file_export.c       17 Nov 2006 07:40:47 -0000      1.66
+++ file_export.c       22 Nov 2006 15:48:19 -0000      1.67
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:33:13 jcs>
+/* Time-stamp: <2006-11-23 00:45:42 jcs>
 |
 |  Copyright (C) 2002 Corey Donohoe <atmos at atmos.org>
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
@@ -34,7 +34,7 @@
 #include "charset.h"
 #include "file.h"
 #include "info.h"
-#include "md5.h"
+#include "sha1.h"
 #include "misc.h"
 #include "misc_track.h"
 #include "prefs.h"

Index: file_itunesdb.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/file_itunesdb.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- file_itunesdb.c     17 Nov 2006 07:40:47 -0000      1.101
+++ file_itunesdb.c     22 Nov 2006 15:48:19 -0000      1.102
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:36:11 jcs>
+/* Time-stamp: <2006-11-23 00:45:42 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -38,7 +38,7 @@
 #include "file.h"
 #include "itdb.h"
 #include "info.h"
-#include "md5.h"
+#include "sha1.h"
 #include "misc.h"
 #include "misc_track.h"
 #include "prefs.h"

Index: misc_playlist.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/misc_playlist.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- misc_playlist.c     17 Nov 2006 07:40:47 -0000      1.39
+++ misc_playlist.c     22 Nov 2006 15:48:19 -0000      1.40
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:33:12 jcs>
+/* Time-stamp: <2006-11-23 00:45:41 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -35,7 +35,7 @@
 #include "charset.h"
 #include "itdb.h"
 #include "info.h"
-#include "md5.h"
+#include "sha1.h"
 #include "misc.h"
 #include "misc_track.h"
 #include "prefs.h"

Index: misc_track.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/misc_track.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- misc_track.c        17 Nov 2006 07:40:47 -0000      1.53
+++ misc_track.c        22 Nov 2006 15:48:19 -0000      1.54
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:35:28 jcs>
+/* Time-stamp: <2006-11-23 00:45:41 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -32,7 +32,7 @@
 #endif
 
 #include "display_itdb.h"
-#include "md5.h"
+#include "sha1.h"
 #include "prefs.h"
 #include "misc.h"
 #include "misc_track.h"

Index: prefs_window.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/prefs_window.c,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- prefs_window.c      17 Nov 2006 07:40:47 -0000      1.186
+++ prefs_window.c      22 Nov 2006 15:48:19 -0000      1.187
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:36:10 jcs>
+/* Time-stamp: <2006-11-23 00:45:41 jcs>
 |
 |  Copyright (C) 2002 Corey Donohoe <atmos at atmos.org>
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
@@ -34,7 +34,7 @@
 #include "display_itdb.h"
 #include "info.h"
 #include "fileselection.h"
-#include "md5.h"
+#include "sha1.h"
 #include "misc.h"
 #include "misc_track.h"
 #include "prefs.h"

Index: sha1.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/sha1.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- sha1.c      17 Nov 2006 07:40:47 -0000      1.45
+++ sha1.c      22 Nov 2006 15:48:19 -0000      1.46
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:36:47 jcs>
+/* Time-stamp: <2006-11-23 00:45:42 jcs>
 |
 |  Copyright (C) 2002 Corey Donohoe <atmos at atmos.org>
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
@@ -41,7 +41,7 @@
 #include <unistd.h>
 #include <glib.h>
 #include "charset.h"
-#include "md5.h"
+#include "sha1.h"
 #include "file.h"
 #include "prefs.h"
 #include "misc.h"

Index: sha1.h
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/sha1.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- sha1.h      17 Nov 2006 07:40:47 -0000      1.23
+++ sha1.h      22 Nov 2006 15:48:19 -0000      1.24
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-17 16:28:43 jcs>
+/* Time-stamp: <2006-11-23 00:43:34 jcs>
 |
 |  Copyright (C) 2002 Corey Donohoe <atmos at atmos.org>
 |  Copyright (C) 2004-2005 Jorg Schuler <jcsjcs at users.sourceforge.net>
@@ -28,8 +28,8 @@
 |
 |  $Id$
 */
-#ifndef _GTKPOD_MD5_H_
-#define _GTKPOD_MD5_H_
+#ifndef _GTKPOD_SHA1_H_
+#define _GTKPOD_SHA1_H_
 
 #include "display_itdb.h"
 


-------------------------------------------------------------------------
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

Reply via email to