Holmes already works!

2005-09-30 Thread Charlie Law
Though I'm not a programmer, I was interested in the Beagle hackfest that went 
on last weekend. I just downloaded the Holmes source from CVS, and I was amazed 
to see that it already works. In fact, on my system, it's faster and stabler 
than Best or the Firefox plugin. It's also not bad aesthetically, even though 
they've only just started working on that aspect.

If you're interested in checking out Holmes, go to 

http://beagle-project.org/Beagle_UI_Hackfest

and follow the CVS instructions on that page.

Great job, you folks. We really appreciate it.

-
___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Best Clear

2005-09-30 Thread Dennis Snell
Hello all,
I'm new to this list, and I just made my first BUGFIX - er,
IMPROVEMENT.  When clicking 'Clear' in the Best tray icon, it clears the
history, but leaves the search results in the main window.

This relates to Bug 315984 and I solved it by adding two lines in the
BestWindow.cs file.

@@ -615,6 +615,8 @@
public void ClearHistory ()
{
history.Clear ();
+   Search("");
+   UpdatePage();
}

This solves the problem, but I don't know if people want those results,
I sure like it to clear everything when I hit 'Clear'.  I'm not sure,
however, what to do now that I made the change.

Thanks all.

___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers