gtk3/tests
Federico Mena Quintero 3f498adfb0 Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the location
2006-07-18  Federico Mena Quintero  <federico@novell.com>

	Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the
	location entry in Save mode preserve the stuff from
	set_filename(); it was overwriting it with $cwd.

	This is the same fix for
	http://bugzilla.gnome.org/show_bug.cgi?id=347066

	* tests/autotestfilechooser.c: (test_black_box): Added black-box
	test for set_filename() and set_current_name().

	* gtk/gtkfilechooser.c (gtk_file_chooser_get_type): Cast to
	GClassInitFunc in the call to g_type_register_static_simple(), to
	avoid a compiler warning.

	* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
	Added a browse_files_last_selected_name field.  We'll copy the
	logic from gtkfilesel.c to see when to clear the location entry.
	(struct _GtkFileChooserDefault): Removed the
	processing_pending_selections field.

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
	Free impl->browse_files_last_selected_name.
	(pending_select_paths_process): Don't use
	impl->processing_pending_selections.
	(update_chooser_entry): Keep track of the name that was last
	selected in the file list.  We use this to know when to clear the
	location entry.  The logic is similar to that of
	gtkfilesel.c:gtk_file_selection_file_changed().  This also lets us
	get rid of the processing_pending_selections flag.
	(update_chooser_entry): Clear the entry if we didn't have a
	selection before.
	(location_switch_to_filename_entry): Do not set $cwd as the
	contents of the location entry here...
	(location_popup_handler): ... but do it here instead, only as the
	result of the user asking to turn on the location entry.
	(gtk_file_chooser_default_get_paths): If the location entry is
	empty, do the fallback of seeing if it is sensible to say that
	$cwd is the selected path.
	(gtk_file_chooser_default_update_current_folder): Don't set the
	text of the location entry; this is no longer needed with the
	fixes above.
	(shortcuts_activate_iter): Clear the location entry when
	activating a shortcut if we are not in SAVE mode.  This keeps the
	contents of the location entry consistent even when switching
	folders via the shortcuts.
2006-07-18 16:36:19 +00:00
..
file-chooser-test-dir Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com): 2005-11-28 22:25:03 +00:00
test-images applied patch from maemo-gtk which avoids the allocation of an 2005-12-14 12:47:49 +00:00
.cvsignore Update. 2006-05-22 00:39:48 +00:00
3DRings.xpm
apple-red.png
autotestfilechooser.c Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the location 2006-07-18 16:36:19 +00:00
check-n.xpm
check-y.xpm
circles.xbm
FilesQueue.xpm
floatingtest.c derive GtkObject from GUnowned, so it initially has a floating reference 2005-12-22 15:10:05 +00:00
gnome-textfile.png
Makefile.am 2.9.0 2006-05-05 16:21:19 +00:00
makefile.msc updated 2006-04-07 17:18:08 +00:00
marble.xpm
merge-1.ui
merge-2.ui
merge-3.ui
Modeller.xpm
pixbuf-lowmem.c
pixbuf-random.c
pixbuf-randomly-modified.c
pixbuf-read.c
pixbuf-threads.c
print-editor.c Add a "Preview" menu item. 2006-06-16 16:39:09 +00:00
prop-editor.c Remove pointless includes of config.h, to make it easier compilable 2006-03-22 18:10:39 +00:00
prop-editor.h
simple.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
stresstest-toolbar.c
test.xpm
testaccel.c Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent with 2005-09-22 16:33:50 +00:00
testactions.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testassistant.c Actually implement visibility handling, and add 2006-01-31 16:57:18 +00:00
testcairo.c
testcalendar.c
testcellrenderertext.c Add test cases for alignment. 2006-03-14 19:44:59 +00:00
testcombo.c plug small leak (#339132) ditto 2006-04-20 15:00:01 +00:00
testcombochange.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testdnd.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testellipsise.c
testentrycompletion.c Add property editors 2005-10-26 03:55:35 +00:00
testfilechooser.c Add a test for the confirm-overwrite signal. 2005-07-15 06:07:13 +00:00
testfilechooserbutton.c added a bunch of tests use g_snprintf() don't include unistd.h twice. 2006-01-06 12:05:28 +00:00
testgrouping.c (broken pipe) 2006-04-26 12:39:25 +00:00
testgtk.1
testgtk.c Create 'composited' label. 2006-04-25 14:27:32 +00:00
testgtkrc Added symbolic themable colors. Patch is a merged version of proposals 2005-11-23 10:33:58 +00:00
testgtkrc2
testicontheme.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testiconview.c
testimage.c call gtk_window_process_updates() so the animation keeps running even if 2005-11-16 14:40:41 +00:00
testinput.c
testmenubars.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testmenus.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testmerge.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testmultidisplay.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testmultiscreen.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testnotebookdnd.c Update callers 2006-06-08 01:08:16 +00:00
testnouiprint.c Don't open a display connection. 2006-06-19 03:52:10 +00:00
testprint.c fix build 2006-06-09 01:55:29 +00:00
testprintfileoperation.c Further updates from the GtkPrintContext functions rename. 2006-05-31 14:06:02 +00:00
testprintfileoperation.h Implement per-page paper sizes. 2006-05-05 11:03:33 +00:00
testrc.c Support subclasses in RC files. (#142417, Todd Berman, patch based on a 2006-03-23 23:21:30 +00:00
testrecentchooser.c Add a test suite for GtkRecentChooser. 2006-03-29 20:08:23 +00:00
testrgb.c
testselection.c
testsocket_child.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testsocket_common.c Make it work on Win32, too. 2005-07-21 13:48:07 +00:00
testsocket.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testspinbutton.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
teststatusicon.c Position the dialog with GTK_WIN_POS_CENTER. (do_quit): New function, hide 2005-11-03 12:09:49 +00:00
testtext.c Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
testtextbuffer.c handle the case of \r and \n split across lines. Bug #337022. add unit 2006-04-05 18:30:46 +00:00
testthreads.c
testtoolbar.c Add some more tests for menu placement. 2005-08-15 16:36:31 +00:00
testtreecolumns.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testtreeedit.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testtreeflow.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
testtreefocus.c add a little test for the newly introduced indicator-size property. 2006-01-13 13:28:22 +00:00
testtreemodel.c
testtreesort.c #322591, Jonathan Blandford. 2006-01-24 10:49:29 +00:00
testtreeview-plan.txt
testtreeview.c Add a column that demonstrates how to use the new spinbutton cellrenderer. 2006-03-22 18:38:47 +00:00
testxinerama.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
treestoretest.c grrr... the pipe did b0rk b0rk b0rk 2006-01-15 20:13:25 +00:00