# Generated by Makefile. Do not edit.

2010-10-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.32

2010-10-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix bug #652840 "Files place is slow to come up and dismiss".
	
	The files place is slow to show on screen and takes > 1s to go away when dismissing it.
	
	This is because there is a "miscommunication" in the DBus interactions, where Unity sends us a barrage of messages that confuses the files daemon. The daemon then emits PlaceEntryInfoChanged (when the info hasnøt really changed) - this then confuses Unity and it sends an even bigger barrage of messages to the files daemon :-)

2010-09-29  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix bug #650908 "Files not sorted according to locale in folder browsing mode".
	
	We where only setting LC_MESSAGES and not LC_ALL in the setlocale() call in the beginning on main(). LC_ALL is required to also set LC_COLLATE to make the glib sorting routines do The Right Thing.

2010-09-29  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix bug #650897 "Unable to activate root section of pathbar in folder browsing mode".
	
	Always mark us dirty (that is - schedule a reload of the model data when the section changes) when we go into folder browsing mode

2010-09-28  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix bug #649598 "Files place not reset after folder browsing mode".
	
	We have some flood gates in place for when Unity send N SetActiveSection() and SetActiveSearch() requests (for N >= 3). These flood gates could prevent our state from being reset when leaving folder browsing mode. This commit makes the logic clearer and more robust.

2010-09-28  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Don't show .hidden or backup~ files in the Downloads group. This fixes bug #649219 "unity-place-files shouldn't show hidden files".

2010-09-27  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-09-27  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.30

2010-09-27  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add files.place.in.in to POTFILES.in
	
	Add new strings in Danish sample translation

2010-09-27  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-09-27  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.28

2010-09-27  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add X-Ubuntu-Gettext-Domain=unity-place-files in the [Desktop Entry] group of the .place file

