nautilus/test
Darin Adler 136742e4ef Because lots of recent bugs were due to "signal handler called after
* Tons of files:
	Because lots of recent bugs were due to "signal handler called after
	object gone" problems, switched many calls of g_signal_connect and
	g_signal_connect_swapped to use g_signal_connect_object instead.
	Also did other signal-related cleanup and changed some destroys to
	finalizes.

	* libnautilus/nautilus-view-standard-main.h:
	We no longer need to include nautilus-view.h in here. So include it
	in the files that use this instead.

	Did merges from stable branch:

	2001-10-25  Darin Adler  <darin@bentspoon.com>

        * libnautilus-private/nautilus-directory.c:
        (call_files_changed_common), (call_files_changed_free_list),
        (call_files_changed_unref_free_list),
        (nautilus_directory_notify_files_changed): Move call to
        nautilus_directory_add_file_to_work_queue into a better
        bottleneck; now it catches all the notify cases, not just changed.
        Also tell it to re-get top-left text and link info too when we get
        a changed notice.

        * src/file-manager/fm-directory-view.c: (queue_pending_files):
        Don't use the timeout (and the hysteresis) when queuing files once
        the initial directory load is complete. Doing this was causing
        delays processing changes that came in later, which we don't want.

        * src/nautilus-sidebar-title.c: (item_count_ready), (monitor_add),
	(update_all), (nautilus_sidebar_title_set_file): Monitor the
	directory count once we get it the first time. This makes sure
	that changes in the directory count get reflected in the sidebar
	without creating a race with the main view to see who calculates
	it first.

	2001-10-25  Alex Larsson  <alexl@redhat.com>

        * libnautilus-private/nautilus-directory.c
	(nautilus_directory_notify_files_changed): Call
	nautilus_directory_add_file_to_work_queue() when file_info is
	invalidated.  Otherwise it will not be read again.
2002-03-07 19:36:18 +00:00
..
.cvsignore Remove smooth mode and unused font and font size machinery. 2002-01-29 19:21:59 +00:00
Makefile.am Just release, don't unref. (get_metafile): Don't keep a ref. Also fix 2002-02-27 18:05:45 +00:00
test-nautilus-mime-actions-set.c fix. 2001-11-21 08:34:57 +00:00
test-nautilus-mime-actions.c fix. 2001-11-21 08:34:57 +00:00
test-nautilus-preferences-change.c Because lots of recent bugs were due to "signal handler called after 2002-03-07 19:36:18 +00:00
test-nautilus-preferences-display.c Remove nautilus-launch-icon.png. 2002-01-19 00:06:14 +00:00
test-nautilus-wrap-table.c Because lots of recent bugs were due to "signal handler called after 2002-03-07 19:36:18 +00:00
test.c Because lots of recent bugs were due to "signal handler called after 2002-03-07 19:36:18 +00:00
test.h Remove nautilus-launch-icon.png. 2002-01-19 00:06:14 +00:00