Commit graph

10 commits

Author SHA1 Message Date
jmmv
839d0f1b5b Update to 2.6.1:
* Fixed reading of filenames with spaces in tar archives.
* Fixed bug #138154 (File-Roller Crash when dropping a file dragged
  from archive).
* Remove a file from the recent file list if the file could not be loaded.
* Added RPM and Suffit to the recent file list mime types.
* Fixed popup menu sensitivity.
2004-05-15 14:08:08 +00:00
jmmv
5882ec7dc8 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 18:56:04 +00:00
jmmv
4c6ecdf3b3 Force use of GNU tar, as the messages shown by "pax as tar" are not recognized
properly by the program.  Fixes multiple crashes and handling of tar archives.
Closes PR pkg/24206.

Also depend on zip and unzip and ensure paths to them are correct.

Bump PKGREVISION to 2.
2004-02-10 11:52:05 +00:00
jmmv
542b402f2d Update to 2.4.4:
* Fixed bug #131560: zip files gets an empty password by default.
2004-02-06 17:37:30 +00:00
xtraeme
db4e126be7 Update file-roller to 2.4.3, provided by Min Sik Kim in PR pkg/24160.
Changes:

    * Fixed bug #127073 (Deleting all files from an archive does not work)
    * Fixed bug #129794 (file-roller 2.4.1.1 crashes upon LZH file opening)
    * Updated eggtreemultidnd from libegg.
    * Do not use the ephy-ellipsizing-label widget any more.
    * Emit the DONE signal if no command is present.
2004-01-22 12:31:41 +00:00
xtraeme
b1f2b1db1e Update to 2.4.2 provided by Min Sik Kim in PR pkg/23992.
Changes:

	o Do not compile with the DISABLE_DEPRECATED macro defined.
	o Handle filenames with ambiguous chars (like []*) in zip archives.
	o Handle correctly password with spaces in zip archives.
2004-01-05 21:59:46 +00:00
xtraeme
4511e09470 Updated to 2.4.1
Changes:

        * Fixed bug that prevented the user to view the content of a
          compressed file.
        * Updated recent files stuff from libegg.
        * Use unrar if rar is not available.
        * Updated manual.
        * Make dialogs more HIG compliant.
        * Removed "Extract Here" and "Extract in a Folder" from the
          Nautilus context menu.
        * Added ARJ archives support.
        * The delete operation move the archive to the trash instead of
          deleting it from the disk.
        * Added ability to convert archives.
        * Popup a progress dialog when a long operation is underway,
          instead of using a progress bar in the status bar.
        * Give more detailed information about the current operation (only
          for tar archives at the moment).
        * When creating new archives, if the user does not specify the
          extension, use 'tgz' as default instead of giving an 'archive
          type not supported' error.
        * Associate File Roller to the zoo archive format.
        * Use a text entry instead of the option menu for the location.
        * Do not allow dangerous operations, that is operations that if
          stopped can cause the lost of the archive, such as adding and
          removing files, to be stopped.
        * Allow to stop folders reading.
        * Added ability to test zoo archives.
        * New toolbar icons.
        * Added ZOO archives support.
        * Read folders asynchronously.
        * Display a better error message when the user forgets to specify
          the archive name in the "add to archive" dialog.
        * Handle tar archives with a ':' in the path.

And more... review Changelog to see a full list of changes.
2003-12-14 23:15:46 +00:00
wiz
9cca402c42 Update to 2.2.4, from Juan RP in PR 21626.
version 2.2.4
-------------
        * Added is and sr translations.

version 2.2.3
-------------
        * Handle tar archives with a ':' in the path.
        * Display the uncompressed size of gzipped files.
        * Added ga, ml translations.

version 2.2.2
-------------
        * Added he, tr, kn, zh_TW, fa, az translations.
2003-06-12 13:28:58 +00:00
jmmv
79492e16f3 Update to 2.2.1. Changes since 2.0.4:
version 2.2.1
	* Change icon themes on the fly and allow svg icons.
	* Added pt, sk and mn translations.
version 2.2.0
	* Updated the manual.
version 2.1.5
	* Handle LHA archives created on Windows.
	* Bugfixes.
version 2.1.4
	* Bugfixes.
version 2.1.3
	* Multi Drag & Drop support.
	* Session management support.
	* HIG compliant dialogs.
	* Added archive operations in the nautilus context menu.
	* Scripts removed.
	* Bugfixes.
version 2.1.2
	* Archive loading is 3 times faster.
	* Recognize zip archives regardless of the file extension.
version 2.1.1
	* Use egg-recent for handling recent files.
	* Use gnome-icon-lookup to get icons.
version 2.1.0
	* Do not read the archive in non-interative mode, this speeds up
	  extraction with Nautilus scripts.
	* Fixed russian manual.

Changes in the package:
- Use schemas.mk to register GConf2 schemas in the global database.
- Depend on gnome2-dirs.
2003-02-14 20:55:50 +00:00
jmmv
c16c2865bc 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 12:45:42 +00:00