2006-01-30 Lukas Lipka * search/Tiles/Tile.cs: Don't break on zero-length snippets. 2006-01-27 Dan Winship * glue/ephy-spinner.[ch]: Remove this; it's GPL * search/Spinner.cs: Reimplement this entirely in C#, based on ImageAnimation.cs from Banshee. * search/Tray/NotificationArea.cs: Numerous 64bit-cleanliness fixes to fix #327944. 2006-01-26 Dan Winship * search/Panes.cs: fix the background color on the viewport in the main pane. #328755 2006-01-24 Lukas Lipka * search/Tiles/File.cs: * search/Tiles/RSSFeed.cs: Always set the cached snippet as markup. 2006-01-24 Lukas Lipka * search/Tiles/Tile.cs: Revert temporary fix for the snippet crash. * search/Search.cs: Fix a bug when the query was getting unrefrenced too soon. 2006-01-23 Dan Winship * search/Tray/NotificationArea.cs: specify full library names here so we don't depend on gtk2-devel and xorg-x11-devel. #328276 2006-01-22 Lukas Lipka * search/Search.cs: Dispose the old query before firing a new one so we dont get updates for the old one anymore. 2006-01-22 Lukas Lipka * search/Category.cs: Make sorting work in real time. * search/GroupView.cs: Make live queries update the UI on subtract hit. * search/SortedTileList.cs: Implement date comparer. * search/UIManager.cs: Update the sorting menu a little. * search/Tiles/Tile.cs: Add a check for a null hit or query to eliminate a really odd crash. 2006-01-22 Lukas Lipka * search/Tiles/Tile.cs: Don't set the snippet to "..." when we fire off a request, because if we fail midway, this will break the IM tile. * search/Tiles/Image.cs: Don't fail if the image doesnt have an extension. * search/Tiles/TileActivator.cs: Be more bulletproof when instantiating tiles. 2006-01-21 Larry Ewing * Filters/FilterTiff.cs: add a filter for tiff files. * Filters/FilterImage.cs: fix the xmp parser rights is a bag. * Util/Tiff.cs: add tiff parser. 2006-01-20 Larry Ewing * Filters/FilterImage.cs: add AddXmpProperties so that other subclases can share the logic. * Filters/FilterPng.cs: use AddXmpProperties to add the xmp properties. * Filters/FilterJpeg.cs: call FilterImage.AddXmpProperties instead of doing the additions here. 2006-01-21 Lukas Lipka * search/Tiles/IMLog.cs: found_snippet never got set to true so we always queried for the snippet. 2006-01-21 Chao-Hsiung Liao * configure.in: add "zh_HK" to ALL_LINGUAS.