Skip to content
  • Darin Adler's avatar
    Ignore some additional generated files. · 63bc589b
    Darin Adler authored
    	* components/services/install/command-line/.cvsignore:
    	* components/services/install/lib/.cvsignore:
    	Ignore some additional generated files.
    
    	* libnautilus-extensions/nautilus-gnome-extensions.h:
    	* libnautilus-extensions/nautilus-gnome-extensions.c:
    	Moved stock dialog functions to nautilus-stock-dialogs.[ch].
    	(nautilus_gnome_canvas_item_request_update_deep),
    	(nautilus_gnome_canvas_request_update_all),
    	(nautilus_gnome_canvas_set_scroll_region),
    	(nautilus_gnome_canvas_set_scroll_region_left_justify):
    	Added a bunch of functions that were previously private inside
    	NautilusIconContainer.
    
    	* libnautilus-extensions/nautilus-gtk-extensions.h:
    	* libnautilus-extensions/nautilus-gtk-extensions.c:
    	(nautilus_gtk_adjustment_set_value),
    	(nautilus_gtk_adjustment_clamp_value):
    	Added functions that treat the value range in a GtkAdjustment the
    	same way scroll bars do, taking the page size into account.
    
    	* libnautilus-extensions/nautilus-horizontal-splitter.h:
    	* libnautilus-extensions/nautilus-horizontal-splitter.c:
    	(nautilus_horizontal_splitter_initialize),
    	(toggle_splitter_position),
    	(nautilus_horizontal_splitter_button_press),
    	(nautilus_horizontal_splitter_button_release):
    	Fixed logic so that splitter will only open or close if you both
    	click and release within the splitter itself.
    
    	* libnautilus-extensions/nautilus-icon-private.h:
    	* libnautilus-extensions/nautilus-icon-container.c:
    	(icon_toggle_selected): Move icons to front when they are selected.
    	(set_scroll_region): Moved workaround that sets scroll region to
    	be large enough to fill the widget allocation into a function in
    	nautilus-gnome-extensions.h. In the process, I fixed the problem
    	where it would do the job wrong when the view was zoomed.
    	(lay_down_icons), (relayout), (reload_icon_positions):
    	Started work on sharing code between automatic layout of the entire
    	container and layout of new icons as the arrive.
    	(nautilus_icon_container_clear), (nautilus_icon_container_add):
    	Got started on the mechanism for laying out new icons as they arrive
    	in bunches instead of one at a time.
    
    	* libnautilus-extensions/nautilus-icon-dnd.c:
    	* libnautilus-extensions/nautilus-program-chooser.c:
    	* libnautilus-extensions/nautilus-program-choosing.c:
    	* src/file-manager/dfos-xfer.c:
    	* src/file-manager/fm-directory-view.c:
    	* src/file-manager/fm-error-reporting.c:
    	* src/nautilus-application.c:
    	* src/nautilus-location-bar.c:
    	* src/nautilus-property-browser.c:
    	* src/nautilus-window-manage-views.c:
    	* src/nautilus-window-menus.c:
    	Added includes to source files that use the stock dialogs.
    
    	* libnautilus-extensions/nautilus-stock-dialogs.h:
    	* libnautilus-extensions/nautilus-stock-dialogs.c:
    	(nautilus_timed_wait_stop), (convert_varargs_to_name_array),
    	(nautilus_simple_dialog), (turn_on_line_wrap_flag),
    	(turn_on_line_wrap_flag_callback), (show_ok_box),
    	(show_yes_no_box), (nautilus_info_dialog),
    	(nautilus_info_dialog_parented), (nautilus_warning_dialog),
    	(nautilus_warning_dialog_parented), (nautilus_error_dialog),
    	(nautilus_error_dialog_parented), (nautilus_yes_no_dialog),
    	(nautilus_yes_no_dialog_parented):
    	Moved all the stock dialog code in here.
    
    	* src/nautilus-sidebar-title.c: (update_icon): Only display the
    	icon when it's ready, instead of showing generic document icon
    	before that time.
    	(update_title), (update_more_info), (update_emblems),
    	(update_notes): Added FIXMEs about doing the same with other info.
    	(nautilus_sidebar_title_button_press_event): Added a FIXME to the
    	half-baked code in here.
    63bc589b
To find the state of this project's repository at the time of any of these versions, check out the tags.