pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/featherpad editors/featherpad: update to 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60202fdc4cb9
branches:  trunk
changeset: 380808:60202fdc4cb9
user:      pin <pin%pkgsrc.org@localhost>
date:      Wed Jun 15 18:58:27 2022 +0000

description:
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.

diffstat:

 editors/featherpad/Makefile |  4 ++--
 editors/featherpad/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 2e54f9d2ae85 -r 60202fdc4cb9 editors/featherpad/Makefile
--- a/editors/featherpad/Makefile       Wed Jun 15 18:39:22 2022 +0000
+++ b/editors/featherpad/Makefile       Wed Jun 15 18:58:27 2022 +0000
@@ -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 -r 2e54f9d2ae85 -r 60202fdc4cb9 editors/featherpad/distinfo
--- a/editors/featherpad/distinfo       Wed Jun 15 18:39:22 2022 +0000
+++ b/editors/featherpad/distinfo       Wed Jun 15 18:58:27 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index