2024-08-20 08:25:16 by pin | Files touched by this commit (1) |
Log message:
x11/qtermwidget: -USE_CMAKE
|
2024-08-02 19:04:18 by pin | Files touched by this commit (5) | |
Log message:
x11/qtermwidget: update to 2.0.1
qtermwidget-2.0.1 / 2024-06-27
- Fixed visual artifacts due to a mistake about conversion to std::wstring in \
Qt6 port.
qtermwidget-2.0.0 (2024-05-17)
- Ported to Qt6.
- Used "new" signal/slot syntax.
- Dropped `#define` for bulk timeouts.
- Removed KDE `#include`s.
- Dropped XKB related conditional compilation.
- Assigned a parent to bulkTimers.
- Removed unused Screen artifacts.
- Added shortcuts for appscreen `default.keytab`.
- Exposed wordCharacters property to QTermWidget API.
- Fixed cursor positioning issues.
- Removed `ChildProcessSetup` and directly called `onsetupChildProcess`.
- Used PyQt6.
- Fixed deprecated function warning.
- Removed anchored pattern for email and url.
- Adapted to Qt6 `QProcess::setChildProcessModifier()`.
- Used std library find algorithm.
- Fixed comparison of pointer addition with NULL.
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
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) | |
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) | |
Log message:
revbump after textproc/icu update
|