Add a new archived file tile to beagle-search. Still needs a little love.
commitfb2bdf98ba99198d85604ab5fd6a38fbf938424f
authorjoeshaw <joeshaw>
Fri, 1 Dec 2006 23:08:35 +0000 (1 23:08 +0000)
committerjoeshaw <joeshaw>
Fri, 1 Dec 2006 23:08:35 +0000 (1 23:08 +0000)
treed78f8f2153c0af1bdd84af9cc238a12947be59ef
parent4bcf33edb4329cbf319ac8cbda9a5096f46626fb
Add a new archived file tile to beagle-search.  Still needs a little love.

Fix an issue where ParentUris of files were the internal URIs, not the
real URIs.

Fix a crash when the OpenWith menu has no items.

Mark items as being inside an archive in the archive filter.

Change the "your data is being indexed" text in the notification area to
not mention "Beagle", since it's not used anywhere else in the UI.
Filters/FilterArchive.cs
beagled/FileSystemQueryable/FileSystemQueryable.cs
search/Makefile.am
search/Tiles/ArchivedFile.cs [new file with mode: 0644]
search/Tiles/AssemblyInfo.cs
search/Tiles/File.cs
search/Tiles/MailMessage.cs
search/Tiles/OpenWithMenu.cs
search/Tiles/Tile.cs
search/Tiles/Utils.cs