summaryrefslogtreecommitdiff
path: root/sysutils/nautilus
AgeCommit message (Collapse)AuthorFilesLines
2004-06-28Update to 2.6.3:jmmv4-24/+7
Major changes since 2.6.2 are: * Improved drag and drop responsiveness * Set working directory of launched processes to current view directory * Zooming fix * Crash fixes Major changes since 2.6.1 are: * Accessibility/keynav/theming fixes * Leak fixes * .desktop file updates * Fixed help buttons in the preferences dialog * Portability fix * Use initial click position to anchor icon dnd * Crash fix in the file properties dialog * Don't overlap the close icon and text label when the sidepane is very small.
2004-05-15Print comments for lib/nautilus and lib/nautilus/extensions-1.0 directoriesjmmv1-1/+6
(during print-PLIST in packages using this one).
2004-05-11fixes for darwindanw3-7/+28
2004-05-05Bump PKGREVISION due to libgsf update to 1.9.0 (soname of shared libraryjmmv1-1/+2
changed).
2004-05-03Update to 2.6.1:jmmv3-10/+10
* Fix various crashes and leaks. * Use correct icon for filesystem in treeview. * Place unplaced windows over the parent window. * Fix non-ascii typeahead. * Faster property dialog for operations on many files. * Faster list view. * Fill open location dialog with initial path. * Add down arrow to location button. * Make shift close window behind in more places. * Allow smaller spatial windows. * Allow svg backgrounds. * Fix ignore kde trash directory hack. * By default set per-folder background in spatial mode.
2004-04-19Bump PKGREVISION due to libcroco's update (major version bump in library name).jmmv1-1/+2
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Update to 2.6.0. Changes since previous stable branch (2.4.x):jmmv9-407/+95
Major changes since 2.5.91 are: * Translation updates Major changes since 2.5.90 are: * Handle failures when opening new window better (don't loop) * visiting and accept modifiers were reversed in list view * Build fixes Major changes since 2.5.8 are: * Beter typeahead in list view * "browse" context menu item in more places * Added go -> cd burner in browser mode * Fallback to normal icon view if there is a problem launching another view * Close windows on unmounted directories * Fix crashes * Longer delay until cancel open dialog opens Major changes since 2.5.7 are: * Fix crash * Nicer names for toplevel uris * Browse folder works in more places * Added preference to always use browser windows * Warn when sniffed/extension-matched mime type disagrees * Show applications for both sniffed and extension-matched mimetype in the open with menu Major changes since 2.5.6 are: * Fix icon lookup crash * Fix property page crash * Some a11y fixes * Use new background capplet name * Fix rename keyfocus issue * Scroll to icon after rename * Fix ogg previewing * Some HIG rephrasing of strings * Fix crash on rename of empty selection * Update help userguide links * Paste menu sensitivity fix * Rename selection keynav now behaves better from the start Major changes since 2.5.5 are: * hig/ui tweaks * ngettext support * distribute nautilus-list-view-ui.xml * New mimetype detection approach * performance fixes * non-modal open with other dialog * Don't show small svgs as themseleves (always thumbnail) * update egg-recent Major changes since 2.5.4 are: * Extension system for emblem, property page, menu item, and list view column plugins. * Editable list view columns * Don't expand symlinks when following them. * Busy cursor in loading spatial windows * Icon-view style typeahead in the list view. * Emblems in the list view * Added a location button to spatial windows * Removed tab icon nav from the icon view * Add a context menu to the tree side pane. * Pop up folder menu in list view background * Turn on home icon on the desktop by default * Added status bar info when no files are selected * Got rid of unnecessary EelGenerousBin/EelInputEventBox usage * HIG fixes * Bugfixes Major changes since 2.5.3 are: * Use GtkIconTheme instead of GnomeIconTheme * Show visited folders differently * Better mouse/keynav in icon and list view * Save window geometry on window close * HIG message dialogs * File templates support Major changes since 2.5.2 are: * Accessibility fixes * Better initial size of navigation window * Close all parents closes all parents * Focus the next item after delete in list view Major changes since 2.5.1.1 are: * Don't do unnecessary i/o on remote locations * handle broken symlinks that go unbroken * various bug fixes * some accessibility fixes Major changes since 2.5.1 are: * Fixed a NautilusFile leak * DISABLE_DEPRECATED fixes. Major changes since 2.5.0 are: * Start of new volume handling system * deprecaton clean * fixed leaks * performance fixes
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+4
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-21Add <sys/types.h> to fix building on FreeBSD, reported by Michalxtraeme2-1/+17
Pasternak in PR pkg/24287.
2004-02-20unusedjmmv1-52/+0
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14Remove imlib2 dependency; it's not used. Bump PKGREVISION to 4.jmmv3-9/+6
2004-02-14Remove some files, not really needed in the buildlink directory.jmmv1-11/+1
2004-02-14Add explicit dependencies on all the packages this one checks for.jmmv3-6/+48
No revision bump since these were already used (indirectly).
2004-02-11Bump PKGREVISION due to imlib2 update.xtraeme1-2/+2
2004-02-11bl3ifyxtraeme2-8/+36
2004-02-10Ensure that the "Start Here" link that gets created in the desktop has writejmmv3-3/+17
permissions for the owner. Bump PKGREVISION to 2.
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-1/+2
2004-02-06Finish update to 2.4.2: bump version and drop fam dependancy.jmmv1-3/+2
2004-02-06Update to 2.4.2:jmmv3-8/+7
* Leak fixes * Keynav fixes * Reread activation uri of symlinks in case the link target is stale. * List view crash fix * List view focus fix * Ensure the source isn't deleted as a partial copy * Fixed > 4G file transfers * Icon view crash fix While here, remove useless fam dependancy, as reported in PR pkg/24305.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22Bump PKGREVISION due to librsvg2 and swfdec updates.jmmv1-2/+2
2004-01-05Minimum version of esound required is 0.2.27 not 2.4.1 (Hi Jeremy!).xtraeme1-2/+2
This closes PR pkg/23984 by Min Sik Kim.
2004-01-04Bump revision due to librsvg2 update (libcroco added as a dependancy).jmmv1-2/+2
2004-01-03Bump package revisions for tiff update.reed2-5/+5
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-31Add a patch (based on one from FreeBSD) to display removable mediaxtraeme2-6/+319
(and network mounts) automatically.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-1/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-14Updated to 2.4.1xtraeme5-447/+31
Changes: * Handle cd volume names where the data track is not first * Fix list view crash bug * Fix shutdown crash bug * Fix crash on unsupported URIs * Don't show eraser in background browser * Fix crash on going back when a view failed * Don't show anything in views before all files are loaded. * Make the desktop snap grid smaller vertically * Fix accessibility crashers * Double click on rows in tree sidebar expands rows * portability and build fixes * don't migrate .gnome-desktop if it is a symlink * Fix messed up home/trash icons for new users * Handle xpm icons correctly in desktop files * Handle non-utf8 user names * Fix warning on theme changes * Sometimes the home and trash icons became blank and unusable * Auto-hide KDE trash directory in desktop directory. * Fix history sidepane crash * Add keynav rectangle selection * Better error string for missing proxy hostnames * Handle arrow keys on numerical keypad And more... review Changelog to see a full list of changes.
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-12-03Require at least esound>=0.2.27 (missed in previous). Thanks Quentin :)xtraeme1-1/+3
2003-12-03Nautilus requires at least esound>=0.2.27, noted by Rafal Boni in PRxtraeme1-2/+9
pkg/22263. Bump PKGREVISION.
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-27Bump revision due to librsvg2 update (to 2.2.5).jmmv1-2/+2
2003-06-03Add a buildlink2.mk file. Closes PR pkg/21769.jmmv1-0/+48
2003-05-04Make nautilus slightly more responsive when compiled with pth by yieldingrh3-3/+44
the CPU every 200 ms. Bump PKGREVISION.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-27Honor PKG_SYSCONFDIR, so that gnome-vfs2 can find files in vfolders (likejmmv4-16/+50
the "Start here" folder); Nautilus works better overall. Bump PKGREVISION to 1.
2003-04-27Initial import of nautilus-2.2.3.1, the official file manager for GNOME2.rh8-0/+762
This is the same version that I imported to pkgsrc-wip earlier. With the latest gnome-vfs2 update, the package works now.