CHANGE LOG
v0.3.8:
	- Bug fixes for new version of PyQt4
	- Add versioned depends on PyQt4
	- Fix checkins/nightsout scraper (Thanks to Ted van den Brink)
	- Fix bugs in mayor count display
v0.3.7:
	- Use unicode() instead of str() throughout to avoid crashes when
	  venues, etc, have non-ASCII characters in them (Thanks to Glenn Y. Rolland)
	- Set the parent of the checkin window correctly so that it doesn't
          go modal.
v0.3.6:
	- Update History, Nearby, Friends more completely after refresh
	- Show all search results
	- Dismiss processing dialog after attempting to refresh nearby
	  without a location fix
	- Warn when searching without a location fix
	- Check for foursquare api availability before attempting sign in.
v0.3.5:
	- UI: Windows now stack correctly instead of opening new ones
	- UI: Progress dialogs now let you switch away from barriosquare
	- Barriosquare now works correctly for users in non-English locales
	- Barriosquare is now far more resilient to network errors
	- History refreshes only fetch history from the last known checkin,
	  saving bandwidth.
	- Some options have been removed which were not fully implemented, and
	  will be re-introduced when they are completed.
v0.3.4:
	Fixes to the Sign In process:
		- Sign-in dialog has properly sized text widgets
		- Sign-in process now completes the whole way through,
		  including UserInfo, History, Friends, Nearby, etc.
		- User is taken to the Dashboard once sign-in is complete.
		- No longer need to manually update/restart barriosquare after
		  sign-in.
	Dashboard updates itself automatically after History refresh and new checkins.
v0.3.3:
	Fix regression in 0.3.2: Shutdown correctly when closing main window
v0.3.2:
	Correct rendering of Dashboard and Initialization screens on PR1.2
	Badge and Mayor counts correct on Dashboard
	Signin works again (change of URI)
v0.3.1:
	New dashboard screen
	Misc bug fixes
	Geo-accuracy paramters to foursquare api

v0.2.5:
	New bootstrap mechanism and post-install byte-code compilation for quicker app load.
	DB Schema update capability
v0.2.4:
                Fixed DST Bug - switched to using datetime.utcnow() instead of time.gmtime()

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.
