Author: duncan
Date: Sun Oct 21 14:31:51 2007
New Revision: 10008
Log:
Spelling erorr :) fixed
Comments added
Debug levels fixed
Modified:
branches/rel-1/freevo/ChangeLog
branches/rel-1/freevo/src/childapp.py
branches/rel-1/freevo/src/tv/epg_types.py
Modified: branches/rel-1/freevo/ChangeLog
==============================================================================
--- branches/rel-1/freevo/ChangeLog (original)
+++ branches/rel-1/freevo/ChangeLog Sun Oct 21 14:31:51 2007
@@ -13,7 +13,7 @@
svn co svn://svn.freevo.org/freevo/branches/rel-1/freevo freevo-1.x
-== Release 1.7.4 (2007-??-??) ==
+== Release 1.7.4 (2007-11-15) ==
--------------------------------
* New Afrikaans translation (F#1790781)
@@ -33,7 +33,7 @@
* Updated osd overscan to allow different margins for all sides
(F#1791026,B#1813244)
* Updated shopping cart plug-in at allow items to removed as well (F#1807315)
* Updated submenu selection when there is only one action to execute the
action (F#1774569)
- * Updated tv favourite handling and programme item to provide a consistant
interface (F#1776909)
+ * Updated tv favourite handling and programme item to provide a consistent
interface (F#1776909)
* Updated video item to include the full description (F#1777187)
* Fixed audio plug-in albumtree navigating back to the main menu (B#1798462)
* Fixed music causing a crash when the directory has non-ascii characters and
an image (B#1801929)
Modified: branches/rel-1/freevo/src/childapp.py
==============================================================================
--- branches/rel-1/freevo/src/childapp.py (original)
+++ branches/rel-1/freevo/src/childapp.py Sun Oct 21 14:31:51 2007
@@ -55,7 +55,7 @@
"""
Initialise ChildApp
"""
- _debug_('ChildApp.__init__(app=%r, debugname=%r, doeslogging=%r)' %
(app, debugname, doeslogging), 1)
+ _debug_('ChildApp.__init__(app=%r, debugname=%r, doeslogging=%r)' %
(app, debugname, doeslogging), 2)
self.lock = thread.allocate_lock()
prio = 0
@@ -314,7 +314,7 @@
Initialise ChildApp2
"""
_debug_('ChildApp2.__init__(app=%r, debugname=%r, doeslogging=%r,
stop_osd=%r)' % \
- (app, debugname, doeslogging, stop_osd), 1)
+ (app, debugname, doeslogging, stop_osd), 2)
rc.register(self.poll, True, 10)
rc.register(self.stop, True, rc.SHUTDOWN)
@@ -408,7 +408,7 @@
Constructor of Read_Thread
"""
_debug_('Read_Thread.__init__(name=%r, fh=%r, callback=%r, logger=%r,
doeslogging=%r' % \
- (name, fh, callback, logger, doeslogging), 1)
+ (name, fh, callback, logger, doeslogging), 2)
threading.Thread.__init__(self)
self.name = name
self.fh = fh
Modified: branches/rel-1/freevo/src/tv/epg_types.py
==============================================================================
--- branches/rel-1/freevo/src/tv/epg_types.py (original)
+++ branches/rel-1/freevo/src/tv/epg_types.py Sun Oct 21 14:31:51 2007
@@ -62,6 +62,7 @@
advisories = None
categories = None
date = None
+ # this information is added by the recordserver
scheduled = None
overlap = None
previouslyRecorded = None
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog