summaryrefslogtreecommitdiff
path: root/po/.cvsignore
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-11-09 01:36:13 +0000
committerDarin Adler <darin@src.gnome.org>2000-11-09 01:36:13 +0000
commita03bb1a3166bc03f33bbd2d4f61cfb44c3a4692b (patch)
treefbb19fd6789c3d267167ff7f2a23a1f413e2fb1b /po/.cvsignore
parent40eb73da3962485ccd9aadf85639088e26d64c5a (diff)
downloadnautilus-a03bb1a3166bc03f33bbd2d4f61cfb44c3a4692b.tar.gz
buddy: Gene Ragan <gzr@eazel.com>
* libnautilus-extensions/nautilus-file.c: (rename_callback): Since metadata for the directory itself is now stored under a fixed name, no need to rename the metadata for self-owned files any more. (get_item_count), (get_size), (compare_directories_by_count), (compare_files_by_size), (compare_by_size): Reimplement compares by size so they don't use gnome_vfs_file_info_compare -- this makes them work better for info == NULL cases. (get_date), (compare_by_modification_date): Reimplement compares by modification date so they don't use gnome_vfs_file_info_compare -- this makes them work better for info == NULL cases. (compare_by_name): Sort files that start with "." or "#" last. (compare_by_name_and_directory_name): Helper function so that we always sort by directory name when names are equal. (nautilus_file_compare_for_sort): Use the new functions above so we never have to use the gnome_vfs_file_info_compare function. Because of that, we won't have to keep file names around any more. This also simplified the logic -- I was able to remove all the special cases for info == NULL. (get_metadata_name): Function that returns "." for self-owned files so the metadata for the directory itself is stored somewhere that's not affected by renaming. (nautilus_file_get_metadata), (nautilus_file_get_metadata_list), (nautilus_file_set_metadata), (nautilus_file_set_metadata_list), (nautilus_file_get_boolean_metadata), (nautilus_file_get_integer_metadata), (nautilus_file_set_boolean_metadata), (nautilus_file_set_integer_metadata): Use the new get_metadata_name function. * src/file-manager/nautilus-directory-view-ui.xml: Changed an old <menuitem/> to <separator/>. * po/.cvsignore: Ignore the tmp directory, but no need to ignore the .headerlock file which is now obsolete. * README: Minor tweaks. * libnautilus-extensions/Makefile.am: Resorted lists.
Diffstat (limited to 'po/.cvsignore')
-rw-r--r--po/.cvsignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/.cvsignore b/po/.cvsignore
index 8f4907dec..27c09646a 100644
--- a/po/.cvsignore
+++ b/po/.cvsignore
@@ -5,7 +5,7 @@ Makefile.in
Makefile.in.in
POTFILES
cat-id-tbl.c
+messages
nautilus.pot
stamp-cat-id
-messages
-.headerlock \ No newline at end of file
+tmp