diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-11 08:33:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-11 08:33:39 +0000 |
commit | 134215959a99afe934b72c14719fdf3ae0cc0b81 (patch) | |
tree | 02b7cf90452871548ebc96d31001faab049e067a /editors/Sigil | |
parent | 28fac857be6d54a01c7a7aded370081354631c25 (diff) | |
download | pkgsrc-134215959a99afe934b72c14719fdf3ae0cc0b81.tar.gz |
Update to 0.1.3:
Sigil v0.1.3 2009.09.02.
- implemented a work-around for a bug in Qt causing documents with "us-ascii" encoding
specified in the XML declaration to crash Sigil (issue #109)
- resource path updating rewritten; should be more robust
- fixed an issue where EPUB files from Google Books could not be opened (issue #106)
- fixed regression for storing the folder from which the user last imported an image (issue #105)
- refactored HTML file import resource loading: should be a lot more robust now
- fixed an issue with loading HTML files that reference the same images multiple times (issue #90)
- implemented non-live View position synchronization; the Views are now synced
by HTML element: moving the caret in one View will center the other View (upon switching)
to the same HTML element that held the caret in the first View (issue #8)
- newlines are now removed from TOC headings to avoid rendering problems in ADE (issue #96)
- Sigil now creates a unique book identifier (if one is not provided by the user)
using the UUID standard instead of a radnom sequence of characters and numbers;
the old "SigilGEN" scheme is replaced with "UUID"
- initial support for calibre interoperability (issue #94)
- book updates from TOC editor are now faster and have a much smaller memory overhead
- fixed issue with removing headings from TOC in TOC editor (issue #88, part 2 and issue #21);
also made TOC editor updates to headings MUCH more robust
- all headings are now by default included in TOC... heuristics for "guessing" which
headings the users wants have been removed (issue #88, part 1)
- fixed critical issue with Sigil hanging when loading certain SGF files (issue #87)
- fixed rare issue with duplicate image loading (issue #86)
- implemented a workaround for a webkit bug causing the first character of a heading
created after a chapter break to be displayed incorrectly (issue #78)
- the "makedmg" target for Macs is not build by default anymore and needs to be
invoked directly; this was done to speed rebuilds
- Macs now have a standard multiple document interface: opening a new file opens it
in a new window, not in the old one (issue #22)
- fixed a bug with warning dialog not informing the user of unsaved changes
if he tried to load from the recent files list
Diffstat (limited to 'editors/Sigil')
-rw-r--r-- | editors/Sigil/Makefile | 5 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 213901f5e1e..9704da973c7 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:25 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/10/11 08:33:39 wiz Exp $ # -DISTNAME= Sigil_code_0.1.2 +DISTNAME= Sigil_code_0.1.3 PKGNAME= ${DISTNAME:S/_code_/-/} -PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://sigil.googlecode.com/files/ EXTRACT_SUFX= .zip diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 1454725239d..53ad0822b25 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/08/19 14:43:36 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/10/11 08:33:39 wiz Exp $ -SHA1 (Sigil_code_0.1.2.zip) = f9fd494558e477c3ab966bf5756c202ec4a4cf9e -RMD160 (Sigil_code_0.1.2.zip) = 274a7897c1d698b7ff8bcc4cad7349a5f018ba73 -Size (Sigil_code_0.1.2.zip) = 1183758 bytes +SHA1 (Sigil_code_0.1.3.zip) = 83349aec2f5dcfb066e85651e66e16b259c23d4f +RMD160 (Sigil_code_0.1.3.zip) = 616abfc8d6c770cc38d03a106a2de981cd1c6270 +Size (Sigil_code_0.1.3.zip) = 1216629 bytes |