diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-09-22 16:11:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-22 16:11:04 +0000 |
commit | 09f461b01e3eed0cca58e786d08628195a4ae16e (patch) | |
tree | 3e9e35fc1239b65f5f9a61dca3cce80510bc1eb7 /ChangeLog | |
parent | 2f50232a4258c27e793db55c0ab26ab5009432ad (diff) | |
download | gdk-pixbuf-09f461b01e3eed0cca58e786d08628195a4ae16e.tar.gz |
Make remote bookmarks work better (#354887)
2006-09-22 Matthias Clasen <mclasen@redhat.com>
Make remote bookmarks work better (#354887)
* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons):
(shortcuts_insert_path):
* gtk/gtkfilechooserbutton.c (change_icon_theme):
(model_add_bookmarks):
(model_update_current_folder):
(update_label_and_image):
If the bookmark points to a remote file, don't call get_info(),
since that may a) take a long time and b) pop up an auth dialog.
Instead, just use a folder icon and create a display name
from the uri.
* gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri):
New function to create a suitable display name for a remote
uri. This should really be done in GtkFileSystem.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2006-09-22 Matthias Clasen <mclasen@redhat.com> + + Make remote bookmarks work better (#354887) + + * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): + (shortcuts_insert_path): + * gtk/gtkfilechooserbutton.c (change_icon_theme): + (model_add_bookmarks): + (model_update_current_folder): + (update_label_and_image): + If the bookmark points to a remote file, don't call get_info(), + since that may a) take a long time and b) pop up an auth dialog. + Instead, just use a folder icon and create a display name + from the uri. + + * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri): + New function to create a suitable display name for a remote + uri. This should really be done in GtkFileSystem. + 2006-09-21 Michael Natterer <mitch@imendio.com> Implement lots of value setters for GdkGC, based on a heavily |