summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* version markersDave Camp2004-01-121-0/+2
|
* Removed OrigTree.pm Include nautilus-extensions-i18n.hNAUTILUS_2_5_5Dave Camp2004-01-121-0/+10
| | | | | | | | | | | | 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
* Fix "volder" typo.Danilo Å egan2004-01-121-22/+26
| | | | | | 2004-01-13 Danilo Å egan <dsegan@gmx.net> * src/file-manager/nautilus-list-view-ui.xml: Fix "volder" typo.
* Inherit from GTypeInterface.Alexander Larsson2004-01-121-0/+5
| | | | | | | 2004-01-12 Alexander Larsson <alexl@redhat.com> * libnautilus-extension/nautilus-file-info.h: Inherit from GTypeInterface.
* Fix a silly typo.James Willcox2004-01-111-0/+7
| | | | | | | | | 2004-01-11 James Willcox <jwillcox@gnome.org> * libnautilus-private/nautilus-column-utilities.c: (column_compare): Fix a silly typo.
* Merged from nautilus-extensions-branch.Dave Camp2004-01-111-0/+296
| | | | | | 2004-01-11 Dave Camp <dave@ximian.com> * Merged from nautilus-extensions-branch.
* Don't expand symlinks when following them.Alexander Larsson2004-01-111-0/+5
| | | | | | | 2004-01-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c (nautilus_file_get_activation_uri): Don't expand symlinks when following them.
* Add some snot to new windows when they are opened in spatial mode.James Willcox2004-01-111-0/+9
| | | | | | | | | | | 2004-01-10 James Willcox <jwillcox@gnome.org> * src/nautilus-spatial-window.c: (nautilus_spatial_window_realize), (real_set_throbber_active), (nautilus_spatial_window_class_init): * src/nautilus-spatial-window.h: Add some snot to new windows when they are opened in spatial mode. Basically tries to compensate for the lack of throbber.
* Moved the typeahead duration to a public header. Implement icon-view-styleDave Camp2004-01-101-0/+13
| | | | | | | | | | | | | | | 2004-01-10 Dave Camp <dave@ximian.com> * libnautilus-private/nautilus-icon-container.h: * libnautilus-private/nautilus-icon-container.c: (handle_typeahead): Moved the typeahead duration to a public header. * src/file-manager/fm-list-view.c: (select_matching_name), (fm_list_view_flush_typeselect_state), (handle_typeahead), (key_press_callback), (fm_list_view_finalize), (fm_list_view_instance_init): Implement icon-view-style typeahead for the list view. Patch from Jürg Billeter <j@bitron.ch>
* typo fix (Closes: #128318).Sebastien Bacher2004-01-091-0/+4
| | | | | | 2004-01-10 Sebastien Bacher <seb128@debian.org> * src/nautilus-spatial-window-ui.xml: typo fix (Closes: #128318).
* Patch from Jürg Billeter <j@bitron.ch>Alexander Larsson2004-01-091-0/+16
| | | | | | | | | | | | | | | | | | 2004-01-09 Alexander Larsson <alexl@redhat.com> Patch from Jürg Billeter <j@bitron.ch> * libnautilus-private/Makefile.am: * libnautilus-private/nautilus-cell-renderer-pixbuf-emblem.[ch]: pixbuf CellRenderer that handles emblems too * src/file-manager/fm-list-model.[ch]: * src/file-manager/fm-list-view.c: Add support for emblems to list * src/file-manager/fm-tree-model.[ch] * src/file-manager/fm-tree-view.c: Add support for emblems to tree
* application/x-desktop is the new desktop file mime typeAlexander Larsson2004-01-091-0/+9
| | | | | | | | | | | 2004-01-09 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c: (nautilus_file_can_rename), (nautilus_file_is_nautilus_link): * libnautilus-private/nautilus-link.c: (get_link_style_for_mime_type): * src/file-manager/fm-icon-view.c: (icon_view_handle_uri_list): application/x-desktop is the new desktop file mime type
* New funcitonAlexander Larsson2004-01-071-0/+17
| | | | | | | | | | | | | | | | | | | 2004-01-07 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-utilities.[ch]: (nautilus_get_vfs_method_display_name): New funciton * src/nautilus-window.c: Use nautilus_get_vfs_method_display_name to set the title * libnautilus-private/nautilus-icon-container.c: Remove tab icon navigation. Makes normal keynav work. * src/nautilus-shell-ui.xml: * src/nautilus-spatial-window.[ch]: * src/nautilus-window-manage-views.c: Add location button menu to spatial windows.
* Remove components/tree/Makefile from AC_OUTPUT.NAUTILUS_EXTENSIONS_MERGEPOINT_1Dave Camp2004-01-061-0/+5
| | | | | | | 2004-01-06 Dave Camp <dave@ximian.com> * configure.in: Remove components/tree/Makefile from AC_OUTPUT.
* Patch from: Juerg Billeter <j@bitron.ch>Alexander Larsson2004-01-061-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> Patch from: Juerg Billeter <j@bitron.ch> * components/Makefile.am: * components/tree/ Remove tree component (moved to file-manager) * src/Nautilus_shell.server.in: * src/file-manager/Makefile.am: Move tree view here * src/nautilus-application.c: Tree view activation * src/file-manager/fm-properties-window.[ch]: * src/file-manager/fm-directory-view.c: Make properties window take GtkWidget instead of DirectoryView. * src/file-manager/fm-tree-model.[ch]: * src/file-manager/fm-tree-view.[ch]: Move tree view here, first cut at popup menus
* Pop up folder menu on right click in background Patch fromAlexander Larsson2004-01-061-0/+6
| | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-list-view.c (button_press_callback): Pop up folder menu on right click in background Patch from chris@gnome-de.org
* Turn on home icon on desktop by defaultAlexander Larsson2004-01-061-0/+13
| | | | | | | | | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas.in: Turn on home icon on desktop by default * libnautilus-private/nautilus-icon-dnd.c: * src/nautilus-property-browser.c: Handle new svg mime type * src/nautilus-navigation-window-ui.xml: * src/nautilus-spatial-window-ui.xml: Don't use computer icon for templates
* Add get_item_count virtual method. Add item count and free space to statusAlexander Larsson2004-01-061-0/+13
| | | | | | | | | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.[ch]: Add get_item_count virtual method. Add item count and free space to status bar * src/file-manager/fm-icon-view.c (fm_icon_view_get_item_count): * src/file-manager/fm-list-view.c (fm_list_view_get_item_count): Implement get_iem_count * src/file-manager/fm-list-model.[ch] (fm_list_model_get_length): Add new function.
* Make desktop font Sans 10 by default. This is the same as the normal UIAlexander Larsson2004-01-061-0/+6
| | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas.in: Make desktop font Sans 10 by default. This is the same as the normal UI font default, and fits more stuff on the desktop.
* Don't translate duplication tests to avoid wasting translator time. MyAlexander Larsson2004-01-061-0/+7
| | | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: Don't translate duplication tests to avoid wasting translator time. My guess is that nobody was running make check in different locales anyway.
* Remove eel-string-picker.hAlexander Larsson2004-01-061-0/+5
| | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * test/test.h: Remove eel-string-picker.h
* Nullify stretch_icon when the icon being pointed to is removed. Fixes bugMartin Wehner2004-01-051-0/+6
| | | | | | | | 2004-01-05 Martin Wehner <martin.wehner@epost.de> * libnautilus-private/nautilus-icon-container.c: (icon_destroy): Nullify stretch_icon when the icon being pointed to is removed. Fixes bug #128713.
* Compare to ptr instead of NULL, since g_sequence_node_prev() never returnsSoeren Sandmann2004-01-041-0/+7
| | | | | | | | | Sun Jan 4 14:39:49 2004 Soeren Sandmann <sandmann@daimi.au.dk> * cut-n-paste-code/gsequence/gsequence.c (g_sequence_ptr_is_begin): Compare to ptr instead of NULL, since g_sequence_node_prev() never returns NULL. (pointed out by Jeffrey Yasskin).
* Use GnomeVFSFileSize instead of gulong to store file sizes. Prevents anMartin Wehner2004-01-041-0/+6
| | | | | | | | 2004-01-04 Martin Wehner <martin.wehner@epost.de> * libnautilus-private/nautilus-file-operations-progress.[ch]: Use GnomeVFSFileSize instead of gulong to store file sizes. Prevents an overflow with transfers > 4GB. Fixes bug #96734.
* Don't use EelInputEventBox, we can use GtkEventBox now instead.Anders Carlsson2004-01-031-0/+6
| | | | | | | | 2004-01-03 Anders Carlsson <andersca@gnome.org> * src/nautilus-location-bar.c: (nautilus_location_bar_init): * src/nautilus-location-entry.c: Don't use EelInputEventBox, we can use GtkEventBox now instead.
* Remove use of EelGenerousBin, we can use a GtkBox with only one child forAnders Carlsson2004-01-031-0/+17
| | | | | | | | | | | | | | | | | | | 2004-01-03 Anders Carlsson <andersca@gnome.org> * components/adapter/nautilus-adapter.c: (nautilus_adapter_new): * src/nautilus-navigation-bar.c: * src/nautilus-navigation-bar.h: * src/nautilus-navigation-window.c: * src/nautilus-spatial-window.c: (nautilus_spatial_window_instance_init): * src/nautilus-view-frame.c: * src/nautilus-view-frame.h: * src/nautilus-window.c: Remove use of EelGenerousBin, we can use a GtkBox with only one child for that instead. * test/Makefile.am: Don't use Eel stuff that no-one else uses.
* HIG fixes (add a missing mnemonic and correct the widget padding) for theDennis Cranston2004-01-031-0/+10
| | | | | | | | | | | | 2004-01-02 Dennis Cranston <dennis_cranston at yahoo com> * src/nautilus-connect-server-dialog.c: (nautilus_connect_server_dialog_init) * src/nautilus-location-dialog.c: (nautilus_location_dialog_init) HIG fixes (add a missing mnemonic and correct the widget padding) for the "Open Location" and "Connect to Server" dialogs.
* files in services directory are not used so they should not be installed.Diego Gonzalez Gonzalez2004-01-021-0/+6
| | | | | | | | 2003-01-02 Diego Gonzalez Gonzalez <diego@pemas.net> * configure.in: * component/text/Makefile.am: files in services directory are not used so they should not be installed.
* Fixed a typo in the Focal Length field. Patch from Stephane WirtelDave Camp2004-01-021-0/+6
| | | | | | | | 2004-01-02 Dave Camp <dave@ximian.com> * components/image_properties/nautilus-image-properties-view.c (append_exifdata_string): Fixed a typo in the Focal Length field. Patch from Stephane Wirtel <stephane.wirtel@belgacom.net>
* Ensure the source isn't deleted as partial copy in a duplicate operation.Martin Wehner2004-01-021-0/+6
| | | | | | | | 2004-01-02 Martin Wehner <martin.wehner@epost.de> * libnautilus-private/nautilus-file-operations.c: Ensure the source isn't deleted as partial copy in a duplicate operation. Fixes bug #128095.
* version markersAlexander Larsson2003-12-291-0/+2
|
* Add OrigTree.pmAlexander Larsson2003-12-291-0/+9
| | | | | | | | | | | 2003-12-29 Alexander Larsson <alexl@redhat.com> * Makefile.am (EXTRA_DIST): Add OrigTree.pm * NEWS: * configure.in: Update to 2.5.4
* Use GtkIconTheme instead of GnomeIconThemeAlexander Larsson2003-12-181-0/+9
| | | | | | | | | | | 2003-12-18 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-emblem-utils.c: * libnautilus-private/nautilus-icon-factory.[ch]: * src/nautilus-main.c: * src/nautilus-server-connect.c: * src/nautilus-window-manage-views.c: Use GtkIconTheme instead of GnomeIconTheme
* Require gtk/glib 2.3.0Alexander Larsson2003-12-181-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-18 Alexander Larsson <alexl@redhat.com> * configure.in: Require gtk/glib 2.3.0 * libnautilus-private/nautilus-directory.c: Use gobject private data for details * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.[ch]: Use gobject private data for details Add has_open_window flag and setter/getter * libnautilus-private/nautilus-icon-container.[ch]: * src/file-manager/fm-icon-container.c: Support visiting modifier for icons with open windows * src/file-manager/fm-directory-view.c: Don't use filename extension in templates name * src/file-manager/fm-list-model.c: Support accept and visiting icon modifiers * src/file-manager/fm-list-view.c: Always set the drag_view on the model so that the accept modifier works * src/nautilus-window.c: (nautilus_window_set_viewed_file): Set has_open_window on file
* Virtualize close_windowAlexander Larsson2003-12-171-0/+11
| | | | | | | | | | | | | 2003-12-17 Alexander Larsson <alexl@redhat.com> * src/nautilus-window.h: * src/nautilus-window.c (nautilus_window_close): Virtualize close_window * src/nautilus-spatial-window.c (real_window_close): Save geometry and scroll position on window close, not on delete event. Also, since the timeout geometry save isn't really needed anymore, up that to one second.
* Check for new ogg mime-type. Patch from Mattias ErikssonAlexander Larsson2003-12-161-0/+6
| | | | | | | | 2003-12-16 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-icon-view.c (play_file): Check for new ogg mime-type. Patch from Mattias Eriksson <mattias.eriksson@simovits.com>
* Do not add trash and directory uris to the recent documents list. FixesDennis Cranston2003-12-151-0/+5
| | | | | | | 2003-12-15 Dennis Cranston <dennis_cranston at yahoo com> * src/file-manager/fm-directory-view.c: Do not add trash and directory uris to the recent documents list. Fixes bug #125571.
* canonicalize URI and add titles for burn:/// and themes:///Alex Duggan2003-12-131-0/+5
| | | | | | | 2003-12-13 Alex Duggan <aldug@astrolinux.com> * src/nautilus-window.c (compute_default_title): canonicalize URI and add titles for burn:/// and themes:///
* Don't show the stupid looking for trash dialog. We shouldn't be lookingAlexander Larsson2003-12-131-0/+7
| | | | | | | | | 2003-12-12 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-trash-directory.c: Don't show the stupid looking for trash dialog. We shouldn't be looking for trash for long these days. Patch from William Lachance <wlach@nit.ca>
* Add missing #include <gtk/gtkmessagedialog.h>Vincent Untz2003-12-121-0/+5
| | | | | | | 2003-12-12 Vincent Untz <vincent@vuntz.net> * libnautilus-private/nautilus-desktop-link-monitor.c: Add missing #include <gtk/gtkmessagedialog.h>
* New function nautilus_file_operations_new_file.Alexander Larsson2003-12-121-0/+20
| | | | | | | | | | | | | | | | | | | | | | 2003-12-12 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.[ch]: New function nautilus_file_operations_new_file. * libnautilus-private/nautilus-file-utilities.[ch]: New template directory functions * src/nautilus-navigation-window-ui.xml: * src/nautilus-spatial-window-ui.xml: * src/nautilus-window-menus.c: Add Templates in location menu * src/file-manager/fm-directory-view.[ch]: * src/file-manager/nautilus-directory-view-ui.xml: Implement the templates menu. Fix issue that affected create new folder too, sometimes the file has already been added before we get the done callback.
* Removed obsolete hardware view.Christian Neumair2003-12-121-0/+7
|
* Range selection Clear last double click icon if you click on backgroundAlexander Larsson2003-12-121-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-12 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-container.c: Range selection Clear last double click icon if you click on background Don't swallow alt-up Ignore tripple clicks Shift-double-click is open-close-parent (of the clicked icon only) * libnautilus-private/nautilus-icon-private.h: Add range_selection_base_icon to icon container * src/file-manager/fm-directory-view.c: handle shift-alt-down * src/file-manager/fm-list-model.c: Implement fm_list_model_file_for_path * src/file-manager/fm-list-view.c: Sync behaviour with icon view. Allow shift-doubleclick * src/file-manager/nautilus-directory-view-ui.xml: * src/nautilus-spatial-window-ui.xml: * src/nautilus-spatial-window.c: Add alt-shift-up keybinding * src/nautilus-window-manage-views.c: * src/nautilus-window-manage-views.h: * src/nautilus-window-menus.c: (go_menu_up_callback): * src/nautilus-window.c: (nautilus_window_go_up): * src/nautilus-window.h: Support for alt-shift-up
* Handle defaults for desktop drops like normal directories.Alexander Larsson2003-12-111-0/+13
| | | | | | | | | | | | | | | 2003-12-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-dnd.c (nautilus_drag_default_drop_action_for_icons): Handle defaults for desktop drops like normal directories. * libnautilus-private/nautilus-desktop-link-monitor.c (nautilus_desktop_link_monitor_delete_link): Don't allow deletion of standard desktop links. * src/file-manager/fm-directory-view.c (fm_directory_view_confirm_deletion): Don't need to confirm for desktop icons.
* Update error dialogs to be HIGy, and use the new eel message dialog api.Alexander Larsson2003-12-111-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-11 Alexander Larsson <alexl@redhat.com> * components/emblem/nautilus-emblem-view.c: * components/music/nautilus-music-view.c: * components/news/nautilus-news.c: * libnautilus-private/nautilus-desktop-link-monitor.c: * libnautilus-private/nautilus-emblem-utils.c: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-icon-dnd.c: * libnautilus-private/nautilus-program-chooser.c: * libnautilus-private/nautilus-program-choosing.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-error-reporting.c: * src/file-manager/fm-icon-view.c: * src/file-manager/fm-properties-window.c: * src/file-manager/fm-search-list-view.c: * src/file-manager/nautilus-indexing-info.c: * src/nautilus-application.c: * src/nautilus-connect-server-dialog.c: * src/nautilus-information-panel.c: * src/nautilus-location-bar.c: * src/nautilus-navigation-window-menus.c: * src/nautilus-navigation-window.c: * src/nautilus-property-browser.c: * src/nautilus-window-manage-views.c: * src/nautilus-window.c: Update error dialogs to be HIGy, and use the new eel message dialog api. Based on patch from dennis_cranston@yahoo.com
* Use GTK_RESPONSE_CANCEL, not a homegrown RESPONSE_CANCEL. This way we canFederico Mena Quintero2003-12-111-0/+10
| | | | | | | | | | | | 2003-12-10 Federico Mena Quintero <federico@ximian.com> * src/nautilus-connect-server-dialog.c (response_callback): Use GTK_RESPONSE_CANCEL, not a homegrown RESPONSE_CANCEL. This way we can close the dialog by pressing Escape. (nautilus_connect_server_dialog_init): Likewise. * src/nautilus-location-dialog.c (response_callback): Likewise. (nautilus_location_dialog_init): Likewise.
* s/directory/folder/ Patch by mpusalkar@novell.comAlexander Larsson2003-12-101-0/+6
| | | | | | | | 2003-12-10 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas.in: s/directory/folder/ Patch by mpusalkar@novell.com
* src/file-manager/fm-list-view.c (create_and-set_up_tree_view); SetPadraig O'Briain2003-12-081-0/+5
| | | | | | | 2003-12-08 Padraig O'Briain <padraig.obriain@sun.com> * src/file-manager/fm-list-view.c (create_and-set_up_tree_view); Set accessible name. Fixes bug #128525.
* version markersAlexander Larsson2003-12-081-0/+2
|
* 2.5.3Alexander Larsson2003-12-081-0/+6
| | | | | | | | 2003-12-08 Alexander Larsson <alexl@redhat.com> * NEWS: * configure.in: 2.5.3