00 1.34
--- recordserver.py 13 Mar 2004 03:28:32 - 1.35
***
*** 7,10
--- 7,15
# ---
# $Log$
+ # Revision 1.35 2004/03/13 03:28:32 outlyer
+ # Someone must have fixed the str2XML part internal t
Update of /cvsroot/freevo/freevo/share/images/gant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20195/images/gant
Added Files:
scheduledtv.png
Log Message:
A few cosmetic changes:
o Added a generic icon for scheduled recordings (A TV with a clock)
o Reformated the Scheduled TV a
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20195/skins/main
Modified Files:
blurr2.fxd
Log Message:
A few cosmetic changes:
o Added a generic icon for scheduled recordings (A TV with a clock)
o Reformated the Scheduled TV and R
# ---
# $Log$
+ # Revision 1.25 2004/03/12 03:05:50 outlyer
+ # Use the episode title where available.
+ #
# Revision 1.24 2004/02/23 08:33:21 gsbarbieri
# i18n: help translators job.
***
*** 293,296
--- 296,306
outlyer
! # Restoring my old sqlite stuff... going to work on doing it properly...
! # Also, mp3dir is a function that, given a directory will return:
! #
! # Artist
! # Album
! # Playtime (m:s)
! # Year
! #
! # which are things I'd like to have in the info display, maybe under the cover image
!
Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8939
Added Files:
yac.py
Log Message:
I bought a caller id capable modem, but it doesn't fit in my Freevo box, but
it turns out someone already thought of that. I found something called YAC
2004 18:10:54 - 1.24
***
*** 10,13
--- 10,18
# ---
# $Log$
+ # Revision 1.24 2004/02/16 18:10:54 outlyer
+ # Patch from James A. Laska to make the TV Guide behave intuitively when
+ # clicking
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7583
Modified Files:
blurr2.fxd
Log Message:
Clean up the language.
Index: blurr2.fxd
===
RCS file: /cvsroot/freevo/fre
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7364
Modified Files:
blurr2.fxd
Log Message:
Ran the XML file through xml indent (http://www.cs.helsinki.fi/u/penberg/xmlindent/)
to clean up the indentation.
Index: blurr2.fxd
==
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1534
Modified Files:
freevo_config.py
Log Message:
Slightly more reliable audio cd playing in mplayer
Index: freevo_config.py
===
RCS f
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/mimetypes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32651/icons/themes/blurr/mimetypes
Added Files:
audiocd.png
Log Message:
Two new images:
o Revised Freevo logo with no gradient behind it for the idlebar (x70)
o Aud
Update of /cvsroot/freevo/freevo/share/images/gant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32651/images/gant
Modified Files:
logo.png
Log Message:
Two new images:
o Revised Freevo logo with no gradient behind it for the idlebar (x70)
o Audio CD mimetype icon (128x128)
In
# ---
# $Log$
+ # Revision 1.14 2004/02/14 19:28:12 outlyer
+ # Fix a display issue.
+ #
# Revision 1.13 2004/02/09 21:23:42 outlyer
# New web interface...
***
*** 139,142
--- 142,146
else:
+ fv.res
Update of /cvsroot/freevo/freevo/Docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6713
Modified Files:
CREDITS
Log Message:
Add copyright notice for "GANT"
Index: CREDITS
===
RCS file: /cvsroot/freevo/freevo/Docs/
Update of /cvsroot/freevo/freevo/share/images/gant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5465/share/images/gant
Added Files:
chat.png commands.png headlines.png logo.png
Log Message:
Some extra icons... I don't use them myself, but someone might:
o Status icons for the ma
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/status
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5465/share/icons/themes/blurr/status
Added Files:
newmail_active.png newmail_dimmed.png
Log Message:
Some extra icons... I don't use them myself, but someone might:
o S
2 14:04:37 outlyer
+ # fixes for some issues Dischi pointed out:
+ #
+ # o Fix invisible link underlines
+ # o Change background of "pre" to light gray and add padding
+ # o Fix CSS so it validates with jigsaw.w3.org
+ # o Replace #content with content as it should be
+ #
# Revision 1.4
Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv691/styles
Modified Files:
main.css
Log Message:
fixes for some issues Dischi pointed out:
o Fix invisible link underlines
o Change background of "pre" to light gray and add paddi
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16750/skins/main
Modified Files:
blurr2.fxd
Log Message:
If using the weather plugin, use the gant watermark instead of the bundled
one.
Index: blurr2.fxd
===
Update of /cvsroot/freevo/freevo/share/images/gant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16750/images/gant
Added Files:
weather.png
Log Message:
If using the weather plugin, use the gant watermark instead of the bundled
one.
--- NEW FILE: weather.png ---
(This appears t
_skin.py 8 Feb 2004 18:45:49 - 1.30
--- xml_skin.py 12 Feb 2004 03:32:41 - 1.31
***
*** 10,13
--- 10,19
# ---
# $Log$
+ # Revision 1.31 2004/02/12 03:32:41 outlyer
+ # Fixes for OSD_
--- osd.py 12 Feb 2004 03:32:41 - 1.138
***
*** 11,14
--- 11,20
# ---
# $Log$
+ # Revision 1.138 2004/02/12 03:32:41 outlyer
+ # Fixes for OSD_EXTRA_FONT:
+ #
+ # o Filesystems are case sen
Update of /cvsroot/freevo/freevo/src/www/htdocs/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6182/htdocs/images
Added Files:
bg.gif freevoheader2.jpg
Log Message:
Added new logo and missing background image.
--- NEW FILE: bg.gif ---
(This appears to be a binary file; co
Update of /cvsroot/freevo/freevo/share/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25808
Modified Files:
blurrsplash.jpg
Log Message:
Changed to use the blurr background... also removed the "PC" from the
text.
Index: blurrsplash.jpg
===
1.30
***
*** 7,10
--- 7,13
# ---
# $Log$
+ # Revision 1.30 2004/02/11 04:20:46 outlyer
+ # Yet another place where we aren't following the user's time format... fixed now.
+ #
# Revision 1.
Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13597/styles
Modified Files:
main.css
Log Message:
Fix the absolute paths in images.
Index: main.css
===
RCS file
--- 10,19
# ---
# $Log$
+ # Revision 1.21 2004/02/10 18:32:57 outlyer
+ # Anyone notice that the entire content was missing? Apparently Mozilla is
+ # more forgiving than IE... this was used to hide some text so people
+ # who wanted to make a different skin could do so. I didn't clo
Update of /cvsroot/freevo/freevo/src/www/htdocs/images/tab
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17157/images/tab
Added Files:
left.gif left_on.gif right.gif right_on.gif
Log Message:
New web interface...
* Removed as much of the embedded design as possible, 99% is in CSS
de.rpy 9 Feb 2004 21:37:43 - 1.21
***
*** 12,15
--- 12,20
# ---
# $Log$
+ # Revision 1.21 2004/02/09 21:37:43 outlyer
+ # Removed the rounded edges I was trying for the guide; they
Update of /cvsroot/freevo/freevo/src/www/htdocs/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20371/images
Removed Files:
utilhead-topleft.gif utilhead-topright.gif
Log Message:
Removed the rounded edges I was trying for the guide; they don't work
consistently and look very
Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20371/styles
Modified Files:
main.css
Log Message:
Removed the rounded edges I was trying for the guide; they don't work
consistently and look very ugly in some browsers. I'll have
Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24523
Modified Files:
main.css
Log Message:
Internet Explorer 6 fixes.
Index: main.css
===
RCS file: /cvsroot/free
Update of /cvsroot/freevo/freevo/src/www/htdocs/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17157/images
Added Files:
utilhead-topleft.gif utilhead-topright.gif
Removed Files:
LeftArrow.png RightArrow.png round_left.png round_right.png
Log Message:
New web interf
Update of /cvsroot/freevo/freevo/share/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5970/images
Added Files:
blurrsplash.jpg
Log Message:
Splashscreen...
--- NEW FILE: blurrsplash.jpg ---
(This appears to be a binary file; contents omitted.)
-
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21296
Modified Files:
ChangeLog
Log Message:
Mention new web interface.
Index: ChangeLog
===
RCS file: /cvsroot/freevo/freevo/ChangeLog,
12,18
# ---
# $Log$
+ # Revision 1.11 2004/02/09 22:44:16 outlyer
+ # All time displays should respect the time format in the user's config.
+ #
# Revision 1.10 2004/02/09 21:23:42 outlyer
# New web
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5970/skins/main
Modified Files:
blurr2.fxd
Log Message:
Splashscreen...
Index: blurr2.fxd
===
RCS file: /cvsroot/freev
Update of /cvsroot/freevo/freevo/src/www/htdocs/images/library
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17157/images/library
Added Files:
library-images.jpg library-movies.jpg library-music.jpg
library-tv.jpg
Log Message:
New web interface...
* Removed as much of th
Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17157/styles
Modified Files:
main.css
Log Message:
New web interface...
* Removed as much of the embedded design as possible, 99% is in CSS now
* Converted most tags to XHTML 1.0
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/status
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18389/status
Added Files:
cd_audio.png cd_inactive.png cd_mixed.png cd_video.png
television_active.png television_inactive.png
Log Message:
Added new status icon
*** 12,15
--- 12,29
# ---
# $Log$
+ # Revision 1.4 2004/02/09 21:23:42 outlyer
+ # New web interface...
+ #
+ # * Removed as much of the embedded design as possible, 99% is in CSS now
+ # * Converted most tags to XHTML 1.0 standard
+ # * Changed layout tables int
Update of /cvsroot/freevo/freevo/src/www/htdocs/images/tab
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16885/tab
Log Message:
Directory /cvsroot/freevo/freevo/src/www/htdocs/images/tab added to the repository
---
The SF.Net email is
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10067
Modified Files:
blurr2.fxd
Log Message:
Fixed the audio listing which was shifted down for some reason.
Index: blurr2.fxd
===
Update of /cvsroot/freevo/freevo/src/www/htdocs/images/library
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16885/library
Log Message:
Directory /cvsroot/freevo/freevo/src/www/htdocs/images/library added to the repository
---
The SF.
# ---
# $Log$
+ # Revision 1.20 2004/02/09 21:29:32 outlyer
+ # New web functions...
+ #
# Revision 1.19 2004/01/28 03:35:01 outlyer
# Cleanup...
***
*** 133,153
! def printHeader(self, title='unknown page', style=No
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/status
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18349/status
Log Message:
Directory /cvsroot/freevo/freevo/share/icons/themes/blurr/status added to the
repository
---
The
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/mimetypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29076
Added Files:
playlist.png unknown.png
Log Message:
Added a generic playlist icon... I'm thinking it could be shown in place
of an album cover for a playlist file
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/mimetypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27956
Added Files:
folder_image.png playlist_image.png
Removed Files:
folder.png
Log Message:
Added image playlist icon; this one is home made from three diff
# ---
# $Log$
+ # Revision 1.9 2004/02/08 06:43:13 outlyer
+ # Fix unescaped amp.
+ #
# Revision 1.8 2004/02/06 13:40:17 dischi
# add addons to gensite
***
*** 92,96
pages = [ ['index.html', 'Freevo', gen_news(), tgif % 'main'],
!
Update of /cvsroot/freevo/website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5005
Modified Files:
content_install.html content_screenshots.html freevo.css
news.txt template_main.html
Log Message:
Beginning of conversion to XHTML Strict... shouldn't have any visible
dif
Update of /cvsroot/freevo/website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2040
Modified Files:
news.txt
Log Message:
Added information about the preview...
Index: news.txt
===
RCS file: /cvsroot/freevo/website
11,18
# ---
# $Log$
+ # Revision 1.27 2004/02/08 06:12:31 outlyer
+ # Missing the text... it looks like other shows are tomorrow, when they're
+ # really not.
+ #
# Revision 1.26 2004/02/07 13:24:21 dischi
# better
# ---
# $Log$
+ # Revision 1.51 2004/02/08 05:35:02 outlyer
+ # Remove debug
+ #
# Revision 1.50 2004/01/31 12:39:47 dischi
# delete unused audio variables
***
*** 169,173
Start playing the item
"""
# ---
# $Log$
+ # Revision 1.17 2004/02/08 05:33:30 outlyer
+ # Removed some debug print.
+ #
# Revision 1.16 2004/02/03 20:51:12 dischi
# fix/enhance dvd on disc
***
*** 221,225
variables
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28240
Modified Files:
blurr2.fxd
Log Message:
New player layout...
Index: blurr2.fxd
===
RCS file: /cvsroot/freevo/free
Update of /cvsroot/freevo/freevo/share/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26167
Added Files:
frame.png
Log Message:
Use this frame from the Weather plugin for the player in blurr2.
--- NEW FILE: frame.png ---
(This appears to be a binary file; contents omitted.
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25228
Modified Files:
blurr2.fxd
Log Message:
New icon watermarks...
Index: blurr2.fxd
===
RCS file: /cvsroot/freevo/f
Update of /cvsroot/freevo/freevo/share/images/gant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24926
Added Files:
games.png image.png movie.png music.png shutdown.png tv.png
Log Message:
Added GANT watermarks.
--- NEW FILE: games.png ---
(This appears to be a binary file; cont
Update of /cvsroot/freevo/freevo/share/images/gant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24864/gant
Log Message:
Directory /cvsroot/freevo/freevo/share/images/gant added to the repository
---
The SF.Net email is sponsored by E
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24743
Modified Files:
down.png left.png recordingnow.png right.png up.png
Log Message:
Got permission from designer, so these are the new icons for the theme.
Index: down.png
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/mimetypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24743/mimetypes
Modified Files:
cdrom.png empty_cdrom.png folder.png
Log Message:
Got permission from designer, so these are the new icons for the theme.
Index: cdro
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25957
Modified Files:
blurr2.fxd
Log Message:
Not much point in using the shadow here... at 14pt font, it's not really
visible anyway.
Index: blurr2.fxd
==
1.13
***
*** 10,13
--- 10,19
# ---
# $Log$
+ # Revision 1.13 2004/02/05 14:23:50 outlyer
+ # Patch from Viggo Fredriksen
+ #
+ # o Move to ChildApp2 for mplayer TV plugin
+ # o Channel changing via the
14:23:50 - 1.32
***
*** 10,13
--- 10,19
# ---
# $Log$
+ # Revision 1.32 2004/02/05 14:23:50 outlyer
+ # Patch from Viggo Fredriksen
+ #
+ # o Move to ChildApp2 for mplayer TV plugin
+ # o
***
*** 10,13
--- 10,19
# ---
# $Log$
+ # 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
--- 7,13
# ---
# $Log$
+ # Revision 1.29 2004/02/05 02:33:00 outlyer
+ # Escape ALL the text that goes into the FXD file.
+ #
# Revision 1.28 2004/01/31 01:52:53 mikeruelle
# at least be able to set another extension
.16 -r1.17
*** tvlisting_area.py 4 Feb 2004 19:04:49 - 1.16
--- tvlisting_area.py 4 Feb 2004 23:01:10 - 1.17
***
*** 10,13
--- 10,21
# ---
# $Log$
+ # Revision 1.17 2004/02/04 23:01:1
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26009
Modified Files:
freevo_config.py
Log Message:
Need a sensible default for 'ivtv' since the mplayer plugin uses it, and
will crash if one is not defined.
Index: freevo_config.py
=
ion 1.31
diff -C2 -d -r1.30 -r1.31
*** mplayer.py 31 Dec 2003 16:13:15 - 1.30
--- mplayer.py 4 Feb 2004 14:11:19 - 1.31
***
*** 10,13
--- 10,21
# ---
# $Log$
+ # Revision 1.31 2004/02/
-C2 -d -r1.12 -r1.13
*** tvmenu.py 11 Jan 2004 15:44:01 - 1.12
--- tvmenu.py 4 Feb 2004 14:11:18 - 1.13
***
*** 10,13
--- 10,21
# ---
# $Log$
+ # Revision 1.13 2004/02/04 14:11:18 out
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11720
Modified Files:
ChangeLog
Log Message:
Added the virtual DVD thing... need to put instructions on how to make one
of these somewhere.
Index: ChangeLog
===
Update of /cvsroot/freevo/freevo/WIP/Aubin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10683
Modified Files:
TODO
Log Message:
Changed my TODO to reflect recent activity.
Index: TODO
===
RCS file: /cvsroot/freevo/
10,16
# ---
# $Log$
+ # Revision 1.37 2004/02/02 23:06:03 outlyer
+ # This probably isn't neccessary to show every startup.
+ #
# Revision 1.36 2004/02/01 17:03:58 dischi
# speedup
***
*
# $Log$
+ # Revision 1.3 2004/02/02 22:22:14 outlyer
+ # For most cable boxes/satellite boxes, just punching in the channel isn't
+ # enough, you typically have to press 'enter' or 'select' afterwards. You
+ # can specify the NAME of the key to press after sending the comm
--
# $Log$
+ # Revision 1.26 2004/02/02 22:15:53 outlyer
+ # Support for mirrors of DVDs...
+ #
+ # (1) Make one using vobcopy, run 'vobcopy -m'
+ # (2) Put it in your movie directory and it'll look like a single file, and can
+ # be played with XINE with all of the features
--- 10,21
# ---
# $Log$
+ # Revision 1.60 2004/02/02 22:15:53 outlyer
+ # Support for mirrors of DVDs...
+ #
+ # (1) Make one using vobcopy, run 'vobcopy -m'
+ # (2) Put it in your movie directory and it'll look like a single file, and can
+ # be played with
# ---
# $Log$
+ # Revision 1.6 2004/01/19 17:56:30 outlyer
+ # Write cover images to the overlay directory, not the current one.
+ #
# Revision 1.5 2004/01/18 16:47:35 dischi
# cleanup
***
*** 269,273
- NEW FILE: mplayer.py ---
#if 0 /*
# ---
# mplayer.py - the Freevo MPlayer plugin for audio
# ---
# $Id: mplayer.py,v 1.1 2004/01/18 19:25:16 o
Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv505
Modified Files:
logger.py
Log Message:
SQlite isn't required for this, dbutil can handle it.
Index: logger.py
===
RCS file: /cvsro
Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv32341
Added Files:
logger.py
Log Message:
The perhaps poorly named "audio.logger" plugin... the purpose is that
if you activate it, the sqlite db will store the number of times you
play an mp3 file, a
--- 11,18
# ---
# $Log$
+ # Revision 1.3 2004/01/18 19:06:00 outlyer
+ # Add a "commit" function...call it to make sure the insert/updates are
+ # written to disc.
+ #
# Revision 1.2 2004/01/16 14:40:33 outlyer
# (Don
Update of /cvsroot/freevo/freevo/WIP/Aubin
In directory sc8-pr-cvs1:/tmp/cvs-serv20220
Modified Files:
TODO
Log Message:
Dischi added the drop shadows for me... we can strike that off the list.
Index: TODO
===
RCS file: /cv
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv19452/skins/main
Modified Files:
blurr.fxd blurr2.fxd
Log Message:
Some cleanup.
1. Using blurr-up/blurr-down when everyone else uses up/down is a problem
because you get no image if you don't ove
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr
In directory sc8-pr-cvs1:/tmp/cvs-serv19452/icons/themes/blurr
Added Files:
down.png up.png
Removed Files:
blurr-down.png blurr-up.png
Log Message:
Some cleanup.
1. Using blurr-up/blurr-down when everyone else uses up/dow
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/mimetypes
In directory sc8-pr-cvs1:/tmp/cvs-serv19452/icons/themes/blurr/mimetypes
Added Files:
cdrom.png empty_cdrom.png folder.png
Log Message:
Some cleanup.
1. Using blurr-up/blurr-down when everyone else uses up/down is a prob
Update of /cvsroot/freevo/freevo/share/icons/themes/blurr/mimetypes
In directory sc8-pr-cvs1:/tmp/cvs-serv19308/mimetypes
Log Message:
Directory /cvsroot/freevo/freevo/share/icons/themes/blurr/mimetypes added to the
repository
---
The SF.Ne
Update of /cvsroot/freevo/freevo/WIP/Aubin
In directory sc8-pr-cvs1:/tmp/cvs-serv16347/WIP/Aubin
Added Files:
TODO
Removed Files:
mp3dir.py smartimage.py
Log Message:
(Don't you love it when your neighbours make enough noise to wake you up
early on your day off)
Just some fixes
**
*** 11,14
--- 11,26
# ---
# $Log$
+ # Revision 1.2 2004/01/16 14:40:33 outlyer
+ # (Don't you love it when your neighbours make enough noise to wake you up
+ # early on your day off)
+ #
+ # Just some fixes from
**
*** 11,15
#
# ---
- # $Log$
# Revision 1.1 2004/01/16 08:14:04 outlyer
# Forgot to commit this earlier. This is:
--- 11,14
***
*** 22,34
# the info skins, it's nice to have.
#
- # Revision
2004/01/16 08:14:04 outlyer Exp $
#
# Notes:
#
# Todo:
#
# ---
# $Log: extendedadd.py,v $
# Revision 1.1 2004/01/16 08:14:04 outlyer
# Forgot to commit this earlier. This is:
#
# extendedmeta: Parser for embedded covers, f
Todo:
#
# ---
# $Log: extendedmeta.py,v $
# Revision 1.1 2004/01/16 08:14:04 outlyer
# Forgot to commit this earlier. This is:
#
# extendedmeta: Parser for embedded covers, folder cache, and sqlite scoring
# dbutil: H
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv30445
Modified Files:
blurr2.fxd
Log Message:
Fixed up the size of the image list to show three rows.
Index: blurr2.fxd
===
RCS file: /
Update of /cvsroot/freevo/website
In directory sc8-pr-cvs1:/tmp/cvs-serv28463
Modified Files:
freevo.css
Log Message:
Changed the font sizes a little more.
Index: freevo.css
===
RCS file: /cvsroot/freevo/website/freevo.css,
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv26639
Modified Files:
blurr2.fxd
Log Message:
Added audiocd
Index: blurr2.fxd
===
RCS file: /cvsroot/freevo/freevo/share/skins/main/blu
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv26716
Modified Files:
blurr2.fxd
Log Message:
Oops.
Index: blurr2.fxd
===
RCS file: /cvsroot/freevo/freevo/share/skins/main/blurr2.fxd,
Update of /cvsroot/freevo/freevo/WIP/Aubin
In directory sc8-pr-cvs1:/tmp/cvs-serv20129/WIP/Aubin
Modified Files:
logger.py
Log Message:
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,
10,22
# ---
# $Log$
+ # 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,
+ # an
Update of /cvsroot/freevo/freevo/WIP/Aubin
In directory sc8-pr-cvs1:/tmp/cvs-serv13385/WIP/Aubin
Modified Files:
logger.py
Log Message:
Added a "RATING" event... press a number from 0-5 to have the sqlite
database keep track of your score. The idea is to be able to build
playlists automat
ion 1.36
diff -C2 -d -r1.35 -r1.36
*** event.py15 Jan 2004 00:49:01 - 1.35
--- event.py15 Jan 2004 20:46:02 - 1.36
***
*** 10,17
# ---
# $Log$
! # Revision 1.35 2004/01/15 00:49:01
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv4522
Modified Files:
blurr2.fxd
Log Message:
New style for image viewer... still broken because drop shadows are
filling to size of cell instead of to the image.
Index: blurr2.fxd
===
1 - 100 of 730 matches
Mail list logo