2010-09-27  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Big optimization: If we're already showing the requested section - don't reload the data from Zeitgeist. Unity is sending 3 SetActiveSection() requests every time we show the files place. This is hammering Zeitgeist quite a lot.

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.26

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Rename place file to files.place.in.in and generate files.place.in in configure, and then feed that to @INTLTOOL_PLACE_RULE@. This fixes broken icon path in the .place file introduced when we marked the place file for translation.

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge lp:~unity-team/unity-place-files/translatable-place-files:
	
	* Mark .place file for translation

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make .place file translatable

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Bump to require libunity >= 0.2.41 to account for break in the libunity abi

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.24

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix typo in message "You search did not match any files" -> "Your ..."

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity-place-files/browse-in-nautilus:
	
	* Fix an unreported bug where browsing a favorite folder, with a custom name (ie. != folder's basename), from the files' home screen would not work because the files' place passed a bad URL to Unity
	
	* Add support for the UnityExtraAction hint, which in this case is used to show a small "Browse the current folder in Nautilus" button, when you are in folder browsing mode

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix unreported bug where favorite folders with custom names (ie != folder's basename) could not be browsed in Unity because we created some bad URLs for them

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Set UnityExtraAction hint when browsing into a folder

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add support for launching the default file manager when Activate(".") is called over the bus. This is step one in fixing bug #633201 'Provide an "open this folder" button'

2010-09-14  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-09-14  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.22

2010-09-10  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sort files and folders alphabetically with locale sensitive collation when in folder browsing mode.
	
	This fixes bug #634769 "Sort files alphabetically in folder browsing mode"

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.20

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add missing group icon for "Yesterday"
	
	Fix icon path for group-timerange.svg -> group-daterange.svg

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Set icon hints for group headers

2010-09-07  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity-place-files/i18nfixes:
	
	* A Vala @-string was marked for translation. This doesn't work.
	
	* Fix TRANSLATORS comment

2010-09-07  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Don't use Vala @-strings where we want translations. This wont work

2010-09-06  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Too aggresive state resetting was causing double queries against Zeitgeist each time the files place was activated

2010-09-06  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Simplify the Zeitgeist queries by removing some redundant conditions
	
	Apply some fuzzy logic to determine when the active search has actually changed in order to trigger fewer updates. Fx. Don't update when the activse search changes from null to "". Or from "" to " ".
	
	Add some more detailed profiling of the Zeitgeist queries and fix some off-by-a-factor-of-1000000 errors in ms conversions on the debug statements :-)

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Post release bump

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.5.18

2010-08-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Neil's (and a bit of my own) work lp:~unity-team/unity-place-files/results-view-fixes
	
	* Everything except items on the files place home screen is rendered with UnityFileInfoRenderer. This renders the file metadata to the right of the icon, instead of just the basename below the icon
	
	* Some fuzzy logic to determine a suitable time-range labels for files. Eg "Two hours ago", "Earlier today", "Yesterday". Displayed when using the UnityFileInfoRenderer

2010-08-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk.
	
	Fix some reversed logic in Utils.get_time_group() when figuring out how many hours ago we opened some doc

2010-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Set the correct renderer name for FileInfo
	- Send in some fuzzy time estimates for renderering

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add build deps on dbus-glib-1 >= 0.88

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Update return value of activate() from bool to uint32.
	
	Bump depends to Unity trunk

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Import Danish translation

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Correct parsing of ~/.gtk-bookmarks with URI escaping and taking explicit naming into account. THis fixes bug #621884 "Doesn't parse Favorites (gtk bookmarks) well"

2010-08-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add .pot file

2010-08-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Bring gettext configure.ac magic more in line with what is described on the Ubuntu wiki

2010-08-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add a GLib.Intl.setlocale(GLib.LocaleCategory.MESSAGES, "") courtesy seb128
	
	Build fixes

2010-08-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity-place-files/i18n:
	
	* Add i18n support
	
	* Mark all user visible strings for translation
	
	* Make distcheck pass

2010-08-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add AM_GLIB_GNU_GETTEXT

2010-08-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Enable i18n
	
	Make distcheck pass

2010-08-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Prettify configure.ac

2010-08-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Set the ExpandedGroups hint to make the Favorite Folders group always show all bookmarks as per IX spec

2010-08-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make null checking more robust in search_is_invalid()

2010-08-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-08-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.16

2010-08-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Handle empty sections and empty search results as agreed with njpatel

2010-08-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make incremental updates to the result set work

2010-08-12  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-08-12  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.5.14
	
	Bump deps to libzeitgeist >= 0.2.6 and dee >= 0.4.2

2010-08-12  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	When showing the All Files section without a search string we now collapse all files from Zeitgeist into one Recent group instead of the detailed timeline breakdown.

2010-08-12  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Disable filter searches: They where broken and very much non-trivial to fix

2010-08-12  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Clean up some compilation warnings

2010-08-12  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Clean up some compile time warnings, due to some missing casting magic from Vala's generated C

2010-08-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	First stab at dynamically filtering the result set when typing a search

2010-08-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Bump deps to Unity >= 0.2.25 and Dee >= 0.4.1

2010-08-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Use properly emblemed folder icons in the Favorite Folders group of the home page

2010-08-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's  branch lp:~unity-team/unity-place-files/other-section:
	
	* Implement the Other section properly, listing only stuff that is not
	found in the other sections (Documents, Images, Audio, etc)

2010-08-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement the Other section. This requires Zeitgeist >= 0.5.0 to work properly

2010-08-06  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	When leaving browsing mode set the section we came from in the UnityActiveSection hint, and make sure we load results up for that section
	
	Indentation fixes

2010-08-06  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Merge Mikkel's branch lp:~unity-team/unity-place-files/folder-section:
	
	* Enable the Folders section. Filling it with folders sorted by most recently used
	
	* Add build requirement for Zeitgeist daemon >= 0.5.0 because we need that to sort by folders (aka subject origin) recency and/or popularity

2010-08-06  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Require least version 0.5.0 of Zeitgeist daemon to build. This is needed to support the Folders section

2010-08-06  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Bugfix: Clicking a folder in the pathbar would drop the currently browsed folder from the back/forward history
	
	Enable the Folders section

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Add some NEWS

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Post release version bump

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Release 0.5.12

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Merge lp:~unity-team/unity-place-files/browser-stack-fixes:
	
	* Fix the back/forward stack in folder browsing mode
	
	* More stable calculation of the pathbar sections (they sometimes had screwed up ordering)
	
	* Add some debug statements here and there and remove the most noisy one

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Query the file path synchronously (not async) when building the pathbar model, to work around a bug in libdee that otherwise reverses the order of the signals
	
	Add some dedbugging statements to monitor state of the folder browsing

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Don't commit to back/fwd history when clicking bread crumbs

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Reflect tweaked browser stack API in libunity

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Fix an off-by-1 when clicking pathbar section

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Don't show hidden or backup files when browsing a folder
	
	Fix infinite loop when clicking pathbar section

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	React to clicks on the pathbar. Clicking the root element (the section you browsed from) will take you out of folder browsing mode

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Split logic of updating the pathbar into a separate (async) method

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	When in browsing mode build pathbar model relative to the home dir (if the path is a subpath of home). Also add as first path element the root section we started the browsing from

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Remove stray semi-colon

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Implement a Downloads group containing the files from the user's Downloads dir, sorted by mtime

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Clean up in comment string

2010-07-29  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Add an Audio section

2010-07-28  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Clear all state when deactivated by the Unity Shell. This makes sure we leave folder browsing mode when the dash is closed

2010-07-28  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Merge lp:~unity-team/unity-place-files/activation-api:
	
	* Implement URI activation spec (we subscribe to activation on inode/directory mimetypes)
	
	* Implement folder browsing
	
	Missing:
	
	* Lots of polish
	
	* Bread crumb navigation via the pathbar is not wired up (but should be shown in Unity)
	
	* In-folder searching
	
	* Currently there is no way to leave browsing mode once you in it! Caveat emptor!

2010-07-28  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Log warnings if Unity triggers unimplemented folder navigation features (notably bread crumb navigation and in-folder searching)

2010-07-27  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Add some docstrings and fixmes to make the logic a bit clearer

2010-07-27  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Add mtime and atime attribs for file querying. We need that we we start sorting downloads by timestamp

2010-07-27  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Sync with trunk

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	[feature] When entering folder browsing mode set change sections model to a special prupose pathbar model and keep that updated as we browse

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Elaborate on FIXME from previous commit

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add FIXME: we need to change the sections_model over to another model we use for rendering the path bar/breadcrumbs. Setting the files.sections_model property will be enough for this

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	[feature] Go into "folder browsing mode" if activate() is called (via DBus) on a valid directory URI
	
	[feature] Wire up back and forward signals from the Browser object
	
	[refactor] Make the Daemon class itself implement the Unity.Place.Activation interface

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Sync with trunk

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Bump unity build dep to 0.2.15

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Sync with trunk

2010-07-01  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	* Enable custom Activation DBus API
	
	* Prepare for exporting the Browser API over DBus (with hints hooked up and everything)

2010-07-01  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add an [Activation] group to the .place file

2010-07-01  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Install an activation handler which tiggers only on folders

2010-07-22  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add a Favorites Folder group with the folders defined in .gtk-bookmarks file

2010-07-22  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Post release version bump to 0.5.10

2010-07-19  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge branch from Seif Lotfy which checks for existence of files before adding them to the shared model.
	
	NOTE: This is only a temporary measure - and alternative solution being easier on the IO is planned

2010-07-19  Seif Lotfy  <seif@lotfy.com>

	don't show unreachable items

2010-07-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump to next devel version

2010-07-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.5.8

2010-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Reset search on invalid search string

2010-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Reset search on invalid search string

2010-07-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump for next devel release

2010-07-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.5.6

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	[bug] Fix switching of sections when the search string is empty or invalid

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump for next devel version

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.5.4

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Take the active search string into account when changing section. This closes bug #598082 "Take search string into account when section changes"

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~unity-team/unity-place-files/browsing-api :
	
	* Update to new libunity API
	
	* Simplify code and callbacks by using closures
	
	* Do truncated matching on the last word of the search string

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Also append a wildcard to the end of the search string used to find items sorted by time, before this commit it was only applied to the case where we sorted by query relevancy

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Always append a wildcard to the last word in the query. This fixed bug #599893 "the search filter in files and applications views is buggy"

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Hook for global search changes was wired up to changes in the place entry search

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Don't execute a search if the search is empty or null

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Port to new libunity API in lp:~unity-team/unity/browsing-api

2010-06-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Re-enable thumbnail and icon detection code

2010-06-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Re-enable thumbnailing and icon detection code in order to take the load of the Unity shell

2010-06-24  Didier Roche  <didier.roche@canonical.com>

	- install daemon binary to lib/
	- add service file
	- install service file for place

2010-06-24  Didier Roche  <didier.roche@canonical.com>

	- install daemon binary to lib/
	- add service file
	- install service file for place

2010-06-24  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Release 0.5.2

2010-06-24  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Disable monitoring of events for now. Since we don't de-dupe the results yet, this is mostly an annoyance. Added FIXME and bug tracker links

2010-06-23  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Release 0.5.1

2010-06-23  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Include a "Top Results" group sorted by relevancy in the top of search results as per spec

2010-06-23  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Time grouping is now to spec modulo using the right strings, and properly calculating the groups beyong the previous year.
	
	Require Zeitgeist 0.2.2 or later since we need some of the newly introduced timestamp handling api
	
	Return more results in all cases

2010-06-22  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Properly expand all variables in config.vala at build time

2010-06-18  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Release 0.5.0

2010-06-18  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Bump libzeitgeist dep to 0.2.1 as 0.2.0 had a bad integer overflow bug causing time range queries to go askew

2010-06-18  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge bzr merge lp:~anjali-team/anjali/unity-place-files.groups. Bumps libzeitgeist dep to 0.2.0 and enables a *prototype** implementation of the time based grouping of files. The grouping is not accurate nor to the spec, but is good enough for the gui to have something to play around with for now

2010-06-17  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Bump libzeitgeist dep to 0.2.0

2010-06-17  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	First prototype of time grouping complete. The grouping is *not* complete or to the spec, but is there for Neil to have something to play with

2010-06-17  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Populate the groups model with all months ahead of time because we are going to need them anyway

2010-06-17  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Start adding the right time based grouping

2010-06-18  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge bzr merge lp:~anjali-team/anjali/unity-place-files.search. Enabling the SetSearch() and SetGlobalSearch() methods in the DBus API. Note that you need Zeitgeist 0.4.0 or later running with the FTS extension in order for this to work

2010-06-16  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Moce unused, but useful, code ti utils.vala

2010-06-16  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Search results for SetSearch() and SetGlobalSearch() are now added to their respective Dee.SharedModels (thus shared on the bus)

2010-06-16  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	DBus calls to SetSearch() and SetGlobalSearch() getting through and result in an actual call against ZG FTS. The Dee models are still not populated, but we are getting there...

2010-06-16  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~anjali-team/anjali/unity-place-files.sections enabling the sections- and groups- models. You can also update the results model by setting the section of the files place entry

2010-06-14  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Restrict to subjects of URI file:*. We can't solely rely on NFO_FILE_DATA_OBJECT as NFO_REMOTE_FILE_DATA_OBJECT is also a child of this type

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	w00t! sections actually work (not exactly as specced, but somewhere close to that)

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Fix memory corruption due to the fact that GPtrArray doesn't ref objects when you add them. Vala doesn't like that...

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Hook up infrastructure for section shuffling

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add link to ZG bug reporthttps://bugs.launchpad.net/zeitgeist/+bug/592599

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Build a list of event templates to use in the query indexed by section id

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Grab a Zeitgeist.Index() so we can do full text search on ZG

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Export the Unity.Place.Controller as the last thing in the Daemon constructor to ensure that all the Dee.SharedModels are up when the place is "ready"

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Fill out the sections model and entry goups model on construction of the Daemon

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Upgrade to work against libzeitgeist 0.1.1

2010-06-11  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Refactor: pull Daemon class out into its own .vala file so that main.vala only contains... well... main() :-)
	
	Rename model-schemas.vala to just schemas.vala

