summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-11-20 00:17:30 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-11-20 00:17:30 +0000
commit74c146301c24b2dc5146fe3fb3a60ffafb52a26a (patch)
treea4604a5acf89bf0b37492f444187f4a4e3812418 /ChangeLog.pre-2-6
parent54b45a19b92629605abdcc6d14c1b1c3a1e941af (diff)
downloadgdk-pixbuf-74c146301c24b2dc5146fe3fb3a60ffafb52a26a.tar.gz
Merged from gtk-2-4:
2004-11-18 Federico Mena Quintero <federico@ximian.com> Merged from gtk-2-4: Fixes #155744: Try to load the whole file system model within a specified time. * gtk/gtkfilechooserdefault.c (set_list_model): Don't create and set the sort model here. Instead, set up a timer in which we'll try to load the file system model. (load_set_model): Create and set the sort model here. (load_setup_timer): New function to set up a timer and switch to the LOAD_LOADING state. (load_remove_timer): New function to unset the timer and switch to the LOAD_FINISHED state. (browse_files_model_finished_loading_cb): Remove the timer if needed and set the file system and sort model; switch to the LOAD_FINISHED state. (gtk_file_chooser_default_finalize): Remove the load timer. (gtk_file_chooser_default_init): Start in the LOAD_FINISHED state.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-622
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index f6d264bca..367c28dac 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,25 @@
+2004-11-18 Federico Mena Quintero <federico@ximian.com>
+
+ Merged from gtk-2-4:
+
+ Fixes #155744:
+
+ Try to load the whole file system model within a specified time.
+
+ * gtk/gtkfilechooserdefault.c (set_list_model): Don't create and
+ set the sort model here. Instead, set up a timer in which we'll
+ try to load the file system model.
+ (load_set_model): Create and set the sort model here.
+ (load_setup_timer): New function to set up a timer and switch to
+ the LOAD_LOADING state.
+ (load_remove_timer): New function to unset the timer and switch to
+ the LOAD_FINISHED state.
+ (browse_files_model_finished_loading_cb): Remove the timer if
+ needed and set the file system and sort model; switch to the
+ LOAD_FINISHED state.
+ (gtk_file_chooser_default_finalize): Remove the load timer.
+ (gtk_file_chooser_default_init): Start in the LOAD_FINISHED state.
+
Fri Nov 19 15:18:51 2004 Manish Singh <yosh@gimp.org>
* modules/engines/ms-windows/msw_rc_style.c