CHANGE LOG

v0.2.3:
		Fixed missing icon on pending-friends-request tab, updated button layout on SignInDialog and MyLocation dialog 

v0.2.2:
        Initial push to extras-devel
v0.2.1:
        Underlying data storage in sqlite3 database (/home/user/.barriosquare/barriosq.db)
        change the path to conform to standard garage project styles (all lowercase: /opt/barriosquare )
        Ability to view friends/friend detail/pending friends
        Clicking on friends checkin history displays details, including button to check in and view venue info
        Larger google maps
        Better feedback via progress bar
        Better style changes and UI tweaks

v0.1.23:
	Added support for adding venues to foursquare.com

v0.1.20:
	Changed the way the location subsytem works - Intialize a tcp socket server and have child process 
	communicate updates to main app. Location will only be updated every 120 seconds.
	Removed button for "Refresh location. Rudimentary support for adding tips to venues.
	Log errors to ~/.barriosquare/stderr.log
	Auto refresh of user friends' checkins on load.

v0.1.10:
	Major flow control updates, and UI tweaks to improve loading times.
	Added QThreads for signIn dialog to enable background signin thread and osso display.
	Added some more error handling of invalid xml response from api.foursquare.com 
	(if api is overloaded or down). Misc python errors relating to nearby venue without address data

v0.1.5: Additional changes to get-location.py location acquisition routines.
	Iconified some buttons on the MainWindow, and converted place detail 
	and friend detail pages to hildon stackable window (via QMainWindow conversion).
	Hide the tabs from the QTabWidget and add buttons for switching between tab views

v0.1.1: Modified deb package to include python2.5-qt4-network as required dependency.

v0.1.0: Initial release for testing.

