The NetBSD Project

CVS log for pkgsrc/x11/qtermwidget/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / qtermwidget

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:55:16 2024 UTC (6 days, 16 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
*: revbump for icu downgrade

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:54:30 2024 UTC (7 days, 4 hours ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
*: recursive bump for icu 76.1 shlib bump

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Aug 20 06:25:16 2024 UTC (2 months, 2 weeks ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
x11/qtermwidget: -USE_CMAKE

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Aug 2 17:04:18 2024 UTC (3 months ago) by pin
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -11 lines
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.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed May 29 16:35:15 2024 UTC (5 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
revbump after icu and protobuf updates

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:07:14 2024 UTC (7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
* 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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:24:28 2023 UTC (11 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Nov 10 17:02:28 2023 UTC (11 months, 4 weeks ago) by gutteridge
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3 lines
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.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:21:40 2023 UTC (12 months ago) by wiz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:11:49 2023 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
*: bump for openssl 3

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon May 22 21:00:50 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
*: bump for libproxy 0.5

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:11:58 2023 UTC (18 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
revbump after textproc/icu update

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Apr 18 10:05:04 2023 UTC (18 months, 3 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -4 lines
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`

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Apr 3 20:21:34 2023 UTC (19 months ago) by nros
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:18:21 2023 UTC (21 months, 1 week ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
*: Recursive revbup from graphics/freetype2

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:21:28 2022 UTC (23 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
massive revision bump after textproc/icu update

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Nov 10 01:07:39 2022 UTC (23 months, 4 weeks ago) by gutteridge
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -4 lines
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 - view: text, markup, annotated - select for diffs
Tue Jun 28 11:37:59 2022 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
*: recursive bump for perl 5.36

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 24 15:17:39 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 18 19:12:25 2022 UTC (2 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
revbump for textproc/icu update

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:07:13 2021 UTC (2 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
revbump for icu and libffi

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 19 09:50:40 2021 UTC (2 years, 11 months ago) by pin
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -4 lines
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 - view: text, markup, annotated - select for diffs
Mon May 24 19:56:05 2021 UTC (3 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
*: recursive bump for perl 5.34

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:43:01 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
revbump for textproc/icu

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 20 18:11:44 2021 UTC (3 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
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 - view: text, markup, annotated - select for diffs
Mon Dec 7 11:48:54 2020 UTC (3 years, 11 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
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 - view: text, markup, annotated - select for diffs
Thu Nov 5 09:09:28 2020 UTC (4 years ago) by ryoon
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
*: Recursive revbump from textproc/icu-68.1

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 17 20:20:35 2020 UTC (4 years, 2 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 2 10:39:04 2020 UTC (4 years, 5 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
x11/qtermwidget: Follow github hosted package nomenclature
as suggested by @leot

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 2 08:25:03 2020 UTC (4 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Revbump for icu

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 1 10:53:09 2020 UTC (4 years, 5 months ago) by pin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -6 lines
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 - view: text, markup, annotated - select for diffs
Wed Apr 22 08:45:02 2020 UTC (4 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
x11/qtermwidget

Update maintainer e-mail

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 12 08:29:21 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Recursive revision bump after textproc/icu update

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 10 22:11:20 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 8 16:51:49 2020 UTC (4 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
*: recursive bump for libffi

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Feb 20 05:47:44 2020 UTC (4 years, 8 months ago) by gutteridge
Branches: 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.)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>