Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31086

Modified Files:
        ChangeLog ChangeLog_detailed README gtkpod.glade 
Log Message:
         * display.c, gtkpod.glade: add 'Edit Details' menu entry.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- ChangeLog   5 Dec 2005 16:35:16 -0000       1.155
+++ ChangeLog   9 Dec 2005 15:59:11 -0000       1.156
@@ -10,8 +10,9 @@
        "Compilations" in the Artist filter tab. Thanks to Iain Benson!
 
        NEW: Window for edit of track details, including functionality
-       to set thumbnails. Currently no Tags are written to file when
-       doing any changes.
+       to set thumbnails. The thumbnails are not stored as tags in the
+       file as iTunes does it. Instead, the original filename is
+       stored.
 
        NEW: Display and setting/removing of thumbnail images. Choose
        "Show Details" from the context menu (right mouse-button). New

Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- ChangeLog_detailed  9 Dec 2005 14:55:34 -0000       1.119
+++ ChangeLog_detailed  9 Dec 2005 15:59:11 -0000       1.120
@@ -3,6 +3,8 @@
         * change permissions to 0777 when creating directories (will
            be modified by user's umask).
 
+        * display.c, gtkpod.glade: add 'Edit Details' menu entry.
+
 2005-12-06 Jorg Schuler <[EMAIL PROTECTED]>
 
         * details.c, display_itdb.h: notify details window when

Index: README
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/README,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- README      9 Sep 2005 14:25:11 -0000       1.55
+++ README      9 Dec 2005 15:59:11 -0000       1.56
@@ -18,7 +18,7 @@
   - Using gtkpod
   - Features
      - Tracks
-     - Sort Tabs
+     - Filter Tabs
      - Playlists
      - Drag and Drop
      - Duplicate Detection
@@ -28,6 +28,7 @@
      - Refresh (Update) Track Info From File
      - Synchronize Directories
      - Volume Normalization
+     - Podcasts
      - Offline Mode
      - Export of Tracks (Copy from iPod)
      - Encoding of ID3 tags (charsets)
@@ -103,12 +104,12 @@
   corresponding mp3 file(s) should also be updated
 
 
-Sort Tabs
+Filter Tabs
 ---------
 
-- The two notebooks above the track display are called "Sort Tabs"
+- The two notebooks above the track display are called "Filter Tabs"
 - They allow you to filter which tracks to display
-- If you edit an entry in the sort tab, the corresponding entry in all
+- If you edit an entry in the filter tab, the corresponding entry in all
   associated tracks will be updated as well. When writing the tags to
   disk as well, updating of a large number of tracks may take a while
 
@@ -134,7 +135,7 @@
 
 1) gtkpod internal
 
-- Playlists, entries of a sort tab, and tracks can be dragged.
+- Playlists, entries of a filter tab, and tracks can be dragged.
 
 - A drop _onto_ an existing playlist will add the tracks to that
   playlist
@@ -237,7 +238,7 @@
 available, and set the soundcheck field. If no replay-gain tag is
 available, the soundcheck field will be erased.
 
-You can also select entries in the sort tab or entire playlists for
+You can also select entries in the filter tab or entire playlists for
 refresh.
 
 
@@ -305,6 +306,20 @@
 field. Use 'Update Track' to re-read the tag from the file.
 
 
+Podcasts
+--------
+
+Podcasts should be added directly into the 'Podcasts' playlist, for
+example by selecting the Podcasts playlist before manually adding
+files/directories. In that case the podcasts will appear only in the
+Podcasts section on the iPod.
+
+If you add podcasts to the main playlist 'gtkpod' or any other
+playlist first and then drag them over to the Podcasts playlist, the
+podcasts will appear in the Podcasts section on the iPod, as well as
+in the normal music section.
+
+
 Offline Mode
 ------------
 
@@ -1073,7 +1088,7 @@
 
 - Display of large number of tracks is awfully slow (mainly because of
   the use of the standard GTK2 tree views) -> deactivate "Automatically
-  select "All" in first sort tab" and/or deactivate "Automatically
+  select "All" in first filter tab" and/or deactivate "Automatically
   select master playlist". You could also "block the display" to speed
   up the display update. Further, decreasing the window size
   considerably speeds up the display.
@@ -1082,8 +1097,8 @@
   considerable amount of time. Update may become more intelligent in
   the future -- until then close the info window for more speed.
 
-- When changing selections in the sort tabs while importing the
+- When changing selections in the filter tabs while importing the
   iTunesDB, sometimes the interface freezes. I tried to track this
   problem down but only found out that gtk+ does not return control
-  back to gtkpod. Selecting the "All" sort tabs seems to unfreeze the
+  back to gtkpod. Selecting the "All" filter tabs seems to unfreeze the
   interace again.

