view src/pan-view/Makefile.am @ 2530:949b146aaa23

Adds a keyword filtering feature to Timeline PanView. UI needs some work, and currently only supports intersection between multiple keywords. Would be easy to support keyword unions, if the UI supported it. Should probably hide the button in modes that don't yet support it.
author Omari Stephens <xsdg@google.com>
date Sun, 25 Dec 2016 08:25:13 +0000
parents d1b4dd282048
children
line wrap: on
line source

module_pan_view = \
	%D%/pan-calendar.c	\
	%D%/pan-calendar.h	\
	%D%/pan-folder.c	\
	%D%/pan-folder.h	\
	%D%/pan-grid.c	\
	%D%/pan-grid.h	\
	%D%/pan-item.c	\
	%D%/pan-item.h	\
	%D%/pan-timeline.c	\
	%D%/pan-timeline.h	\
	%D%/pan-types.h	\
	%D%/pan-util.c	\
	%D%/pan-util.h	\
	%D%/pan-view.c	\
	%D%/pan-view.h	\
	%D%/pan-view-filter.c	\
	%D%/pan-view-filter.h	\
	%D%/pan-view-search.c	\
	%D%/pan-view-search.h