2010-06-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Update files.place.in with new key names
	- Update main.vala to export with correct name (.Unity. instead of .unity.)

2010-06-09  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Flatten src/ dir and ensure distcheck passes. Clean up unused files. Bump version to 0.3.1

2010-06-09  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Post 0.3.0 tag

2010-06-08  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	No more g_criticals() or g_warnings() on stderr... Vala *really* doesn't like anonymous variables... The following diff makes all the difference:
	
	-      templates.add (new Zeitgeist.Event ());
	+      var event = new Zeitgeist.Event ();
	+      templates.add (event);

2010-06-08  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Almost working again now, modulo Vala oddness

2010-06-08  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Remove the old helper class Unity.Place.Daemon from the build as it's not all handled inside libunity

2010-06-07  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Refactor to new libunity place daemon impl. Works module the fact that libunity doesn't ship a .pc file yet, meaning that automagic fails to detect libunity

2010-06-07  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Auto-magic to generate a config.vala and include that in the build

2010-06-01  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Initial import of (working!!) Vala/DBus prototype of the Place API

2010-05-27  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Silence some cast-warnings from valac (requires yet to be released Dee 0.2.1)

2010-05-27  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Port from DbusModel to Dee

2010-04-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Initial project setup of a Unity Place Daemon providing recently used files. At the time of writing we require dbusmodel trunk and libzeitgeist trunk in order to work.

