2010-11-28 14:04:09 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.36 2010/11/28 13:06:16 drochner Exp $
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This means
that you can:
- Create and modify archives.
- View the content of an archive.
- View a file contained in the archive.
- Extract files from the archive.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
bin/file-roller
|
2007-04-11 20:20:36 +02:00
|
|
|
libexec/file-roller/isoinfo.sh
|
2009-10-21 20:03:19 +02:00
|
|
|
libexec/file-roller/rpm2cpio
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This means
that you can:
- Create and modify archives.
- View the content of an archive.
- View a file contained in the archive.
- Extract files from the archive.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
share/applications/file-roller.desktop
|
2007-04-11 20:20:36 +02:00
|
|
|
share/file-roller/icons/hicolor/16x16/actions/add-files-to-archive.png
|
|
|
|
share/file-roller/icons/hicolor/16x16/actions/add-folder-to-archive.png
|
|
|
|
share/file-roller/icons/hicolor/16x16/actions/extract-archive.png
|
|
|
|
share/file-roller/icons/hicolor/24x24/actions/add-files-to-archive.png
|
|
|
|
share/file-roller/icons/hicolor/24x24/actions/add-folder-to-archive.png
|
|
|
|
share/file-roller/icons/hicolor/24x24/actions/extract-archive.png
|
2010-06-15 22:48:23 +02:00
|
|
|
share/file-roller/packages.match
|
2009-03-18 01:42:41 +01:00
|
|
|
share/file-roller/ui/add-options.ui
|
|
|
|
share/file-roller/ui/batch-add-files.ui
|
|
|
|
share/file-roller/ui/batch-password.ui
|
|
|
|
share/file-roller/ui/delete.ui
|
|
|
|
share/file-roller/ui/new.ui
|
|
|
|
share/file-roller/ui/open-with.ui
|
|
|
|
share/file-roller/ui/password.ui
|
|
|
|
share/file-roller/ui/properties.ui
|
|
|
|
share/file-roller/ui/update.ui
|
2003-02-14 21:55:50 +01:00
|
|
|
share/gconf/schemas/file-roller.schemas
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/C/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/C/figures/file-roller_leftarrow.png
|
2003-12-15 00:15:46 +01:00
|
|
|
share/gnome/help/file-roller/C/figures/file-roller_main_window.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/C/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/C/figures/file-roller_uparrow.png
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This means
that you can:
- Create and modify archives.
- View the content of an archive.
- View a file contained in the archive.
- Extract files from the archive.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
share/gnome/help/file-roller/C/file-roller.xml
|
|
|
|
share/gnome/help/file-roller/C/legal.xml
|
Update to 2.14.0:
version 2.14.0
--------------
* Added license button to the about dialog.
* New translations: Georgian (ka) and Breton (br).
* Updated translations: Ukrainian (uk), Welsh (cy), Hindi (hi),
Swedish (sv), et, Czech (cs), Italian (it), Romanian (ro).
version 2.13.92
---------------
* Fixed bug #331601 – Nautilus doesn't display the "Extract here" menu
option for files which have a ".ps.gz"
version 2.13.91
---------------
* Fixed bug #330315 - ps.gz files not associated
* Fixed bug #328942 - Don't translate empty strings
version 2.13.90
---------------
* Fixed bug #328473 – should not distribute pre-gnome-2.8 mime files
* Fixed bug #328331 - Crashes on extraction
* Fixed bug #328036 - Add GTK category to the .desktop file
version 2.13.4
---------------
* Fixed bug #139912 - file roller is not a "system tool".
* Fixed bug #168388 - file roller shouldn't create an ARCHIVE_FILES
folder if the archive only have one root folder
* Fixed bug #326810 - file-roller escaping issue with '#' by example.
* Removed obsolete .applications file.
version 2.13.3
---------------
* Updated translations: ca, zh_HK, zh_TW, vi, fi, ja, be, hy.
version 2.13.2
---------------
* Fixed bug #323713: "Save as" should default to current archive
filename
* Fixed bug #315069: file-roller: drag 'n drop doesn't work for more
than 1 file.
* Fixed bug #323534: Passwords improperly escaped for zip files
* Do not open a progress dialog when dragging files, use a progressbar
in the statusbar instead.
* Fixed bug #316364: Nautilus dependency should be optional
* Fixed bug #311821: ascending and descending indicators are opposite
from expected.
* Fixed bug #317423: Conflicting mnemonic in "Extract" dialog.
* Fixed bug #323068: file-roller fails in chosing extract-to directory
* Fixed bug #322197: Improve Naming Filename when create new Archive
file
* Fixed bug #316564: needs unzip AND zip.
* Simplified the add dialog populating the file type combobox with the
extensions instead of the descriptions.
* Set progress dialog display delay to 1 second.
* More HIG compliant progress dialog.
* Use a single command execution to add many files and folders to an
archive to speed up the operation.
* Allow to stop creation of a new archive.
* Correctly associate fr to 7zip files.
version 2.13.1
---------------
* Fixed bug #319600: compilation under AIX 5.1 aborts with ".atoll
not found".
* Fixed bug #319343: file-roller won't let me delete files from an
archive which contain a dollar sign ($).
* Removed the bonobo component.
2006-03-30 23:28:13 +02:00
|
|
|
share/gnome/help/file-roller/bg/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/bg/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/bg/file-roller.xml
|
2008-10-16 19:42:52 +02:00
|
|
|
share/gnome/help/file-roller/ca/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/ca/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/ca/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/ca/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/ca/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/ca/file-roller.xml
|
2009-10-21 20:03:19 +02:00
|
|
|
share/gnome/help/file-roller/cs/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/cs/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/cs/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/cs/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/cs/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/cs/file-roller.xml
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/de/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/de/figures/file-roller_main_window.png
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/de/figures/file-roller_uparrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/de/file-roller.xml
|
2009-04-17 19:35:43 +02:00
|
|
|
share/gnome/help/file-roller/el/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/el/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/el/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/el/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/el/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/el/file-roller.xml
|
2009-03-18 01:42:41 +01:00
|
|
|
share/gnome/help/file-roller/en_GB/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/en_GB/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/en_GB/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/en_GB/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/en_GB/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/en_GB/file-roller.xml
|
2004-09-21 19:09:48 +02:00
|
|
|
share/gnome/help/file-roller/es/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/es/figures/file-roller_leftarrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/es/figures/file-roller_main_window.png
|
2004-09-21 19:09:48 +02:00
|
|
|
share/gnome/help/file-roller/es/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/es/figures/file-roller_uparrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/es/file-roller.xml
|
2008-10-16 19:42:52 +02:00
|
|
|
share/gnome/help/file-roller/fi/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/fi/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/fi/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/fi/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/fi/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/fi/file-roller.xml
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/fr/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/fr/figures/file-roller_leftarrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/fr/figures/file-roller_main_window.png
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/fr/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/fr/figures/file-roller_uparrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/fr/file-roller.xml
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/it/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/it/figures/file-roller_leftarrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/it/figures/file-roller_main_window.png
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/it/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/it/figures/file-roller_uparrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/it/file-roller.xml
|
2010-11-28 14:04:09 +01:00
|
|
|
share/gnome/help/file-roller/ja/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/ja/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/ja/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/ja/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/ja/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/ja/file-roller.xml
|
Update to 2.16.0:
version 2.16.0
--------------
* Updated translations: ja, sv, or, zh_CN, ml, ca, mr, lv, de, mk,
pt_BR, lt, pt, hu, mk, el, ta, bg, bn_IN, ro.
version 2.15.93
---------------
* Prompt for the password when an archive is encrypted
instead of simply displaying a warning on how to spicify a password
* Do not use the encrypted emblem for folders.
* Added X-GNOME-Bugzilla-Version field to the .desktop file.
* Fixed bug #349095: Filetypes seriously screwed up in .zip files
* Fixes bug #153642: Temporary files are created on the current
directory
version 2.15.92
---------------
* Fixed tar archives creation.
version 2.15.91
---------------
* Fixed bug #343739 – Seems to not escape file names correctly.
* Fixes bug #340050 – tar permissions are not preserved.
* Fixed bug #339913 – "create archive" option does not work on some
filenames.
* Fixed bug #347624 – fix build with gcc 2.95
* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
* Update translations: eu, zh_HK, zh_TW, nb, et, fr.
version 2.15.90
---------------
* Update translations: cs, dz, fi, gu, ko, sk, sv.
* Update manual translations: sv.
version 2.15.1
--------------
* Migrated from EggRecent to GtkRecent.
* Fixed bug #345052 – file roller should remember the size of the
window when it closes.
* Fixed bug #345278 – File operations on the Edit menu should be moved
to the Archive menu.
* Fixed bug #342251 – backspace does not go up a directory (ala
Nautilus)
* Fixed bug #336078 - [PATCH] Convert from popt to GOption
* Fixed bug #317782 - file-roller Cygwin build fixes
* Fixed bug #152039 - Password Protected Files must be displayed
differently.
2006-09-15 17:21:18 +02:00
|
|
|
share/gnome/help/file-roller/nl/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/nl/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/nl/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/nl/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/nl/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/nl/file-roller.xml
|
2007-11-05 20:26:20 +01:00
|
|
|
share/gnome/help/file-roller/oc/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/oc/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/oc/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/oc/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/oc/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/oc/file-roller.xml
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/ru/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/ru/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/ru/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/ru/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/ru/figures/file-roller_uparrow.png
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This means
that you can:
- Create and modify archives.
- View the content of an archive.
- View a file contained in the archive.
- Extract files from the archive.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
share/gnome/help/file-roller/ru/file-roller.xml
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/sv/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/sv/figures/file-roller_leftarrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/sv/figures/file-roller_main_window.png
|
2005-10-16 14:11:05 +02:00
|
|
|
share/gnome/help/file-roller/sv/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/sv/figures/file-roller_uparrow.png
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/gnome/help/file-roller/sv/file-roller.xml
|
2005-03-22 17:29:09 +01:00
|
|
|
share/gnome/help/file-roller/uk/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/uk/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/uk/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/uk/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/uk/figures/file-roller_uparrow.png
|
2003-12-15 00:15:46 +01:00
|
|
|
share/gnome/help/file-roller/uk/file-roller.xml
|
2008-10-16 19:42:52 +02:00
|
|
|
share/gnome/help/file-roller/vi/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/vi/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/vi/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/vi/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/vi/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/vi/file-roller.xml
|
2010-06-15 22:48:23 +02:00
|
|
|
share/gnome/help/file-roller/zh_CN/figures/file-roller_home.png
|
|
|
|
share/gnome/help/file-roller/zh_CN/figures/file-roller_leftarrow.png
|
|
|
|
share/gnome/help/file-roller/zh_CN/figures/file-roller_main_window.png
|
|
|
|
share/gnome/help/file-roller/zh_CN/figures/file-roller_rightarrow.png
|
|
|
|
share/gnome/help/file-roller/zh_CN/figures/file-roller_uparrow.png
|
|
|
|
share/gnome/help/file-roller/zh_CN/file-roller.xml
|
2007-04-11 20:20:36 +02:00
|
|
|
share/icons/hicolor/16x16/apps/file-roller.png
|
|
|
|
share/icons/hicolor/22x22/apps/file-roller.png
|
2008-05-29 18:43:23 +02:00
|
|
|
share/icons/hicolor/24x24/apps/file-roller.png
|
2007-04-11 20:20:36 +02:00
|
|
|
share/icons/hicolor/32x32/apps/file-roller.png
|
|
|
|
share/icons/hicolor/scalable/apps/file-roller.svg
|
2008-10-16 19:42:52 +02:00
|
|
|
share/locale/af/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/am/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ar/LC_MESSAGES/file-roller.mo
|
2008-04-15 20:49:00 +02:00
|
|
|
share/locale/as/LC_MESSAGES/file-roller.mo
|
2009-03-18 01:42:41 +01:00
|
|
|
share/locale/ast/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/az/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/be/LC_MESSAGES/file-roller.mo
|
2007-04-19 23:41:03 +02:00
|
|
|
share/locale/be@latin/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/bg/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/bn/LC_MESSAGES/file-roller.mo
|
Update to 2.16.0:
version 2.16.0
--------------
* Updated translations: ja, sv, or, zh_CN, ml, ca, mr, lv, de, mk,
pt_BR, lt, pt, hu, mk, el, ta, bg, bn_IN, ro.
version 2.15.93
---------------
* Prompt for the password when an archive is encrypted
instead of simply displaying a warning on how to spicify a password
* Do not use the encrypted emblem for folders.
* Added X-GNOME-Bugzilla-Version field to the .desktop file.
* Fixed bug #349095: Filetypes seriously screwed up in .zip files
* Fixes bug #153642: Temporary files are created on the current
directory
version 2.15.92
---------------
* Fixed tar archives creation.
version 2.15.91
---------------
* Fixed bug #343739 – Seems to not escape file names correctly.
* Fixes bug #340050 – tar permissions are not preserved.
* Fixed bug #339913 – "create archive" option does not work on some
filenames.
* Fixed bug #347624 – fix build with gcc 2.95
* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
* Update translations: eu, zh_HK, zh_TW, nb, et, fr.
version 2.15.90
---------------
* Update translations: cs, dz, fi, gu, ko, sk, sv.
* Update manual translations: sv.
version 2.15.1
--------------
* Migrated from EggRecent to GtkRecent.
* Fixed bug #345052 – file roller should remember the size of the
window when it closes.
* Fixed bug #345278 – File operations on the Edit menu should be moved
to the Archive menu.
* Fixed bug #342251 – backspace does not go up a directory (ala
Nautilus)
* Fixed bug #336078 - [PATCH] Convert from popt to GOption
* Fixed bug #317782 - file-roller Cygwin build fixes
* Fixed bug #152039 - Password Protected Files must be displayed
differently.
2006-09-15 17:21:18 +02:00
|
|
|
share/locale/bn_IN/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/br/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/bs/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ca/LC_MESSAGES/file-roller.mo
|
2009-10-21 20:03:19 +02:00
|
|
|
share/locale/ca@valencia/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/cs/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/cy/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/da/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/de/LC_MESSAGES/file-roller.mo
|
2006-05-02 19:22:45 +02:00
|
|
|
share/locale/dz/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/el/LC_MESSAGES/file-roller.mo
|
2010-06-15 22:48:23 +02:00
|
|
|
share/locale/en@shaw/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/en_CA/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/en_GB/LC_MESSAGES/file-roller.mo
|
2010-11-28 14:04:09 +01:00
|
|
|
share/locale/eo/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/es/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/et/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/eu/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/fa/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/fi/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/file-roller.mo
|
2008-10-16 19:42:52 +02:00
|
|
|
share/locale/fur/LC_MESSAGES/file-roller.mo
|
2010-11-28 14:04:09 +01:00
|
|
|
share/locale/fy/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/ga/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/gl/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/gu/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/he/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/hi/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/hr/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/hu/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/hy/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/id/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/is/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/it/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ja/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ka/LC_MESSAGES/file-roller.mo
|
2009-10-21 20:03:19 +02:00
|
|
|
share/locale/kk/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/kn/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ko/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ku/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/lt/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/lv/LC_MESSAGES/file-roller.mo
|
2009-03-18 01:42:41 +01:00
|
|
|
share/locale/mai/LC_MESSAGES/file-roller.mo
|
Update to 2.16.0:
version 2.16.0
--------------
* Updated translations: ja, sv, or, zh_CN, ml, ca, mr, lv, de, mk,
pt_BR, lt, pt, hu, mk, el, ta, bg, bn_IN, ro.
version 2.15.93
---------------
* Prompt for the password when an archive is encrypted
instead of simply displaying a warning on how to spicify a password
* Do not use the encrypted emblem for folders.
* Added X-GNOME-Bugzilla-Version field to the .desktop file.
* Fixed bug #349095: Filetypes seriously screwed up in .zip files
* Fixes bug #153642: Temporary files are created on the current
directory
version 2.15.92
---------------
* Fixed tar archives creation.
version 2.15.91
---------------
* Fixed bug #343739 – Seems to not escape file names correctly.
* Fixes bug #340050 – tar permissions are not preserved.
* Fixed bug #339913 – "create archive" option does not work on some
filenames.
* Fixed bug #347624 – fix build with gcc 2.95
* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
* Update translations: eu, zh_HK, zh_TW, nb, et, fr.
version 2.15.90
---------------
* Update translations: cs, dz, fi, gu, ko, sk, sv.
* Update manual translations: sv.
version 2.15.1
--------------
* Migrated from EggRecent to GtkRecent.
* Fixed bug #345052 – file roller should remember the size of the
window when it closes.
* Fixed bug #345278 – File operations on the Edit menu should be moved
to the Archive menu.
* Fixed bug #342251 – backspace does not go up a directory (ala
Nautilus)
* Fixed bug #336078 - [PATCH] Convert from popt to GOption
* Fixed bug #317782 - file-roller Cygwin build fixes
* Fixed bug #152039 - Password Protected Files must be displayed
differently.
2006-09-15 17:21:18 +02:00
|
|
|
share/locale/mg/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/mk/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ml/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/mn/LC_MESSAGES/file-roller.mo
|
Update to 2.16.0:
version 2.16.0
--------------
* Updated translations: ja, sv, or, zh_CN, ml, ca, mr, lv, de, mk,
pt_BR, lt, pt, hu, mk, el, ta, bg, bn_IN, ro.
version 2.15.93
---------------
* Prompt for the password when an archive is encrypted
instead of simply displaying a warning on how to spicify a password
* Do not use the encrypted emblem for folders.
* Added X-GNOME-Bugzilla-Version field to the .desktop file.
* Fixed bug #349095: Filetypes seriously screwed up in .zip files
* Fixes bug #153642: Temporary files are created on the current
directory
version 2.15.92
---------------
* Fixed tar archives creation.
version 2.15.91
---------------
* Fixed bug #343739 – Seems to not escape file names correctly.
* Fixes bug #340050 – tar permissions are not preserved.
* Fixed bug #339913 – "create archive" option does not work on some
filenames.
* Fixed bug #347624 – fix build with gcc 2.95
* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
* Update translations: eu, zh_HK, zh_TW, nb, et, fr.
version 2.15.90
---------------
* Update translations: cs, dz, fi, gu, ko, sk, sv.
* Update manual translations: sv.
version 2.15.1
--------------
* Migrated from EggRecent to GtkRecent.
* Fixed bug #345052 – file roller should remember the size of the
window when it closes.
* Fixed bug #345278 – File operations on the Edit menu should be moved
to the Archive menu.
* Fixed bug #342251 – backspace does not go up a directory (ala
Nautilus)
* Fixed bug #336078 - [PATCH] Convert from popt to GOption
* Fixed bug #317782 - file-roller Cygwin build fixes
* Fixed bug #152039 - Password Protected Files must be displayed
differently.
2006-09-15 17:21:18 +02:00
|
|
|
share/locale/mr/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/ms/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/nb/LC_MESSAGES/file-roller.mo
|
2009-12-16 18:22:19 +01:00
|
|
|
share/locale/nds/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/ne/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/nl/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/nn/LC_MESSAGES/file-roller.mo
|
2007-07-13 18:28:39 +02:00
|
|
|
share/locale/oc/LC_MESSAGES/file-roller.mo
|
Update to 2.16.0:
version 2.16.0
--------------
* Updated translations: ja, sv, or, zh_CN, ml, ca, mr, lv, de, mk,
pt_BR, lt, pt, hu, mk, el, ta, bg, bn_IN, ro.
version 2.15.93
---------------
* Prompt for the password when an archive is encrypted
instead of simply displaying a warning on how to spicify a password
* Do not use the encrypted emblem for folders.
* Added X-GNOME-Bugzilla-Version field to the .desktop file.
* Fixed bug #349095: Filetypes seriously screwed up in .zip files
* Fixes bug #153642: Temporary files are created on the current
directory
version 2.15.92
---------------
* Fixed tar archives creation.
version 2.15.91
---------------
* Fixed bug #343739 – Seems to not escape file names correctly.
* Fixes bug #340050 – tar permissions are not preserved.
* Fixed bug #339913 – "create archive" option does not work on some
filenames.
* Fixed bug #347624 – fix build with gcc 2.95
* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
* Update translations: eu, zh_HK, zh_TW, nb, et, fr.
version 2.15.90
---------------
* Update translations: cs, dz, fi, gu, ko, sk, sv.
* Update manual translations: sv.
version 2.15.1
--------------
* Migrated from EggRecent to GtkRecent.
* Fixed bug #345052 – file roller should remember the size of the
window when it closes.
* Fixed bug #345278 – File operations on the Edit menu should be moved
to the Archive menu.
* Fixed bug #342251 – backspace does not go up a directory (ala
Nautilus)
* Fixed bug #336078 - [PATCH] Convert from popt to GOption
* Fixed bug #317782 - file-roller Cygwin build fixes
* Fixed bug #152039 - Password Protected Files must be displayed
differently.
2006-09-15 17:21:18 +02:00
|
|
|
share/locale/or/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/pa/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/pl/LC_MESSAGES/file-roller.mo
|
2008-10-16 19:42:52 +02:00
|
|
|
share/locale/ps/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/pt/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/pt_BR/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ro/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ru/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/rw/LC_MESSAGES/file-roller.mo
|
2007-11-05 20:26:20 +01:00
|
|
|
share/locale/si/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/sk/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/sl/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/sq/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/sr/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/sr@ije/LC_MESSAGES/file-roller.mo
|
2008-10-16 19:42:52 +02:00
|
|
|
share/locale/sr@latin/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/sv/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ta/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/te/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/th/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/tk/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/tr/LC_MESSAGES/file-roller.mo
|
2010-11-28 14:04:09 +01:00
|
|
|
share/locale/ug/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/uk/LC_MESSAGES/file-roller.mo
|
2008-04-15 20:49:00 +02:00
|
|
|
share/locale/ur/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/ur_PK/LC_MESSAGES/file-roller.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/vi/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/xh/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/zh_CN/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/zh_HK/LC_MESSAGES/file-roller.mo
|
|
|
|
share/locale/zh_TW/LC_MESSAGES/file-roller.mo
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This means
that you can:
- Create and modify archives.
- View the content of an archive.
- View a file contained in the archive.
- Extract files from the archive.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
share/omf/file-roller/file-roller-C.omf
|
Update to 2.14.0:
version 2.14.0
--------------
* Added license button to the about dialog.
* New translations: Georgian (ka) and Breton (br).
* Updated translations: Ukrainian (uk), Welsh (cy), Hindi (hi),
Swedish (sv), et, Czech (cs), Italian (it), Romanian (ro).
version 2.13.92
---------------
* Fixed bug #331601 – Nautilus doesn't display the "Extract here" menu
option for files which have a ".ps.gz"
version 2.13.91
---------------
* Fixed bug #330315 - ps.gz files not associated
* Fixed bug #328942 - Don't translate empty strings
version 2.13.90
---------------
* Fixed bug #328473 – should not distribute pre-gnome-2.8 mime files
* Fixed bug #328331 - Crashes on extraction
* Fixed bug #328036 - Add GTK category to the .desktop file
version 2.13.4
---------------
* Fixed bug #139912 - file roller is not a "system tool".
* Fixed bug #168388 - file roller shouldn't create an ARCHIVE_FILES
folder if the archive only have one root folder
* Fixed bug #326810 - file-roller escaping issue with '#' by example.
* Removed obsolete .applications file.
version 2.13.3
---------------
* Updated translations: ca, zh_HK, zh_TW, vi, fi, ja, be, hy.
version 2.13.2
---------------
* Fixed bug #323713: "Save as" should default to current archive
filename
* Fixed bug #315069: file-roller: drag 'n drop doesn't work for more
than 1 file.
* Fixed bug #323534: Passwords improperly escaped for zip files
* Do not open a progress dialog when dragging files, use a progressbar
in the statusbar instead.
* Fixed bug #316364: Nautilus dependency should be optional
* Fixed bug #311821: ascending and descending indicators are opposite
from expected.
* Fixed bug #317423: Conflicting mnemonic in "Extract" dialog.
* Fixed bug #323068: file-roller fails in chosing extract-to directory
* Fixed bug #322197: Improve Naming Filename when create new Archive
file
* Fixed bug #316564: needs unzip AND zip.
* Simplified the add dialog populating the file type combobox with the
extensions instead of the descriptions.
* Set progress dialog display delay to 1 second.
* More HIG compliant progress dialog.
* Use a single command execution to add many files and folders to an
archive to speed up the operation.
* Allow to stop creation of a new archive.
* Correctly associate fr to 7zip files.
version 2.13.1
---------------
* Fixed bug #319600: compilation under AIX 5.1 aborts with ".atoll
not found".
* Fixed bug #319343: file-roller won't let me delete files from an
archive which contain a dollar sign ($).
* Removed the bonobo component.
2006-03-30 23:28:13 +02:00
|
|
|
share/omf/file-roller/file-roller-bg.omf
|
2008-10-16 19:42:52 +02:00
|
|
|
share/omf/file-roller/file-roller-ca.omf
|
2009-10-21 20:03:19 +02:00
|
|
|
share/omf/file-roller/file-roller-cs.omf
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/omf/file-roller/file-roller-de.omf
|
2009-04-17 19:35:43 +02:00
|
|
|
share/omf/file-roller/file-roller-el.omf
|
2009-03-18 01:42:41 +01:00
|
|
|
share/omf/file-roller/file-roller-en_GB.omf
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/omf/file-roller/file-roller-es.omf
|
2008-10-16 19:42:52 +02:00
|
|
|
share/omf/file-roller/file-roller-fi.omf
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/omf/file-roller/file-roller-fr.omf
|
|
|
|
share/omf/file-roller/file-roller-it.omf
|
2010-11-28 14:04:09 +01:00
|
|
|
share/omf/file-roller/file-roller-ja.omf
|
Update to 2.16.0:
version 2.16.0
--------------
* Updated translations: ja, sv, or, zh_CN, ml, ca, mr, lv, de, mk,
pt_BR, lt, pt, hu, mk, el, ta, bg, bn_IN, ro.
version 2.15.93
---------------
* Prompt for the password when an archive is encrypted
instead of simply displaying a warning on how to spicify a password
* Do not use the encrypted emblem for folders.
* Added X-GNOME-Bugzilla-Version field to the .desktop file.
* Fixed bug #349095: Filetypes seriously screwed up in .zip files
* Fixes bug #153642: Temporary files are created on the current
directory
version 2.15.92
---------------
* Fixed tar archives creation.
version 2.15.91
---------------
* Fixed bug #343739 – Seems to not escape file names correctly.
* Fixes bug #340050 – tar permissions are not preserved.
* Fixed bug #339913 – "create archive" option does not work on some
filenames.
* Fixed bug #347624 – fix build with gcc 2.95
* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
* Update translations: eu, zh_HK, zh_TW, nb, et, fr.
version 2.15.90
---------------
* Update translations: cs, dz, fi, gu, ko, sk, sv.
* Update manual translations: sv.
version 2.15.1
--------------
* Migrated from EggRecent to GtkRecent.
* Fixed bug #345052 – file roller should remember the size of the
window when it closes.
* Fixed bug #345278 – File operations on the Edit menu should be moved
to the Archive menu.
* Fixed bug #342251 – backspace does not go up a directory (ala
Nautilus)
* Fixed bug #336078 - [PATCH] Convert from popt to GOption
* Fixed bug #317782 - file-roller Cygwin build fixes
* Fixed bug #152039 - Password Protected Files must be displayed
differently.
2006-09-15 17:21:18 +02:00
|
|
|
share/omf/file-roller/file-roller-nl.omf
|
2007-11-05 20:26:20 +01:00
|
|
|
share/omf/file-roller/file-roller-oc.omf
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This means
that you can:
- Create and modify archives.
- View the content of an archive.
- View a file contained in the archive.
- Extract files from the archive.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
share/omf/file-roller/file-roller-ru.omf
|
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
2004-04-01 20:56:04 +02:00
|
|
|
share/omf/file-roller/file-roller-sv.omf
|
2003-12-15 00:15:46 +01:00
|
|
|
share/omf/file-roller/file-roller-uk.omf
|
2008-10-16 19:42:52 +02:00
|
|
|
share/omf/file-roller/file-roller-vi.omf
|
2010-06-15 22:48:23 +02:00
|
|
|
share/omf/file-roller/file-roller-zh_CN.omf
|