Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13473/src
Modified Files:
childapp.py config.py directory.py event.py fxditem.py item.py
main.py menu.py osd.py playlist.py plugin.py rc.py
setup_freevo.py skin.py
Log Message:
header cleanup
Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** directory.py 10 Jun 2004 09:19:12 -0000 1.131
--- directory.py 10 Jul 2004 12:33:36 -0000 1.132
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# directory.py - Directory handling
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# directory.py - Directory handling
***************
*** 10,37 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.131 2004/06/10 09:19:12 dischi
# only remove start strings => 10
#
- # Revision 1.130 2004/06/09 20:09:09 dischi
- # cleanup
- #
- # Revision 1.129 2004/06/06 07:19:47 dischi
- # fix crash if dir does not exist
- #
- # Revision 1.128 2004/05/29 12:32:57 dischi
- # use advanced sort for audio items (by trackno)
- #
- # Revision 1.127 2004/05/09 14:18:20 dischi
- # remove comments
- #
- # Revision 1.126 2004/03/13 22:35:52 dischi
- # more debug, will be removed later
- #
- # Revision 1.125 2004/03/04 05:10:06 rshortt
- # Bugfix. I think this is the desired behaviour.
- #
- # Revision 1.124 2004/03/02 20:29:34 dischi
- # support for show all files in directory
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 10,19 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.132 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.131 2004/06/10 09:19:12 dischi
# only remove start strings => 10
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 54,58 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 36,40 ----
#
# ----------------------------------------------------------------------- */
!
import os
Index: skin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skin.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** skin.py 31 May 2004 10:41:22 -0000 1.13
--- skin.py 10 Jul 2004 12:33:36 -0000 1.14
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# skin.py - This is the Freevo top-level skin code.
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# skin.py - This is the Freevo top-level skin code.
***************
*** 23,41 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.13 2004/05/31 10:41:22 dischi
# add function to get info about skin status
#
- # Revision 1.12 2004/03/14 11:42:34 dischi
- # make idlebar have a background image
- #
- # Revision 1.11 2004/02/24 19:36:25 dischi
- # add function to change a skin area
- #
- # Revision 1.10 2004/02/14 13:01:08 dischi
- # copy all needed function from the skin implementation to this module
- #
- # Revision 1.9 2003/12/06 16:49:09 dischi
- # do not create a skin object for helpers
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 23,32 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.14 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.13 2004/05/31 10:41:22 dischi
# add function to get info about skin status
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 58,62 ****
#
# ----------------------------------------------------------------------- */
! #endif
import config
--- 49,53 ----
#
# ----------------------------------------------------------------------- */
!
import config
Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** plugin.py 24 Jun 2004 14:56:19 -0000 1.67
--- plugin.py 10 Jul 2004 12:33:36 -0000 1.68
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# plugin.py - Plugin interface
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# plugin.py - Plugin interface
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.68 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.67 2004/06/24 14:56:19 dischi
# make it possible to put a subplugin into main
***************
*** 19,75 ****
# update to new callback handling in rc
#
- # Revision 1.64 2004/05/29 19:06:46 dischi
- # register poll function to rc
- #
- # Revision 1.63 2004/02/08 17:39:09 dischi
- # add count to Mimetype
- #
- # Revision 1.62 2004/02/01 17:07:42 dischi
- # add dirconfig for mimetype plugins
- #
- # Revision 1.61 2004/01/31 16:38:49 dischi
- # removed unneeded attr
- #
- # Revision 1.60 2004/01/10 16:49:04 dischi
- # make it possible to shut down all kinds of plugins
- #
- # Revision 1.59 2004/01/03 17:40:27 dischi
- # remove update function
- #
- # Revision 1.58 2003/12/31 16:39:43 dischi
- # flag if the mimetype returns something else than play files
- #
- # Revision 1.57 2003/12/30 15:31:43 dischi
- # support args for plugin events
- #
- # Revision 1.56 2003/12/06 13:45:26 dischi
- # move more info to the Mimetype
- #
- # Revision 1.55 2003/12/01 19:06:46 dischi
- # better handling of the MimetypePlugin
- #
- # Revision 1.54 2003/11/30 14:38:36 dischi
- # o new plugin type: MimetypePlugin to handle what files to display in
- # what kinds of menus
- # o new functions to register and get callbacks to avoid duplicate code
- #
- # Revision 1.53 2003/11/29 18:37:29 dischi
- # build config.VIDEO_SUFFIX in config on startup
- #
- # Revision 1.52 2003/11/29 11:20:30 dischi
- # doc update, remove AUDIOCD_PLAYER
- #
- # Revision 1.51 2003/11/22 12:02:51 dischi
- # better plugin remove
- #
- # Revision 1.50 2003/11/21 17:55:47 dischi
- # support a list of named plugins
- #
- # Revision 1.49 2003/11/21 11:43:00 dischi
- # don't try to 'load' plugins that are already a python object
- #
- # Revision 1.1 2003/11/16 09:57:23 dischi
- # bugfix and make the DirwatcherThread a plugin
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 22,25 ----
***************
*** 92,96 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 42,45 ----
Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -d -r1.128 -r1.129
*** main.py 29 Jun 2004 18:48:49 -0000 1.128
--- main.py 10 Jul 2004 12:33:36 -0000 1.129
***************
*** 1,3 ****
- #if 0 /*
# -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
--- 1,2 ----
***************
*** 11,14 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.129 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.128 2004/06/29 18:48:49 dischi
# prepare for 1.5.0-rc4
***************
*** 26,47 ****
# check for numeric
#
- # Revision 1.123 2004/05/30 18:27:53 dischi
- # More event / main loop cleanup. rc.py has a changed interface now
- #
- # Revision 1.122 2004/05/29 19:06:26 dischi
- # move some code from main to rc, create main class
- #
- # Revision 1.121 2004/05/09 14:18:20 dischi
- # remove comments
- #
- # Revision 1.120 2004/04/25 11:23:55 dischi
- # Added support for animations. Most of the code is from Viggo Fredriksen
- #
- # Revision 1.119 2004/04/20 17:33:57 dischi
- # lsdvd check
- #
- # Revision 1.118 2004/02/27 20:12:16 dischi
- # reworked rc.py to make several classes
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 28,31 ----
***************
*** 64,68 ****
#
# ----------------------------------------------------------------------- */
! #endif
# Must do this here to make sure no os.system() calls generated by module init
--- 48,52 ----
#
# ----------------------------------------------------------------------- */
!
# Must do this here to make sure no os.system() calls generated by module init
Index: fxditem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/fxditem.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** fxditem.py 14 Feb 2004 19:28:07 -0000 1.13
--- fxditem.py 10 Jul 2004 12:33:36 -0000 1.14
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# fxditem.py - Create items out of fxd files
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# fxditem.py - Create items out of fxd files
***************
*** 27,70 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.13 2004/02/14 19:28:07 dischi
# store display_type in Container to build nicer menu
#
- # Revision 1.12 2004/02/08 17:39:11 dischi
- # add count to Mimetype
- #
- # Revision 1.11 2004/01/31 16:38:49 dischi
- # removed unneeded attr
- #
- # Revision 1.10 2004/01/10 13:19:23 dischi
- # use fxd.filename
- #
- # Revision 1.9 2004/01/03 17:40:27 dischi
- # remove update function
- #
- # Revision 1.8 2003/12/31 16:40:25 dischi
- # small speed enhancements
- #
- # Revision 1.7 2003/12/29 22:07:14 dischi
- # renamed xml_file to fxd_file
- #
- # Revision 1.6 2003/12/06 13:45:09 dischi
- # add <info> tag to a container
- #
- # Revision 1.5 2003/12/01 19:06:46 dischi
- # better handling of the MimetypePlugin
- #
- # Revision 1.4 2003/11/30 14:41:10 dischi
- # use new Mimetype plugin interface
- #
- # Revision 1.3 2003/11/26 18:30:49 dischi
- # <container> support
- #
- # Revision 1.2 2003/11/25 19:00:52 dischi
- # make fxd item parser _much_ simpler
- #
- # Revision 1.1 2003/11/24 19:22:01 dischi
- # a module with callbacks to create items out of an fxd file
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 27,36 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.14 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.13 2004/02/14 19:28:07 dischi
# store display_type in Container to build nicer menu
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 87,92 ****
#
# ----------------------------------------------------------------------- */
- #endif
-
--- 53,56 ----
Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** event.py 28 Jun 2004 15:55:10 -0000 1.46
--- event.py 10 Jul 2004 12:33:36 -0000 1.47
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# event.py - Global events for Freevo
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# event.py - Global events for Freevo
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.47 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.46 2004/06/28 15:55:10 dischi
# angle switching
***************
*** 19,52 ****
# add keys to move inside a zoom image in image viewer
#
- # Revision 1.43 2004/03/05 04:01:37 rshortt
- # Make comment match example and fix typo.
- #
- # Revision 1.42 2004/02/27 20:13:01 dischi
- # add global events to avoid duplicate code
- #
- # Revision 1.41 2004/02/25 17:44:13 dischi
- # add special event mapping for tvmenu
- #
- # Revision 1.40 2004/02/13 18:32:57 dischi
- # add event to toggle playlist repeat
- #
- # Revision 1.39 2004/02/06 01:10:23 mikeruelle
- # it is nice to have zero in tvtime
- #
- # Revision 1.38 2004/02/05 14:23:49 outlyer
- # Patch from Viggo Fredriksen
- #
- # o Move to ChildApp2 for mplayer TV plugin
- # o Channel changing via the number pad on the remote
- #
- # Revision 1.37 2004/01/15 21:15:28 outlyer
- # Fixed to use proper audio context buttons.
- #
- # Note: Is is possible to do this without adding code to playlist.py? All I need
- # is the filename and an event, but because no existing event sends the filename,
- # and the plugin doesn't know about it, I have to pass it along somehow.
- #
- # Anyone want to chime in with an idea on how?
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 22,25 ----
***************
*** 69,73 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 42,45 ----
Index: setup_freevo.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/setup_freevo.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** setup_freevo.py 8 Jul 2004 12:44:40 -0000 1.17
--- setup_freevo.py 10 Jul 2004 12:33:36 -0000 1.18
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# setup_freevo.py - Autoconfigure Freevo
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# setup_freevo.py - Autoconfigure Freevo
***************
*** 13,16 ****
--- 13,19 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.18 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.17 2004/07/08 12:44:40 rshortt
# Add directfb as a display option.
***************
*** 19,66 ****
# lsdvd check
#
- # Revision 1.15 2004/02/21 03:16:18 gsbarbieri
- # MPAV support
- #
- # Revision 1.14 2004/02/21 03:09:16 gsbarbieri
- # This file doesn't use gettext( ... unicode=True ), so we don't need String().
- #
- # Revision 1.13 2004/02/19 04:57:56 gsbarbieri
- # Support Web Interface i18n.
- # To use this, I need to get the gettext() translations in unicode, so some changes
are required to files that use "print _('string')", need to make them "print
String(_('string'))".
- #
- # Revision 1.12 2003/11/20 14:06:01 dischi
- # add i18n support
- #
- # Revision 1.11 2003/11/16 17:41:04 dischi
- # i18n patch from David Sagnol
- #
- # Revision 1.10 2003/10/12 09:54:27 dischi
- # BSD patches from Lars
- #
- # Revision 1.9 2003/08/26 18:03:32 outlyer
- # Adding FLAC support for the cdbackup plugin
- #
- # Revision 1.8 2003/08/25 14:12:07 outlyer
- # Unify the app finder.
- #
- # Revision 1.7 2003/08/25 12:08:20 outlyer
- # Additional compatibility patches for FreeBSD from Lars Eggert
- #
- # Revision 1.6 2003/08/23 12:51:41 dischi
- # removed some old CVS log messages
- #
- # Revision 1.5 2003/08/23 09:19:01 dischi
- # merged blanking helper into osd.py
- #
- # Revision 1.4 2003/08/22 18:03:27 dischi
- # write freevo.conf to /etc/freevo or ~/.freevo
- #
- # Revision 1.12 2003/08/01 17:54:05 dischi
- # xine support and cleanups.
- # o xine support and configuration in freevo_config.py
- # o cleanup in setup_freevo: use one variable to store all needed
- # programs
- # o config.py uses setup_freevo to search for missing programs at startup
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 22,25 ----
***************
*** 83,87 ****
#
# ----------------------------------------------------------------------- */
! #endif
import sys
--- 42,46 ----
#
# ----------------------------------------------------------------------- */
!
import sys
Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** config.py 28 Jun 2004 20:39:27 -0000 1.109
--- config.py 10 Jul 2004 12:33:36 -0000 1.110
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# config.py - Handle the configuration file init. Also start logging.
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# config.py - Handle the configuration file init. Also start logging.
***************
*** 23,26 ****
--- 23,29 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.110 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.109 2004/06/28 20:39:27 dischi
# make sure HOME and USER are set
***************
*** 56,60 ****
#
# ----------------------------------------------------------------------- */
! #endif
import sys, os, time, re, string, pwd
--- 59,63 ----
#
# ----------------------------------------------------------------------- */
!
import sys, os, time, re, string, pwd
Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** playlist.py 28 Jun 2004 15:51:21 -0000 1.71
--- playlist.py 10 Jul 2004 12:33:36 -0000 1.72
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# playlist.py - This is the Freevo playlist reading module.
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# playlist.py - This is the Freevo playlist reading module.
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.72 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.71 2004/06/28 15:51:21 dischi
# catch IOError
***************
*** 16,34 ****
# fix crash in m3u parsing
#
- # Revision 1.69 2004/05/09 14:18:20 dischi
- # remove comments
- #
- # Revision 1.68 2004/03/02 20:28:54 dischi
- # prefer "play" function in playlist mode
- #
- # Revision 1.67 2004/02/27 20:15:02 dischi
- # more unicode fixes
- #
- # Revision 1.66 2004/02/23 19:59:34 dischi
- # unicode fixes
- #
- # Revision 1.64 2004/02/13 18:32:57 dischi
- # add event to toggle playlist repeat
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 19,22 ----
***************
*** 51,55 ****
#
# ----------------------------------------------------------------------- */
! #endif
import random
--- 39,43 ----
#
# ----------------------------------------------------------------------- */
!
import random
Index: rc.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/rc.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** rc.py 31 May 2004 10:39:55 -0000 1.35
--- rc.py 10 Jul 2004 12:33:36 -0000 1.36
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# rc.py - Remote control / Event and Callback handling
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# rc.py - Remote control / Event and Callback handling
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.36 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.35 2004/05/31 10:39:55 dischi
# Again some interface changes. There is now only one function
***************
*** 46,50 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 49,53 ----
#
# ----------------------------------------------------------------------- */
!
import os
Index: item.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/item.py,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** item.py 29 May 2004 12:33:16 -0000 1.73
--- item.py 10 Jul 2004 12:33:36 -0000 1.74
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# item.py - Template for an item
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# item.py - Template for an item
***************
*** 10,43 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.73 2004/05/29 12:33:16 dischi
# make it possible to access parent data
#
- # Revision 1.72 2004/02/23 19:59:34 dischi
- # unicode fixes
- #
- # Revision 1.71 2004/02/23 16:34:26 dischi
- # better skin i18n support
- #
- # Revision 1.70 2004/02/15 15:23:55 dischi
- # some attr fixes/movements
- #
- # Revision 1.69 2004/02/14 15:06:25 dischi
- # add basic sort function
- #
- # Revision 1.68 2004/02/14 13:04:46 dischi
- # do not call skin.get_singleton() anymore
- #
- # Revision 1.67 2004/02/12 17:17:08 dischi
- # get image dir from skin
- #
- # Revision 1.66 2004/02/12 16:26:59 dischi
- # fix watermark problem once and for all
- #
- # Revision 1.65 2004/02/08 17:39:39 dischi
- # small cosmetic fixes
- #
- # Revision 1.64 2004/02/05 19:26:41 dischi
- # fix unicode handling
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 10,19 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.74 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.73 2004/05/29 12:33:16 dischi
# make it possible to access parent data
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 60,64 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 36,40 ----
#
# ----------------------------------------------------------------------- */
!
import os
Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** childapp.py 6 Jun 2004 06:51:55 -0000 1.56
--- childapp.py 10 Jul 2004 12:33:36 -0000 1.57
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# childapp.py - Runs an application in a child process
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# childapp.py - Runs an application in a child process
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.57 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.56 2004/06/06 06:51:55 dischi
# fix prio handling
***************
*** 45,49 ****
#
# ----------------------------------------------------------------------- */
! #endif
import sys
--- 48,52 ----
#
# ----------------------------------------------------------------------- */
!
import sys
Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.164
retrieving revision 1.165
diff -C2 -d -r1.164 -r1.165
*** osd.py 8 Jul 2004 12:44:40 -0000 1.164
--- osd.py 10 Jul 2004 12:33:36 -0000 1.165
***************
*** 1,3 ****
- #if 0 /*
# -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
--- 1,2 ----
***************
*** 12,15 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.165 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.164 2004/07/08 12:44:40 rshortt
# Add directfb as a display option.
***************
*** 51,55 ****
#
# ----------------------------------------------------------------------- */
! #endif
# Python modules
--- 53,57 ----
#
# ----------------------------------------------------------------------- */
!
# Python modules
Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** menu.py 2 Jun 2004 21:38:02 -0000 1.94
--- menu.py 10 Jul 2004 12:33:36 -0000 1.95
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# menu.py - freevo menu handling system
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# menu.py - freevo menu handling system
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.95 2004/07/10 12:33:36 dischi
+ # header cleanup
+ #
# Revision 1.94 2004/06/02 21:38:02 dischi
# fix crash
***************
*** 16,53 ****
# make it possible to force a page rebuild
#
- # Revision 1.92 2004/03/19 21:03:39 dischi
- # fix tvguide context bug
- #
- # Revision 1.91 2004/03/14 19:43:27 dischi
- # make it possible to create a submenu inside a plugin
- #
- # Revision 1.90 2004/02/25 17:44:30 dischi
- # add special event mapping for tvmenu
- #
- # Revision 1.87 2004/02/14 19:29:07 dischi
- # send osd message when not using a submenu
- #
- # Revision 1.86 2004/02/14 13:02:34 dischi
- # o remove unneeded functions
- # o add function to delete the submenu or do nothing (avoid duplicate code)
- # o use new skin functions and do not call get_singleton()
- #
- # Revision 1.85 2004/02/12 16:27:06 dischi
- # fix watermark problem once and for all
- #
- # Revision 1.84 2004/02/06 20:42:55 dischi
- # fix LEFT and RIGHT for tv guide
- #
- # Revision 1.83 2004/02/05 19:56:40 dischi
- # make it possible to change back to the old navigation style
- #
- # Revision 1.82 2004/02/04 22:32:42 gsbarbieri
- # Changed LEFT/RIGHT behaviour.
- # Now in single column mode it behaves like BACK_ONE_MENU/SELECT and in
- # multi-column mode (2d menus) it goes one item LEFT/RIGHT (as before).
- #
- # This was asked in freevo-devel because it improve usability and it really
- # does, since you just have to use arrows (UP/DOWN,LEFT/RIGHT) to navigate.
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 19,22 ----
***************
*** 70,74 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 39,42 ----
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog