Cosimo Cecchi
1756fb0b77
Remove a pile of hacks used to initialize bookmarks.
...
- Make nautilus_window_constructed a real GObject implementation and
move bookmark initialization code there.
- Don't replicate a singleton logic in nautilus-window-bookmarks now
that NautilusBookmarkList is a real singleton
- Remove get_bookmark_list() method from NautilusWindowInfo, as it's
not any useful anymore.
2010-05-06 18:40:36 +02:00
Luke Symes
43f080c973
Implement the initiated_unmount property for NautilusWindow.
...
Windows will have this set to TRUE when one of their slots
initiates an unmount.
https://bugzilla.gnome.org/show_bug.cgi?id=611569
2010-03-08 13:24:53 +01:00
Alexander Larsson
dc26bef3e2
Remove next_pane functions from NautilusWindowInfo
...
No need for these, and they put FMDirectoryView at the wrong place.
2009-12-16 13:13:15 +01:00
Alexander Larsson
6a71f0f996
Add nautilus_window_info_get_extra_slot
2009-12-16 13:13:15 +01:00
Alexander Larsson
1a6db1b3ff
Don't show the window until all views in it are visible
...
For the dual-pane at startup case we want to delay window
change until all views are loaded. Also when switching to
split view we want to delay showing until the view is loaded.
2009-12-11 16:52:32 +01:00
Holger Berndt
5d236a20aa
Make it possible for Nautilus Scripts to access the other pane.
...
This is accomplished by placing additional variables into the
environment of the script, analoguous to the single-pane ones:
- NAUTILUS_SCRIPT_NEXT_PANE_SELECTED_FILE_PATHS
- NAUTILUS_SCRIPT_NEXT_PANE_SELECTED_URIS
- NAUTILUS_SCRIPT_NEXT_PANE_CURRENT_URI
If there is no second pane in the window, these are set to empty
strings.
2009-12-10 18:08:17 +01:00
Holger Berndt
4cc909a668
Implement "{copy,move} to other pane" menus.
2009-12-10 18:06:36 +01:00
Christian Neumair
07cf7db47f
Merge "multiview" tab branch. Fixes #48034 .
...
2008-07-08 Christian Neumair <cneumair@gnome.org>
* libnautilus-private/*.c:
* src/*.c:
Merge "multiview" tab branch. Fixes #48034 .
svn path=/trunk/; revision=14328
2008-07-08 21:05:55 +00:00
Alexander Larsson
469047a2a5
Merge gio-branch
...
svn path=/trunk/; revision=13464
2007-11-30 14:51:10 +00:00
Christian Persch
eb26edd25e
No need to make GTypeInfo and GInterfaceInfo static. Bug #362034 .
...
2007-01-18 Christian Persch <chpe@svn.gnome.org>
* cut-n-paste-code/libegg/eggtreemultidnd.c:
(egg_tree_multi_drag_source_get_type):
* libnautilus-extension/nautilus-column-provider.c:
(nautilus_column_provider_get_type):
* libnautilus-extension/nautilus-column.c:
(nautilus_column_get_type):
* libnautilus-extension/nautilus-file-info.c:
(nautilus_file_info_get_type):
* libnautilus-extension/nautilus-info-provider.c:
(nautilus_info_provider_get_type):
* libnautilus-extension/nautilus-location-widget-provider.c:
(nautilus_location_widget_provider_get_type):
* libnautilus-extension/nautilus-menu-item.c:
(nautilus_menu_item_get_type):
* libnautilus-extension/nautilus-menu-provider.c:
(nautilus_menu_provider_get_type):
* libnautilus-extension/nautilus-menu.c: (nautilus_menu_get_type):
* libnautilus-extension/nautilus-property-page-provider.c:
(nautilus_property_page_provider_get_type):
* libnautilus-extension/nautilus-property-page.c:
(nautilus_property_page_get_type):
* libnautilus-private/nautilus-cell-renderer-pixbuf-emblem.c:
(nautilus_cell_renderer_pixbuf_emblem_get_type):
* libnautilus-private/nautilus-entry.c: (nautilus_entry_get_type):
* libnautilus-private/nautilus-file.c: (nautilus_file_get_type):
* libnautilus-private/nautilus-icon-canvas-item.c:
(nautilus_icon_canvas_item_accessible_get_type),
(nautilus_icon_canvas_item_get_type):
* libnautilus-private/nautilus-sidebar-provider.c:
(nautilus_sidebar_provider_get_type):
* libnautilus-private/nautilus-sidebar.c:
(nautilus_sidebar_get_type):
* libnautilus-private/nautilus-view.c: (nautilus_view_get_type):
* libnautilus-private/nautilus-window-info.c:
(nautilus_window_info_get_type):
* src/file-manager/fm-ditem-page.c: (fm_ditem_page_get_type):
* src/file-manager/fm-list-model.c: (fm_list_model_get_type):
* src/file-manager/fm-tree-model.c: (fm_tree_model_get_type):
* src/nautilus-navigation-action.c:
(nautilus_navigation_action_get_type): No need to make GTypeInfo and
GInterfaceInfo static. Bug #362034 .
svn path=/trunk/; revision=12700
2007-01-18 12:26:35 +00:00
Alexander Larsson
977c0f9938
Add nautilus_window_info_get_bookmark_list
...
2005-07-01 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-window-info.[ch]:
* src/nautilus-window.c:
Add nautilus_window_info_get_bookmark_list
* src/Makefile.am:
* src/nautilus-application.c:
* src/nautilus-places-sidebar.[ch]:
Add new places sidebar.
Patch from Jamie McCracken <jamiemcc@blueyonder.co.uk>
* src/file-manager/fm-tree-view.c:
Fix runtime warnings.
2005-07-01 14:13:49 +00:00
Alexander Larsson
bc5b5fe961
Add nautilus_window_info_show_window call.
...
2005-03-22 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-window-info.[ch]:
Add nautilus_window_info_show_window call.
* src/file-manager/fm-directory-view.c:
* src/nautilus-window-manage-views.c:
* src/nautilus-window.[ch]:
Implement and call the new show_window call.
This allows us to set up the EelBackground before
showing the window, causing less flicker (#169347 )
Patch from Nickolay V. Shmyrev
2005-03-22 09:22:23 +00:00
Alexander Larsson
67e2a42fea
Merge bonobo-slay-branch
...
2004-11-22 Alexander Larsson <alexl@redhat.com>
* Merge bonobo-slay-branch
2004-11-22 15:24:38 +00:00