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

Modified Files:
        ChangeLog freevo_config.py 
Log Message:
add keys to move inside a zoom image in image viewer

Index: ChangeLog
===================================================================
RCS file: /cvsroot/freevo/freevo/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** ChangeLog   11 May 2004 20:20:34 -0000      1.114
--- ChangeLog   12 May 2004 18:56:35 -0000      1.115
***************
*** 5,8 ****
--- 5,13 ----
  
  
+ Release 1.5.0-rc3 (2004-??-??):
+ -------------------------------
+  * Make it possible to move inside a zoom in image viewer
+ 
+ 
  Release 1.5.0-rc2 (2004-05-11):
  -------------------------------

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.335
retrieving revision 1.336
diff -C2 -d -r1.335 -r1.336
*** freevo_config.py    9 May 2004 14:19:32 -0000       1.335
--- freevo_config.py    12 May 2004 18:56:35 -0000      1.336
***************
*** 293,307 ****
  # See src/event.py for a list of all possible events.
  EVENTS = {
!     'menu'    : MENU_EVENTS,
!     'tvmenu'  : TVMENU_EVENTS,
!     'input'   : INPUT_EVENTS,
!     'tv'      : TV_EVENTS,
!     'video'   : VIDEO_EVENTS,
!     'dvd'     : DVD_EVENTS,             # only used by xine
!     'vcd'     : VCD_EVENTS,             # only used by xine
!     'audio'   : AUDIO_EVENTS,
!     'games'   : GAMES_EVENTS,
!     'image'   : IMAGE_EVENTS,
!     'global'  : GLOBAL_EVENTS
      }
  
--- 293,308 ----
  # See src/event.py for a list of all possible events.
  EVENTS = {
!     'menu'       : MENU_EVENTS,
!     'tvmenu'     : TVMENU_EVENTS,
!     'input'      : INPUT_EVENTS,
!     'tv'         : TV_EVENTS,
!     'video'      : VIDEO_EVENTS,
!     'dvd'        : DVD_EVENTS,             # only used by xine
!     'vcd'        : VCD_EVENTS,             # only used by xine
!     'audio'      : AUDIO_EVENTS,
!     'games'      : GAMES_EVENTS,
!     'image'      : IMAGE_EVENTS,
!     'image_zoom' : IMAGE_ZOOM_EVENTS,
!     'global'     : GLOBAL_EVENTS
      }
  



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to