2020-12-07 12:48:55 by pin | Files touched by this commit (4) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
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.
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-06-02 12:39:04 by pin | Files touched by this commit (1) |
Log message:
x11/qtermwidget: Follow github hosted package nomenclature
as suggested by @leot
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-06-01 17:00:59 by pin | Files touched by this commit (2) |
Log message:
x11/qtermwidget: Remove upstreamed patches
|
2020-06-01 12:53:09 by pin | Files touched by this commit (4) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
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.
|
2020-04-23 06:11:19 by David H. Gutteridge | Files touched by this commit (3) |
Log message:
qtermwidget: amend the build fix patching
Also fix macOS builds (upstream has done the same), and note the PR I
submitted for the NetBSD fix (which I should have sent months ago).
|
2020-04-22 10:45:02 by pin | Files touched by this commit (1) |
Log message:
x11/qtermwidget
Update maintainer e-mail
|
2020-04-12 10:29:21 by Adam Ciarcinski | Files touched by this commit (956) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Recursive revision bump after textproc/icu update
|