Find a file
Rebecca Schulman e225567b68 Redid the complex search bar to look the way we actually wanted it. There
2000-07-26  Rebecca Schulman  <rebecka@eazel.com>
	Redid the complex search bar to look the way we actually
	wanted it.  There are still some bugs, but as far as i
	can tell, it hasn't introduced horrid instability, and
	this way, mathieu, among other can work on the
	partial amount of stuff i have done.

	* libnautilus-extensions/Makefile.am:

	* src/Makefile.am:
	* src/nautilus-search-bar-criterion.c:
	* src/nautilus-search-bar-criterion.h:
	* libnautilus-extensions/nautilus-search-uri.h:
	* src/nautilus-search-bar.c:
	* src/nautilus-simple-search-bar.c:
	(nautilus_simple_search_bar_initialize_class),
	(nautilus_simple_search_bar_set_search_controls):
	* src/nautilus-switchable-search-bar.c:
	Moved nautilus-search-bar-criterion.c from src/ to
	libnautilus-extensions.

	* libnautilus-extensions/nautilus-search-bar-criterion.c:
	* libnautilus-extensions/nautilus-search-bar-criterion.h:
	(nautilus_search_bar_criterion_destroy),
	(nautilus_search_bar_criterion_new),
	(nautilus_search_bar_criterion_new_from_values),
	(nautilus_search_bar_criterion_next_new),
	(nautilus_search_bar_criterion_first_new),
	(nautilus_search_bar_criterion_list_get_last),
	(get_next_default_search_criterion_type),
	(nautilus_search_bar_criterion_show),
	(nautilus_search_bar_criterion_hide):
	redid this api, and made it saner.  Doesn't seem
	like a gtk class is even necessary, or even useful here.
	We just want to keep track of the widgets.

	* src/nautilus-complex-search-bar.c:
	(nautilus_complex_search_bar_initialize_class),
	(nautilus_complex_search_bar_initialize),
	(nautilus_complex_search_bar_get_location),
	(nautilus_complex_search_bar_set_search_controls),
	(attach_criterion_to_search_bar),
	(unattach_criterion_from_search_bar), (more_options_callback),
	(fewer_options_callback):
	redid this to use tables, instead of all the boxes, as per
	Gene's suggestion.  There are still a few bugs here
	with criterion removal that need to be worked out,
	and there also needs to be some level of translation to
	uri, and re-setting up the search criteria to correspond to
	a uri.

	* libnautilus-extensions/nautilus-search-bar-criterion-private.h:
	added to keep some sense of data privacy.
2000-07-27 05:36:59 +00:00
components Added some more settings 2000-07-27 02:18:33 +00:00
cut-n-paste-code Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
data made it so that different categories in the property browser could have a 2000-07-26 19:58:12 +00:00
docs Massive reorganization of components/services. All service components 2000-05-09 20:46:01 +00:00
helper-utilities Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
icons completed task 1774, desktop needs separate background from theme 2000-07-26 07:37:32 +00:00
idl Removed the fsextension IDL, which was a work in progress that no one is 2000-05-12 01:11:15 +00:00
libnautilus reorganized the menus. Added a user level menu and removed the settings 2000-07-25 21:39:28 +00:00
libnautilus-extensions Redid the complex search bar to look the way we actually wanted it. There 2000-07-27 05:36:59 +00:00
libnautilus-private Redid the complex search bar to look the way we actually wanted it. There 2000-07-27 05:36:59 +00:00
librsvg Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
nautilus-installer Change to use bonobo_object_unref now that the leaks have been fixed. This 2000-07-12 19:33:38 +00:00
nautilus-widgets Move the nautilus-widgets classes to libnautilus-extensions. 2000-06-10 00:38:05 +00:00
po Translations from Keld 2000-07-27 03:02:23 +00:00
src Redid the complex search bar to look the way we actually wanted it. There 2000-07-27 05:36:59 +00:00
test Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
tools Turn my dumbass brain on this time before committing. Add the moved leak 2000-07-15 02:12:01 +00:00
.cvsignore Some generated file names changed, so these must change too. 2000-07-14 22:56:20 +00:00
acconfig.h Bzip2 > 1.0.0 compatability shoud work now. 2000-06-30 16:21:05 +00:00
AUTHORS Added myself. 2000-03-12 16:45:38 +00:00
autogen.sh Finish the hack to not make people get gnome.m4 from gnome-libs any more. 2000-02-23 19:06:47 +00:00
ChangeLog Redid the complex search bar to look the way we actually wanted it. There 2000-07-27 05:36:59 +00:00
ChangeLog-20000414 Added appropriate copyright notices. 2000-04-14 06:40:27 +00:00
ChangeLog-20000625 Ignore some additional generated files. 2000-06-26 18:01:44 +00:00
check-config-h.pl Added "." parameter to "find" so it works with non-GNU versions of find. 2000-05-09 00:57:17 +00:00
check-FIXME.pl Maciej helped me refine the find command so it doesn't go into po or CVS 2000-05-17 00:48:10 +00:00
check-headers-in-Makefile.pl Wrote a script to check that the Makefile.am file matches what's actually 2000-07-05 23:49:25 +00:00
configure.in Added a hacked version of the freetype2 beta, for use by librsvg. 2000-07-19 07:19:48 +00:00
COPYING.LIB Just adding copyright/license notices, and a copy of the LGPL. 1999-12-07 19:59:42 +00:00
HACKING Updated gnome-libs branch. A cut at a real timed wait implementation; not 2000-07-14 00:42:14 +00:00
MAINTAINERS Changed to the new Nautilus list instead of the old secret list. 2000-04-27 22:54:19 +00:00
Makefile.am Make the cut-n-paste libraries be only static archives. Link all the 2000-07-26 21:53:48 +00:00
nautilus-clean.sh just fixed a simple mis-spelling 2000-06-28 04:02:30 +00:00
nautilus.desktop Added German (de) to ALL_LINGUAS Added German translations 2000-06-14 16:30:36 +00:00
nautilus.png Made NautilusFile async. like NautilusDirectory already was. 2000-06-20 22:09:36 +00:00
nautilus.spec.in Added the arlo theme to spec file 2000-07-13 21:24:36 +00:00
NEWS Basic framework is there. Now for URL resolution and loading. 1999-12-06 00:49:57 +00:00
README Fixed bugs, mostly related to editable text fields. 2000-04-17 18:25:56 +00:00
RENAMING Add an entry. 2000-07-24 07:52:00 +00:00
TODO Added an empty file to fix the build (required since Elliot added it to 2000-07-13 23:10:07 +00:00

Nautilus is still in its early stages. You can learn more about it at http://nautilus.eazel.com.