]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Handle '--' correctly.
[~andy/gtk] / ChangeLog.pre-2-6
index f96283ed1707c4125d03c816155627f344a9f7aa..c5eeb002806d827d1ffb45add45ce551500fe81d 100644 (file)
@@ -1,3 +1,111 @@
+2004-04-05  Anders Carlsson  <andersca@gnome.org>
+
+       * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
+
+Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
+       correctly for fixed height when inserting a node, #138082
+
+2004-04-01  Federico Mena Quintero  <federico@ximian.com>
+
+       Fix #136077.
+
+       * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
+       "child_is_hidden" boolean argument to the "path-clicked" signal.
+
+       * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
+       field.
+       (make_directory_button): Take a file_is_hidden argument; put it in
+       the ButtonData.
+       (_gtk_path_bar_set_path): See whether each path component path is
+       a hidden file.
+       (gtk_path_bar_class_init): Add the file_is_hidden argument to the
+       "path-clicked" signal.
+       (button_clicked_cb): See if the downwards button represents a
+       hidden file for the file_is_hidden argument in the signal
+       emission.
+
+       * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
+
+       * gtk/gtkfilechooserdefault.c
+       (gtk_file_chooser_default_select_path): If we fail to switch
+       folders, don't try to select the path in the file system model.
+       Also, return the result from _gtk_file_system_model_path_do().
+       (gtk_file_chooser_default_select_path): Turn on show_hidden in the
+       file system model if we are asked to select a hidden file.
+       (path_bar_clicked): Show hidden files based on whether the
+       immediate downwards folder in the path bar is a hidden file
+       itself.
+       (struct _GtkFileChooserDefault): Added fields
+       browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
+       (create_file_list): Set an object data key of
+       "GtkFileChooserDefault" on the tree view so that we can find the
+       impl from the popup menu callbacks.  Also, hook up to the
+       "button-press-event" and "popup-menu" signals in the file list to
+       bring up a popup menu.
+       (list_popup_menu_cb): New callback.
+       (list_button_press_event_cb): New callback.
+
+       Fix #138763:
+
+       * gtk/gtkfilesystemmodel.c
+       (_gtk_file_system_model_new): Oops, connect_object to
+       "finished-loading".
+
+2004-03-31  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Move AC_CANONICAL_HOST earlier, before the check
+       for native Win32. (#136559, J. Ali Harlow)
+
+       * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
+       angles. Thanks to Tim Newsham.
+
+2004-03-29  Federico Mena Quintero  <federico@ximian.com>
+
+       Fix #137520.
+
+       * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
+       for an ::is_finished_loading() method and a ::finished_loading()
+       signal at the end of the struct.
+
+       * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
+       "finished-loading" signal.
+       (gtk_file_folder_is_finished_loading): New function.
+
+       * gtk/gtkfilesystemunix.c
+       (gtk_file_folder_unix_is_finished_loading): Implement.
+
+       * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
+       slot for a "finished-loading" signal.
+       (gtk_file_system_model_class_init): Create the "finished-loading"
+       signal.
+       (struct _GtkFileSystemModel): New field
+       idle_finished_loading_source.  We emit the "finished-loading"
+       signal in an idle if the root folder was done loading right in
+       _gtk_file_system_model_new(), so that the caller has a chance to
+       connect to the signal.
+       (_gtk_file_system_model_new): Connect to the normal signals of the
+       folder even if the initial _list_children() fails.  Also, see if
+       the folder is finished loading; connect to the "finished-loading"
+       signal otherwise.
+       (gtk_file_system_model_finalize): Remove the idle handler.
+
+       * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
+       and connect to the model's "finished-loading" signal.
+       (get_toplevel): New helper function.
+       (error_message): Use get_toplevel().
+       (trap_activate_cb): Likewise.
+       (location_popup_handler): Likewise.
+       (set_busy_cursor): New function.
+       (browse_files_model_finished_loading_cb): New callback.
+
+2004-03-25  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
+       file under the cursor; we don't need the logic from
+       GtkFileSelection after all.  Fixes #132255.
+
 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the