Index: gtkpod.glade
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- gtkpod.glade        5 Dec 2005 16:35:16 -0000       1.185
+++ gtkpod.glade        9 Dec 2005 15:59:11 -0000       1.186
@@ -47,7 +47,7 @@
                      <signal name="activate" 
handler="on_import_itunes_mi_activate" last_modification_time="Tue, 07 Jan 2003 
20:31:20 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3044">
+                       <widget class="GtkImage" id="image3078">
                          <property name="visible">True</property>
                          <property name="stock">gtk-goto-top</property>
                          <property name="icon_size">1</property>
@@ -68,7 +68,7 @@
                      <signal name="activate" handler="create_add_files_dialog" 
last_modification_time="Sun, 05 Jun 2005 13:03:47 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3045">
+                       <widget class="GtkImage" id="image3079">
                          <property name="visible">True</property>
                          <property name="stock">gtk-add</property>
                          <property name="icon_size">1</property>
@@ -89,7 +89,7 @@
                      <signal name="activate" handler="dirbrowser_create" 
last_modification_time="Sun, 05 Jun 2005 13:09:31 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3046">
+                       <widget class="GtkImage" id="image3080">
                          <property name="visible">True</property>
                          <property name="stock">gtk-add</property>
                          <property name="icon_size">1</property>
@@ -110,7 +110,7 @@
                      <signal name="activate" 
handler="create_add_playlists_dialog" last_modification_time="Sun, 05 Jun 2005 
13:14:57 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3047">
+                       <widget class="GtkImage" id="image3081">
                          <property name="visible">True</property>
                          <property name="stock">gtk-add</property>
                          <property name="icon_size">1</property>
@@ -131,7 +131,7 @@
                      <signal name="activate" handler="handle_export" 
last_modification_time="Sun, 05 Jun 2005 13:09:31 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3048">
+                       <widget class="GtkImage" id="image3082">
                          <property name="visible">True</property>
                          <property name="stock">gtk-goto-bottom</property>
                          <property name="icon_size">1</property>
@@ -158,7 +158,7 @@
                      <signal name="activate" 
handler="on_update_podcasts_activate" last_modification_time="Sat, 12 Nov 2005 
08:41:04 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3049">
+                       <widget class="GtkImage" id="image3083">
                          <property name="visible">True</property>
                          <property name="stock">gtk-refresh</property>
                          <property name="icon_size">1</property>
@@ -184,7 +184,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3050">
+                       <widget class="GtkImage" id="image3084">
                          <property name="visible">True</property>
                          <property name="stock">gtk-refresh</property>
                          <property name="icon_size">1</property>
@@ -236,7 +236,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3051">
+                       <widget class="GtkImage" id="image3085">
                          <property name="visible">True</property>
                          <property name="stock">gtk-refresh</property>
                          <property name="icon_size">1</property>
@@ -288,7 +288,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3052">
+                       <widget class="GtkImage" id="image3086">
                          <property name="visible">True</property>
                          <property name="stock">gtk-refresh</property>
                          <property name="icon_size">1</property>
@@ -346,7 +346,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3053">
+                       <widget class="GtkImage" id="image3087">
                          <property name="visible">True</property>
                          <property name="stock">gtk-floppy</property>
                          <property name="icon_size">1</property>
@@ -398,7 +398,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3054">
+                       <widget class="GtkImage" id="image3088">
                          <property name="visible">True</property>
                          <property name="stock">gtk-floppy</property>
                          <property name="icon_size">1</property>
@@ -473,7 +473,7 @@
                      <signal name="activate" 
handler="on_ipod_directories_menu" last_modification_time="Sat, 18 Jan 2003 
02:10:39 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3055">
+                       <widget class="GtkImage" id="image3089">
                          <property name="visible">True</property>
                          <property name="stock">gtk-execute</property>
                          <property name="icon_size">1</property>
@@ -525,13 +525,59 @@
                <widget class="GtkMenu" id="menuitem11_menu">
 
                  <child>
