Up to [cvs.NetBSD.org] / pkgsrc / x11 / qterminal
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 29 21:18:21 2023 UTC (6 days, 13 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:10:55 2022 UTC (2 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.19: +3 -4
lines
Diff to previous 1.19 (colored)
qterminal: update to 1.2.0 Change log: qterminal-1.2.0 / 2022-11-05 ============================= * Add CI using GitHub Actions. * Fixed command parsing with the `-e` option. * Avoid segfault when using global menus. * Improved documentation for the `--profile` option.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 28 11:37:59 2022 UTC (7 months, 1 week 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:19:07 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/qterminal: update to 1.1.0 Main changes: -The bookmark functionality is improved a lot. An example bookmarks file is also added. -Several (old) issues in the drop-down mode are fixed. -A shortcut entry is added for the drop-down shortcut. -Problems in closing of the last tab with prompt are fixed. -Fixed updating of shortcuts on tab switching/removal/creation. -Fixed right clicking of an empty area of tabbar. -Now selecting an unlimited history in Terminal settings disables the history size spin-box.
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, 4 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:51:43 2021 UTC (14 months, 2 weeks ago) by pin
Branch: MAIN
Changes since 1.14: +3 -4
lines
Diff to previous 1.14 (colored)
x11/qterminal: update to 1.0.0 -Bumped minimum required Qt version to 5.15. -Respect preset splitting on opening new window and double clicking tab-bar. -Trim shell strings. -Added an option for keeping drop-down window open. -Added a workaround for wrong menu positions under Wayland.
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, 2 weeks 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:12:57 2021 UTC (21 months, 2 weeks ago) by pin
Branch: MAIN
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
x11/qterminal: update to 0.17.0 qterminal-0.17.0 / 2021-04-15 ============================= - Some code cleanup and modernization. - Removed two warnings that were shown when QTerminal was started. - Added an option to disable bracketed paste mode. - Moved the paste-related codes to qtermwidget. - Made "Action after paste" clearer and default to "Scrolling to bottom". - Added a tooltip about bracketed paste mode. - Added modes for background image.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 7 11:50:42 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/qterminal: update to 0.16.1 0.16.1 -Fixed a mistake in the layout of Terminal settings dialog. -Fixed translation of shortcuts (in Terminal settings dialog). 0.16.0 -Made closing of tab on middle-clicking optional. -Avoid loop variable copy. -Emit signals with Q_EMIT. -Use the default constructor of QFlags. -Dropped qmake .pro file. -Made the color scheme dirs comply with XDG Base Directory Specification. -Added an optopn for openning the new tab to the right of the active tab. -Added virtual destructor to a base class. -Let QStandardPaths::locateAll() handle application name. -Put drop-down QTerminal on screen with cursor.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 5 09:09:28 2020 UTC (2 years, 3 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:58:38 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/qterminal: 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:56:14 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/qterminal: update to 0.15.0 qterminal-0.15.0 / 2020-04-24 ============================= * Bumped version to 0.15.0. * CMakeLists: Do not use Qt5X11Extras on macOS. * Replace deprecated/removed Q_WS_MAC macro with Q_OS_MACOS. * Fixed the default font on macOS. * Fixed the missing PASTE_SELECTION_SHORTCUT on macOS. * Fixed inconsistent-missing-override warnings. * Scrollable and compact Settings dialog. * C++11 code updates. * Fix View Toggle Bookmarks. * Consider settings dialog frame on fitting it into screen. * Fixed the duplicated setHistorySize() call. * Create actions for switching to tab by index. * Allow to disable drawing line chars. * Made the initial terminal size consistent with qterminal.ui. * Fixed building qterminal.app on macOS. * No more incorrectly setting icon via OSC 1. * Allow fixed custom size for QTerminal. * Made menubar accelerators optional. * Added "Hide Window Borders" to context menu. * Remember the size of preferences dialog. * Fixed the version comparison. * Removed some debug outputs. * Removed the deprecated QFileDialog method `setConfirmOverwrite()`. * config: add a tooltip about box-drawing chars. * Implemented an action that allows you to send the history to your editor. * Added an option for borderless state and remembered it.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 22 08:42: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/qterminal Update maintainer e-mail
Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 12 08:29:20 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:52:38 2020 UTC (2 years, 11 months ago) by gutteridge
Branch: MAIN
qterminal: import new package, version 0.14.1 This is a Qt5 terminal emulator 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.