summaryrefslogtreecommitdiff
path: root/cut-n-paste-code/libegg
Commit message (Collapse)AuthorAgeFilesLines
* Fix a compiler warning.Cosimo Cecchi2010-08-121-1/+1
|
* Update EggSMClient from libeggCosimo Cecchi2009-04-211-2/+2
| | | | | | | Re-apply the reverted string freeze break commit now that we branched. Don't check if the desktop file exists ourselves, as the Egg code will take care of that itself. Thanks to Christian Persch (#576619).
* revert string freeze break.Cosimo Cecchi2009-04-091-2/+2
| | | | | | | | | 2009-04-09 Cosimo Cecchi <cosimoc@gnome.org> * cut-n-paste-code/libegg/eggsmclient.c: (egg_sm_client_get_option_group): revert string freeze break. svn path=/trunk/; revision=15175
* Update the EggSMClient code from libegg trunk.Cosimo Cecchi2009-04-082-26/+40
| | | | | | | | | | | | 2009-04-09 Cosimo Cecchi <cosimoc@gnome.org> * cut-n-paste-code/libegg/eggsmclient-xsmp.c: (save_state), (set_properties), (ptrarray_prop): * cut-n-paste-code/libegg/eggsmclient.c: (egg_sm_client_get_option_group): Update the EggSMClient code from libegg trunk. svn path=/trunk/; revision=15174
* Update the eggtreemultidnd.[ch] from libegg trunk (#560335).Cosimo Cecchi2009-04-081-2/+6
| | | | | | | | | | | 2009-04-08 Cosimo Cecchi <cosimoc@gnome.org> * cut-n-paste-code/libegg/eggtreemultidnd.c: (egg_tree_multi_drag_source_get_type), (egg_tree_multi_drag_motion_event): Update the eggtreemultidnd.[ch] from libegg trunk (#560335). svn path=/trunk/; revision=15173
* remove unneeded and obsolete snippets of autofoo.Cosimo Cecchi2009-02-211-1/+1
| | | | | | | | | | 2009-02-21 Cosimo Cecchi <cosimoc@gnome.org> * configure.in: * test/Makefile.am: remove unneeded and obsolete snippets of autofoo. svn path=/trunk/; revision=14990
* Use single GLib/GTK+ includes. Patch by Maxim Ermilov (#560432).Cosimo Cecchi2008-12-062-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-06 Cosimo Cecchi <cosimoc@gnome.org> * cut-n-paste-code/libegg/eggtreemultidnd.c: * cut-n-paste-code/libegg/eggtreemultidnd.h: * libnautilus-extension/nautilus-menu.c: * libnautilus-private/nautilus-directory-notify.h: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-icon-info.h: * libnautilus-private/nautilus-idle-queue.h: * libnautilus-private/nautilus-monitor.h: * libnautilus-private/nautilus-search-engine-simple.c: * src/file-manager/fm-list-model.c: * src/file-manager/fm-list-model.h: * src/file-manager/fm-list-view.c: * src/nautilus-emblem-sidebar.h: * src/nautilus-notebook.c: * src/nautilus-notebook.h: Use single GLib/GTK+ includes. Patch by Maxim Ermilov (#560432). svn path=/trunk/; revision=14797
* Update EggSMClient from libeggAlexander Larsson2008-10-094-111/+120
| | | | | | | | | | | | | | 2008-10-09 Alexander Larsson <alexl@redhat.com> * cut-n-paste-code/libegg/eggdesktopfile.c: * cut-n-paste-code/libegg/eggdesktopfile.h: * cut-n-paste-code/libegg/eggsmclient-xsmp.c: * cut-n-paste-code/libegg/eggsmclient.c: Update EggSMClient from libegg svn path=/trunk/; revision=14710
* Renamed nautilus.desktop to nautilus-browser.desktop (this is what itAlexander Larsson2008-10-028-1/+3764
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-02 Alexander Larsson <alexl@redhat.com> * Makefile.am: * nautilus-browser.desktop.in.in: * nautilus.desktop.in.in: Renamed nautilus.desktop to nautilus-browser.desktop (this is what it does, launch a browser window with no desktop) Created new NoDisplay nautilus.desktop file that is used for autostarting nautilus from gnome-session. * configure.in: Pull in the right cflags/libs for libegg Add nautilus-browser.desktop.in to output * cut-n-paste-code/libegg/Makefile.am: * cut-n-paste-code/libegg/eggdesktopfile.[ch]: Added. * cut-n-paste-code/libegg/eggsmclient-private.h: Added. * cut-n-paste-code/libegg/eggsmclient-xsmp.c: Added. * cut-n-paste-code/libegg/eggsmclient.[ch]: Added. Import eggsmclient from libegg. Save data in desktop file instead of a separate file as per the new gnome-session. * cut-n-paste-code/libegg/eggtreemultidnd.c: Minor update from libegg * src/nautilus-application.[ch]: Use eggsmclient for session handling instead of gnome-client. * src/nautilus-main.c: Don't use gnome_program, instead use eggsmsession and g_option_context_parse directly. This removes support for some internal commandline arguments that are not used anymore. svn path=/trunk/; revision=14680
* No need to make GTypeInfo and GInterfaceInfo static. Bug #362034.Christian Persch2007-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update svn:ignore and remove .cvsignore filesChristian Persch2006-12-311-2/+0
| | | | svn path=/trunk/; revision=12678
* Use GTK+ to handle recent documents.Vincent Untz2006-08-085-2388/+0
| | | | | | | | | | | | | | | | | | 2006-08-08 Vincent Untz <vuntz@gnome.org> Use GTK+ to handle recent documents. * configure.in: require GTK+ 2.10 * cut-n-paste-code/libegg/Makefile.am: * cut-n-paste-code/libegg/egg-recent-*: kill * libnautilus-private/nautilus-recent.[ch]: (nautilus_recent_get_model): renamed to nautilus_recent_get_manager() (nautilus_recent_add_uri): new, to make it easier to use gtk_recent_manager_add_full() * src/file-manager/fm-directory-view.c: (fm_directory_view_launch_application): use nautilus_recent_add_uri() instead of old egg code (activate_callback): ditto
* Update to latest egg-recent.Alexander Larsson2004-09-171-4/+9
| | | | | | | | 2004-09-17 Alexander Larsson <alexl@redhat.com> * cut-n-paste-code/libegg/egg-recent-model.c: (egg_recent_model_monitor): Update to latest egg-recent.
* sync with latest libegg.Mark McLoughlin2004-08-171-2/+3
| | | | | | | 2004-08-17 Mark McLoughlin <mark@skynet.ie> * cut-n-paste-code/libegg/egg-recent-item.c: sync with latest libegg.
* Update to latest libegg code.Alexander Larsson2004-08-113-16/+119
| | | | | | | | | | | | | 2004-08-11 Alexander Larsson <alexl@redhat.com> * cut-n-paste-code/libegg/egg-recent-item.c: (egg_recent_item_new), (make_valid_utf8), (egg_recent_item_get_short_name), (egg_recent_item_set_private), (egg_recent_item_get_private): * cut-n-paste-code/libegg/egg-recent-item.h: * cut-n-paste-code/libegg/egg-recent-model.c: (egg_recent_model_open_file), (egg_recent_model_lock_file), (egg_recent_model_unlock_file): Update to latest libegg code.
* replace egg_screen with new gdk/libgnomeui functions.Alexander Larsson2004-02-117-633/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-11 Alexander Larsson <alexl@redhat.com> * cut-n-paste-code/libegg/Makefile.am: * cut-n-paste-code/libegg/egg-screen-exec.c: * cut-n-paste-code/libegg/egg-screen-exec.h: * cut-n-paste-code/libegg/egg-screen-help.c: * cut-n-paste-code/libegg/egg-screen-help.h: * cut-n-paste-code/libegg/egg-screen-url.c: * cut-n-paste-code/libegg/egg-screen-url.h: * libnautilus-private/nautilus-program-chooser.c: (help_cb): * libnautilus-private/nautilus-program-choosing.c: (my_gdk_spawn_make_environment_for_screen), (nautilus_launch_show_file), (nautilus_launch_action), (nautilus_launch_application), (nautilus_launch_desktop_file): * src/file-manager/fm-desktop-icon-view.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-properties-window.c: (help_button_callback): * src/nautilus-bookmarks-window.c: (nautilus_bookmarks_window_response_callback): * src/nautilus-navigation-window-menus.c: * src/nautilus-property-browser.c: (help_button_callback): * src/nautilus-window-menus.c: (help_menu_nautilus_manual_callback): replace egg_screen with new gdk/libgnomeui functions.
* Update to latest to fix locking issue.Alexander Larsson2004-02-061-1/+1
| | | | | | | 2004-02-06 Alexander Larsson <alexl@redhat.com> * cut-n-paste-code/libegg/egg-recent-model.c (egg_recent_model_lock_file): Update to latest to fix locking issue.
* Sync these files with their latest copies from libegg so as to include anyJason Leach2004-01-274-6/+27
| | | | | | | | | | | | 2004-01-27 Jason Leach <leach@wam.umd.edu> * cut-n-paste-code/libegg/egg-recent-item.c: * cut-n-paste-code/libegg/egg-recent-item.h: * cut-n-paste-code/libegg/egg-recent-model.c: * cut-n-paste-code/libegg/eggtreemultidnd.c: Sync these files with their latest copies from libegg so as to include any bugfixes since 2003-04-16, the previous sync. (#121455, Laurent Vivier)
* Remove old filesAlexander Larsson2003-04-166-639/+34
| | | | | | | | | | | | | | | | | | | | | | | 2003-04-16 Alexander Larsson <alexl@redhat.com> * cut-n-paste-code/libegg/Makefile.am: * cut-n-paste-code/libegg/egg-recent-vfs-util.c: * cut-n-paste-code/libegg/egg-recent-vfs-util.h: Remove old files * cut-n-paste-code/libegg/egg-recent-item.c: (egg_recent_item_set_uri), (egg_recent_item_get_uri_for_display): * cut-n-paste-code/libegg/egg-recent-model.c: (egg_recent_model_update_item), (egg_recent_model_filter), (egg_recent_model_read), (egg_recent_model_add_full), (egg_recent_model_get_list), (egg_recent_model_changed): * cut-n-paste-code/libegg/egg-screen-exec.c: (egg_screen_exec_environment), (egg_screen_execute_command_line_async): Update libegg stuff. Among other stuff this makes nautilus scripts execute in the right directory.
* added Makefile and Makefile.inAlex Duggan2003-03-101-0/+2
| | | | | | 2003-03-10 Alex Duggan <aldug@astrolinux.com> * .cvsignore: added Makefile and Makefile.in
* Broken PipeAnders Carlsson2002-11-0616-0/+4034