summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Honor aclocal flags (GNOME bug 641629)Craig Keogh2011-02-081-1/+1
|
* Move nautilus-sendto extension to nautilusBastien Nocera2010-11-011-1/+8
| | | | | | | | | And add a check for the presence of nautilus-sendto to the initialisation of the object. Building the extension is optional, though on by default. https://bugzilla.gnome.org/show_bug.cgi?id=633485
* Remove the rest of shaveAlexander Larsson2009-12-171-1/+0
|
* Correct "srdcir" typo to "srcdir"Christian Persch2009-06-041-1/+1
|
* Dist COPYING.EXTENSIONSAlexander Larsson2009-05-271-0/+1
|
* Properly include m4 macrosTomas Bzatek2009-05-111-0/+2
| | | | | | fixes error messages like: ./configure: line 19939: syntax error near unexpected token `m4,' ./configure: line 19939: `SHAVE_INIT(m4, enable)'
* Fix distcheckCosimo Cecchi2009-05-051-2/+0
|
* Add shave to the autotools setupCosimo Cecchi2009-04-231-0/+1
| | | | | Use shave to have some more meaningful build messages. It can be turned off by using 'make V=1'.
* Move desktop files into data/Cosimo Cecchi2009-04-231-16/+0
| | | | | Move desktop files into data/ subdirectory, so that they not clutter the top source dir.
* Fix typo in ChangeLog generation scriptCosimo Cecchi2009-04-231-1/+1
| | | | | Set the right name for the start tag in the ChangeLog generation script.
* Add makefile rules to generate ChangeLogAlexander Larsson2009-04-171-0/+21
|
* Add README.commits, update HACKING for gitAlexander Larsson2009-04-171-0/+1
|
* Move ChangeLog to ChangeLog-20090417Alexander Larsson2009-04-171-0/+1
| | | | With the switch to git we're moving to an autogenerated ChangeLog.
* remove this obsolete spec file.Cosimo Cecchi2009-03-101-2/+0
| | | | | | | | | | 2009-03-10 Cosimo Cecchi <cosimoc@gnome.org> * Makefile.am: * configure.in: * nautilus.spec.in: remove this obsolete spec file. svn path=/trunk/; revision=15079
* eel/ Import eel into nautilus.Alexander Larsson2008-12-151-0/+1
| | | | | | | | | | | | | | 2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: * acconfig.h: * configure.in: * eel/ * libnautilus-private/Makefile.am: Import eel into nautilus. svn path=/trunk/; revision=14815
* Renamed nautilus.desktop to nautilus-browser.desktop (this is what itAlexander Larsson2008-10-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Rewrite this function using gconf directly instead of relying onSøren Sandmann2008-05-171-1/+0
| | | | | | | | | | | | | | | | | | | | Fri May 16 23:56:37 2008 Søren Sandmann <sandmann@redhat.com> * libnautilus-private/nautilus-directory-background.c (nautilus_file_background_read_desktop_settings): Rewrite this function using gconf directly instead of relying on libbackground. * libnautilus-private/nautilus-directory-background.c (nautilus_file_background_write_desktop_settings): Rewrite to use gconf directly * libbackground: Remove. svn path=/trunk/; revision=14163
* Entirely move DISTCHECK_CONFIGURE_FLAGS to Makefile.am to fix distcheck.Christian Neumair2008-04-211-1/+1
| | | | | | | | | | | 2008-04-21 Christian Neumair <cneumair@gnome.org> * Makefile.am: * configure.in: Entirely move DISTCHECK_CONFIGURE_FLAGS to Makefile.am to fix distcheck. svn path=/trunk/; revision=14079
* Add GMount attribute to NautilusFile. (not implemented yet)Alexander Larsson2008-01-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-17 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.[ch]: * libnautilus-private/nautilus-file-attributes.h: * libnautilus-private/nautilus-file-private.h: Add GMount attribute to NautilusFile. (not implemented yet) * Makefile.am: * configure.in: * data/nautilus.xml.in: * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-autorun.[ch]: * libnautilus-private/nautilus-global-preferences.c: * libnautilus-private/nautilus-global-preferences.h: * libnautilus-private/nautilus-program-choosing.c: * src/Makefile.am: * src/file-manager/fm-directory-view.c: * src/nautilus-application.c: * src/nautilus-autorun-software.c: Added. * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.glade: * src/nautilus-window-manage-views.c: * src/nautilus-x-content-bar.[ch]: Added. More work on autorun and x-content types from David Zeuthen svn path=/trunk/; revision=13616
* Add all past ChangeLog files to EXTRA_DIST.Martin Wehner2007-06-191-0/+3
| | | | | | | | | 2007-06-19 Martin Wehner <martin.wehner@gmail.com> * Makefile.am: Add all past ChangeLog files to EXTRA_DIST. svn path=/trunk/; revision=12940
* disable update-mimedb in distcheckNAUTILUS_2_13_3Alexander Larsson2005-12-121-0/+2
| | | | | | | | | | 2005-12-12 Alexander Larsson <alexl@redhat.com> * Makefile.am: disable update-mimedb in distcheck * libnautilus-private/Makefile.am: Add beagle sources to extradist
* Add new default folder handler NoDisplay desktop fileAlexander Larsson2005-02-091-0/+1
| | | | | | | | | | | | | | | | | 2005-02-09 Alexander Larsson <alexl@redhat.com> * Makefile.am: * nautilus-folder-handler.desktop.in: Add new default folder handler NoDisplay desktop file * nautilus.desktop.in: Add %U to exec line * src/Nautilus_shell.server.in: Remove all the bonobo components we no longer support * src/file-manager/fm-directory-view.c: Allow open with menu on folders (#151747)
* Fix leakAlexander Larsson2005-01-281-14/+0
| | | | | | | | | | 2005-01-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c: Fix leak * Makefile.am: Remove unnecessary stuff
* Make connect to server dialog availible as separate application.Alexander Larsson2005-01-141-0/+14
| | | | | | | | | | | | | | | | | | 2005-01-14 Alexander Larsson <alexl@redhat.com> * Makefile.am: * src/.cvsignore: * src/Makefile.am: * src/nautilus-connect-server-dialog-main.c: (dialog_destroyed), (show_uri), (nautilus_connect_server_dialog_present_uri), (main): * src/nautilus-connect-server-dialog-nonmain.c: (nautilus_connect_server_dialog_present_uri): * src/nautilus-connect-server-dialog.c: (connect_to_server), (response_callback), (nautilus_connect_server_dialog_new): * src/nautilus-connect-server-dialog.h: Make connect to server dialog availible as separate application. Patch from Vincent Untz <vincent@vuntz.net>
* don't define GNOMELOCALEDIR in INCLUDES.NAUTILUS_2_9_2James Henstridge2005-01-111-2/+7
| | | | | | | | | | | | | | | | | | | | 2004-01-11 James Henstridge <james@jamesh.id.au> * test/Makefile.am: don't define GNOMELOCALEDIR in INCLUDES. * src/Makefile.am: remove desktop and server files on clean. Don't include GNOMELOCALEDIR in INCLUDES, since it is now defined in config.h. * Makefile.am: remove desktop files on clean, and intltool files on distclean. * acconfig.h: remove, since it isn't needed anymore. * configure.in: remove some macro calls not needed with newer automakes, and use newer versions of some macros. * autogen.sh: require Automake >= 1.7.
* Merge bonobo-slay-branchAlexander Larsson2004-11-221-3/+0
| | | | | 2004-11-22 Alexander Larsson <alexl@redhat.com> * Merge bonobo-slay-branch
* install nautilus-file-management-properties.desktop inMark McLoughlin2004-11-091-16/+4
| | | | | | | | | | 2004-11-09 Mark McLoughlin <mark@skynet.ie> * Makefile.am: install nautilus-file-management-properties.desktop in $(datadir)/applications * nautilus-file-management-properties.desktop.in: add OnlyShowIn=GNOME;
* Removed OrigTree.pm Include nautilus-extensions-i18n.hNAUTILUS_2_5_5Dave Camp2004-01-121-1/+0
| | | | | | | | | | | | 2004-01-12 Dave Camp <dave@ximian.com> * Makefile.am: Removed OrigTree.pm * libnautilus-extension/Makefile.am: Include nautilus-extensions-i18n.h * src/nautilus-spatial-window.c: * src/nautilus-window.c: Removed broken #includes. * NEWS: * configure.in: 2.5.5
* Merged from nautilus-extensions-branch.Dave Camp2004-01-111-0/+1
| | | | | | 2004-01-11 Dave Camp <dave@ximian.com> * Merged from nautilus-extensions-branch.
* Add OrigTree.pmAlexander Larsson2003-12-291-0/+1
| | | | | | | | | | | 2003-12-29 Alexander Larsson <alexl@redhat.com> * Makefile.am (EXTRA_DIST): Add OrigTree.pm * NEWS: * configure.in: Update to 2.5.4
* New desktop filesAlexander Larsson2003-11-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-11-06 Alexander Larsson <alexl@redhat.com> * Makefile.am: * nautilus-computer.desktop.in: * nautilus-home.desktop.in: New desktop files * nautilus.desktop.in: Make this one "browse filesystem" * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-global-preferences.c: * libnautilus-private/nautilus-global-preferences.h: computer desktop icon prefs * libnautilus-private/nautilus-desktop-icon-file.c: (update_info_from_link): Set permissions too * libnautilus-private/nautilus-desktop-link-monitor.c: * libnautilus-private/nautilus-desktop-link.[ch]: Add computer icon * src/Makefile.am: * src/nautilus-connect-server-dialog.[ch]: Connect server dialog * src/file-manager/fm-directory-view.c: Mount drives on activation. * src/file-manager/fm-icon-container.c: Sort computer first * src/file-manager/fm-properties-window.c: Put back NautilusDesktopLink handling for e.g. computer and home. * src/nautilus-application.[ch]: Reload dirs on mounts. add browser_window argument on open window * src/nautilus-main.c: add browser_window argument on open window (--browser) hack to register computer icon * src/nautilus-shell-interface.idl: * src/nautilus-shell.c: add browser_window argument on open window * src/nautilus-navigation-window-ui.xml: * src/nautilus-spatial-window-ui.xml: * src/nautilus-window-menus.c: Add connect to server Add computer * src/nautilus-window.c: Nice title for burn:///
* install nautilus-file-management-properties .desktop file to the correctAlex Duggan2003-03-121-3/+10
| | | | | | | | | | | 2003-03-12 Alex Duggan <aldug@astrolinux.com> * Makefile.am: install nautilus-file-management-properties .desktop file to the correct location so it's seen in the gnome-panel menus * nautilus-file-management-properties.desktop.in: Add startup notification
* Remove gnome-starthere.png and gnome-starthere-96.png.Alexander Larsson2002-12-161-2/+0
| | | | | | | 2002-12-16 Alexander Larsson <alexl@redhat.com> * Makefile.am (EXTRA_DIST): Remove gnome-starthere.png and gnome-starthere-96.png.
* Use the new icons in gnome-icon-theme for these.Alexander Larsson2002-12-121-4/+0
| | | | | | | | | | | | | | | | | | | 2002-12-12 Alexander Larsson <alexl@redhat.com> * data/preferences.desktop.in: * data/serverconfig.desktop.in: * data/serverconfig.directory.in: * data/starthere-link.desktop.in: * data/starthere.desktop.in: * data/starthere.directory.in: * data/sysconfig.desktop.in: * data/sysconfig.directory.in: Use the new icons in gnome-icon-theme for these. * Makefile.am: * gnome-starthere-96.png: * gnome-starthere.png: Remove the icons. They moved to gnome-icon-theme.
* New preferences dialog. Use the new prefs dialog. As things are toggled,Dave Camp2002-10-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | 2002-10-31 Dave Camp <dave@ximian.com> * Makefile.am: * nautilus-file-management-properties.desktop.in: * src/Makefile.am: * src/nautilus-file-management-properties-main.c: * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.h: New preferences dialog. * src/nautilus-window-menus.c: (preferences_respond_callback), (preferences_callback): Use the new prefs dialog. * src/nautilus-window.c: (nautilus_window_hide_location_bar), (nautilus_window_show_location_bar), (nautilus_window_hide_toolbar), (nautilus_window_show_toolbar), (nautilus_window_hide_sidebar), (nautilus_window_show_sidebar), (nautilus_window_hide_status_bar), (nautilus_window_show_status_bar): As things are toggled, save them as the default for new windows. Patch from Jan Arne Petersen <jpetersen@uni-bonn.de>.
* Makefile.am configure.in remove old help docs from buildJohn Fleck2002-06-021-2/+0
| | | | | | | | 2002-06-01 John Fleck <jfleck@inkstain.net> * Makefile.am * configure.in remove old help docs from build
* updated docs files for new omf build systemChris Lyttle2002-05-271-1/+0
|
* Based on patch from Richard Hestilow <hestilow@ximian.com>Alexander Larsson2002-03-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2002-03-03 Alexander Larsson <alla@lysator.liu.se> Based on patch from Richard Hestilow <hestilow@ximian.com> * Makefile.am: Add libbackground directory * configure.in: Add CAPPLET flags and libs for libbackground Add libbackground/Makefile to list of Makefiles * libnautilus-private/Makefile.am: Add libbackground to dependency_static_libs * libnautilus-private/nautilus-directory-background.c: (nautilus_connect_desktop_background_to_file_metadata), (nautilus_file_background_read_desktop_settings), (nautilus_file_background_write_desktop_settings), (desktop_background_destroyed_callback), (desktop_background_gconf_notify_cb), (nautilus_file_background_receive_gconf_changes), (set_root_pixmap): Implement reading and writing of desktop background setting using libbackground.
* Remove nautilus-launch-icon.png.Darin Adler2002-01-191-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: Remove nautilus-launch-icon.png. * components/hardware/nautilus-hardware-view.c: (setup_form_title), (setup_overview_form): Port from EelImage to GtkImage. * components/music/nautilus-music-view.c: Remove unused include. * src/nautilus-theme-selector.c: Remove unused includes. * libnautilus-private/nautilus-bonobo-extensions.c: (bonobo_activation_activation_callback): Add warning message so we get to see the error from bonobo-activation. * libnautilus-private/nautilus-directory-metafile.c: (get_factory): * libnautilus-private/nautilus-icon-factory.c: (get_icon_factory), (load_icon_for_scaling), (embed_text): * libnautilus-private/nautilus-metafile-factory.c: (nautilus_metafile_factory_get_instance): * libnautilus-private/nautilus-theme.c: (nautilus_theme_get_theme_data_from_theme): * libnautilus-private/nautilus-trash-monitor.c: (nautilus_trash_monitor_get): * libnautilus-private/nautilus-volume-monitor.c: (nautilus_volume_monitor_get): * src/file-manager/nautilus-indexing-info.c: (show_indexing_info_dialog): * src/nautilus-preferences-dialog.c: (global_preferences_get_dialog): * src/nautilus-window.c: (nautilus_window_class_init), (add_to_history_list): Use eel_debug_call_at_shutdown instead of g_atexit. * libnautilus-private/nautilus-file.c: (nautilus_file_get_display_name): Add G_BROKEN_FILENAMES support. * libnautilus-private/nautilus-global-preferences.c: (nautilus_global_preferences_init): Remove eel_smooth_widget code. * libnautilus/Makefile.am: Add missing ORBIT_IDL dependency. * libnautilus/nautilus-view-standard-main.c: (nautilus_view_standard_main_multi): Remove bonobo_ui_debug_shutdown for now. It does us no good unless we also do eel_debug_shut_down, but libnautilus can't depend on eel. * nautilus-launch-icon.png: Remove. * src/file-manager/fm-properties-window.c: (update_properties_window_icon), (fm_properties_window_drag_data_received), (create_image_widget_for_file): Port from EelImage to GtkImage. * src/nautilus-component-adapter-factory.c: (nautilus_component_adapter_factory_get): Use eel_debug_call_at_shutdown instead of g_atexit. (nautilus_component_adapter_factory_create_adapter): Look at exceptions before looking at return values from CORBA calls. * src/nautilus-main.c: (main): Add a call to eel_debug_shut_down. * src/nautilus-property-browser.c: (nautilus_property_browser_init), (element_clicked_callback), (nautilus_property_browser_update_contents): Port from EelViewport to GtkViewport. * src/nautilus-search-bar-criterion.c: (nautilus_search_bar_criterion_destroy), (nautilus_search_bar_criterion_new_from_values): Fix for change that made NautilusSignaller no longer a GtkObject. * src/nautilus-sidebar-title.c: (nautilus_sidebar_title_init), (update_icon), (add_emblem): Port from EelImage to GtkImage. * src/nautilus-signaller.h: * src/nautilus-signaller.c: (nautilus_signaller_get_current): Use eel_debug_call_at_shutdown instead of g_atexit. (nautilus_signaller_instance_init), (nautilus_signaller_class_init): Change to GObject, not GtkObject. * src/nautilus-window-menus.c: (get_bookmark_list): Use eel_debug_call_at_shutdown instead of g_atexit. (nautilus_window_initialize_go_menu): Fix for change that made NautilusSignaller no longer a GtkObject. * test/test-nautilus-preferences-change.c: Remove unused include. * test/test-nautilus-preferences-display.c: Remove unused includes. * test/test-nautilus-wrap-table.c: Remove unused includes. * test/test.c: Remove unused function. * test/test.h: Remove unused function.
* Remove a stray reference to nautilus-help.desktop.Darin Adler2002-01-091-3/+0
| | | | * Makefile.am: Remove a stray reference to nautilus-help.desktop.
* Remove. Remove nautilus-help.desktop since Nautilus isn't the help browserDarin Adler2002-01-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .cvsignore: * Makefile.am: * nautilus-help.desktop.in: Remove. Remove nautilus-help.desktop since Nautilus isn't the help browser any more. * components/adapter/nautilus-adapter-load-strategy.c: (nautilus_adapter_load_strategy_class_init): * components/news/nautilus-news.c: (set_up_main_widgets): * libnautilus-private/nautilus-bookmark.c: (nautilus_bookmark_class_init): * libnautilus-private/nautilus-volume-monitor.c: (nautilus_volume_monitor_class_init): * src/file-manager/fm-desktop-icon-view.c: (fm_desktop_icon_view_destroy), (fm_desktop_icon_view_handle_middle_click), (delayed_init), (fm_desktop_icon_view_init), (desktop_icons_compare_callback): * src/nautilus-sidebar.c: (nautilus_sidebar_finalize), (nautilus_sidebar_update_buttons), (nautilus_sidebar_set_uri): Use more g_signal, less gtk_signal stuff. * components/hardware/nautilus-hardware-view.c: (setup_form_title), (setup_overview_form), (setup_CPU_form), (setup_RAM_form), (setup_IDE_form): * components/news/nautilus-news.c: (set_up_main_widgets): * src/file-manager/nautilus-indexing-info.c: (update_progress_display), (last_index_time_dialog_new), (index_progress_dialog_new): * src/nautilus-property-browser.c: (nautilus_property_browser_init), (element_clicked_callback), (labeled_image_new), (make_properties_from_directories), (add_reset_property), (make_properties_from_xml_node): * src/nautilus-sidebar-title.c: (nautilus_sidebar_title_init), (nautilus_sidebar_title_select_text_color), (update_title_font), (update_title), (update_more_info), (sidebar_title_create_title_label), (sidebar_title_create_more_info_label): Port more code from EelLabel to GtkLabel. Also change all code that was using things like "make_larger" to use "set_scale" now. * components/music/nautilus-music-view.c: (xpm_label_box), (xpm_dual_label_box), (nautilus_music_view_set_album_image): * libnautilus-private/nautilus-bookmark.c: (create_image_widget_for_bookmark), (nautilus_bookmark_menu_item_new): * src/nautilus-complex-search-bar.c: (load_find_them_pixmap_widget): Port more code from GtkPixmap to GtkImage. * components/notes/nautilus-notes.c: * components/throbber/nautilus-throbber.c: * src/file-manager/fm-properties-window.c: * src/nautilus-zoom-control.c: Remove extra includes. * libnautilus-private/nautilus-icon-factory.c: * libnautilus-private/nautilus-icon-factory.h: Remove nautilus_icon_factory_get_pixmap_and_mask_for_file. * src/nautilus-about.c: (draw_aa_string), (draw_author_list), (nautilus_about_draw_info): Port to use Pango to draw the text. It looks really bad right now, but should be straightforward to fix.
* Turn on test subdirectory.Darin Adler2002-01-031-4/+1
| | | | | | | | | * Makefile.am: Turn on test subdirectory. * test/test.c: (test_init), (test_label_new): * test/test.h: Build without using EelLabel. * src/nautilus-sidebar-title.c: Remove unused header include.
* Install nautilus and help .desktop files into the proper location forSeth Nickell2001-12-141-2/+2
| | | | | | | | | 2001-12-14 Seth Nickell <snickell@stanford.edu> * Makefile.am: Install nautilus and help .desktop files into the proper location for GNOME2 menu entries ($datadir/applications).
* Do fix based on patch from Martin Wehner <mwehner@tfh-berlin.de> toDarin Adler2001-12-091-0/+1
| | | | | | | | | | | | | | | | * libnautilus-private/nautilus-file-operations.c: (handle_transfer_ok): Do fix based on patch from Martin Wehner <mwehner@tfh-berlin.de> to prevent cancel of emptying trash or deleting from core dumping. * Makefile.am: * configure.in: * docs/.cvsignore: * docs/Makefile.am: Add files in the docs directory to tarball. * libnautilus/nautilus-view-standard-main.c: (nautilus_view_standard_main_multi): Whitespace tweak.
* Just me, not the mailing list.Darin Adler2001-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MAINTAINERS: Just me, not the mailing list. * Makefile.am: Enable the components directory. * components/Makefile.am: Disable all but sample. * components/*/.cvsignore: * components/*/*.oaf.in: Removed. * components/*/*.server.in: Added. server -> oaf * components/*/Makefile.am: Install the servers in the right place. * configure.in: * libnautilus-adapter/Makefile.am: * libnautilus-private/Makefile.am: * src/Makefile.am: * src/file-manager/Makefile.am: Simplified CFLAGS, LIBS, and IDL_INCLUDES. * components/sample/Makefile.am: Switch to the new COMPONENT_CFLAGS. * components/sample/nautilus-sample-content-view.h: * components/sample/nautilus-sample-content-view.c: (nautilus_sample_content_view_finalize): Use instead of destroy. (bonobo_sample_callback): Mark string for localization.
* Remove Nautilus 1 news. This file is empty for now. Add some renamingDarin Adler2001-11-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * NEWS: Remove Nautilus 1 news. This file is empty for now. * RENAMING: Add some renaming ideas. * TODO: Add a tiny porting to-do list. I should take that survey of GNOME2_CONVERSION_COMPLETE that Havoc did and put it in here. * TRADEMARK_NOTICE: Removed this file. Eazel logo isn't in here any more. * Makefile.am: Remove TRADEMARK_NOTICE. * components/help/hyperbola-nav-index.c: * components/mozilla/nautilus-mozilla-content-view.c: * libnautilus-private/nautilus-authn-manager.c: * libnautilus-private/nautilus-file-operations-progress.c: * libnautilus-private/nautilus-file-operations-progress.h: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-icon-dnd.c: * libnautilus-private/nautilus-program-chooser.c: * libnautilus-private/nautilus-program-chooser.h: * libnautilus-private/nautilus-program-choosing.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-search-list-view.c: * src/file-manager/nautilus-indexing-info.c: * src/nautilus-about.c: * src/nautilus-about.h: * src/nautilus-application.c: * src/nautilus-bookmarks-window.c: * src/nautilus-location-bar.c: * src/nautilus-property-browser.c: * src/nautilus-shell.c: * src/nautilus-window-menus.c: * src/nautilus-window.c: First cut at converting to GtkDialog from GnomeDialog.
* Remove nautilus-clean.sh -- use bonobo-slay instead.Darin Adler2001-11-071-10/+0
| | | | | | | | | | | | | | | | | | | | * Makefile.am: * README: * nautilus-clean.sh: * nautilus.spec.in: * src/nautilus-application.c: (nautilus_application_startup): Remove nautilus-clean.sh -- use bonobo-slay instead. * libnautilus-private/nautilus-program-chooser.c: (nautilus_program_chooser_new): The -2 feature is gone from gtk_window_set_default_size, so use -1. * src/nautilus-sidebar-title.c: (smooth_font_changed_callback), (nautilus_sidebar_title_select_text_color), (update_title_font), (update_title), (measure_width_callback), (update_more_info), (sidebar_title_create_title_label), (sidebar_title_create_more_info_label): Change to use GtkLabel instead of EelLabel for now -- that makes us actually get a label.
* fix EEL_DEFINE_BONOBO_BOILERPLATE callHavoc Pennington2001-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-11-01 Havoc Pennington <hp@pobox.com> * src/nautilus-view-frame-corba.c: fix EEL_DEFINE_BONOBO_BOILERPLATE call * src/nautilus-property-browser.c (nautilus_property_browser_init): mnemonics * src/nautilus-complex-search-bar.c (attach_criterion_to_search_bar): use gtk_widget_activate instead of eel_gtk_button_auto_click * src/nautilus-simple-search-bar.c (nautilus_simple_search_bar_new): ditto * src/nautilus-sidebar.c (nautilus_sidebar_update_buttons): remove eel_gtk_button_set_standard_padding, add mnemonic to button * src/nautilus-bookmarks-window.c (create_bookmarks_window): remove eel_gtk_button_set_standard_padding, add mnemonic to button * src/file-manager/fm-properties-window.c (create_basic_page): remove eel_gtk_button_set_standard_padding, add mnemonics to buttons * src/file-manager/fm-directory-view.c (copy_or_cut_files): remove use of eel_get_current_event_time() (paste_files_callback): ditto * Makefile.am (SUBDIRS): cut-n-paste-code seems to be required by libnautilus-private, so move it before libnautilus-private * libnautilus-private/nautilus-undo-manager.c: fix EEL_DEFINE_BONOBO_BOILERPLATE call * libnautilus-private/nautilus-undo-context.c: fix EEL_DEFINE_BONOBO_BOILERPLATE call * libnautilus-private/nautilus-program-chooser.c (nautilus_program_chooser_new): axe eel_gtk_button_set_standard_padding, add mnemonic to button (nautilus_program_chooser_new): axe eel_gtk_button_set_standard_padding, add mnemonic to button * libnautilus-private/nautilus-metafile.c: fix EEL_DEFINE_BONOBO_BOILERPLATE call * libnautilus-private/nautilus-metafile-factory.c: fix EEL_DEFINE_BONOBO_BOILERPLATE call * libnautilus-private/nautilus-icon-dnd.c (nautilus_icon_dnd_begin_drag): replace eel_drag_set_icon_pixbuf * libnautilus-private/nautilus-directory-metafile-monitor.c: fix EEL_DEFINE_BONOBO_BOILERPLATE call * libnautilus/nautilus-undo-transaction.c: fix EEL_DEFINE_BONOBO_BOILERPLATE call
* Removed nautilus-config and nautilusConf.sh stuff. Get rid of applets,Darin Adler2001-11-011-54/+3
| | | | | | | | | | | | | | | | | | | | | * configure.in: * Makefile.am: Removed nautilus-config and nautilusConf.sh stuff. Get rid of applets, helper-scripts, and helper-utilities. Compile user-guide, help, and omf-install. * applets/ * helper-scripts/ * helper-utilities/ Removed. * src/Nautilus_shell.oaf.in: Renamed to .server.in. * src/.cvsignore: Ignore the new .server. * src/nautilus-view-frame.c: Add missing include. * src/nautilus-window.c: (nautilus_window_allow_stop): Put code in #if GNOME2_CONVERSION_COMPLETE.
* cut-n-paste-code now compiles, and we are a hair's breadth away fromDarin Adler2001-10-311-4/+4
| | | | | | * Lots of files: cut-n-paste-code now compiles, and we are a hair's breadth away from linking -- so far from running, though