diff options
author | Darin Adler <darin@src.gnome.org> | 2000-11-09 01:36:13 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-11-09 01:36:13 +0000 |
commit | a03bb1a3166bc03f33bbd2d4f61cfb44c3a4692b (patch) | |
tree | fbb19fd6789c3d267167ff7f2a23a1f413e2fb1b /README | |
parent | 40eb73da3962485ccd9aadf85639088e26d64c5a (diff) | |
download | nautilus-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 'README')
-rw-r--r-- | README | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -114,7 +114,7 @@ The following lists the packages and the versions they should report. glib: 1.2.8 HC1.2 gtk+: 1.2.8 HC1.2 imlib: 1.9.8.1 HC1.2 - gnome-xml: 1.8.10 HC1.2 + gnome-xml: 1.8.10 HC1.2 ORBit: 0.5.4 HC1.2 gnome-libs: 1.2.7 --enable-prefer-db1 HC1.2 gnome-http: 1.0.7 HC1.2 @@ -167,12 +167,12 @@ The following lists the packages and the versions that are required. module branch configure options dist. ------ ------ ----------------- ----- popt: <1.5, but not from GNOME CVS, see below> RH6.2 - glib: glib-1-2 HC1.2 - gtk+: gtk-1-2 HC1.2 - imlib: HEAD HC1.2 + glib: glib-1-2 + gtk+: gtk-1-2 + imlib: HEAD gnome-xml: LIB_XML_1_BRANCH ORBit: orbit-stable-0-5 - gnome-libs: gnome-libs-1-0 --enable-prefer-db1 HC1.2 + gnome-libs: gnome-libs-1-0 --enable-prefer-db1 gnome-http: HEAD oaf: HEAD gconf: HEAD @@ -187,7 +187,6 @@ The following lists the packages and the versions that are required. nautilus: HEAD RH6.2 == Version from Red Hat 6.2 OK -HC1.2 == Version from Helix Code Gnome 1.2 OK One difference between tarball and cvs compilation is that when you get stuff from cvs, you don't get a configure script. This script has |