Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7273/src/plugins
Modified Files:
autocolor.py freevoscreensaver.py lcd.py usb.py
Log Message:
remove poll_menu_only
Index: freevoscreensaver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/freevoscreensaver.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** freevoscreensaver.py 16 Jul 2005 09:48:23 -0000 1.9
--- freevoscreensaver.py 16 Jul 2005 11:40:28 -0000 1.10
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.10 2005/07/16 11:40:28 dischi
+ # remove poll_menu_only
+ #
# Revision 1.9 2005/07/16 09:48:23 dischi
# adjust to new event interface
***************
*** 103,107 ****
plugin.DaemonPlugin.__init__(self)
self.plugin_name = 'SCREENSAVER'
- self.poll_menu_only = True
self.last_event = 0
self.screensaver_showing = False
--- 106,109 ----
Index: lcd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/lcd.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** lcd.py 15 Jul 2005 20:42:53 -0000 1.25
--- lcd.py 16 Jul 2005 11:40:28 -0000 1.26
***************
*** 14,17 ****
--- 14,20 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.26 2005/07/16 11:40:28 dischi
+ # remove poll_menu_only
+ #
# Revision 1.25 2005/07/15 20:42:53 dischi
# remove variable event_listener, not needed anymore
***************
*** 710,714 ****
self.poll_interval = 10
- self.poll_menu_only = 0
self.disable = 0
self.height = self.lcd.d_height
--- 713,716 ----
Index: usb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/usb.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** usb.py 16 Jul 2005 10:07:25 -0000 1.17
--- usb.py 16 Jul 2005 11:40:28 -0000 1.18
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.18 2005/07/16 11:40:28 dischi
+ # remove poll_menu_only
+ #
# Revision 1.17 2005/07/16 10:07:25 dischi
# move eventhandler.py into applications subdir
***************
*** 72,75 ****
--- 75,79 ----
import util
from gui.windows import WaitBox
+ import application.eventhandler
import logging
***************
*** 116,119 ****
--- 120,126 ----
poll to check for devices
"""
+ if not application.eventhandler.is_menu():
+ return False
+
changes = False
Index: autocolor.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/autocolor.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** autocolor.py 9 Jun 2005 19:43:53 -0000 1.5
--- autocolor.py 16 Jul 2005 11:40:28 -0000 1.6
***************
*** 15,18 ****
--- 15,21 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2005/07/16 11:40:28 dischi
+ # remove poll_menu_only
+ #
# Revision 1.5 2005/06/09 19:43:53 dischi
# clean up eventhandler usage
***************
*** 79,83 ****
"""
plugin.DaemonPlugin.__init__(self)
- self.poll_interval = 200
self.plugins = None
plugin.register(self, 'autocolor')
--- 82,85 ----
-------------------------------------------------------
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