Request GTK_FILE_INFO_ALL from the file system model, so that arbitrary
2004-02-09 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (set_list_model): Request GTK_FILE_INFO_ALL from the file system model, so that arbitrary filtering will work. Perhaps we should have a way of aggregating info types to the model as filters get installed.
This commit is contained in:
parent
a42ff49490
commit
76108bc3da
@ -1,3 +1,10 @@
|
||||
2004-02-09 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (set_list_model): Request
|
||||
GTK_FILE_INFO_ALL from the file system model, so that arbitrary
|
||||
filtering will work. Perhaps we should have a way of aggregating
|
||||
info types to the model as filters get installed.
|
||||
|
||||
Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-02-09 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (set_list_model): Request
|
||||
GTK_FILE_INFO_ALL from the file system model, so that arbitrary
|
||||
filtering will work. Perhaps we should have a way of aggregating
|
||||
info types to the model as filters get installed.
|
||||
|
||||
Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-02-09 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (set_list_model): Request
|
||||
GTK_FILE_INFO_ALL from the file system model, so that arbitrary
|
||||
filtering will work. Perhaps we should have a way of aggregating
|
||||
info types to the model as filters get installed.
|
||||
|
||||
Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-02-09 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (set_list_model): Request
|
||||
GTK_FILE_INFO_ALL from the file system model, so that arbitrary
|
||||
filtering will work. Perhaps we should have a way of aggregating
|
||||
info types to the model as filters get installed.
|
||||
|
||||
Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-02-09 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (set_list_model): Request
|
||||
GTK_FILE_INFO_ALL from the file system model, so that arbitrary
|
||||
filtering will work. Perhaps we should have a way of aggregating
|
||||
info types to the model as filters get installed.
|
||||
|
||||
Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
|
||||
|
@ -2027,13 +2027,7 @@ set_list_model (GtkFileChooserDefault *impl)
|
||||
|
||||
impl->list_model = _gtk_file_system_model_new (impl->file_system,
|
||||
impl->current_folder, 0,
|
||||
#if 0
|
||||
GTK_FILE_INFO_ICON |
|
||||
#endif
|
||||
GTK_FILE_INFO_DISPLAY_NAME |
|
||||
GTK_FILE_INFO_IS_FOLDER |
|
||||
GTK_FILE_INFO_SIZE |
|
||||
GTK_FILE_INFO_MODIFICATION_TIME);
|
||||
GTK_FILE_INFO_ALL);
|
||||
_gtk_file_system_model_set_show_hidden (impl->list_model, impl->show_hidden);
|
||||
install_list_model_filter (impl);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user