Up to [cvs.NetBSD.org] / pkgsrc / x11 / qtermwidget
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 29 21:18:21 2023 UTC (2 days, 2 hours ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.21 / (download) - annotate - [select for diffs], Wed Nov 23 16:21:28 2022 UTC (2 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
massive revision bump after textproc/icu update
Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 10 01:07:39 2022 UTC (2 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.19: +3 -4
lines
Diff to previous 1.19 (colored)
qtermwidget: update to 1.2.0 Change log: qtermwidget-1.2.0 / 2022-11-05 =============================== * Enabled Bidi rendering by default. * Made text DND follow the settings for newline trimming and multiline prompt. * Allow `QTermWidget` to be used as a Qt Plugin.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 28 11:37:59 2022 UTC (7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
*: recursive bump for perl 5.36
Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 24 15:17:39 2022 UTC (9 months, 1 week ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (colored)
x11/qtermwidget: update to 1.1.0 Main changes: -Handled the zero history size. -Added API documentation and followed the naming convention in some places of the code. -Return focus to the terminal on closing the search bar. -Code cleanup and enhancement.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 18 19:12:25 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
revbump for textproc/icu update
Revision 1.16 / (download) - annotate - [select for diffs], Wed Dec 8 16:07:13 2021 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
revbump for icu and libffi
Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 19 09:50:40 2021 UTC (14 months, 1 week ago) by pin
Branch: MAIN
Changes since 1.14: +3 -4
lines
Diff to previous 1.14 (colored)
x11/qtermwidget: update to 1.0.0 -Bumped minimum required Qt version to 5.15. -Fixed crash under (Plasma) Wayland on opening tab and splitting. -Quote drag-and-drop file names. -Backported CNL and CPL support from Konsole. -Some code cleanup.
Revision 1.14 / (download) - annotate - [select for diffs], Mon May 24 19:56:05 2021 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
*: recursive bump for perl 5.34
Revision 1.13 / (download) - annotate - [select for diffs], Wed Apr 21 11:43:01 2021 UTC (21 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
revbump for textproc/icu
Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 20 18:11:44 2021 UTC (21 months, 1 week ago) by pin
Branch: MAIN
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
x11/qtermwidget: update to 0.17.0 qtermwidget-0.17.0 / 2021-04-15 =============================== - Drop support for KDE3 color scheme formats. - Some code cleanup and modernization. - Added a method to disable bracketed paste mode. - Added an example for PyQt5. - Improve "Undecodable sequence" warnings. - Properly implement the "Action after paste" feature. - Fix execution after paste when Ctrl is hold. - Workaround an issue with glibc 2.33 on old Docker engines. - Added modes for background image. How background images are drawn is changed and manual reconfiguration is needed. See docs/configuration.md for more details.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 7 11:48:54 2020 UTC (2 years, 1 month ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.10: +3 -4
lines
Diff to previous 1.10 (colored)
x11/qtermwidget: update to 0.16.1 0.16.1 -Bumped version to 0.16.1, for a point release of qterminal. 0.16.0 -Use qAsConst. -Don't search application dir for keyboard and scheme data. -Use Q_EMIT to call signals, instead of the emit keyword. -Dropped the deprecated class QLinkedList. -Don't use 0/nullptr to initialize QFlags. -Fixed ColorEntry copy operator. -Disabled the use of copy constructors and assignment operators. -Check for successful ioctl() calls by testing that the call did not return -1. -Fix find_package() developer warning in cmake. -Use const references wherever possible. -Handle keyboard commands properly.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 5 09:09:28 2020 UTC (2 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 17 20:20:35 2020 UTC (2 years, 5 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 2 10:39:04 2020 UTC (2 years, 8 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
x11/qtermwidget: Follow github hosted package nomenclature as suggested by @leot
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 2 08:25:03 2020 UTC (2 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Revbump for icu
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 1 10:53:09 2020 UTC (2 years, 8 months ago) by pin
Branch: MAIN
Changes since 1.5: +6 -6
lines
Diff to previous 1.5 (colored)
x11/qtermwidget: update to 0.15.0 qtermwidget-0.15.0 / 2020-04-24 =============================== * Bumped version to 0.15.0. * Replaced Q_WS_MAC with Q_OS_MACOS for Qt5 compatibility. * KPty: Don't conditionalize chownpty existence on HAVE_OPENPTY. * cmake: set CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON for macOS. * Fixed the default font on macOS. * pyqt: Fixes deprecation warning (CMP0002). * Fixed the PyQt5 binding with Qt 5.11. * Swap Qt's ControlModifier and MetaModifier on macOS. * C++11 code updates. * Use braced initializer list in returns. * Fixed the memory access violation in TerminalDisplay's method `getCharacterPosition`. * Completed the support for transient scrollbars. * Added `saveHistory` to QTermWidget. * Use vanilla Qt instead of patched one. * Don't set the selection clipboard if it's unsupported. * Announce truecolor support via COLORTERM. * Fixed numpad handling and added entries for numpad 5. * Allow to disable drawing line chars. * Use QRectF for cursor drawing and fix artifacts in hidpi. * Fixed compilation on NetBSD. * Added sendKeyEvent() API. * Fixed flickering on font change. * Select all text when opening search bar. * Removed some debug outputs. * Removed (duplicated) string casts definitions. * Removed obsolete qCopy. * Fix SearchBar light text over white background with dark themes. * pyqt: also check for sip 5.x path. * Prevented a c++11 range-loop might detach Qt container. * Dropped the deprecated QString method `sprintf()`. * Avoid buffer overflows exploits. * Fixed build with LLVM/clang. * Explicitly mark exported classes. * Fixed QCharRef's deprecated behavior. * Correctly initialize sigsets.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 22 08:45:02 2020 UTC (2 years, 9 months ago) by pin
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
x11/qtermwidget Update maintainer e-mail
Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 12 08:29:21 2020 UTC (2 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Recursive revision bump after textproc/icu update
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 10 22:11:20 2020 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 8 16:51:49 2020 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: recursive bump for libffi
Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 20 05:47:44 2020 UTC (2 years, 11 months ago) by gutteridge
Branch: MAIN
qtermwidget: import new package, version 0.14.1 This is a Qt5 terminal emulator widget for LXQt. Packaged in pkgsrc-wip by pin and myself, as part of a broader effort toward providing all of LXQt and associated utility applications. (Additional portability fix by myself on import to pkgsrc.)