f-spot r3074 - in trunk: . src src/Widgets



Author: gburt
Date: 2007-04-14 03:33:50 +0100 (Sat, 14 Apr 2007)
New Revision: 3074
ViewCVS link: http://svn.gnome.org/viewcvs/f-spot?rev=3074&view=rev

Added:
   trunk/src/DependentListStore.cs
Modified:
   trunk/ChangeLog
   trunk/src/MainWindow.cs
   trunk/src/Makefile.am
   trunk/src/PhotoQuery.cs
   trunk/src/PhotoStore.cs
   trunk/src/TagCommands.cs
   trunk/src/TagQueryWidget.cs
   trunk/src/TagStore.cs
   trunk/src/Term.cs
   trunk/src/Widgets/FindBar.cs
Log:
2007-04-13  Gabriel Burt  <gabriel burt gmail com>

	* src/Makefile.am:
	* src/DependentListStore.cs: New ListStore class that follows the state of
	a TreeStore.  Useful for producing a ListStore for tab-completion from the
	tag TreeStore.

	* src/Term.cs: Remove duplicate class for generating logical queries, and
	move the old code here from TagQueryWidget.cs as the first step in
	refactoring it and cleaning it up.

	* src/MainWindow.cs:
	* src/PhotoQuery.cs:
	* src/PhotoStore.cs:
	* src/TagCommands.cs:
	* src/TagQueryWidget.cs:
	* src/TagStore.cs: Small changes to use the old logic code that is now in
	Term.cs.

	* src/Widgets/FindBar.cs: Tab-complete all tags now, not just toplevel
	ones.  Search comments and file paths if text doesn't match a tag exactly.
	If / or ctrl-f is pressed, focus the search bar even if it's already open.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]