Description:

	A weather screenlet with easier user customization and improved weather information 
	layout.  This screenlet is compatible with any icon pack compatible with weather.com,
	you can find many packs on deviantart.com or http://liquidweather.net/icons.php#iconsets.
	Weather feeds are provided by weather.com

Created By:
	
	Casey Trader aka "Swiftfeet" based on screenlet by Helder Fraga aka "Whise"

--------------------------------------------------------------------------------------------------

TODO:

	- Possibly redo themes to just be icon sets??
	- Make a dropdown list to choose icon set??
	- Make gradient color chooser display the current color always
		- Doesn't show color when properties are closed and reopened
DONE	- Fix mini-mode so that it always displays weather info and not "nothing" or radar
	- Don't allow radar map to be displayed automatically upon startup
	- Improve performance of radar map
DONE	- Radar toggle option on menu doesn't work
	- Radar map appears blurrier in Smooth Weather then it does in Example screenlet
	- Loading of screenlet can be slow if "show_radar" is enabled at launch
		- Make it so "show_radar" is defaulted off when launched
		- This is possibly caused by the speed of the internet connection
		- Or caused by the possible throttling that weather.com might do on connections
	- Cleanup unneeded code and make code more readable
	- See if resizing the image in get_map() first decreases system resources needed
	- Setup radar so that it is only updated when weather information is updated
		- Check to see how often weather.com updates weather maps
		- Try to set timing for radar updates to same as weather.com
	- Increase performance of screenlet and lessen the system resources needed
	- Make an option to display dates instead of weekday names
	- Make screenlet more compact if precip, humidity, or windspeed are not displayed
	- Display text descriptin of conditions when hovering over weather status icon 
		- If provided from weather.com	
	- Better align the daily icons below the corresponding day better
		- Done, but may still need work
	- Add weather alarm to screenlet that plays sound based on alarm
		- Add weather alerts to screenlet that plays alert sound based on alert
		- These could utilize 'Festival' to play alarms
		- Could make 'Festival' as an option to play the weather with a button press
	- Add windspeed and other information to screenlet layout somehow
		- Make these as toggle type options
	- Add seperator image between days to better seperate them
	- Make it so current temperature has an outline around the text
		- Possibly make this an option for text above certain size (or all)

v0.3
	Added toggle on menu for weather radar
	Cannot go from mini to radar or radar to mini
	Adjusted graphics slightly for better alignment
	Added custom background functionality to screenlet
		Still allows for "standard" themes to work
	Localized most options to external XML file
	Cleaned up some unneeded code
	Added radar map functionality to screenlet
	Made radar map more eye pleasing
	Put radar map gatherer into a seperate module

v0.2  11/24/07 
	Added descriptions to themes in properties
	Added "Shiny Ocean" theme for this release
	Modified alignment of daily weather icons to better line up under day name
	Changed default location to a working location
	Changed default theme and default to non-metric format
	Made "Use Metric" a toggle option on main menu when screenlet is "right-clicked"
	Added "f" or "c" next to current temp to indicate standard or metric units
	Added "realtime" updates of options on screenlet
	Added "Layout" tab to options for better organization for future
	Added windspeed and direction to screenlet with layout option
	Added visibility to screenlet with layout option
	Adjusted size of current high/low/humid/wind text to be less bold
	Adjusted scale of current weather icon
	Fixed screenlet icon in properties and manager, and made it's background transparent
	Fixed zip code dialog box to default to OK if you just press enter/return key
	Fixed cancel button on zip code dialog box

v0.1 	11/19/2007
	Shows high/low on 6 day forecast above the corresponding days weather icon

  Created by:
       -Casey Trader "Swiftfeet"

