Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21466
Modified Files:
freevo_config.py
Log Message:
change event interface
Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.396
retrieving revision 1.397
diff -C2 -d -r1.396 -r1.397
*** freevo_config.py 9 Jul 2005 09:08:38 -0000 1.396
--- freevo_config.py 16 Jul 2005 09:42:27 -0000 1.397
***************
*** 106,110 ****
# is different, there will be only a warning
! LOCAL_CONF_VERSION = 7.00
# Description of changes in each new version
--- 106,110 ----
# is different, there will be only a warning
! LOCAL_CONF_VERSION = 8.00
# Description of changes in each new version
***************
*** 185,188 ****
--- 185,193 ----
version of freevo, you should create a new vfs for Freevo 2.0. To do so,
set vfs_dir = /path/to/vfs in your freevo.conf.
+ ''' ),
+ (8.00, '''
+ Reworked event handling. The Event class has no parameter arg anymore.
+ The args are now auto-detected based on the arguments of the init call.
+ So instead if using Event(FOO, arg=1), you now need to use Event(FOO, 1).
''' )
]
***************
*** 265,269 ****
# just add the following line:
#
! # EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -100')
#
# See src/event.py for a list of all possible events.
--- 270,274 ----
# just add the following line:
#
! # EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, 'contrast -100')
#
# See src/event.py for a list of all possible events.
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog