diff options
author | pin <pin@pkgsrc.org> | 2022-06-15 18:58:27 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-06-15 18:58:27 +0000 |
commit | 52d94b11531bc67f7a3aeb1fde5c9debcf917be2 (patch) | |
tree | a1d033f1b8d710a4a537f276c15c6f52135b2daa | |
parent | 4cf190e6272e13b8a2da6e5da0116259a0f8d4f6 (diff) | |
download | pkgsrc-52d94b11531bc67f7a3aeb1fde5c9debcf917be2.tar.gz |
editors/featherpad: update to 1.3.0
V1.3.0
---------
* Added an option for using system icons where possible. By default, internal
icons are used.
* Set the scroll mode to per-pixel in the side-pane as a workaround for a bug
in QListWidget's auto-scrolling.
* With Qt6, accept the close event on receiving SIGTERM and similar signals
(because, in Qt6, "qApp->quit()" calls "closeEvent()").
* Make sure all windows are deleted when receiving SIGTERM and similar signals.
* Made Qt6 font setting backward-compatible.
* Fixed the problems in restoring of window size and position.
* Added a workaround for a QPlainTextEdit bug that doesn't report a selection
change on undoing/redoing.
* Fixed the selection highlighting with huge selections.
* Fixed a problem in highlighting of Yaml literal blocks.
* Center page numbers horizontally when printing.
* Highlight cmake's bracket comments and bracket arguments.
-rw-r--r-- | editors/featherpad/Makefile | 4 | ||||
-rw-r--r-- | editors/featherpad/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile index 720f0df9b12..d0d73408944 100644 --- a/editors/featherpad/Makefile +++ b/editors/featherpad/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2022/04/23 21:09:36 pin Exp $ +# $NetBSD: Makefile,v 1.28 2022/06/15 18:58:27 pin Exp $ -VERSION= 1.2.0 +VERSION= 1.3.0 DISTNAME= FeatherPad-V${VERSION} PKGNAME= featherpad-${VERSION} CATEGORIES= editors diff --git a/editors/featherpad/distinfo b/editors/featherpad/distinfo index 5bd9953975a..613c1a84de3 100644 --- a/editors/featherpad/distinfo +++ b/editors/featherpad/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/04/23 21:09:36 pin Exp $ +$NetBSD: distinfo,v 1.19 2022/06/15 18:58:27 pin Exp $ -BLAKE2s (FeatherPad-V1.2.0.tar.gz) = 8d9bc1662411df474fa7b61491d5da8f025c5062ff1c7a6026d491aede73ec9e -SHA512 (FeatherPad-V1.2.0.tar.gz) = cf21ed9394444920fcf3a8ce3a8338814d69322389c4652e79f0754fe67ee61260f81604c91adf0a864fb1441307706c60ee1bd29efd2e617ab8e1f5fc254cdd -Size (FeatherPad-V1.2.0.tar.gz) = 1091776 bytes +BLAKE2s (FeatherPad-V1.3.0.tar.gz) = 1c28f9581d9fe46d2a438e9a6bd8d56f809282184855e0c05b5a465f0bb17565 +SHA512 (FeatherPad-V1.3.0.tar.gz) = 4db9918f9bf0c3499d1f5166da09836a4a959fa39342cecb7db35924762c1b0652a15c532b067c34643d16f3c5f4a9505fefc2aed17904fe46c99d743d790270 +Size (FeatherPad-V1.3.0.tar.gz) = 1101640 bytes |