Author: duncan Date: Mon Sep 24 15:52:29 2007 New Revision: 9895 Log: Added oneclick weather plug-in Needs more testing before a general release
Added: branches/rel-1/freevo/share/images/weather/oneclick_frame.png (contents, props changed) branches/rel-1/freevo/share/skins/plugins/oneclick.fxd (contents, props changed) branches/rel-1/freevo/src/plugins/oneclick.py (contents, props changed) branches/rel-1/freevo/src/plugins/weatherdata.py (contents, props changed) Added: branches/rel-1/freevo/share/images/weather/oneclick_frame.png ============================================================================== Binary file. No diff available. Added: branches/rel-1/freevo/share/skins/plugins/oneclick.fxd ============================================================================== --- (empty file) +++ branches/rel-1/freevo/share/skins/plugins/oneclick.fxd Mon Sep 24 15:52:29 2007 @@ -0,0 +1,25 @@ +<?xml version="1.0" ?> +<freevo> + + <skin geometry="800x600"> + <!-- Items of the main menu --> + <main> + <item label="oneclick" name="Weather Forecast" image="weather/weather_watermark.png"/> + </main> + + <oneclick> + <screen layout="screen" x="0" y="0" width="800" height="600"/> + <title visible="not idlebar" layout="title" x="10" y="10" width="780" height="80"/> + <subtitle layout="subtitle" x="15" y="60" width="770" height="50"/> + <content layout="oneclick" x="10" y="100" width="780" height="450"/> + </oneclick> + + <layout label="oneclick"> + <background> + <image filename="../images/weather/oneclick_frame.png"/> + </background> + <content x="15" y="3" width="MAX-31" height="MAX-28" spacing="10"/> + </layout> + + </skin> +</freevo> Added: branches/rel-1/freevo/src/plugins/oneclick.py ============================================================================== --- (empty file) +++ branches/rel-1/freevo/src/plugins/oneclick.py Mon Sep 24 15:52:29 2007 @@ -0,0 +1 @@ +link ../../../testing/Duncan/weather/1click/oneclick.py \ No newline at end of file Added: branches/rel-1/freevo/src/plugins/weatherdata.py ============================================================================== --- (empty file) +++ branches/rel-1/freevo/src/plugins/weatherdata.py Mon Sep 24 15:52:29 2007 @@ -0,0 +1 @@ +link ../../../testing/Duncan/weather/1click/weatherdata.py \ No newline at end of file ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
