| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
| |
2003-06-27 Dave Camp <dave@ximian.com>
* NEWS:
* configure.in:
Bumped to 2.3.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-27 Alexander Larsson <alexl@redhat.com>
* components/tree/nautilus-tree-view.c: (create_tree):
* libnautilus-private/nautilus-directory-async.c:
(should_skip_file), (dequeue_pending_idle_callback),
(remove_callback), (file_list_cancel), (count_non_skipped_files),
(read_dot_hidden_file), (start_monitoring_file_list),
(deep_count_one), (mime_list_one):
* libnautilus-private/nautilus-directory-private.h:
* libnautilus-private/nautilus-directory.c:
(nautilus_directory_init), (nautilus_directory_finalize):
* libnautilus-private/nautilus-file.c: (is_file_hidden),
(nautilus_file_should_show):
Implement .hidden files, synchronosly, for file:// only.
* components/tree/nautilus-tree-view.c (create_tree):
Change root name to "Filesystem"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-27 Dave Camp <dave@ximian.com>
* src/file-manager/fm-desktop-icon-view.c: (update_disks_menu):
* src/file-manager/fm-directory-view.c: (update_scripts_menu),
(paste_clipboard_data), (paste_clipboard_received_callback),
(paste_into_clipboard_received_callback), (paste_files_callback),
(paste_files_into_callback), (real_merge_menus),
(clipboard_targets_received), (real_update_menus):
* src/file-manager/fm-icon-view.c: (fm_icon_view_merge_menus):
* src/file-manager/nautilus-shell-ui.xml:
* src/file-manager/nautilus-directory-view-ui.xml:
Trimmed up the context menu, and changed the New items to be
Open (for things that create windows) and Create (for things that
create files).
|
|
|
|
|
|
|
| |
2003-06-27 Alexander Larsson <alexl@redhat.com>
* components/tree/nautilus-tree-model.c (nautilus_tree_model_get_flags):
Mark model as ITERS_PERSIST.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-27 Alexander Larsson <alexl@redhat.com>
Patch by Soren Sandmann
* configure.in:
CFLAGS for gsequence
* cut-n-paste-code/Makefile.am:
* cut-n-paste-code/gsequence/.cvsignore:
* cut-n-paste-code/gsequence/Makefile.am:
* cut-n-paste-code/gsequence/gsequence.[ch]:
New cut-n-paste lib for gsequence (by Soren Sandmann)
* src/Makefile.am:
Link to gsequence
* src/file-manager/fm-list-model.c:
Use gsequence plus a reverse mapping hashtable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-27 Alexander Larsson <alexl@redhat.com>
This is based on a patch by Jürg Billeter <j@bitron.ch> which was
partly based on a patch by Wolfgang Pichler <madmin@dialog-telekom.at>.
* components/tree/nautilus-tree-model.[ch]:
Support multiple roots. New row_loaded signal that gets fired when a
directory has been fully loaded. New font-weight column.
* components/tree/nautilus-tree-view.c:
Remove tree expansion.
Populate multiple roots: ~/, / and mounted removable media.
Tree follows view uri.
* libnautilus-private/nautilus-desktop-link-monitor.c:
(create_volume_link), (nautilus_desktop_link_monitor_init),
(desktop_link_monitor_finalize):
Kill black_list, its moved to nautilus-volume-manager.
* libnautilus-private/nautilus-desktop-link.c:
(nautilus_desktop_link_new_from_volume):
Move get_icon_for_volume to nautilus-volume-manager
* libnautilus-private/nautilus-tree-view-drag-dest.c:
(file_for_path), (get_drop_target):
Handle NULL for root_uri, meaning drops on the background
are not allowed.
* libnautilus-private/nautilus-volume-monitor.[ch]:
(nautilus_volume_get_icon),
(nautilus_volume_is_in_removable_blacklist):
Add get_icon and the removable media blacklist.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-26 James Willcox <jwillcox@gnome.org>
* src/nautilus-property-browser.c: (emblem_dialog_clicked):
Correct "~/.gnome-desktop" to "~/Desktop" in the docs for the
/apps/nautilus/preferences/show_desktop key. Fixes #114624.
* libnautilus-private/apps_nautilus_preferences.schemas.in:
Refresh the emblem list after adding the new custom emblem.
Fixes #104238.
|
|
|
|
|
|
|
| |
2003-06-26 Mohammad DAMT <mdamt@bisnisweb.com>
* po/id.po: Added Indonesian translation by Yohanes Nugroho <yohanes@opensource.or.id>
* configure.in: Added "id" to ALL_LINGUAS
|
|
|
|
|
|
|
|
|
| |
2003-06-25 David Bordoley <borodley@msu.edu>
* src/nautilus-shell.c: (open_window):
Prefer an existing window for a location when opening
a location from the command line and the user's
preference is open in new window mode.
|
| |
|
|
|
|
|
|
|
|
| |
2003-06-23 Dave Camp <dave@ximian.com>
* NEWS
* configure.in:
Bumped version to 2.3.5.
|
|
|
|
|
|
|
|
| |
2003-06-22 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-file.c:
(nautilus_file_get_volume_free_space): Handle NULL vfs uris (such
as desktop links).
|
|
|
|
|
|
|
|
| |
2003-06-22 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-desktop-link.c:
(nautilus_desktop_link_rename): Set the trash gconf key instead of
the home key when renaming the trash.
|
|
|
|
|
|
| |
2003-06-23 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
* nl.po: Dutch translation updated by Kees van den Broek.
|
|
|
|
|
|
| |
2003-06-22 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-21 Dave Camp <dave@ximian.com>
* src/nautilus-file-management-properties.c:
(nautilus_file_management_properties_dialog_setup):
* src/nautilus-file-management-properties.glade: Removed
"Manual Layout" and "Sort in Reverse" from the properties
dialog, and moved "Text beside icons" to the Icon View
section.
|
|
|
|
|
|
| |
2003-06-21 Samúel Jón Gunnarsson <sammi@techattack.nu>
* is.po: Updated Icelandic translation
|
|
|
|
|
|
| |
2003-06-21 Bastien Nocera <hadess@hadess.net>
* en_GB.po: updated, translated the time and dates as well now
|
|
|
|
|
|
| |
2003-06-20 Bastien Nocera <hadess@hadess.net>
* configure.in: fix build
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2003-06-15 Mark McLoughlin <mark@skynet.ie>
* libnautilus-private/nautilus-directory-background.c:
(image_loading_done_callback): create a 1x1 pixmap with
the background colour and set _XROOTPMAP_ID when we have
a solid colour background. Fixes panel translucency with
solid colour backgrounds.
|
|
|
|
|
|
|
|
| |
2003-06-16 Taneem Ahmed <taneem@eyetap.org>
* configure.in: Added "bn" to ALL_LINGUAS.
* bn.po: Added Bangla translation by Progga
of Ankur group <gnome-translation@bengalinux.org>.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.in:
Remove -Wsign-promo and add -Wno-strict-aliasing to the list
of options to test for. Fixes the gcc 3.3 aliasing warnings.
* libnautilus-private/nautilus-file.c:
(nautilus_file_compare_for_sort_internal):
* libnautilus-private/nautilus-icon-factory.c:
(nautilus_get_icon_size_for_zoom_level):
gcc 3.3 doesn't like g_return_val_if_fail (FALSE, ...).
Use g_return_val_if_reached instead.
|
| |
|
|
|
|
|
|
| |
2003-06-12 Anders Carlsson <andersca@codefactory.se>
* configure.in: Remove nonexistant throbber directories.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-12 Alexander Larsson <alexl@redhat.com>
* components/tree/nautilus-tree-model.c: (set_theme),
(nautilus_tree_model_set_theme):
* components/tree/nautilus-tree-model.h:
* components/tree/nautilus-tree-view.c: (theme_changed_callback),
(nautilus_tree_view_instance_init):
Correctly handle icon theme changes.
Based on patch by muktha.narayan@wipro.com
Fixes #99000
|
|
|
|
| |
* he.po: Updated Hebrew translation.
|
| |
|
|
|
|
|
|
|
|
| |
2003-06-12 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-canvas-item.c (nautilus_icon_canvas_item_draw):
Only draw exposed area.
Patch from sandmann@daimi.au.dk
|
| |
|
|
|
|
|
|
|
|
|
| |
2003-06-12 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file.c (nautilus_file_fit_date_as_string):
Don't call gettext on NULL string.
Patch from hidetoshi.tajima@sun.com
Fixes #113930
|
| |
|
|
|
|
|
|
| |
2003-06-11 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
| |
2003-06-11 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-properties-window.c (fm_properties_window_present):
Handle the case when the data is alreay ready.
This fixes properties on the home icon on the desktop.
|
|
|
|
| |
* sq.po: Updated Albanian translation
|
| |
|
|
|
|
|
|
|
|
|
| |
2003-06-11 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-list-view.c (fm_list_view_did_not_drag)
(button_press_callback):
Don't deselect multiple selected files when dragging
with middle button.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-11 Alexander Larsson <alexl@redhat.com>
* icons/Makefile.am:
* icons/crux_eggplant/Makefile.am:
* icons/crux_eggplant/decrement-i.png:
* icons/crux_eggplant/decrement.png:
* icons/crux_eggplant/increment-i.png:
* icons/crux_eggplant/increment.png:
* icons/crux_eggplant/number_strip.png:
* icons/crux_eggplant/theme_preview.png:
* icons/crux_eggplant/throbber/001.png:
* icons/crux_eggplant/throbber/002.png:
* icons/crux_eggplant/throbber/003.png:
* icons/crux_eggplant/throbber/004.png:
* icons/crux_eggplant/throbber/005.png:
* icons/crux_eggplant/throbber/006.png:
* icons/crux_eggplant/throbber/007.png:
* icons/crux_eggplant/throbber/008.png:
* icons/crux_eggplant/throbber/009.png:
* icons/crux_eggplant/throbber/010.png:
* icons/crux_eggplant/throbber/011.png:
* icons/crux_eggplant/throbber/012.png:
* icons/crux_eggplant/throbber/013.png:
* icons/crux_eggplant/throbber/014.png:
* icons/crux_eggplant/throbber/015.png:
* icons/crux_eggplant/throbber/016.png:
* icons/crux_eggplant/throbber/017.png:
* icons/crux_eggplant/throbber/018.png:
* icons/crux_eggplant/throbber/019.png:
* icons/crux_eggplant/throbber/020.png:
* icons/crux_eggplant/throbber/021.png:
* icons/crux_eggplant/throbber/022.png:
* icons/crux_eggplant/throbber/023.png:
* icons/crux_eggplant/throbber/024.png:
* icons/crux_eggplant/throbber/025.png:
* icons/crux_eggplant/throbber/026.png:
* icons/crux_eggplant/throbber/027.png:
* icons/crux_eggplant/throbber/028.png:
* icons/crux_eggplant/throbber/029.png:
* icons/crux_eggplant/throbber/030.png:
* icons/crux_eggplant/throbber/Makefile.am:
* icons/crux_eggplant/throbber/rest.png:
* icons/crux_eggplant/zoom_body.png:
* icons/crux_teal/Makefile.am:
* icons/crux_teal/decrement-i.png:
* icons/crux_teal/decrement.png:
* icons/crux_teal/increment-i.png:
* icons/crux_teal/increment.png:
* icons/crux_teal/number_strip.png:
* icons/crux_teal/theme_preview.png:
* icons/crux_teal/throbber/001.png:
* icons/crux_teal/throbber/002.png:
* icons/crux_teal/throbber/003.png:
* icons/crux_teal/throbber/004.png:
* icons/crux_teal/throbber/005.png:
* icons/crux_teal/throbber/006.png:
* icons/crux_teal/throbber/007.png:
* icons/crux_teal/throbber/008.png:
* icons/crux_teal/throbber/009.png:
* icons/crux_teal/throbber/010.png:
* icons/crux_teal/throbber/011.png:
* icons/crux_teal/throbber/012.png:
* icons/crux_teal/throbber/013.png:
* icons/crux_teal/throbber/014.png:
* icons/crux_teal/throbber/015.png:
* icons/crux_teal/throbber/016.png:
* icons/crux_teal/throbber/017.png:
* icons/crux_teal/throbber/018.png:
* icons/crux_teal/throbber/019.png:
* icons/crux_teal/throbber/020.png:
* icons/crux_teal/throbber/021.png:
* icons/crux_teal/throbber/022.png:
* icons/crux_teal/throbber/023.png:
* icons/crux_teal/throbber/024.png:
* icons/crux_teal/throbber/025.png:
* icons/crux_teal/throbber/026.png:
* icons/crux_teal/throbber/027.png:
* icons/crux_teal/throbber/028.png:
* icons/crux_teal/throbber/029.png:
* icons/crux_teal/throbber/030.png:
* icons/crux_teal/throbber/Makefile.am:
* icons/crux_teal/throbber/rest.png:
* icons/crux_teal/zoom_body.png:
* icons/decrement.png:
* icons/default/Makefile.am:
* icons/default/decrement.png:
* icons/default/increment.png:
* icons/default/number_strip.png:
* icons/default/theme_preview.png:
* icons/default/zoom_body.png:
* icons/gnome/Makefile.am:
* icons/gnome/theme_preview.png:
* icons/gnome/throbber/001.png:
* icons/gnome/throbber/002.png:
* icons/gnome/throbber/003.png:
* icons/gnome/throbber/004.png:
* icons/gnome/throbber/005.png:
* icons/gnome/throbber/006.png:
* icons/gnome/throbber/Makefile.am:
* icons/gnome/throbber/rest.png:
* icons/increment.png:
* icons/number_strip.png:
* icons/sierra/Makefile.am:
* icons/sierra/number_strip.png:
* icons/sierra/theme_preview.png:
* icons/tahoe/Makefile.am:
* icons/tahoe/number_strip.png:
* icons/tahoe/theme_preview.png:
* icons/throbber/001.png:
* icons/throbber/002.png:
* icons/throbber/003.png:
* icons/throbber/004.png:
* icons/throbber/005.png:
* icons/throbber/006.png:
* icons/throbber/007.png:
* icons/throbber/008.png:
* icons/throbber/009.png:
* icons/throbber/010.png:
* icons/throbber/011.png:
* icons/throbber/012.png:
* icons/throbber/013.png:
* icons/throbber/014.png:
* icons/throbber/015.png:
* icons/throbber/016.png:
* icons/throbber/017.png:
* icons/throbber/018.png:
* icons/throbber/019.png:
* icons/throbber/020.png:
* icons/throbber/021.png:
* icons/throbber/022.png:
* icons/throbber/023.png:
* icons/throbber/024.png:
* icons/throbber/025.png:
* icons/throbber/026.png:
* icons/throbber/027.png:
* icons/throbber/028.png:
* icons/throbber/029.png:
* icons/throbber/030.png:
* icons/throbber/Makefile.am:
* icons/throbber/rest.png:
* icons/zoom_body.png:
Remove lots of old theme stuff
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-06-11 Alexander Larsson <alexl@redhat.com>
* acconfig.h:
* configure.in:
Look for libstartup-notification.
* libnautilus-private/nautilus-program-choosing.c:
Use libstartup-notification. Requires latest
gnome-vfs.
|
| |
|
|
|
|
|
|
|
|
| |
2003-06-10 Dave Camp <dave@ximian.com>
* configure.in:
* NEWS:
Updated to 2.3.4.
|
| |
|
|
|
|
|
|
|
|
| |
2003-06-10 Dave Camp <dave@ximian.com>
* configure.in:
* NEWS:
Updated to 2.3.4.
|