2007-01-09 18:41:02 +01:00
#
2009-02-07 17:17:16 +01:00
# spec file for package nautilus (Version 2.25.4)
2007-01-09 18:41:02 +01:00
#
2009-01-09 01:37:13 +01:00
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
2007-01-09 18:41:02 +01:00
#
2008-08-14 02:00:32 +02:00
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
2007-01-09 18:41:02 +01:00
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
2008-02-21 01:58:25 +01:00
2007-01-09 18:41:02 +01:00
Name : nautilus
2008-09-13 05:57:31 +02:00
BuildRequires : fdupes
BuildRequires : fontconfig-devel
BuildRequires : gnome-common
BuildRequires : gnome-desktop-devel
BuildRequires : gnome-icon-theme
BuildRequires : gnome-patch-translation
BuildRequires : gtk-doc
BuildRequires : intltool
BuildRequires : libbeagle-devel
BuildRequires : libexempi-devel
BuildRequires : libexif-devel
BuildRequires : libgnomeui-devel
2009-02-07 17:17:16 +01:00
BuildRequires : libxml2-devel
BuildRequires : unique-devel
2008-09-13 05:57:31 +02:00
BuildRequires : update-desktop-files
2007-07-13 19:42:57 +02:00
License : GPL v2 or later
2007-01-09 18:41:02 +01:00
Group : Productivity/File utilities
2009-02-07 17:17:16 +01:00
Version : 2.25.4
Release : 1
2007-01-09 18:41:02 +01:00
Summary : The GNOME 2.x Desktop File Manager
2007-09-20 01:38:30 +02:00
Source : ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name} -%{version} .tar.bz2
Url : http://www.gnome.org
2007-01-09 18:41:02 +01:00
BuildRoot : %{_tmppath} /%{name} -%{version} -build
2008-04-28 18:11:59 +02:00
# PATCH-FIX-UPSTREAM nautilus-bgo350950-search-desktop.diff bgo350950 federico@novell.com -- add a desktop file for Nautilus search interface
Patch4 : nautilus-bgo350950-search-desktop.diff
# PATCH-FIX-UPSTREAM nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff bnc117333 bgo350962 federico@novell.com - Use a folder icon instead of a file cabinet window
Patch5 : nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff
2009-02-07 17:17:16 +01:00
# PATCH-NEEDS-REBASE nautilus-146947-rename-bad-parameters-message.diff bgo350976 bnc146947 federico@novell.com -- The upstream bug is still open, so we need to check if it's still needed (you just need a samba share to test). If yes, we should port the patch to gio
2007-01-09 18:41:02 +01:00
Patch9 : nautilus-146947-rename-bad-parameters-message.diff
2008-02-28 18:20:34 +01:00
# PATCH-NEEDS-REBASE nautilus-drives-and-volumes-on-desktop.diff bgo335411 federico@novell.com
2007-01-09 18:41:02 +01:00
Patch15 : nautilus-drives-and-volumes-on-desktop.diff
2008-02-28 18:20:34 +01:00
# PATCH-FIX-OPENSUSE nautilus-bnc363122-lockdown-context-menus.diff bnc363122 federico@novell.com
2008-02-21 01:58:25 +01:00
Patch20 : nautilus-bnc363122-lockdown-context-menus.diff
2009-02-07 17:17:16 +01:00
# PATCH-NEEDS-REBASE nautilus-sysadmin-desktop-items.diff fate305252 federico@novell.com -- Support sysadmin-defined desktop items (was PATCH-FEATURE-OPENSUSE)
2008-10-06 18:41:25 +02:00
Patch21 : nautilus-sysadmin-desktop-items.diff
2007-08-09 20:21:06 +02:00
Requires : %{name} -lang = %{version}
2008-02-08 21:07:40 +01:00
Requires : gvfs
2008-06-27 20:36:21 +02:00
# So that symlinks to icons work:
Requires : gnome-desktop gnome-icon-theme
2007-01-09 18:41:02 +01:00
Provides : nautilus2
Obsoletes : nautilus2
2007-09-20 01:38:30 +02:00
AutoReqProv : on
2007-01-09 18:41:02 +01:00
%gconf_schemas_prereq
%description
This package contains Nautilus, the advanced file manager for the GNOME
2.x Desktop platform.
%package devel
2008-03-30 12:06:59 +02:00
License : GPL v2 or later
2007-01-09 18:41:02 +01:00
Summary : Development Package for Nautilus
Group : Development/Libraries/GNOME
2008-03-26 16:25:08 +01:00
Requires : %{name} = %{version} glib2-devel gtk2-devel
2007-01-09 18:41:02 +01:00
Provides : nautilus2-devel
Obsoletes : nautilus2-devel
%description devel
This package contains all files needed to develop programs that use
features of the Nautilus file manager.
2007-08-09 20:21:06 +02:00
%lang_package
2007-01-09 18:41:02 +01:00
%prep
%setup -q
gnome-patch-translation-prepare
2008-04-28 18:11:59 +02:00
%patch4 -p1
%patch5 -p1
2009-02-07 17:17:16 +01:00
#%patch9 -p0
2008-01-30 22:16:51 +01:00
### %patch10
### %patch15 -p1
2008-02-21 01:58:25 +01:00
%patch20 -p1
2009-02-07 17:17:16 +01:00
#%patch21 -p1
2007-01-09 18:41:02 +01:00
gnome-patch-translation-update
%build
autoreconf -f -i
# needed for nautilus-2.16.1:
export CFLAGS=" $RPM_OPT_FLAGS - f n o - s t r i c t - a l i a s i n g "
%configure \
--disable-update-mimedb
# only for patch2:
make nautilus.desktop src/network-scheme.desktop
2008-03-26 16:25:08 +01:00
%__make %{?jobs:-j%jobs}
2007-08-03 01:55:23 +02:00
chmod -x COPYING
2007-01-09 18:41:02 +01:00
%install
2008-03-26 16:25:08 +01:00
%makeinstall
2008-01-30 22:16:51 +01:00
rm $RPM_BUILD_ROOT /%{_libdir} /*.*a
2007-01-09 18:41:02 +01:00
rm docs/Makefile*
2008-06-27 20:36:21 +02:00
### ln -s ../icons/gnome/24x24/devices/gnome-fs-client.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
# FIXME: this is probably wrong, but it enables the build to succeed for now
# ln -s ../icons/gnome/24x24/devices/gnome-computer.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
### ln -s ../icons/gnome/24x24/places/gnome-fs-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
# ln -s ../icons/gnome/24x24/places/gnome-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
2007-09-03 23:20:08 +02:00
ln -s ../icons/gnome/24x24/actions/system-search.png $RPM_BUILD_ROOT %{_datadir} /pixmaps/
2008-01-30 22:16:51 +01:00
ln -s ../icons/gnome/24x24/places/user-home.png $RPM_BUILD_ROOT /%{_datadir} /pixmaps/
2008-04-25 16:33:38 +02:00
%suse_update_desktop_file -N " N a u t i l u s " -G " F i l e B r o w s e r " nautilus System FileManager
2008-03-13 19:04:08 +01:00
%suse_update_desktop_file nautilus-autorun-software
2008-04-25 16:33:38 +02:00
%suse_update_desktop_file nautilus-computer System FileManager
%suse_update_desktop_file nautilus-file-management-properties System FileManager X-SuSE-ControlCenter-LookAndFeel
2008-03-13 19:04:08 +01:00
%suse_update_desktop_file nautilus-folder-handler
2008-04-25 16:33:38 +02:00
%suse_update_desktop_file -G " F i l e B r o w s e r " nautilus-home System FileManager
%suse_update_desktop_file -G " N a u t i l u s S e a r c h T o o l " nautilus-search System FileManager
%suse_update_desktop_file -G " F i l e B r o w s e r " network-scheme System Network
2007-01-09 18:41:02 +01:00
mkdir -p $RPM_BUILD_ROOT /%{_libdir} /nautilus/extensions-1.0
2008-01-30 22:16:51 +01:00
mkdir -p $RPM_BUILD_ROOT /%{_libdir} /nautilus/extensions-2.0
2007-01-09 18:41:02 +01:00
%find_lang %{name}
%find_gconf_schemas
2007-08-09 20:21:06 +02:00
cat %{name} .schemas_list >%{name} .lst
%fdupes $RPM_BUILD_ROOT
2007-01-09 18:41:02 +01:00
%clean
rm -rf $RPM_BUILD_ROOT
%pre -f %{name}.schemas_pre
%post
2008-01-30 22:16:51 +01:00
/sbin/ldconfig
2007-01-09 18:41:02 +01:00
if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null
fi
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%postun
2008-01-30 22:16:51 +01:00
/sbin/ldconfig
2007-01-09 18:41:02 +01:00
if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null
fi
%files -f %{name}.lst
%defattr (-,root,root)
%doc AUTHORS COPYING COPYING-DOCS ChangeLog MAINTAINERS NEWS README THANKS TODO docs/*
%{_bindir} /*
%{_datadir} /applications/*.desktop
%{_datadir} /mime/packages/*.xml
%{_datadir} /nautilus
%{_datadir} /pixmaps/nautilus
%{_datadir} /pixmaps/*.png
2007-03-16 10:12:56 +01:00
%{_datadir} /icons/hicolor/*/*/*.*
2007-01-09 18:41:02 +01:00
%{_libdir} /*.so.*
2009-02-07 17:17:16 +01:00
%doc %{_mandir} /man1/nautilus*.1.gz
2007-01-09 18:41:02 +01:00
%dir %{_libdir} /nautilus
%dir %{_libdir} /nautilus/extensions-1.0
2008-01-30 22:16:51 +01:00
%dir %{_libdir} /nautilus/extensions-2.0
2007-01-09 18:41:02 +01:00
2007-08-09 20:21:06 +02:00
%files lang -f %{name}.lang
2009-02-07 17:17:16 +01:00
# remove the comment on the %if once bnc#470409 is fixed
#%if %suse_version <= 1110
# exclude locales which don't exist on old versions of openSUSE
%exclude %{_datadir} /locale/ha/LC_MESSAGES/*
%exclude %{_datadir} /locale/ig/LC_MESSAGES/*
#%endif
2007-08-09 20:21:06 +02:00
2007-01-09 18:41:02 +01:00
%files devel
%defattr (-,root,root)
%{_libdir} /*.so
%{_includedir} /*
%{_libdir} /pkgconfig/*.pc
2008-06-26 02:01:26 +02:00
# I'd put this in a -doc package, but it's only useful for developers AFAICT
%{_datadir} /gtk-doc/html/libnautilus-extension
2008-01-21 01:06:35 +01:00
2007-03-01 20:48:16 +01:00
%changelog
2009-02-07 17:17:16 +01:00
* Tue Feb 03 2009 mboman@suse.de
- Update to version 2.25.4:
+ 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
- nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff
was removed. Fixed upstream
- Remove nautilus-456702-trash-restore.patch. Fixed upstream
(See bgo#555234)
* Wed Jan 28 2009 vuntz@novell.com
- Manual merge from GNOME:Factory:Next, and update to 2.25.3.
- Update to version 2.25.3:
+ 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
- Changes from version 2.25.2:
+ 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
- Changes from version 2.25.1:
+ 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 " r u n o r d i s p l a y "
dialog
- nautilus-sysadmin-desktop-items.diff needs to be rebased.
- nautilus-146947-rename-bad-parameters-message.diff also needs to
be rebased, also someone needs to investigate if it's still
needed.
- Drop nautilus-genericname.patch: we use %%update_desktop_file.
- Drop nautilus-new-windows-after-mount.patch: fixed upstream.
- Drop nautilus-disable-zoom-control-and-view-as-option-menu.patch:
we don't want to diverge from upstream like this. Fix bnc#462077.
- Drop nautilus-181941-i18n.patch: it's already fixed upstream, and
the patch was respinned without any reason.
- Drop nautilus-212649-search-bar-visibility.patch: the search bar
is visible when you go to x-nautilus-search:/// and we didn't
apply the patch anyway.
- Drop nautilus-330298-297983-fix-overlapping-desktop-icons.diff:
the patch wasn't applied and it' s been fixed upstream since quite
some time.
- Merge nautilus-desktop-icon.patch in
nautilus-bgo350950-search-desktop.diff since it's what it was
patching.
- Update
nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff
to use GKeyFile.
- Trivial update to
nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff
- Remove useless BuildRequires: cdparanoia, eel-devel (included in
nautilus now), gvfs-devel, libidl-devel, librsvg-devel, and
perl-XML-Parser.
- Note: we keep libgnomeui-devel because the included libbackground
needs it.
- Add BuildRequires on libxml2-devel and unique-devel.
* Wed Jan 28 2009 vuntz@novell.com
- Updated nautilus-456702-trash-restore.patch to use the patch
committed upstream.
* Thu Jan 22 2009 mxwu@novell.com
- Added nautilus-456702-trash-restore.patch (bnc#456702)
2009-01-09 01:37:13 +01:00
* Thu Dec 04 2008 hpj@novell.com
- Added nautilus-new-windows-after-mount.patch (bnc#437780,
bgo#524485).
2008-12-01 18:02:10 +01:00
* Sun Nov 30 2008 vuntz@novell.com
- Remove sles_version conditional; make nautilus-search.desktop
mandatory on SLES/SLED.
(This was initially done by Federico, but I redid it to remove
both %%sles_version)
2009-01-09 01:37:13 +01:00
* Tue Nov 11 2008 federico@novell.com
2008-11-17 17:30:10 +01:00
- Updated nautilus-sysadmin-desktop-items.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=438277 - icon positions
in the desktop don't get restored.
2008-11-08 20:07:09 +01:00
* Fri Nov 07 2008 jpr@novell.com
- Add --no-desktop to nautilus search desktop file patch (bnc#439475)
2008-11-07 15:27:15 +01:00
* Wed Nov 05 2008 federico@novell.com
- Updated nautilus-sysadmin-desktop-items.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=438809 - Nautilus was
crashing when files got cut-and-pasted to the desktop.
2008-11-03 14:09:49 +01:00
* Wed Oct 29 2008 rodrigo@novell.com
- Remove nautilus-mime.patch, not needed anymore
2008-10-27 17:03:28 +01:00
* Tue Oct 21 2008 maw@suse.de
- Update to version 2.24.1:
+ 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 " e m b l e m - "
+ 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 " c a n c e l " dialog after a timeout when displaying a dialog
+ Fix crashes and leaks
- Respin nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff.
* Tue Oct 21 2008 federico@novell.com
- Updated nautilus-sysadmin-desktop-items.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=436750 - the built-in
desktop links like Home, Trash, and volumes were not being shown at
all.
2008-11-07 15:27:15 +01:00
* Thu Sep 25 2008 federico@novell.com
2008-10-06 18:41:25 +02:00
- Removed nautilus-bnc368446-network-in-places.patch to fix
https://bugzilla.novell.com/show_bug.cgi?id=428968 - the Places
sidebar had two " N e t w o r k " items, as this patch had already been
merged in the baseline sources.
* Mon Sep 22 2008 maw@suse.de
- Update to version 2.24.0:
+ Icon/compact view:
* Follow run-time changes to set of icon text attributes to
be displayed
* Invalidate icon label when changing zoom level or “text
besides icon”
+ List view:
* Properly offer textual drag target
+ Request centered autorun dialog
+ Always sort folders before files, even if sort criterion is
reversed
+ Always assume that trash directories are local.
* Mon Sep 22 2008 federico@novell.com
- Added nautilus-sysadmin-desktop-items.diff. With this, the sysadmin
can set the /apps/nautilus/desktop/predefined_items_dir key in GConf
to point to a directory that holds .desktop files. These desktop
items will be shown in users' desktops.
2008-09-13 05:57:31 +02:00
* Wed Sep 10 2008 maw@suse.de
- Update to version 2.23.92:
+ Icon/compact view:
* Allow to select range in addition to current selection, when
pressing ctrl and shift at once )not yet possible in list
view)
* Fix layout timestamp storage when moving items around on
desktop
+ List view:
* Default to reverse sort order for date columns (i.e. recent
to old)
+ Improve the “Clear History” confirmation dialog
+ Use GdkAppLaunchContext instead of EelAppLaunchContext
+ Fix small leaks.
2008-11-07 15:27:15 +01:00
* Wed Sep 03 2008 mboman@novell.com
2008-09-06 00:48:53 +02:00
- Update to version 2.23.91:
+ Make autorun work for blank media
+ No more pixelated SVGs displayed for desktop items with absolute icon
SVG paths
+ Use consistent labels, mnemonics and icons for trash and delete actions
+ Icon container (i.e. icon view and compact view)
* RTL support for vertical layout
* Always reveal entire rows or columns of icons
* Nicer icon container bounds
* (Again) vastly improved keyboard navigation, especially in RTL mode
* No more overlapping desktop icons, when files are added or volumes
mounted while Nautilus is not running. This is implemented with
metadata timestamps when the desktop icons are laid out.
* Rewrite large chunks of icon canvas text size handling
* Clear underlying items if hovered or selected item overlaps them
+ List View
* Make scripts work when items in nested list view subdirectories are
selected
+ Usual minor fix & polish galore
2008-11-07 15:27:15 +01:00
* Thu Aug 28 2008 maw@suse.de
2008-08-30 00:59:18 +02:00
- Update to version 2.23.90:
+ Truncate long item labels in the icon view and on the desktop
* icon_view/text_ellipsis_limit and desktop/text_ellipsis_limit
GConf preferences added (defaults to three lines)
* expand when hovering, or when selecting a file
+ Support restoring of multiple items from trash at once
+ Handle scroll events on the path bar
+ Fix " s a m e f i l e s y s t e m : . e . c o p y v s . m o v e ) D N D c h e c k f o r
desktop
+ Fix search for content type in simple search backend
+ Fix running of scripts on the desktop
+ Use more archive file types for file-roller integration for
remote locations
+ Consolidate zoom handling internals
+ Show file name instead of URI in the bookmark editor window
for local files
+ Polish " V i s i b l e C o l u m n s " list view dialog.
2009-01-09 01:37:13 +01:00
* Fri Aug 08 2008 maw@suse.de
2008-08-14 02:00:32 +02:00
- Update to version 2.23.6.1:
+ Support transferring files with reserved FAT characters to a
FAT file system; replace them with an underscore if neccessary
+ Use x-content/* MIME type to associate applications with
hotpluggable media
+ Path bar:
* enable control-left click and middle-click interaction for
path bar buttons
* dynamically handle hierarchy changes in the path bar
+ Icon view keyboard navigation
* Use linear selection instead of rectangle selection in when
pressing shift
* Still offer rectangular selection when pressing ctrl and
shift
* Only wrap around horizontally in horizontal layout mode
* Only wrap around vertically in vertical layout mode
* Never wrap around when in rectangle selection
+ Icon view now remembers last position when reloading in vertical
layout
+ List view: Do not request mass redraw when dragging
+ Clear display name when changing file name
+ Only show " . . . A l l " actions (" S k i p A l l " , ...) in file operation
dialogs if more than one file is transferred
+ Identify to GNOME session as file manager, not as generic
desktop application
+ Fix display name of computer:// icons
- Respin nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff.
* Wed Jul 23 2008 maw@suse.de
- Update to version 2.23.5.1:
+ Add tab support to browser mode
+ Add " r e s t o r e f r o m t r a s h " functionality (only per item)
+ Path bar and notebooks can be used as fully functional URI
drop targets
+ Places sidebar:
* Add eject buttons to volumes
* Fix bookmark reordering
* Make DND indication consistent with GTK+ file chooser
+ Async I/O
* Use NautilusFile instead of GFile for path bar display
name
* Use NautilusFile for DND " s a m e F S " check
+ Fix navigation where window was inconsistently " s t u c k "
between two directories, i.e. the view was not completely
changed
+ Always grab focus on location change, even if view is reused
+ Icon view fixes
* If no icon is selected, but an icon has the keyboard focus,
select it when pressing space.
* Move keyboard focus after a file has been removed
* Fix double-clicking of half-shown items
+ Thumbnailing changes
* Never scale up any thumbnails
* Compose and scale thumbnails on the fly
* Speed up loading of large image files used as their own thumbnails
+ Display emblems for small icon sizes
+ Offer clipboard contents as text/uri-list
+ Use UTF-8 dash for properties window instead of " - - "
- Drop nautilus-bnc397852-huge-memory-leak.patch, as it's now
upstream.
2008-07-19 00:51:39 +02:00
* Fri Jul 18 2008 rodrigo@suse.de
- Fix typo in patch tags
2008-06-27 20:36:21 +02:00
* Fri Jun 27 2008 maw@suse.de
- Remove bogus symlinks (watch out for any missing icons).
2008-06-26 02:01:26 +02:00
* Fri Jun 20 2008 maw@suse.de
- Update to version 2.23.4:
+ Support new gnome-session autostart semantics
+ Add initial Gtk-doc support
+ Many other improvements; for a fuller account, see the NEWS
file
+ Updated translations
+ Drop obsolete patches:
nautilus-bgo364843-name-copy-dont-overflow-max-path-len.diff,
nautilus-bnc376070-null-exifdata-crash.patch, and
nautilus-bnc393226-dont-move-to-burn.patchn
+ Respin the following patches:
nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff
and nautilus-bnc363122-lockdown-context-menus.diff.
2009-01-09 01:37:13 +01:00
* Fri Jun 06 2008 hpj@suse.de
2008-06-09 00:16:10 +02:00
- Back out nautilus-bnc376669-always-update-thumbnail.patch
2008-06-26 02:01:26 +02:00
(bnc#376669).
* Fri Jun 06 2008 rodrigo@suse.de
- Add nautilus-bnc397852-huge-memory-leak.patch (bnc#397852)
2008-11-07 15:27:15 +01:00
* Wed May 21 2008 hpj@suse.de
2008-05-22 03:48:48 +02:00
- Add nautilus-bnc393226-dont-move-to-burn.patch (bnc#393226).
2009-01-09 01:37:13 +01:00
* Mon May 19 2008 hpj@suse.de
2008-05-22 03:48:48 +02:00
- Add nautilus-bnc376669-always-update-thumbnail.patch (bnc#376669).
2008-05-01 14:48:20 +02:00
* Thu May 01 2008 hpj@suse.de
- Removed previously disabled patches that were made obsolete by
upstream changes:
* nautilus-default-thumbnail-size.diff
* nautilus-6014-network-servers-in-places-sidebar.diff
- Added nautilus-bnc376070-null-exifdata-crash, which fixes
crashes when showing the properties of a picture (bnc#376070).
2008-04-28 18:11:59 +02:00
* Mon Apr 28 2008 federico@novell.com
- Rebased these patches:
nautilus-bgo364843-name-copy-dont-overflow-max-path-len.diff
nautilus-bgo350950-search-desktop.diff
nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff
2008-04-25 16:33:38 +02:00
* Wed Apr 23 2008 vuntz@suse.de
- Rename nautilus-docpath.patch to nautilus-genericname.patch and
drop the part of the patch adding a DocPath.
- Do not add DocPath to desktop files with
%%suse_update_desktop_file
- Rationale: since the desktop files use the Core category, adding
DocPath means putting the items in the yelp toc, which we don't
want.
2008-04-23 01:44:03 +02:00
* Tue Apr 22 2008 vuntz@suse.de
- Add nautilus-bnc368446-network-in-places.patch to add network://
in the places sidebar. Fix bnc#368446 (backported from upstream
2.23.1).
2008-04-11 01:45:49 +02:00
* Thu Apr 10 2008 maw@suse.de
- Update to version 2.22.2:
+ Add NautilusFileInfo APIs: can_write(), get_mount(),
get_parent_info()
+ Do not try to autorun autorun.exe and autorun.inf
+ Automount in idle callback rather than at startup to improve
user experience
+ Properly inhibit automount on startup, or for long login procedures
+ Do not automount directories in hidden hierarchies
+ Fix scrollbar display bug in " t e x t b e s i d e s i c o n " icon view mode
+ Do not thumbnail unreadable files
+ Correctly display bookmark icons
+ Fix blurry property window icon
+ Fix bookmark editing window.
2008-04-10 14:54:47 +02:00
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
2009-01-09 01:37:13 +01:00
* Wed Apr 02 2008 hpj@suse.de
2008-04-06 06:44:10 +02:00
- Upgraded to version 2.22.1:
* Fix crashes and leaks.
* Fix emblem display in property page.
* Fix mime choosing to not always create application/x-ext-<extension> type.
* Actually mount location in external connect to server dialog.
* Fix thumbnail size limit checks.
* Fix " s h o w h i d d e n " to also show backup files
(was broken in some situations).
* Verify that tracker is running before using it.
* Fix desktop file icon handling with absolute filenames.
* Use GDesktopAppInfos to launch desktop files.
* Don't follow symlinks for deep file count.
* Fix audio preview with later gstreamer.
* Make " m o v e f i l e o v e r d i r e c t o r y " overwrite case work.
* Sometimes we failed to ask for overwrite when move
operations falled back to copy + delete.
* Make sure we correctly transcode filenames when merging
directories if the directory is on another filesystem.
* Some moves were reported as copies, not moves in the ui
which could cause not up-to-date directory displays.
* Don't center file progress dialog if its already displayed.
- Remove obsolete patch nautilus-bnc366455-change-ownership.patch.
2008-03-30 12:06:59 +02:00
* Fri Mar 28 2008 federico@novell.com
- Removed nautilus-158158-ignore-foreign-desktop-files.diff; it is obsolete.
- Added nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff
to fix https://bugzilla.novell.com/show_bug.cgi?id=366100 - Desktop
links with " O n l y S h o w I n = K D E " are now ignored.
2008-03-21 04:08:09 +01:00
* Fri Mar 21 2008 jpr@suse.de
2008-03-26 16:25:08 +01:00
- Add back gtk2-devel to the devel requires
* Fri Mar 21 2008 vuntz@suse.de
- Add a gnome-desktop-devel buildrequires to fix the build.
2009-01-09 01:37:13 +01:00
* Thu Mar 20 2008 jpr@suse.de
2008-03-21 04:08:09 +01:00
- Remove obsolete -devel package requries
- Remove medusa obsoletes, not relevant to any shipping distros
2008-03-13 19:09:57 +01:00
* Thu Mar 13 2008 sbrabec@suse.cz
- Custom look'n' feel gconf keys moved to gconf2-branding-openSUSE.
2008-03-13 19:04:08 +01:00
* Thu Mar 13 2008 vuntz@suse.de
- Update to version 2.22.0:
+ Fix typo in strings
+ Fix crashes
+ Use a better icon for the progress dialog
+ Have a mount menu for mountable files, not an unmount one
+ Handle broken bookmark files bette
+ Sniff x-content type asynchronously
+ Don't look for autorun stuff on non-local files
+ Allow setting permissions on remote shares
+ Fix " d e l e t e a l l " button in delete dialog
+ Show custom icons at right size
+ Fix some performance issues on nonlocal mounts
- Drop nautilus-onlyshowin.patch, fix upstream.
- Use %%suse_update_desktop_file for nautilus-autorun-software and
nautilus-folder-handler to mark them as translatable.
- Add nautilus-bnc366455-change-ownership.patch to fix bnc#366455.
2009-01-09 01:37:13 +01:00
* Tue Mar 04 2008 maw@suse.de
2008-03-06 01:31:59 +01:00
- Update to version 2.21.92:
+ Build fixes
+ Fix crashes and leaks
+ Fix handling of desktop file launchers
+ Better handling of desktop file icons
+ Semitransparent DnD icon support (when composited)
+ Avoid showing progress info when dialogs are shown
+ Allow minimize of progress window
+ Handle beagle >= 0.3.0
+ Close properties dialog on escape
+ Make custom icons work again
+ Fix fuzzy icons
+ Duplicate file if copies to the source directory
+ Support open with dialog for multiple selected files
+ Ressurect connect to server dialog
+ Allow theming of free diskspace chart colors.
2008-02-28 18:20:34 +01:00
* Thu Feb 28 2008 rodrigo@suse.de
- Added tags for all upstreamed patches, as well as bug numbers for
all patches
2008-11-07 15:27:15 +01:00
* Wed Feb 20 2008 federico@novell.com
2008-02-21 01:58:25 +01:00
- Added nautilus-bnc363122-lockdown-disable-context-menus.diff to implement
https://bugzilla.novell.com/show_bug.cgi?id=363122 - have a way to disable
context menus in file views for quick-and-dirty kiosk setups.
* Wed Feb 20 2008 maw@suse.de
- Update to version 2.21.91:
+ String cleanups
+ Inhibit autorun for things we mount ourselves
+ Fix crashes and leaks
+ Only show selinux context if selinux is detected
+ Default to move, not copying, when dragging from the trash
+ Don't autorun/automount non-local mounts
+ Fix case where we could run out of file descriptors
+ Handle drop of files on the desktop
+ Fix sensitivity of delete from the trash menu item
+ Fix open w/ context menu in always-use-browser mode.
2008-02-08 21:07:40 +01:00
* Wed Feb 06 2008 maw@suse.de
- Explicitly require gvfs (bnc#358748).
* Tue Feb 05 2008 jpr@suse.de
- Add XMP support (bnc #310430)
2008-01-30 22:16:51 +01:00
* Wed Jan 30 2008 maw@suse.de
- Add extensions-2.0 directory.
* Tue Jan 29 2008 maw@suse.de
- Update to version 2.21.90:
+ Regenerate thumbnails when files change
+ Fix crashes
+ New autorun and automount support
+ Allow unmount of current location if its a mountpoint
+ Use thousand separators in all numbers (if used by locale)
+ Fix leaks
+ Performance improvements
+ Update to latest glib APIs
+ Fix bug that lost metadata from older versions
+ Fix crashes
+ Enable paste into folder for desktop icons
+ Better finding of autorun files on case sensitive media
- Remove libtool archives.
* Fri Jan 25 2008 maw@suse.de
- Update to version 2.21.5:
+ Totally replaced gnome-vfs use with gio
+ New implementation of file operations like copy/move with
a shared progress dialog
+ Update pkg-config files with new extensions dir
+ Handle dnd of desktop icons
+ Implement some missing unmount/eject operations
+ Add autorun/automount feature
+ Better handling of sensitivity of delete menu items
+ Better handling of mount/unmount/eject in many places
+ Fix for extensions with submenus.
2008-01-21 01:06:35 +01:00
* Fri Jan 18 2008 jpr@suse.de
- Updated nautilus-drives-and-volumes-on-desktop.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=335411 - Nautilus
crashes when it gets a " v o l u m e - m o u n t e d " signal for a volume that is
already mounted. This also adds two new logging domains to Nautilus:
" d r i v e s - v o l u m e s " and " d e s k t o p - l i n k s " .
* Thu Oct 11 2007 sbrabec@suse.cz
2007-10-11 21:54:59 +02:00
- Removed bogus dependency on mDNSResponder.
2008-01-21 01:06:35 +01:00
* Tue Sep 18 2007 sbrabec@suse.cz
2007-09-20 01:38:30 +02:00
- Updated to version 2.20.0:
* Load thumbnails asynchronously
* Support direct save DnD (XDS)
* Fix up octal permission display
* Store window keep-above and stickines state across sessions
2008-11-07 15:27:15 +01:00
* Wed Sep 05 2007 maw@suse.de
2007-09-10 12:43:31 +02:00
- Don't require gnome2-user-docs, which now supplements
nautilus (#297833).
2008-11-07 15:27:15 +01:00
* Wed Aug 29 2007 maw@suse.de
2007-09-03 23:20:08 +02:00
- Update to version 2.19.91:
* Be more robust against broken extensions
* Set current working directory right on desktop when running scripts
* Fix crash on file:///#
* Update to cope with the new size of emblem icons
* Auto-size list view filename column again
* New message for service unavailable error
* UI terminology consistency fix
* Build fix
- Refresh nautilus-search-desktop.patch.
2008-01-21 01:06:35 +01:00
* Thu Aug 16 2007 federico@novell.com
2007-08-17 18:58:01 +02:00
- Updated nautilus-drives-and-volumes-on-desktop.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=298802 - after burning a
CD and re-mounting the CD, Nautilus uses 100%% CPU. This simply
includes the last patch from
https://bugzilla.novell.com/show_bug.cgi?id=276193#c42
2008-11-07 15:27:15 +01:00
* Fri Aug 10 2007 federico@novell.com
2007-08-12 11:38:41 +02:00
- Added nautilus-330298-297983-fix-overlapping-desktop-icons.diff to
fix https://bugzilla.novell.com/show_bug.cgi?id=297983 - desktop
icons would overlap when inserting removable media, if the
previously-saved location for the corresponding icon now has a
different icon nearby.
2008-01-21 01:06:35 +01:00
* Mon Aug 06 2007 maw@suse.de
2007-08-09 20:21:06 +02:00
- Split out -lang subpackage
- Use %%fdupes.
2008-01-21 01:06:35 +01:00
* Wed Aug 01 2007 maw@suse.de
2007-08-03 01:55:23 +02:00
- Update to version 2.19.6
- Memory leaks plugged
- Crashes fixed
- Fixes to UI manager usage
- Better string ellipsation
- Consistent focus behaviour for toolbar buttons
- Support for XMP image metadata
- Improved keyboard handling in connect to server dialog
- I18n fixes and string clarifications
- Add more tooltips and use new gtk+ tootips API
- Better handling of unreadable directories during search
- Updated translations.
2008-01-21 01:06:35 +01:00
* Tue Jul 10 2007 maw@suse.de
2007-07-13 19:42:57 +02:00
- Update to version 2.19.4
- Fix crashes and leaks
- Fix hang with recursive symlinks
- Disk free piechart in properties dialogue
- Fix typos in warning and error messages
- Use new desktop capplet
- Better handling of unicode search terms
- Allow activating the zoom context menu by keyboard
- Allow renaming network servers' icons
2008-01-21 01:06:35 +01:00
* Thu Jun 07 2007 sbrabec@suse.cz
2007-06-08 00:19:45 +02:00
- Do not overwrite auto-generated files.
- Removed invalid desktop Category " A p p l i c a t i o n " (#254654).
2008-01-21 01:06:35 +01:00
* Mon Mar 26 2007 sbrabec@suse.cz
2007-03-27 01:43:42 +02:00
- Fixed BuildRequires.
2008-11-07 15:27:15 +01:00
* Thu Mar 22 2007 maw@suse.de
2007-03-25 11:48:08 +02:00
- Update to version 2.18.0.1
- intltool is now a build requirement
- Several code cleanups
- Bug fixes, including p.g.o 408155, 333151, 358172, 408155,
409276, 407150, 407618, and 368661.
2008-01-21 01:06:35 +01:00
* Tue Mar 13 2007 maw@suse.de
2007-03-16 10:12:56 +01:00
- Update to version 2.17.91
- Bug fixes, including bugzilla.gnome.org #364466, #403255,
[#138058], #340495, #357955, #403565, #357955, #362034,
[#385382], #394328, #329920, #320020, #327249, #389467, #376291,
[#374623], #382207, #376952, #384078, #383840, #45953, #350579,
[#318373], #132326, #372550, #338353, #372471, #330298, #155337,
[#174766], #122688, #321175, #349840, #356124, #351713, #348161.
2008-11-07 15:27:15 +01:00
* Tue Feb 27 2007 dmueller@suse.de
2007-03-01 20:48:16 +01:00
- adjust BuildRequires: libexif->libexif-devel
2008-01-21 01:06:35 +01:00
* Mon Feb 05 2007 sbrabec@suse.cz
2007-02-05 17:24:16 +01:00
- Fixed Categories (#242053).
2008-01-21 01:06:35 +01:00
* Fri Jan 12 2007 mtgordon@suse.de
2007-01-13 12:51:31 +01:00
- Added nautilus-181941-i18n.patch to mark for translation a
previously unmarked string (marked in other locations in the app,
sparing the need for further l10n). Fixes
https://bugzilla.novell.com/show_bug.cgi?id=181941 and sent upstream
at http://bugzilla.gnome.org/show_bug.cgi?id=394328
2008-01-21 01:06:35 +01:00
* Mon Dec 18 2006 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Prefix changed to /usr.
- Spec file cleanup.
2008-01-21 01:06:35 +01:00
* Tue Nov 21 2006 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Do not explicitly require mDNSResponder-lib blocking avahi compat
package.
2008-01-21 01:06:35 +01:00
* Wed Nov 08 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Updated nautilus-drives-and-volumes-on-desktop.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=215351. Floppy icons
disappeared from the desktop after unmounting the floppy. This also
fixes https://bugzilla.novell.com/show_bug.cgi?id=218910, where
there was a race condition when mounting drives. This caused the
activation URIs of the corresponding NautilusFiles not to be updated
correctly.
2008-01-21 01:06:35 +01:00
* Wed Nov 01 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Removed nautilus-hide-desktop-files.patch. This was used for the
old " a p p l i c a t i o n s : / / " VFS scheme, which is deprecated now.
- Removed nautilus-submount.patch, since we no longer use submount (subfs).
- Removed nautilus-142860-vfs-drive-for-extensions.diff, since that
feature appeared upstream since Nautilus 2.14. This is what lets
Nautilus extensions look at the GnomeVFSDrive for a file, so that
they can install menu items specific to drives (e.g. like
nautilus-cd-burner).
- Removed nautilus-172870-support-drives-and-volumes.diff and
nautilus-155010-desktop-volume-policy.diff, since they need to be
reworked for the code in Nautilus-2.16.
- Added nautilus-6014-network-servers-in-places-sidebar.diff, to fix
the part of https://bugzilla.novell.com/show_bug.cgi?id=6014 that is
not yet in Nautilus 2.16. This adds a " N e t w o r k S e r v e r s " item in the
Places sidebar.
- Added nautilus-206369-desktop-icon-overlap.diff as an updated
and consolidated version of
nautilus-155337-icon-positioning-on-reload.diff and
nautilus-174766-fix-lazy-positioning.diff. This is to fix the bug
where desktop icons get overlapped or rearranged when a new volume
icon appears, or when the desktop is reloaded.
- Added nautilus-drives-and-volumes-on-desktop.diff as a partly
updated version of nautilus-172870-support-drives-and-volumes.diff.
- Added nautilus-debug-log.diff. This provides logging functionality
to aid debugging.
- Updated descriptions inside the rest of the patches.
- Renumbered patches.
2008-01-21 01:06:35 +01:00
* Tue Oct 31 2006 joeshaw@suse.de
2007-01-09 18:41:02 +01:00
- Add a patch to ensure that the search entry bar is displayed
when navigating to the x-nautilus-search:/// URI. (bnc #212649)
2008-01-21 01:06:35 +01:00
* Sat Oct 14 2006 danw@suse.de
2007-01-09 18:41:02 +01:00
- Remove dead patches
2008-11-07 15:27:15 +01:00
* Mon Oct 02 2006 jhargadon@suse.de
2007-01-09 18:41:02 +01:00
- update to version 2.16.1
- Default to search in current directory for non-indexed search
- Fix clash with symbol names in gtk+
2008-01-21 01:06:35 +01:00
* Wed Sep 20 2006 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Update MIME database in scriptlets (#201729).
2009-01-09 01:37:13 +01:00
* Wed Sep 13 2006 jhargadon@suse.de
2007-01-09 18:41:02 +01:00
- update to version 2.16.0
- Handle enter activation when using typeahead search
- Avoid using gnome_vfs_is_local in wrong places
- Translations
2008-11-07 15:27:15 +01:00
* Wed Aug 30 2006 jhargadon@suse.de
2007-01-09 18:41:02 +01:00
- update to version 2.15.92.1
- Fix crash on startup
- Fix crash on changing owner/group of file
- Fix double free
- Make sure all strings are displayed translated
2008-01-21 01:06:35 +01:00
* Fri Aug 18 2006 jhargadon@suse.de
2007-01-09 18:41:02 +01:00
- update to version 2.15.91
- 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
- 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
2008-01-21 01:06:35 +01:00
* Mon Aug 07 2006 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.15.4
- Remove upstreamed patches
* New permission dialog with recursion and selinx support
* Improve extension interface
* Add complete session management
* Handle removal of the displayed location more elegantly
* Support dropping uris, urls and text to subfolders
* Don't allow formating of mounted floppies
* Perfomance fixes
* Don't use deprecated eel features
* 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 crashes
* Fixes for icons and thumbnailing
* Show network volumes in the places sidebar
* Fix progress dialog showing the wrong file
* Translation updates
* 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
* Show unmounted but user-visible drives in the places sidebar
* Display more info in the progress dialog when preparing
* Smarter DnD target selection
* GnomeGoals: Use po/LINGUAS
* Fix deadlock when dragging over list view in some conditions
* Don't show folder count for smb shares
* Close window when folder moves to trash
* Fix deep count in properties dialog in some cases
* Avoid calculating mime lists for activation
* Remove blank error dialog on mount when using gnome-mount
* Better filename linebreaking at punctuation marks.
* List view: If a rename moves the file in the view, scroll to the new position
* Better handling of broken filename encoding for link targets
* Browser mode: don't close window on up if current directory has been removed
* Pass original files, not target files to property page providers.
This allows property page extensions to look at desktop files and symlinks.
* Fix opening saved searches file from outside nautilus
* Add option to always use the location bar to the preferences dialog
* Show detailed file size in the properties dialog
* Open modules with BIND_LOCAL
* Add Network to places menu
* Fix sort by atime
* Add support for searching for custom mime type
* Much better activation of multiple files
* Handle new background image zooming mode
* Add optional support for Tracker indexer
* Added initial support for search
* Better handling of opening multiple files
* View update optimizations
* No titles for alert dialogs
* Use access() to determine permissions
* Fix mime list problem introduced with sort change
* Finally fix tree sidebar crash
* ctrl-shift-g goes backwards in typeahead
* Add Skip all button in copy/move conflict dialog
* Position new files/folders correctly in manual layout mode
* Fix desktop redraw issues on non-100%% zoom levels
* Adds volume/drive api for modules
* GtkTreeView style typeahead
* '/' opens location dialog/entry
* middle click in browser mode opens new window
* Handle cancellation of authentication better
* Add format menu item for floppy drives
2008-01-21 01:06:35 +01:00
* Wed Jun 07 2006 jpr@suse.de
2007-01-09 18:41:02 +01:00
- Don't update the .desktop file if it doesn' t exist
(really fix #177551)
2008-01-21 01:06:35 +01:00
* Thu Jun 01 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-172870-support-drives-and-volumes.diff. This fixes
https://bugzilla.novell.com/show_bug.cgi?id=172870 by adding proper
support for displaying unmounted drives as well as mounted volumes.
This also makes floppies work from the desktop.
- Added nautilus-174766-fix-lazy-positioning.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=174766. This makes
volume icons not overlap with other icons in the desktop when
volumes get mounted.
2008-11-07 15:27:15 +01:00
* Mon May 22 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Updated nautilus-158158-ignore-foreign-desktop-files.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=177777. All .desktop
files were being filtered erroneously if they didn't have
OnlyShowIn/NotShowIn keys.
2008-11-07 15:27:15 +01:00
* Mon May 22 2006 joeshaw@suse.de
2007-01-09 18:41:02 +01:00
- Only patch in the nautilus-search.desktop file on SL, not SLE,
since the new main menu has search built-in. (bnc #177551)
2008-01-21 01:06:35 +01:00
* Wed May 17 2006 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- nautilus-search-bar.c added to POTFILES.in.
2008-01-21 01:06:35 +01:00
* Wed May 17 2006 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Fixed I18N problems:
* untranslatable Search string (#173448)
* uninitialized locale (#173448#c3)
2009-01-09 01:37:13 +01:00
* Tue May 16 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Updated nautilus-158158-ignore-foreign-desktop-files.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=176123. The
" O n l y S h o w I n " key in desktop files can contain multiple items. Also
pay attention to the " N o t S h o w I n " key.
2008-11-07 15:27:15 +01:00
* Mon May 15 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-158279-add-location-toggle-button.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=158279. This adds a
toggle button to the left of path bar in navigation windows.
Pressing this button will switch to using a location entry instead
of the path bar.
2009-01-09 01:37:13 +01:00
* Thu May 11 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Updated nautilus-155010-desktop-volume-policy.diff; this fixes
https://bugzilla.novell.com/show_bug.cgi?id=175076. This fixes a
crash when dragging a volume to the trash.
2008-11-07 15:27:15 +01:00
* Wed May 10 2006 joeshaw@suse.de
2007-01-09 18:41:02 +01:00
- Update search patch to remove annoying " q u e u i n g < w h a t e v e r > "
debug spew.
2009-01-09 01:37:13 +01:00
* Tue May 09 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-142860-vfs-drive-for-extensions.diff to fix the
Nautilus part of bug
https://bugzilla.novell.com/show_bug.cgi?id=142860. This lets
Nautilus extensions see the drives that may correspond to desktop
icons.
2008-01-21 01:06:35 +01:00
* Mon May 08 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-66073-update-progress-dialog.diff to fix bug
https://bugzilla.novell.com/show_bug.cgi?id=66073. The progress
dialog for file operations now gets updated correctly if several
small files get copied before a large file.
2008-01-21 01:06:35 +01:00
* Mon May 01 2006 dobey@suse.de
2007-01-09 18:41:02 +01:00
- Added nautilus-trash-icon.patch to use the theme's trash icon,
rather than the delete icon, for the " M o v e t o T r a s h " menu items
2008-01-21 01:06:35 +01:00
* Thu Apr 27 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Updated nautilus-155010-desktop-volume-policy.diff to fix bug
https://bugzilla.novell.com/show_bug.cgi?id=168280. This makes
Nautilus not display two volume icons for no-media-check devices.
2008-11-07 15:27:15 +01:00
* Tue Apr 18 2006 federico@suse.de
2007-01-09 18:41:02 +01:00
- Removed dot-hidden.dif. This fixes bug #158158 completely; that
patch is obsoleted by the updated
nautilus-158158-ignore-foreign-desktop-files.diff.
2008-11-07 15:27:15 +01:00
* Tue Apr 18 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-158158-ignore-foreign-desktop-files.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=158158. This makes
Nautilus ignore .desktop files whose OnlyShowIn property indicates
that they are specific to another desktop environment.
2008-01-21 01:06:35 +01:00
* Tue Apr 18 2006 joeshaw@suse.de
2007-01-09 18:41:02 +01:00
- Update nautilus-search patch to correctly handle a search URI
being passed into nautilus on the command-line. (bnc #166158)
2008-11-07 15:27:15 +01:00
* Mon Apr 17 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-155010-desktop-volume-policy.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=155010. This makes
Nautilus display the same set of drives and volumes as GTK+'s file
chooser. It will also display certain drives on the desktop for
easy access (in particular, drives that do not support notification
of inserted media, so we always need them to be accessible through
the GUI, as opposed to being automounted).
2008-01-21 01:06:35 +01:00
* Wed Mar 29 2006 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Handle inode/directory MIME type (#161824).
2008-01-21 01:06:35 +01:00
* Wed Mar 22 2006 dobey@suse.de
2007-01-09 18:41:02 +01:00
- Added nautilus-unscaled-sidebar-menu-icons.patch to avoid scaling
icons in the sidebar and where those same icons are used in menus
2008-01-21 01:06:35 +01:00
* Mon Mar 20 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-155337-icon-positioning-on-reload.diff to fix bug
[#155337]. Now icons in the desktop are not repositioned if the
desktop gets reloaded.
2009-01-09 01:37:13 +01:00
* Thu Mar 16 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-perf-no-burn-uri-for-desktop.diff. This makes
Nautilus not do unnecessary work when initializing the desktop,
saving 1 second during login.
- Added nautilus-icon-registration.diff. This makes Nautilus do less
work when registering its stock icons, saving about 1.5 seconds
during login.
2008-01-21 01:06:35 +01:00
* Tue Mar 14 2006 ro@suse.de
2007-01-09 18:41:02 +01:00
- use beagle on ppc64 as well
2008-01-21 01:06:35 +01:00
* Thu Mar 02 2006 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Translations from upstream moved to gnome-patch-translation.
2009-01-09 01:37:13 +01:00
* Thu Feb 23 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-130796-bad-icon-placement.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=130796. This makes
desktop icons with very wide labels be placed correctly, instead of
being placed flush left with the edge of the screen.
- Removed nautilus-115467-dont-overlap-volume-icons.diff as it is
integrated into the new patch.
2008-01-21 01:06:35 +01:00
* Wed Feb 22 2006 joeshaw@suse.de
2007-01-09 18:41:02 +01:00
- Update nautilus search patch to not display UI when beagled
isn't running.
2008-01-21 01:06:35 +01:00
* Sun Feb 19 2006 aj@suse.de
2007-01-09 18:41:02 +01:00
- Reduce BuildRequires.
2009-01-09 01:37:13 +01:00
* Fri Feb 17 2006 gekker@suse.de
2007-01-09 18:41:02 +01:00
- ficup .desktop files for UI team
2008-11-07 15:27:15 +01:00
* Mon Feb 13 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-130796-bad-icon-placement.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=130796. This makes
desktop icons with very wide labels be placed correctly, instead of
being placed flush left with the edge of the screen.
2008-01-21 01:06:35 +01:00
* Thu Feb 09 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Updated nautilus-6014-network-servers-desktop-icon.diff. Now we
hide the " N e t w o r k S e r v e r s " icon in the desktop by default, but we
have new such items in the Places sidebar and the Go menu. This
fixes https://bugzilla.novell.com/show_bug.cgi?id=149685
2008-01-21 01:06:35 +01:00
* Wed Feb 01 2006 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Use translation compendium gnome-patch-translation.
2008-01-21 01:06:35 +01:00
* Tue Jan 31 2006 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-146947-rename-bad-parameters-message.diff to fix bug
[#146947]. If you try to use illegal characters when renaming a file
in an SMB share, Nautilus will now give you a better error message
instead of a generic " c o u l d n ' t r e n a m e " one.
2008-01-21 01:06:35 +01:00
* Wed Jan 25 2006 mls@suse.de
2007-01-09 18:41:02 +01:00
- converted neededforbuild to BuildRequires
2008-01-21 01:06:35 +01:00
* Mon Jan 23 2006 joeshaw@suse.de
2007-01-09 18:41:02 +01:00
- Update search patch to only search the files backend
2009-01-09 01:37:13 +01:00
* Tue Jan 17 2006 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Remove Requires: on control-center2 and gnome-themes (#142237)
2008-01-21 01:06:35 +01:00
* Tue Dec 06 2005 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Do not require beagle on ppc64.
- Enabled parallel build.
2008-11-07 15:27:15 +01:00
* Mon Dec 05 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Removed nautilus-136167-no-default-window.diff. This is not the right fix, as external
apps rely on being to call just " n a u t i l u s " without command-line arguments, so that
Nautilus will open a window showing your Home directory. Moreover, there's no way for
Nautilus to tell if it was (re)started by the session manager upon login, or as a result
of exiting abnormally.
2008-01-21 01:06:35 +01:00
* Thu Dec 01 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Updated nautilus-6014-network-servers-desktop-icon.diff. When doing " C l e a n u p
by Name" , t h e N e t w o r k S e r v e r s i c o n w i l l n o w b e p u t a f t e r y o u r H o m e i c o n .
2009-01-09 01:37:13 +01:00
* Wed Nov 30 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-6014-network-servers-desktop-icon.diff to fix bug #6014. This
Creates a " N e t w o r k S e r v e r s " icon in the desktop.
- Added nautilus-136167-no-default-window.diff to fix bug #136167.
When restarted abnormally, Nautilus will no longer open a window for
your home directory.
2008-11-07 15:27:15 +01:00
* Wed Nov 30 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.12.2
2008-11-07 15:27:15 +01:00
* Mon Nov 28 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Enable nauilus sidebar by default (#132383).
2009-01-09 01:37:13 +01:00
* Wed Nov 16 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-default-thumbnail-size.diff. This makes the default size for
thumbnails be 64 pixels, which looks better with the default theme than the
old value of 96 pixels.
2008-01-21 01:06:35 +01:00
* Mon Nov 14 2005 joeshaw@suse.de
2007-01-09 18:41:02 +01:00
- Update nautilus-search patch to 20051101.
- Add patch to hide the zoom and " v i e w a s " controls from the
location bar.
2009-01-09 01:37:13 +01:00
* Mon Nov 07 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-115467-dont-overlap-volume-icons.diff to fix part of
bug #115467. With this, Nautilus will not overlap the icons when
you insert a CD or USB stick.
2009-01-09 01:37:13 +01:00
* Tue Nov 01 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Updated nautilus-submount.patch to fix bug #127509. With this, the
" U n m o u n t v o l u m e " command will appear again for network volumes.
2008-11-07 15:27:15 +01:00
* Thu Oct 13 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.12.1
- Remove upstreamed patch
- Re-diff some patches so that they apply to new version
2008-11-07 15:27:15 +01:00
* Fri Oct 07 2005 jpr@suse.de
2007-01-09 18:41:02 +01:00
- Update beagle search patch
2008-11-07 15:27:15 +01:00
* Thu Oct 06 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-desktop-file-fallback-icons.diff so that .desktop
files which don't have an Icon property will fall back to some
reasonable icons depending on the type of the .desktop file.
2008-01-21 01:06:35 +01:00
* Thu Oct 06 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Add DocPath to .desktop file
2008-01-21 01:06:35 +01:00
* Thu Oct 06 2005 sbrabec@suse.de
2007-01-09 18:41:02 +01:00
- Require gnome-themes.
2009-01-09 01:37:13 +01:00
* Tue Oct 04 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-consistent-home-folder-name.diff to make the name of
$HOME consistent between the path bar and side bar in Nautilus and
GtkFileChooser.
2008-11-07 15:27:15 +01:00
* Thu Sep 22 2005 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Turn off computer icon by default.
2008-11-07 15:27:15 +01:00
* Thu Sep 15 2005 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Added nautilus-icon.patch to change main icon. bug #117333
2008-01-21 01:06:35 +01:00
* Thu Sep 08 2005 federico@novell.com
2007-01-09 18:41:02 +01:00
- Added nautilus-114914-trash-unmount-removable-volume.diff to fix bug
[#114914]. With this, trash windows will display the correct contents
if there are mounted removable volumes.
2008-01-21 01:06:35 +01:00
* Thu Sep 08 2005 adrian@suse.de
2007-01-09 18:41:02 +01:00
- do not show up in konqueror menus (#115880)
- Computer menu entry broken other desktops
2008-01-21 01:06:35 +01:00
* Mon Sep 05 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Add submount patch (90584)
- Fix spec to apply both desktop search patches
2008-01-21 01:06:35 +01:00
* Mon Sep 05 2005 mmj@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.12.0 (GNOME 2.12)
2008-01-21 01:06:35 +01:00
* Sun Aug 28 2005 jpr@suse.de
2007-01-09 18:41:02 +01:00
- Default to browser mode (113690)
- Add nautilus-search.desktop so gnome-panel has something to launch
for file searches (113691)
2008-01-21 01:06:35 +01:00
* Tue Aug 23 2005 rodrigo@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.11.92
2008-01-21 01:06:35 +01:00
* Tue Aug 16 2005 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated nautilus-search patch from Joe Shaw.
2008-11-07 15:27:15 +01:00
* Thu Aug 11 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.11.91
2008-11-07 15:27:15 +01:00
* Tue Aug 02 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.11.90
2008-01-21 01:06:35 +01:00
* Wed Jul 13 2005 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated to version 2.11.2.
- Added x-nautilus-search beagle integration patch.
- Removed static modules and .la files for libnautilus-private.
2008-01-21 01:06:35 +01:00
* Mon Jun 20 2005 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated to version 2.11.2.
2008-01-21 01:06:35 +01:00
* Wed Jun 01 2005 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Fixed devel requirements.
2008-01-21 01:06:35 +01:00
* Fri May 27 2005 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Removed obsolete PKG_CONFIG_PATH line.
2008-01-21 01:06:35 +01:00
* Wed May 18 2005 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated to version 2.10.1.
2008-01-21 01:06:35 +01:00
* Tue Mar 22 2005 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Fixes the bug where Places->Connect to server doesn't work
properly with SSH.
2008-01-21 01:06:35 +01:00
* Mon Mar 21 2005 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- create .hidden if it does not exist on startup to hide some
kde services (#58875)
2008-01-21 01:06:35 +01:00
* Mon Mar 14 2005 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Remove nautilus-background-memory.patch. Fixes 72063.
2008-11-07 15:27:15 +01:00
* Wed Mar 09 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.10.0 (GNOME 2.10).
2008-01-21 01:06:35 +01:00
* Mon Mar 07 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Add nautilus-background-memory.patch
2009-01-09 01:37:13 +01:00
* Thu Mar 03 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.9.92
2008-01-21 01:06:35 +01:00
* Fri Feb 11 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to 2.9.91
- Remove upstreamed libexif patch
2008-01-21 01:06:35 +01:00
* Mon Feb 07 2005 gekker@suse.de
2007-01-09 18:41:02 +01:00
- Update to version 2.9.90
2008-01-21 01:06:35 +01:00
* Mon Feb 07 2005 ro@suse.de
2007-01-09 18:41:02 +01:00
- added gnome-menus to neededforbuild
2008-01-21 01:06:35 +01:00
* Tue Feb 01 2005 ro@suse.de
2007-01-09 18:41:02 +01:00
- fix last change
2008-01-21 01:06:35 +01:00
* Mon Jan 31 2005 ro@suse.de
2007-01-09 18:41:02 +01:00
- create directory in build-root before packaging
2008-01-21 01:06:35 +01:00
* Fri Jan 28 2005 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Packaged empty directory for extensions.
2008-01-21 01:06:35 +01:00
* Wed Jan 19 2005 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Updated to version 2.9.2.
2008-01-21 01:06:35 +01:00
* Sun Jan 16 2005 schwab@suse.de
2007-01-09 18:41:02 +01:00
- Fix requires.
2008-01-21 01:06:35 +01:00
* Thu Dec 16 2004 hvogel@suse.de
2007-01-09 18:41:02 +01:00
- fix filelist
2008-01-21 01:06:35 +01:00
* Thu Dec 16 2004 hvogel@suse.de
2007-01-09 18:41:02 +01:00
- require gnome-icon-theme for the desktop file icons
2008-11-07 15:27:15 +01:00
* Wed Dec 15 2004 hvogel@suse.de
2007-01-09 18:41:02 +01:00
- fix desktop file
2008-01-21 01:06:35 +01:00
* Tue Nov 23 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- require gnome2-user-docs (#48272)
2008-01-21 01:06:35 +01:00
* Fri Nov 19 2004 ro@suse.de
2007-01-09 18:41:02 +01:00
- removed extra aclocal include directive
2008-01-21 01:06:35 +01:00
* Mon Nov 01 2004 mmj@suse.de
2007-01-09 18:41:02 +01:00
- Locale rename no to nb
2008-01-21 01:06:35 +01:00
* Tue Oct 19 2004 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Fixed support for libexif > 0.5.12.
http://bugzilla.gnome.org/show_bug.cgi?id=143743
2008-01-21 01:06:35 +01:00
* Tue Oct 12 2004 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Fixed libexecdir for bi-arch (#47050).
2008-01-21 01:06:35 +01:00
* Tue Oct 05 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- register more nautilus desktop files (#46811)
2008-01-21 01:06:35 +01:00
* Mon Oct 04 2004 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Updated string in browser-pref patch.
2008-01-21 01:06:35 +01:00
* Wed Sep 29 2004 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Implemented Open button for mime check warning (#46070),
2008-01-21 01:06:35 +01:00
* Wed Sep 29 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- fix Computer to drives location
2008-01-21 01:06:35 +01:00
* Tue Sep 21 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- show " d r i v e s : " location instead of " c o m p u t e r : " and recognize
/var/lib/Desktop
2009-01-09 01:37:13 +01:00
* Tue Sep 07 2004 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Added OnlyShowIn=GNOME;.
2008-01-21 01:06:35 +01:00
* Tue Aug 24 2004 dave@suse.de
2007-01-09 18:41:02 +01:00
- Added nautilus-location-crash.patch, ximian bug #63445
2008-11-07 15:27:15 +01:00
* Thu Aug 19 2004 dave@suse.de
2007-01-09 18:41:02 +01:00
- Added nautilus-submount.patch, fixes ximian bug #63101
2008-01-21 01:06:35 +01:00
* Tue Aug 17 2004 dave@suse.de
2007-01-09 18:41:02 +01:00
- Added nautilus-startup-notify.patch, fixes ximian bug #62605
2008-11-07 15:27:15 +01:00
* Thu Aug 12 2004 dave@suse.de
2007-01-09 18:41:02 +01:00
- Added patches:
nautilus-hide-desktop-files.patch - Update of
nautilus-hide-separators.patch, fixes ximian bug #62339
nautilus-trim-desktop-menu.patch - fixes ximian bug #59110
2008-11-07 15:27:15 +01:00
* Thu Jul 29 2004 dave@suse.de
2007-01-09 18:41:02 +01:00
- Added patches:
nautilus-desktop-keybindings.patch
nautilus-hide-separators.patch
nautilus-name-length.patch
nautilus-netscape-url-dnd-format.patch
2008-11-07 15:27:15 +01:00
* Tue Jun 22 2004 dave@suse.de
2007-01-09 18:41:02 +01:00
- Added nautilus-view-dispose.patch
2008-01-21 01:06:35 +01:00
* Thu Jun 17 2004 dave@suse.de
2007-01-09 18:41:02 +01:00
- Updated to nautilus-2.6.3
2008-01-21 01:06:35 +01:00
* Fri Jun 04 2004 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Updated to nautilus-2.6.2.
2008-01-21 01:06:35 +01:00
* Tue May 11 2004 clahey@suse.de
2007-01-09 18:41:02 +01:00
- Added mailto patch.
2008-01-21 01:06:35 +01:00
* Tue May 04 2004 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated to version 2.6.1 (GNOME 2.6).
2008-01-21 01:06:35 +01:00
* Fri Apr 02 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- add drives:// to the uri schemes (Bug Id#37848)
2008-01-21 01:06:35 +01:00
* Thu Apr 01 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- nautilus-uri-schemes.dif: add yast-settings:// and suse-menu://
to the list of uris which desktop files are interpreted
(Bug Id#37848)
2008-01-21 01:06:35 +01:00
* Mon Mar 22 2004 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Provide and obsolete nautilus2-devel.
2008-01-21 01:06:35 +01:00
* Mon Mar 15 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- install MyComputer Icon on first user startup
2008-01-21 01:06:35 +01:00
* Wed Mar 10 2004 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Fixed gconf schemas installation (#33114).
2008-01-21 01:06:35 +01:00
* Wed Mar 03 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- remove control-center2 from #neededforbuild
2008-01-21 01:06:35 +01:00
* Wed Feb 25 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- apply nautilus-config-defaults.patch: start with sidebar
disabled, disable sound preview
- remove deprecated filesharing patch
2008-01-21 01:06:35 +01:00
* Fri Feb 20 2004 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Package renamed to nautilus.
2008-01-21 01:06:35 +01:00
* Thu Feb 12 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- gconf schema (de-)installation in %%post and %%postun
2008-01-21 01:06:35 +01:00
* Mon Feb 09 2004 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 2.4.2 [GNOME2.4.2]
- cs-typo patch has gone upstream, removed
2008-01-21 01:06:35 +01:00
* Sat Jan 10 2004 adrian@suse.de
2007-01-09 18:41:02 +01:00
- let -devel package require libgnomeui-devel
2008-01-21 01:06:35 +01:00
* Mon Oct 27 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated to version 2.4.1.
2008-01-21 01:06:35 +01:00
* Fri Oct 24 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Fill start-here:// with more usable items.
2008-01-21 01:06:35 +01:00
* Tue Oct 21 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Typo fix (cs.po).
2008-01-21 01:06:35 +01:00
* Tue Oct 07 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated to version 2.4.0 (GNOME 2.4).
2008-01-21 01:06:35 +01:00
* Mon Sep 22 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Obsolete medusa1.
2008-01-21 01:06:35 +01:00
* Wed Sep 17 2003 kukuk@suse.de
2007-01-09 18:41:02 +01:00
- Replace nautilus
2008-01-21 01:06:35 +01:00
* Sun Sep 07 2003 adrian@suse.de
2007-01-09 18:41:02 +01:00
- add Categories
2008-01-21 01:06:35 +01:00
* Mon Aug 25 2003 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- add filesharing patches
- add filesharing setup tool
2008-01-21 01:06:35 +01:00
* Tue Aug 19 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated neededforbuild (rename of librsvg2, eel2).
2008-01-21 01:06:35 +01:00
* Mon Jul 14 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Fixed aclocal command.
2008-01-21 01:06:35 +01:00
* Mon Jul 14 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- GNOME prefix change to /opt/gnome.
2008-01-21 01:06:35 +01:00
* Wed Jun 25 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated to version 2.2.4.
- Updated neededforbuild.
- Turned on cdparanoia interface.
- Fixed unpackaged files.
- Packaged more docs.
- Require control-center2.
- Use %%find_lang .
2008-01-21 01:06:35 +01:00
* Wed Mar 19 2003 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 2.2.2
2008-01-21 01:06:35 +01:00
* Tue Feb 25 2003 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- launch nautilus with --no-desktop in desktop files
to prevent it from overtaking the desktop in other environments
as GNOME (#24105)
2008-01-21 01:06:35 +01:00
* Thu Feb 20 2003 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- remove the starthere - link hack which was only for
2.0.x versions of nautilus
2008-01-21 01:06:35 +01:00
* Thu Feb 13 2003 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Updated to version 2.2.1.
2008-01-21 01:06:35 +01:00
* Mon Feb 03 2003 ro@suse.de
2007-01-09 18:41:02 +01:00
- added startup-notification to neededforbuild
2008-01-21 01:06:35 +01:00
* Wed Jan 29 2003 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 2.2.0.2
2008-01-21 01:06:35 +01:00
* Mon Jan 20 2003 ro@suse.de
2007-01-09 18:41:02 +01:00
- update to 2.1.91
2008-01-21 01:06:35 +01:00
* Mon Dec 16 2002 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- FHS fix.
- Updated %%files.
- Quick fix of starthere icon look.
2008-01-21 01:06:35 +01:00
* Thu Dec 12 2002 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Added /media path patch (fixes desktop icon look for removable
devices).
2008-01-21 01:06:35 +01:00
* Fri Nov 29 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 2.0.8 [GNOME 2.0.3]
2008-01-21 01:06:35 +01:00
* Thu Oct 24 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- applied new ja-patch from mfabian (partly upstream)
- updated to version 2.0.7
2008-01-21 01:06:35 +01:00
* Mon Oct 21 2002 mfabian@suse.de
2007-01-09 18:41:02 +01:00
- fix corrupted character in ja.po
2008-01-21 01:06:35 +01:00
* Tue Sep 24 2002 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Added alsa-devel to neededforbuild, because esound-devel can require it.
2008-01-21 01:06:35 +01:00
* Thu Sep 19 2002 sbrabec@suse.cz
2007-01-09 18:41:02 +01:00
- Added alsa to neededforbuild, because esound can depend on it.
2008-01-21 01:06:35 +01:00
* Tue Sep 17 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- added better hu po-file from tvamosi
2008-01-21 01:06:35 +01:00
* Tue Sep 17 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- fix hungarian translation
2008-01-21 01:06:35 +01:00
* Tue Aug 20 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- added PreReq: filesystem
2008-01-21 01:06:35 +01:00
* Tue Aug 06 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 2.0.3
* Drag and drop has been implemented in the list view.
* Performance enhancements in the icon factory.
* Various bugfixes.
2008-01-21 01:06:35 +01:00
* Sat Jul 27 2002 adrian@suse.de
2007-01-09 18:41:02 +01:00
- fix neededforbuild
- use %%run_ldconfig
2008-01-21 01:06:35 +01:00
* Fri Jul 26 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 2.0.2
* List view does not hang anymore
* reflect changes in eel 2.0.2 (background api)
* fix crash when invoking nautilus -q"
2008-01-21 01:06:35 +01:00
* Thu Jul 25 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- fix filelist
2008-01-21 01:06:35 +01:00
* Tue Jul 23 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 2.0.1
* Various UI cleanups from the ui review
* Various bugfixes
* The Gnome Nautilus theme now follows the gtk+ theme
better
* Window geometry is stored even in
open-directories-in-same-window
* All executable bonobo components moved into libexec.
* Some performance improvements
* Accessibility fixes
* Add support for kernel supermount patch
* Read desktop file icons according to the icon theme
specification
* New throbber for the gnome theme
* large version of trash icon
* Better handling of disk ejecting
* Proper handling of launching desktop files according
to the spec
2008-01-21 01:06:35 +01:00
* Thu Jun 20 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- don't install schemas while make install
2008-01-21 01:06:35 +01:00
* Fri Jun 14 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- filelist lookover
- supply schema file
2008-01-21 01:06:35 +01:00
* Tue Jun 11 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 2.0.0
2008-01-21 01:06:35 +01:00
* Fri Jun 07 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- gnome-common in #neededforbuild
2008-01-21 01:06:35 +01:00
* Fri Jun 07 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- really build nautilus treeview and notes
2009-01-09 01:37:13 +01:00
* Wed Jun 05 2002 ro@suse.de
2007-01-09 18:41:02 +01:00
- fix libdir usage
2008-01-21 01:06:35 +01:00
* Wed Jun 05 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- added missing pkgtool files
2008-01-21 01:06:35 +01:00
* Wed Jun 05 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- updated to version 1.1.19, source frozen
- seperation from mozilla and gtkhtml modules
2008-01-21 01:06:35 +01:00
* Wed May 22 2002 meissner@suse.de
2007-01-09 18:41:02 +01:00
- changed neededforbuild so we can run autoconf/aclocal, also added
libjpeg.
- %%_lib fixes.
2008-01-21 01:06:35 +01:00
* Tue May 07 2002 ro@suse.de
2007-01-09 18:41:02 +01:00
- up to 1.1.15
- added gail to neededforbuild (for eel2)
2009-01-09 01:37:13 +01:00
* Thu Jan 31 2002 ro@suse.de
2007-01-09 18:41:02 +01:00
- changed neededforbuild <libpng> to <libpng-devel-packages>
2008-01-21 01:06:35 +01:00
* Thu Jan 24 2002 hhetter@suse.de
2007-01-09 18:41:02 +01:00
- initial SuSE package for GNOME 2.0 platform