Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7697
Modified Files:
ChangeLog ChangeLog_detailed TODOandBUGS.txt gtkpod.glade
Log Message:
Clicking on an item with the right mouse button will select and open
the context menu, which is the intended behavior. As a consequence,
the interface will remain blocked while the selection is being updated
and displayed.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- ChangeLog 26 Feb 2007 13:11:27 -0000 1.197
+++ ChangeLog 18 Mar 2007 14:27:17 -0000 1.198
@@ -15,6 +15,11 @@
album artist, tv show, last skipped, season number, skipcount
and video kind.
+ IMPROVEMENT: Clicking on an item with the right mouse button
+ will select and open the context menu, which is the intended
+ behavior. As a consequence, the interface will remain blocked
+ while the selection is being updated and displayed.
+
BUGFIX: dragging tracks between two iPods would sometimes not
actually copy the file.
Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -d -r1.394 -r1.395
--- ChangeLog_detailed 17 Mar 2007 11:53:07 -0000 1.394
+++ ChangeLog_detailed 18 Mar 2007 14:27:17 -0000 1.395
@@ -1,5 +1,24 @@
2007-03-17 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * gtkpod.glade
+ src/display.c
+ src/display.h
+ src/display_playlists.c
+ src/display_private.h
+ src/display_sorttabs.c
+ src/display_tracks.c
+ src/misc.c
+ src/misc.h
+ src/misc_track.c
+ src/prefs.c
+ src/prefs_window.c: Clicking on an item with the right mouse
+ button will select and open the context menu, which is the
+ intended behavior. As a consequence, the interface will
+ remain blocked while the selection is being updated and
+ displayed.
+
+2007-03-17 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
* po/de.po: update supplied by Kai-Ove Pietsch.
2007-03-11 Todd Zullinger <tmzullinger at users.sourceforge.net>
Index: TODOandBUGS.txt
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/TODOandBUGS.txt,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- TODOandBUGS.txt 21 Feb 2007 22:25:55 -0000 1.89
+++ TODOandBUGS.txt 18 Mar 2007 14:27:17 -0000 1.90
@@ -1,5 +1,7 @@
BUGS, TODO:
+- write ID3 tags when editing in details window
+
- don't keep iTunesDB on iPod when syncing (takes up valuable space)
- fileselection_select_script(): display @additional_text.
Index: gtkpod.glade
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- gtkpod.glade 24 Feb 2007 14:16:15 -0000 1.227
+++ gtkpod.glade 18 Mar 2007 14:27:17 -0000 1.228
@@ -1447,20 +1447,7 @@
</child>
<child>
- <widget class="GtkToolButton" id="stop_button">
- <property name="tooltip" translatable="yes">Stop Display
Update</property>
- <property name="label" translatable="yes">Stop</property>
- <property name="use_underline">True</property>
- <property name="stock_id">gtk-stop</property>
- <property name="visible_horizontal">True</property>
- <property name="visible_vertical">True</property>
- <property name="is_important">False</property>
- <signal name="clicked" handler="on_stop_button_clicked"
last_modification_time="Tue, 18 Feb 2003 05:40:30 GMT"/>
- </widget>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
+ <placeholder/>
</child>
</widget>
<packing>
@@ -12173,50 +12160,6 @@
<property name="spacing">6</property>
<child>
- <widget class="GtkCheckButton"
id="cfg_tmp_disable_sort">
- <property name="visible">True</property>
- <property name="tooltip"
translatable="yes">It is much faster to sort the display after all tracks have
been added. Some people might feel irritated by this behaviour and should
uncheck this option.</property>
- <property name="can_focus">True</property>
- <property name="label"
translatable="yes">Temporarily disable sorting when changing playlist
-or tab entry (faster!)</property>
- <property
name="use_underline">True</property>
- <property
name="relief">GTK_RELIEF_NORMAL</property>
- <property
name="focus_on_click">True</property>
- <property name="active">False</property>
- <property
name="inconsistent">False</property>
- <property
name="draw_indicator">True</property>
- <signal name="toggled"
handler="on_cfg_temporarily_disable_sorting" last_modification_time="Mon, 20
Sep 2004 10:59:24 GMT"/>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
-
- <child>
- <widget class="GtkCheckButton"
id="cfg_block_display">
- <property name="visible">True</property>
- <property name="tooltip"
translatable="yes">The display can be blocked after changing a selection. The
display update is faster, but you have to wait until it's finished. When using
this option, sorting is also temporarily disabled (see option above).</property>
- <property name="can_focus">True</property>
- <property name="label"
translatable="yes">Block display when changing playlist or tab
- entry (faster!)</property>
- <property
name="use_underline">True</property>
- <property
name="relief">GTK_RELIEF_NORMAL</property>
- <property
name="focus_on_click">True</property>
- <property name="active">False</property>
- <property
name="inconsistent">False</property>
- <property
name="draw_indicator">True</property>
- <signal name="toggled"
handler="on_cfg_block_display_toggled" last_modification_time="Sun, 09 Feb 2003
11:14:32 GMT"/>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
-
- <child>
<widget class="GtkCheckButton"
id="cfg_startup_messages">
<property name="visible">True</property>
<property name="tooltip"
translatable="yes">This option will be re-activated when you upgrade
gtkpod.</property>
@@ -12315,6 +12258,14 @@
<property name="fill">False</property>
</packing>
</child>
+
+ <child>
+ <placeholder/>
+ </child>
+
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="padding">0</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