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



Author: sdelcroix
Date: 2007-03-09 23:10:09 +0000 (Fri, 09 Mar 2007)
New Revision: 3017
ViewCVS link: http://svn.gnome.org/viewcvs/f-spot?rev=3017&view=rev

Added:
   trunk/src/Term.cs
   trunk/src/Widgets/FindBar.cs
Removed:
   trunk/src/FindBar.cs
Modified:
   trunk/ChangeLog
   trunk/src/DirectoryAdaptor.cs
   trunk/src/MainWindow.cs
   trunk/src/Makefile.am
   trunk/src/PhotoQuery.cs
   trunk/src/PhotoStore.cs
   trunk/src/SimpleCalendar.cs
   trunk/src/TagCommands.cs
   trunk/src/TagStore.cs
   trunk/src/TimeAdaptor.cs
Log:
2007-03-09  Stephane Delcroix  <stephane delcroix org>

	* src/Makefile.am:
	* src/Term.cs: new logic class, capable of building complex queries
	about tags and generating the sql code.

	* src/PhotoStore.cs:
	* src/TagStore.cs:
	* src/TimeAdaptor.cs:
	* src/PhotoQuery.cs:
	* src/SimpleCalendar.cs:
	* src/TagCommands.cs:
	* src/DirectoryAdaptor.cs: 
	* src/MainWindow.cs: use the Terms to build queries.

	* src/Widgets/FindBar.cs: moved from src/FindBar.cs, refactored a lot.
	New parser handling Not conditions (Gabriel Burt), use a delay to
	prevent updates while typing (Gabriel Burt), new completion code to
	mimic the behavior of the TagEntry widget, no longer use the tag
	widget to get tagnames, use the TagStore and a lot more...





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