summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-07 05:15:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-07 05:15:25 +0000
commit297a55d0183b2a1dcab6dbfb9682c654c01f21b7 (patch)
treee7a19fd2d4c71b24f8146eea407f6a46abe513dd /ChangeLog.pre-2-8
parent52a7d49bcb19d7d461a56411eacf1b0e379d543e (diff)
downloadgdk-pixbuf-297a55d0183b2a1dcab6dbfb9682c654c01f21b7.tar.gz
Show files in folder modes. (#157013, Nickolay V. Shmyrev)
2004-11-07 Matthias Clasen <mclasen@redhat.com> Show files in folder modes. (#157013, Nickolay V. Shmyrev) * gtk/gtkfilechooserdefault.c (create_file_list): Use a selection function to determine which rows can be selected. (update_appearance): Always show files. Also queue a redraw. (set_list_model): Always show files. (list_select_func): The selection function used for the file list. Don't allow to select files when in select/create folder mode. (list_row_activated): Don't activate files in folder modes. (list_icon_data_func, list_mtime_data_func, list_size_data_func): Render files insensitive in folder modes.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-814
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 07dc19a2d..4324da0c3 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,17 @@
+2004-11-07 Matthias Clasen <mclasen@redhat.com>
+
+ Show files in folder modes. (#157013, Nickolay V. Shmyrev)
+
+ * gtk/gtkfilechooserdefault.c (create_file_list): Use a selection
+ function to determine which rows can be selected.
+ (update_appearance): Always show files. Also queue a redraw.
+ (set_list_model): Always show files.
+ (list_select_func): The selection function used for the file list.
+ Don't allow to select files when in select/create folder mode.
+ (list_row_activated): Don't activate files in folder modes.
+ (list_icon_data_func, list_mtime_data_func, list_size_data_func):
+ Render files insensitive in folder modes.
+
2004-11-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property):