summaryrefslogtreecommitdiff
path: root/sysutils/nautilus
AgeCommit message (Collapse)AuthorFilesLines
2009-05-20Update pattern in PRINT_PLIST_AWK.wiz1-2/+2
2009-05-19Add URL for upstream bug report.wiz2-3/+5
2009-05-19Stop creating lib/nautilus/extensions-1.0, it's not needed any longer.wiz2-6/+4
Include sysutils/desktop-file-utils/desktopdb.mk. Bump PKGREVISION.
2009-05-19Remove unneeded patches.wiz4-69/+1
2009-05-19Update to 2.26.3. Add commented out LICENSE (needs AND).wiz2-6/+7
Major changes in 2.26.3 are: * New translations * Allow shift+return during typeahead find * Some startup performance fixes * Fix excessive whitespace on right hand size in zoomed icon view
2009-04-17update to 2.26.2drochner3-7/+8
changes: bugfixes
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-27/+1
infrastructure supports this properly (thanks joerg!).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18Remove some now-unused bl3 includes.snj1-10/+1
2009-03-16Update nautilus to 2.26.0.jmcneill6-46/+78
pkgsrc changes: * user-destdir support * remove eel, libbonobo, libbonoboui, libgnome, libgnomeui, libgsf, libart, ORBit2, startup-notification dependencies * add exempi, libunique dependencies Major changes in 2.26.0 are: * Stable release * Fix crash due to broken gdk-pixbuf tga loader * make sure thumbnails are updated even when zoomed up * fix crash in media settings preferences Major changes in 2.25.93 are: * Use ConsoleKit to make sure we only autorun on active sessions * Never show unmount if we show an eject menu item * Show the gvfs reported owner/group names * Don't allow changing default app for folders * Fix "can't unmount same location twice" bug Major changes in 2.25.92 are: * Set mmap limit to avoid desktop background memory not being returned to the os * Warn when source overwrites destination in move * Don't put "link to ..." in front of symlinks unless there are name conflicts * Fix desktop flicker on theme change * Require desktop file app launchers to be executable * Support making symlinks on remote locations (if supported by backend) Major changes in 2.25.91 are: * Use G_DEFINE_TYPE_* instead of hand-written types * fix: opening a new window restores minimised ones * fix renaming of desktop files * Handle new kinds of GIcons * Don't display shadowed mounts Major changes in 2.25.4 are: * Don't show desktop files from other desktops than Gnome on the desktop * Support crossfades of desktop backgrounds * Don't snap desktop icons outside right margin * Fix crashes and leaks Major changes in 2.25.3 are: * Remove CD/DVD creator from places menu and sidebar * Allow deleting custom emblems * Fix crashes * Don't show read-only emblems in trash * Trash performance fixes * General performance fixes * Update to new PackageKit API Major changes in 2.25.2 are: * Merged eel into nautilus * Use single glib/gtk includes * Support PackageKit application search * Fix new windows not appearing after successful mount * Remove support for old KDE trash dirs Major changes in 2.25.1 are: * Remove depencency on libgnome & gnome-vfs * Fix crashes * Chop trailing space characters when moving to FAT file system * When DnD'ing, COPY instead of MOVE, when the source is not deletable * Don't set default when opening with other app, just add to open with list. * Don't make copies of files from readonly source (e.g. CDROM) readonly * Don't show cancel dialog when showing the "run or display" dialog
2008-11-24Update to 2.24.2:wiz3-18/+21
Major changes in 2.24.2 are: * Fix custom mime icons, requires new glib & gvfs * Fix crashes
2008-10-31Spelling.wiz1-3/+4
2008-10-31Add a comment for post-install target.wiz1-1/+2
2008-10-27Update to 2.24.1:wiz3-8/+10
Major changes in 2.24.1 are: * Fix saving of spatial window geometry on close * Remove trailing spaces on filenames when copying to FAT file systems * Allow emblems that don't start with "emblem-" * On unmount close tabs that show the unmounted location * Fixed redraw issues with labels on zoom * Don't toggle sidebar splitter when dragging it * Fix bookmark issue that sometimes led to locations not loading * Don't show the "cancel" dialog after a timeout when displaying a dialog * Fix crashes and leaks
2008-10-16update to 2.24.0drochner4-22/+39
This switches to the gnome-2.24 release branch.
2008-09-15Fix compilation on NetBSD.jmcneill3-1/+27
2008-07-15update to 2.22.5.1drochner2-6/+6
changes: -UI fixes -Preserve mtime when copying files -Thumbnailing improvements and speedup -bugfixes
2008-05-29remove obsolete esound dependency, ride on update of some minutes agodrochner2-5/+2
2008-05-29update to 2.22.3drochner3-7/+8
changes: -speed up thumbnailing -more UI improvements -bugfixes
2008-04-28tell the user that sysutils/gvs is needed for some desktop functions,drochner1-0/+7
in response to PR pkg/38530 by Jared D. McNeill (Adding it as a full dependency would thwart the whole purpose of plugins; also, gvfs is quite young and will likely be changed often, which would cause unnecessary rebuilds.)
2008-04-15update to 2.22.2drochner5-30/+12
This switches to the gnome-2.22 release branch.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-4/+4
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-3/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-12Work around a missing check for sys/param.h in configure, to make itdrochner2-1/+15
build on NetBSD-3, fixes PR pkg/37292 by Gilles Gravier. Thanks to Gilles for testing the fix. (I'll report the missing configure check upstream.)
2007-11-05update to 2.20.0drochner5-16/+32
This switches to the new gnome-2.20 branch.
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-8/+8
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz2-5/+5
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz2-6/+6
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz2-5/+6
2007-07-13update to 2.18.3drochner3-8/+9
changes: * Fix leaks * Fix keyboard shortcuts in preferences dialog * Build fixes * Added alpha support for icon frames * Better handling of unicode search terms
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-04-17delete stale patch, from Blair Sadewitz per mail to pkgsrc-usersdrochner1-19/+0
2007-04-11update to 2.18.1drochner3-15/+19
This moves this pkg to the new stable gnome branch, too much to list here.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz2-3/+4
2007-01-14Modular Xorg support.joerg1-1/+6
2006-11-27update to 2.16.3drochner2-6/+6
changes: * Revert a patch that caused icons to move around * Fix crash introduced in 2.16.2
2006-11-14update to 2.16.2drochner2-6/+6
changes: * Fix a lot of crashes * Handle throbbers with different sizes * Don't add a newline when pasting filenames * Better a11y relationships betweeen widgets * Make nautilus --quit not be restarted by session * Fix occasional stuck grabs when rubberband selecting * Don't timeout typeahead when scrolling with mouse wheel * Add X-GNOME-Bugzilla-Version to desktop files * Fix desktop icon overlap problem
2006-10-17update to 2.16.1drochner2-7/+6
changes: * Default to search in current directory for non-indexed search * Fix clash with symbol names in gtk+
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-3/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-15Update to 2.16.0:jmmv3-10/+19
Major changes in 2.16.0 are: * Handle enter activation when using typeahead search * Avoid using gnome_vfs_is_local in wrong places * Translations Major changes in 2.15.92.1 are: * Fix crash on startup Major changes in 2.15.92 are: * Fix crash on changing owner/group of file * Fix double free * Make sure all strings are displayed translated Major changes in 2.15.91 are: * Use gtk recent files code * Fix file change notification regression * Don't display raw form of selinux contexts * Import lates EggSequence with bugfixes * DnD fixes * Read .hidden symlinks * Fix down navigation in last column, next to last row Major changes in 2.15.90 are: * Submenu support for extensions * Improved beagle daemon detection * Enable D'n'D reordering in the places sidebar * New icons for trash operations * Add a button/text toggle button to the location bar * Fix leak Major changes in 2.15.4 are: * New permission dialog with recursion and selinx support * Improve extension interface * Add complete session management * Handle removal of the displayed location more elegantly * Use proper nautilus-cd-burner icon * Support dropping uris, urls and text to subfolders * Fix leaks and warnings Major changes in 2.15.2 are: * Don't allow formating of mounted floppies * Perfomance fixes * Don't use deprecated eel features * Use less memory when thumbnailing Major changes in 2.15.1 are: * Improve startup performance * Use GOption * Fix selection box width calculation * Improve file permission handling * Add volume operations to the file menu, tree and places sidebar * New po/LINGUAS handling * Smarter date handling for images * HIG fixes * Fix various typos * Fix about dialog to work with current gtk+ * Fix crashes * Show network volumes in the places sidebar * Fix progress dialog showing the wrong file * Code cleanups
2006-08-03update to 2.14.3drochner3-9/+8
changes: * Translation updates * Fix selection box width calculation * Improve file permission handling * Fix progress dialog showing the wrong file * Use less memory when thumbnailing * Improved sorting in the places sidebar * Improved beagle daemon detection * Fix crashes
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-80/+80
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-5/+2
USE_TOOLS+=msgfmt.
2006-04-12update to 2.14.1drochner3-8/+8
changes: * Translation updates * Code cleanups * Use --no-desktop option for all desktop files * Startup performance improvements * Make files copied from read-only source writeable * Don't allow bookmarking x-desktop:/// * Add help buttons to several dialogs * Fix SVG file identification * Properly break down URIs for connect to server ui * Don't reposition icons on reload * Show unmounted but user-visible drives in the places sidebar * Display more info in the progress dialog when preparing * Smarter DnD target selection * Smaller close icon in the sidebar title * GnomeGoals: Use po/LINGUAS
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.