gimp r25996 - in branches/soc-2008-tagging: . app/core



Author: aurisj
Date: Fri Jun 27 20:36:55 2008
New Revision: 25996
URL: http://svn.gnome.org/viewvc/gimp?rev=25996&view=rev

Log:
* app/core/Makefile.am
* app/core/core-types.h
* app/core/gimpfilteredcontainer.[ch]: added GimpFilteredContainer
which can be used to filter containers based on object tags.
* app/widgets/gimpbrushfactoryview.c
* app/widgets/gimpdatafactoryview.[ch]: simple tag query from GUI.


Modified:
   branches/soc-2008-tagging/ChangeLog
   branches/soc-2008-tagging/app/core/Makefile.am

Modified: branches/soc-2008-tagging/app/core/Makefile.am
==============================================================================
--- branches/soc-2008-tagging/app/core/Makefile.am	(original)
+++ branches/soc-2008-tagging/app/core/Makefile.am	Fri Jun 27 20:36:55 2008
@@ -159,6 +159,8 @@
 	gimpdrawablemodundo.h			\
 	gimpdrawableundo.c			\
 	gimpdrawableundo.h			\
+	gimpfilteredcontainer.c			\
+	gimpfilteredcontainer.h			\
 	gimpfloatingselundo.c			\
 	gimpfloatingselundo.h			\
 	gimpgradient.c				\



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