Beagle 0.2 has the landing of a new UI that has been under development for some time in a seperate branch. This marks the removal of gecko and evolution dependencies in the UI, which were the cause of most problems. The new UI displays result tiles using a custom widget.
I consider it to be at least as stable as Best, the old front end, which was never intended to be a long term interface. It also contains many bugfixes in the backend including continued reduction of memory usage. It fixes (at least) the following bugs in Malone: 29053. beagle binary is uninstallable 5266. beagle graphical front-end broken 6652. beagle-0.1.4-0ubuntu1 doesn't support searching with Korean 29386. Beagle 0.2.0 and Dapper 0.2.1 is currently packaged in Debian. We can sync it as is for the first time ever. A big win from my perspective.
--- beagle-0.1.4/ChangeLog 2005-12-18 15:02:43.000000000 -0500 +++ beagle-0.2.1/ChangeLog 2006-01-30 14:32:58.000000000 -0500 @@ -1,3 +1,244 @@ +2006-01-30 Lukas Lipka <[EMAIL PROTECTED]> + + * search/Tiles/Tile.cs: Don't break on zero-length snippets. + +2006-01-27 Dan Winship <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * search/Panes.cs: fix the background color on the viewport in the + main pane. #328755 + +2006-01-24 Lukas Lipka <[EMAIL PROTECTED]> + + * search/Tiles/File.cs: + * search/Tiles/RSSFeed.cs: Always set the cached snippet as markup. + +2006-01-24 Lukas Lipka <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * search/Tiles/IMLog.cs: found_snippet never got set to true so we + always queried for the snippet. + +2006-01-21 Chao-Hsiung Liao <[EMAIL PROTECTED]> + + * configure.in: add "zh_HK" to ALL_LINGUAS. + +2006-01-20 Debajyoti Bera <[EMAIL PROTECTED]> + + * KonqQueryable.cs: Use QueryableStates for Konqueror webhistory + backend. + +2006-01-20 Dan Winship <[EMAIL PROTECTED]> + + * search/Search.cs: + * search/UIManager.cs: Change default sort criterion to "modtime", + since relevance doesn't work very well. + + * search/Tiles/Contact.cs: Fill in the details pane + +2006-01-19 Larry Ewing <[EMAIL PROTECTED]> + + * Filters/FilterPng.cs: rework FilterPng to use the managed png + parser and extract a lot more png metadata. + + * Util/EndianConverter.cs: endian aware bitconverter used in the + png parser. + + * Util/PngHeader.cs: new png parser. + +2006-01-19 Lukas Lipka <[EMAIL PROTECTED]> + + * search/Search.cs: Hide the search window when we click the tray icon. + This must have been deleted during merge, since it worked before. + Spotted by James Ogley. + +2006-01-18 Larry Ewing <[EMAIL PROTECTED]> + + * Filters/FilterJpeg.cs: fix the XMP parser in the JpegFilter so + it does the correct thing. + +2006-01-18 Debajyoti Bera <[EMAIL PROTECTED]> + + * wrappers/python: Updated python bindings to include some of the + recent libbeagle Hit functions. + * KMailQueryable.cs: Added reading kmail folder location from kmailrc + (patch by Vaclav Slavik [EMAIL PROTECTED]). Changed logic of + deciding whether a directory is a valid kmail folder. Fixes + 327294, 327365. + * BeagleClient/Property.cs, beagled/LuceneCommon.cs, Util/StringFu.cs: + Use unstored lucene fields for search-only properties. Move + UnindexedNamespace from LuceneCommon to StringFu so that both backends + and Filters can access them. + * Filters/FilterKonqHistory.cs, KonqHistoryQueryable/KonqQueryable.cs: + Use UnindexedNamespace for hinting filters. + * Filters/FilterMail.cs: Store tokens from sanitized email address as + unstored lucene field. + +2006-01-18 Larry Ewing <[EMAIL PROTECTED]> + + * Util/XmpFile.cs: Added as a container class for XMP info. + + * Util/MetadataStore.cs: Added a generic rdf store with common + namspaces. + + * Util/SemWeb/: import SemWeb rdf parser. + + * Filters/FilterJpeg.cs: extract XMP metadata translate a few + triples to beagle properties. + +2006-01-17 Lukas Lipka <[EMAIL PROTECTED]> + + * search/Pages/StartDaemon.cs: Add a timeout after daemon start after + which the query is fired. + +2006-01-16 Lukas Lipka <[EMAIL PROTECTED]> + + * search/beagle-search.desktop.in (Exec): Reference beagle-search + not just search. Spotted by James Ogley. + +2006-01-16 Lukas Lipka <[EMAIL PROTECTED]> + + * search/Tiles/MailMessage.cs: Add forward in mail action. + +2006-01-16 Lukas Lipka <[EMAIL PROTECTED]> + + * search/Tiles/*: Make all the actions translatable. + + * search/Tiles/MailMessage.cs: Fix To/From stuff. Remove obsolete + attachment stuff. + +2006-01-16 Lukas Lipka <[EMAIL PROTECTED]> + + * search/Tiles/File.cs: Make the snippet label use all available space. + + * search/Tiles/Image.cs: Show the f-spot comment if it is available. + + * search/Search.cs: More spec-ing; update the window title according + to the search. + +2006-01-16 Lukas Lipka <[EMAIL PROTECTED]> + + * search/UIManager.cs: Make the quick tips and help menu options work. + + * search/Search.cs: Implement quick tips option. + + * search/Tiles/MailMessage.cs: Files type of message/rfc882 should + appear in mail message category. + +2006-01-14 Debajyoti Bera <[EMAIL PROTECTED]> + + * libbeagle/.../beagle-property.c: Fixed a crash when trying to find + the right place in a list of BeagleProperty armed with only a key. + +2006-01-14 Debajyoti Bera <[EMAIL PROTECTED]> + + * BlamQueryable.cs: Allow child elements in <item> tag, according to + latest blam file format. The example file I had had no information in + the child tag, so just read past them. + +2006-01-13 Debajyoti Bera <[EMAIL PROTECTED]> + + * beagled/QueryStringParser.cs, beagled/FSQ/FileSystemQueryable.cs: + Store extensions in lower-case and change extension queries to + lowercase too. + +2006-01-13 Debajyoti Bera <[EMAIL PROTECTED]> + + * glue/xdgmime, Util/GnomeFu.cs, Util/XdgMime.cs: Move to XdgMime. + Replace all GnomeFu.GetMimeType by XdgMime.GetMimeType. + * Tiles/TileFile.cs, Tiles/TileMailMessage.cs: Wont be used still, + dont detect mimetype again, reuse Hit.MimeType. + +2006-01-13 Dan Winship <[EMAIL PROTECTED]> + + * search/*: import of new search ui (now called beagle-search) + from holmes module. + + * configure.in, Makefile.am: Build beagle-search instead of best. + Remove all sorts of gecko-related stuff from configure.in + + * glue/*, images/*: add holmes glue/images. Remove gecko glue. + +2006-01-07 Debajyoti Bera <[EMAIL PROTECTED]> + + * Filters/FilterDesktop.cs: Index 'Type' .in desktop files. + * Filters/FilterHtml.cs: Use 'meta' namespace for meta keywords. + +2005-12-23 Debajyoti Bera <[EMAIL PROTECTED]> + + * AkregatorQueryable/AkregatorQueryable.cs: Remove gmime dependency, + use ParseExact. + 2005-12-18 Debajyoti Bera <[EMAIL PROTECTED]> * Filters/FilterKonqHistory.cs, beagled/KonqHistoryQueryable: Use
beagle.diffstat
Description: Binary data
-- Ubuntu-motu mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