+                   <widget class="GtkMenuItem" id="edit_menu">
+                     <property name="visible">True</property>
+                     <property name="label" translatable="yes">Edit 
Details</property>
+                     <property name="use_underline">True</property>
+
+                     <child>
+                       <widget class="GtkMenu" id="edit_menu_menu">
+
+                         <child>
+                           <widget class="GtkMenuItem" 
id="edit_details_selected_playlist">
+                             <property name="visible">True</property>
+                             <property name="label" 
translatable="yes">Selected _Playlist</property>
+                             <property name="use_underline">True</property>
+                             <signal name="activate" 
handler="on_edit_details_selected_playlist" last_modification_time="Fri, 09 Dec 
2005 15:42:30 GMT"/>
+                           </widget>
+                         </child>
+
+                         <child>
+                           <widget class="GtkMenuItem" 
id="edit_details_selected_tab_entry">
+                             <property name="visible">True</property>
+                             <property name="label" 
translatable="yes">Selected Tab _Entry</property>
+                             <property name="use_underline">True</property>
+                             <signal name="activate" 
handler="on_edit_details_selected_tab_entry" last_modification_time="Fri, 09 
Dec 2005 15:42:30 GMT"/>
+                           </widget>
+                         </child>
+
+                         <child>
+                           <widget class="GtkMenuItem" 
id="edit_details_selected_tracks">
+                             <property name="visible">True</property>
+                             <property name="label" 
translatable="yes">Selected _Tracks</property>
+                             <property name="use_underline">True</property>
+                             <signal name="activate" 
handler="on_edit_details_selected_tracks" last_modification_time="Fri, 09 Dec 
2005 15:42:30 GMT"/>
+                           </widget>
+                         </child>
+                       </widget>
+                     </child>
+                   </widget>
+                 </child>
+
+                 <child>
+                   <widget class="GtkSeparatorMenuItem" id="separator7">
+                     <property name="visible">True</property>
+                   </widget>
+                 </child>
+
+                 <child>
                    <widget class="GtkImageMenuItem" id="item2">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">_Create 
Playlists</property>
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3056">
+                       <widget class="GtkImage" id="image3090">
                          <property name="visible">True</property>
                          <property name="stock">gtk-copy</property>
                          <property name="icon_size">1</property>
@@ -726,7 +772,7 @@
                      <accelerator key="s" modifiers="GDK_CONTROL_MASK" 
signal="activate"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3057">
+                       <widget class="GtkImage" id="image3091">
                          <property name="visible">True</property>
                          <property name="stock">gtk-sort-ascending</property>
                          <property name="icon_size">1</property>
@@ -748,7 +794,7 @@
                      <accelerator key="s" modifiers="GDK_CONTROL_MASK | 
GDK_SHIFT_MASK" signal="activate"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3058">
+                       <widget class="GtkImage" id="image3092">
                          <property name="visible">True</property>
                          <property name="stock">gtk-justify-fill</property>
                          <property name="icon_size">1</property>
@@ -774,7 +820,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3059">
+                       <widget class="GtkImage" id="image3093">
                          <property name="visible">True</property>
                          <property name="stock">gtk-delete</property>
                          <property name="icon_size">1</property>
@@ -826,7 +872,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3060">
+                       <widget class="GtkImage" id="image3094">
                          <property name="visible">True</property>
                          <property name="stock">gtk-delete</property>
                          <property name="icon_size">1</property>
@@ -886,7 +932,7 @@
                      <accelerator key="p" modifiers="GDK_CONTROL_MASK" 
signal="activate"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3061">
+                       <widget class="GtkImage" id="image3095">
                          <property name="visible">True</property>
                          <property name="stock">gtk-preferences</property>
                          <property name="icon_size">1</property>
@@ -951,7 +997,7 @@
                      <signal name="activate" 
handler="on_more_sort_tabs_activate" last_modification_time="Fri, 14 Mar 2003 
11:57:43 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3062">
+                       <widget class="GtkImage" id="image3096">
                          <property name="visible">True</property>
                          <property name="stock">gtk-add</property>
                          <property name="icon_size">1</property>
@@ -972,7 +1018,7 @@
                      <signal name="activate" 
handler="on_less_sort_tabs_activate" last_modification_time="Fri, 14 Mar 2003 
11:57:43 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3063">
+                       <widget class="GtkImage" id="image3097">
                          <property name="visible">True</property>
                          <property name="stock">gtk-remove</property>
                          <property name="icon_size">1</property>
@@ -1014,7 +1060,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3064">
+                       <widget class="GtkImage" id="image3098">
                          <property name="visible">True</property>
                          <property name="stock">gtk-cdrom</property>
                          <property name="icon_size">1</property>
@@ -1066,7 +1112,7 @@
                      <property name="use_underline">True</property>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3065">
+                       <widget class="GtkImage" id="image3099">
                          <property name="visible">True</property>
                          <property name="stock">gtk-cdrom</property>
                          <property name="icon_size">1</property>
@@ -1248,7 +1294,7 @@
                      <signal name="activate" handler="open_about_window" 
last_modification_time="Sun, 05 Jun 2005 13:09:31 GMT"/>
 
                      <child internal-child="image">
-                       <widget class="GtkImage" id="image3066">
+                       <widget class="GtkImage" id="image3100">
                          <property name="visible">True</property>
                          <property name="stock">gtk-dialog-info</property>
                          <property name="icon_size">1</property>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to