./x11/qtermwidget, Terminal emulator widget for Qt5

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.0nb2, Package name: qtermwidget-1.4.0nb2, Maintainer: pkgsrc-users

A terminal emulator widget for Qt 5.
QTermWidget is an open-source project originally based on the
KDE4 Konsole application, but it took its own direction later on.
The main goal of this project is to provide a Unicode-enabled,
embeddable Qt widget for using as a built-in console
(or terminal emulation widget).
It is compatible with BSD, Linux and OS X.


Required to run:
[x11/qt5-qtbase]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 185.859 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-10 18:02:28 by David H. Gutteridge | Files touched by this commit (4) | Package updated
Log message:
qtermwidget: update to 1.4.0

qtermwidget-1.4.0 / 2023-11-05
===============================
 * TERM env variable is set to xterm-256color when not set with \ 
QTermWidget::setEnvironment().
 * Add getForegroundProcessId() function to QTermWidget class (to allow terminal \ 
apps to check if the user has started a process in the shell and alert them).
 * Ported away from deprecated Qt::MidButton.
 * Added missing initialization of some variables.
 * Fixed mixing of bool and int.
 * Prefer ranged loop for over `while`.
 * Backported a kcoreaddons commit (1fed7e861f73a6ecbed79be4625afa52a5eaaf3b).
 * Replaced old-style cast with static_cast.
 * Properly initialize KProcess members.
 * Use Q_DECLARE_PRIVATE_D instead of custom Q_DECLARE_PRIVATE_MI (backport of \ 
kpty commit 3ef0d7d9ed980513fb36265e4d73fd79c07d5131).
 * Use class, not struct, for KPtyDevicePrivate for consistency (backport of \ 
kpty commit ad5cf9d348c13d3d27591a66fab9ccf20603daf8).
 * Use std::unique_ptr to manage the pimpl object.
 * Backported kpty commits 3526c09cae186bbba32bf3841cab5aa9d24d98b5, \ 
ae866fa6063c8d09ff354dc16f3fc8240676c64d and \ 
982bb9e9fc715faae9ba440593ed0e74b8884888.
 * Use pointer to member function connect/disconnect signal/slot syntax.
 * Added `const` to some methods.
 * fixed deprecation warnings.
 * Mark assignment operator as deleted due to existence of copy constructor.
 * Removed useless `sizeof()` from `qtermwidget/BlockArray.h`.
 * Added Falcon colorscheme.
 * Cleaner builds.
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-05-22 23:00:50 by Thomas Klausner | Files touched by this commit (645)
Log message:
*: bump for libproxy 0.5
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-04-18 12:05:04 by pin | Files touched by this commit (4) | Package updated
Log message:
x11/qtermwidget: update to 1.3.0

qtermwidget-1.3.0 / 2023-04-15
===============================
 * Fixed a problem in switching the color scheme between dark and light.
 * Prevented a crash on splitting the terminal under `kwin_wayland`