Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lxqt/qtermwidget

The terminal widget for QTerminal
https://github.com/lxqt/qtermwidget

Prevent a c++11 range-loop might detach Qt container

Just make it const.

ae71042e0d3b352c5cbf34b9ab635aea717de4df authored almost 5 years ago by Luís Pereira <[email protected]>
pyqt: also check for sip 5.x path

See: https://www.archlinux.org/packages/extra/x86_64/python-pyqt5/files/

887efa8151eab8aabcf1eec0547eba2e8c6e5fe7 authored almost 5 years ago by Chih-Hsuan Yen <[email protected]>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

e64beb46211ad3935e9e8a5abb1263a06300c199 authored almost 5 years ago by Ács Zoltán <[email protected]>
Fix SearchBar light text over white background with dark themes

64ef5be97f5c2f6d866e34614270739647979517 authored about 5 years ago by Daniel Ruiz de Alegría <[email protected]>
Remove obsolete qCopy

Use std::copy instead.

51bfdd6c0e3f0916d44f9bf88c7bb0345b6467d6 authored about 5 years ago by Luís Pereira <[email protected]>
Remove (duplicated) string casts definitions

Already defined in LXQtCompilerSettings.

2c95b71d65c8346b2696bad031acc70325b73a47 authored about 5 years ago by Luís Pereira <[email protected]>
Added translation using Weblate (Asturian)

ccf9e69fd7a681957c310fc694b499658cbdebc3 authored about 5 years ago by Enol P <[email protected]>
Macro Q_WS_MAC renamed to Q_OS_MAC. Added QLatin1String in string concatenations on MacOS

0ad6fbfa8621a2563647a147c5596e0dae96c1f0 authored about 5 years ago by Vadim Zabermakh <[email protected]>
Translated using Weblate (Japanese)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

17d1e4cb70df91e62bdef708a2475ca04257756f authored about 5 years ago by Masamichi Ito <[email protected]>
Translated using Weblate (German)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

d4896ed1b626d118cac7586cd6fe5b03599f5433 authored about 5 years ago by Alf Gaida <[email protected]>
Added translation using Weblate (Mapudungun)

575064f1d15e63b136fe3b2f017cce1495a54f66 authored about 5 years ago by hmollercl <[email protected]>
Removed some debug outputs

Users don't need to seem them. If an info is really important, it should be shown in a message b...

e9d6b3662428795b50ef1677065c45258feecbad authored about 5 years ago by Tsu Jan <[email protected]>
Fix building of the example

9cce50054e5f38378dbdc00b417bd369aa449d8e authored about 5 years ago by Chih-Hsuan Yen <[email protected]>
Fix building on Travis CI

1. Adapted to arch-travis upstream changes [1]

2. Use Bionic (Ubuntu 18.04) on Travis CI

Previ...

fbf23a1b1a1e8e6b7c93cadd24db6f09c29b657c authored about 5 years ago by Chih-Hsuan Yen <[email protected]>
Select all text when opening search bar

a982330d0510d25187fe209211df81513509a1e3 authored about 5 years ago by Paulo Lieuthier <[email protected]>
Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

d89ef6b0c675ecff5b599cf8f63737931df18fe2 authored over 5 years ago by Einar Mostad <[email protected]>
Translation source update

b097f4e0c67e935985db8173866e43926ab9121c authored over 5 years ago by Alf Gaida <[email protected]>
Session.cpp: simplify logical expression

1269679b611925b78e4b34f4fa7a6b50614972b4 authored over 5 years ago by Pavel Shlyak <[email protected]>
Screen.h: boolean modes

c67ea4426585a67e93fd66085879d391a3f73546 authored over 5 years ago by Pavel Shlyak <[email protected]>
Translated using Weblate (Czech)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

fc74642060df5e4f2cde459d49b50fc00a64026c authored over 5 years ago by p-bo <[email protected]>
Translated using Weblate (Japanese)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

29c6d3cc59342519c27ed4c85bc1fcac6366f76c authored over 5 years ago by Masamichi Ito <[email protected]>
Fix flickering on font change

Root cause:
When font is changed paintEvent is called and we draw text "Mq" to
calculate font he...

9b12c21246fb085cd51d6cca2464956aa778f2d4 authored over 5 years ago by Dmitry Matrokhin <[email protected]>
feat: add sendKeyEvent() api

b4b11ae71912f796acf96feae04dc05493e2fe34 authored over 5 years ago by Gary Wang <[email protected]>
Translated using Weblate (Japanese)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

e9df29136167e9e7d4f5fdd833c79bf8fa97c301 authored over 5 years ago by Masamichi Ito <[email protected]>
Fix compilation on NetBSD

Like OpenBSD, NetBSD has util.h, not libutil.h.

0b6b5c8bec16431ca63d65a36ab847cab8319f3b authored over 5 years ago by David H. Gutteridge <[email protected]>
Use QRectF for cursor drawing, fix artifacts in hidpi

88e57a57fc548c4e9a188cdd37c8d145ce0c84bd authored over 5 years ago by BlahGeek <[email protected]>
Allow to disable drawing line chars

64fef7ab3cad490fb51b57f2b13fc2bed8ec921d authored over 5 years ago by Chih-Hsuan Yen <[email protected]>
Fix numpad handling and add entries for numpad 5

KP_Clear is mapped from numpad 5 on non-Apple keyboards according to Qt
doc [1]. It's mapped fro...

4ffd19203ac55aa8a35c2c5fd9befc98829fe02e authored over 5 years ago by Yen Chi Hsuan <[email protected]>
Colons support in RGB definition

With this patch, non-color sequences using colons are also accepted. I
consider such sequences u...

0d9c8cf0b5ca5d1fed2f78d7e9f7661a7c16894c authored over 5 years ago by Chih-Hsuan Yen <[email protected]>
Announce truecolor support via COLORTERM

f4a3a6ac3ff67456b6a304d7949b9e191e631ede authored over 5 years ago by mscdex <[email protected]>
Don't set the selection clipboard if it's unsupported

Or there are warnings on macOS and Wayland. For example,

> Data set on unsupported clipboard mo...

2cb98f24b7c7cd0b3096b74f407019e9e9cd9c15 authored over 5 years ago by Chih-Hsuan Yen <[email protected]>
Add copy and paste actions to the example

1c633498f04487482a009a1cdb19d2b6577ad3e6 authored over 5 years ago by Chih-Hsuan Yen <[email protected]>
Use vanilla Qt instead of patched one

Since Qt 5.12.3 [1], Qt binaries can run on old kernels even if it's
compiled with statx support...

5d99bae37d69bd33f5c9cbcb15862b1409b10f79 authored over 5 years ago by Chih-Hsuan Yen <[email protected]>
Translated using Weblate (Japanese)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

c10951b97c94b2e3bc337a65e728e128916df04c authored over 5 years ago by Ma. Ito <[email protected]>
Add QTermWidget::saveHistory

This enables an application to implement the functionality of easily
opening the entire history ...

5637ea1e5e67ad93f5b1eb66d690910ab658e446 authored over 5 years ago by Anders Bakken <[email protected]>
Completed the support for transient scrollbars

Transient scrollbars don't take space but that wasn't considered in a small part of the code. Th...

3467ff6482c441598ebcfa2f9a4f52bc12949620 authored over 5 years ago by Tsu Jan <[email protected]>
Initial Travis CI setup

06dee362a57c70b68da160f19c0a5eefed2bec63 authored over 5 years ago by Chih-Hsuan Yen <[email protected]>
Use class instead of struct

TermWidgetImpl fits a Implementation class use.

ab49998a39ecd596bf44fa47dd7803e6896b128c authored over 5 years ago by Luís Pereira <[email protected]>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

6947f7fc31c4da2f70fc3114c9b989a54088f881 authored over 5 years ago by eltonfabricio10 <[email protected]>
Fix TerminalDisplay::getCharacterPosition memory access violation

Fix: lxqt/qtermwidget#266

fcf0ebc49874088e0635f3445be3ba5aa26ff179 authored over 5 years ago by Zang MingJie <[email protected]>
Port towards C++11 nullptr

b8906f6b0c5162ca967755ebf14ea09a3d86dbc7 authored over 5 years ago by Luís Pereira <[email protected]>
Port to C++ bool literals

5e44880a70e92510f003c2c58de852da1aa8718b authored over 5 years ago by Luís Pereira <[email protected]>
Port towards C++ headers

2110583a3907e44d119129c6b8a9af03ad849af9 authored over 5 years ago by Luís Pereira <[email protected]>
Port towards C++11 override

1e634114a3e740910492b8b3dee592d08eb8d48a authored over 5 years ago by Luís Pereira <[email protected]>
Use braced initializer list in returns

Replaces explicit calls to the constructor in a return with a braced
initializer list.

b87de8976774dcbd2919d3ddf63feee39db9e373 authored over 5 years ago by Luís Pereira <[email protected]>
Added translation using Weblate (Portuguese (Brazil))

8f1b40b55f34202cf80764cf1d56a185c9dad389 authored almost 6 years ago by Davi Lopes <[email protected]>
Reworded github issue template

ea7596a7a41d12f7aeac2a932388813cf36a2792 authored almost 6 years ago by Alf Gaida <[email protected]>
Swap Qt::ControlModifier and Qt::MetaModifier on Mac

This is because their meaning is different there.
See https://doc.qt.io/qt-5/qt.html#KeyboardMod...

5ce909cbc2ab9729c0638cf8d8aacb6b49f72b44 authored almost 6 years ago by Andrew Janke <[email protected]>
Fix the PyQt5 binding with Qt 5.11+

Inspired by https://phabricator.kde.org/D15091

9ee754ad0f24a37167283f60f8f36926d8b3686d authored almost 6 years ago by Chih-Hsuan Yen <[email protected]>
pyqt: Fixes deprecation warning (CMP0002)

There is no need to set CMP0002 to OLD, anymore. It can be safely removed.
Closes https://github...

7718f36cd6c48703922c7a0d7ec1333cc43159f5 authored almost 6 years ago by Luís Pereira <[email protected]>
Fix default font on macOS

Qt does not support fontconfig on macOS, so we need to work around it and
provide a "real" font ...

fa4a1bad42fc6282b72e17d2bbcab305975b42a0 authored almost 6 years ago by Andrew Janke <[email protected]>
cmake: set CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON

This fixes a dylib linkage issue in client programs on macOS.

e292763e6d23fd92ac30cad9ac107709b8c47c71 authored almost 6 years ago by Andrew Janke <[email protected]>
Translated using Weblate (French)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

3ee4927bad291c91942e4c0bf97f6ea21183ad8c authored almost 6 years ago by roxfr <[email protected]>
example: Fix "Find" menu item name

3bc88706d5ea0eda22e338878969379f3e49be92 authored almost 6 years ago by Andrew Janke <[email protected]>
KPty: Don't conditionalize chownpty existence on HAVE_OPENPTY

This fixes the build on Mac, which is the only place where HAVE_OPENPTY
is actually defined.

0086b184bfc750ff9ee318d06339e71b83ae12e1 authored almost 6 years ago by Andrew Janke <[email protected]>
Replace Q_WS_MAC with Q_OS_MACOS for Qt 5 compatibility

The Q_WS_MAC Window Server macro is no longer defined in Qt 5: https://doc.qt.io/qt-5/macos-issu...

35464957c6eef0cc61dbfbadc2bf80bc8351e8a0 authored almost 6 years ago by Andrew Janke <[email protected]>
Point release qtermwidget 0.14.1

* Bumped version to 0.14.1
* Only translations are changed.

456e3568092d2d111c61e414cb20743f24c9388c authored almost 6 years ago by Alf Gaida <[email protected]>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

5a9a575d042a2f9befa090420b7eb85c52a725ac authored almost 6 years ago by Sérgio Marques <[email protected]>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

d59fabcfdd19eba74299eed51449439d31cae44d authored almost 6 years ago by eltonfabricio10 <[email protected]>
Translated using Weblate (Turkish)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

edf61c9877bcd2c1d4e9e917211cd78d5de917a9 authored almost 6 years ago by Ayhan YALÇINSOY PhD. (Dr.) <[email protected]>
Translated using Weblate (Turkish)

Currently translated at 100,0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

4d11b7bdefc4c98938ce41cb4dbe094a209ed660 authored almost 6 years ago by Ayhan YALÇINSOY PhD. (Dr.) <[email protected]>
Changelog for 0.14.0

2730ab589e155f14984cf89b7a36110ff7498ded authored almost 6 years ago by Alf Gaida <[email protected]>
Cleanup KeyboardTranslator.cpp

The value is assigned twice. Seems to be unnecessary :)

3da204b68d868cee242deb0e2bb75939c684bcde authored almost 6 years ago by Pavel Shlyak <[email protected]>
Revert "Rework on memory management of filter-related objects"

This reverts commit 0154e036c702b82ebe4b12bed30085247451362c.

b09e1d488266a706f26694f3916a742e33acde29 authored almost 6 years ago by Chih-Hsuan Yen <[email protected]>
Translated using Weblate (German)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

f475050f38497debd1b5ceb6b671089849bd8396 authored about 6 years ago by Ettore Atalan <[email protected]>
Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

77f700c5fbafef74db4b093f39fccfe2a694d86a authored about 6 years ago by Einar Mostad <[email protected]>
translation update

fa2b2b34377c2fc26b78e1f8ed220986cddc4baf authored about 6 years ago by Alf Gaida <[email protected]>
Remove unnecessary checks

c1e94c94df9049bab01a58e953b08ba806a522ca authored about 6 years ago by Shlyak Pavel <[email protected]>
Provide minimum versions

daa6dd3541b227338f287da07ac412e93d4b20da authored about 6 years ago by Alf Gaida <[email protected]>
Translated using Weblate (Galician)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

1cffced5a2900cb2dae9539ebed7ca8d2d516218 authored about 6 years ago by Miguel A. Bouzada <[email protected]>
Added translation using Weblate (Galician)

29a5181bc432b22f4a51466ad844ee54c6a2c9bb authored about 6 years ago by Miguel A. Bouzada <[email protected]>
Set cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)

Removed CMAKE_BUILD_TYPE

1bb95711bb727897a3b43a43c2f0bada5775d2c9 authored about 6 years ago by Alf Gaida <[email protected]>
Bump minor version to 14

Nice big bump to prevent conflicts with translations that are former built from
lxqt-l10n and ha...

eb0b95ee94e936fbb37b567a96ab0638e294ce3b authored about 6 years ago by Alf Gaida <[email protected]>
Correct deleting of HotSpot list items

Fixes https://github.com/lxqt/qterminal/issues/504

13fe22aac44eed68ce7a300c116698322399da00 authored about 6 years ago by Tsu Jan <[email protected]>
Added translation using Weblate (Norwegian Bokmål)

6fb3b06575bf160dd365e57db1ae54112c10be34 authored about 6 years ago by Einar Mostad <[email protected]>
Clarify the licenses used in qtermwidget and added the missed root licenses

Removed pyqt/test.py - we really don't want a single GPL3 file in
fixes #223

b17add8fc0be0b351cd5c995e5ce52081e2a43c0 authored about 6 years ago by Alf Gaida <[email protected]>
fix local variable will be copied despite being returned by name (#221)

* fix local variable will be copied despite being returned by name

error when building with c...

54bcaddab775c0ad2507fa95bb25e4c9d277ffe5 authored about 6 years ago by Denis Rouzaud <[email protected]>
Fix visual glitches in search-bar

Closes https://github.com/lxqt/qterminal/issues/249

871d069b8bb7347458f12cde19239e4fa9213cd2 authored over 6 years ago by Tsu Jan <[email protected]>
Redraw cursor after cursor type changed (closes #161)

8374bf9d31448ffba0b23c3e27d9756aafc9cf8f authored over 6 years ago by Chih-Hsuan Yen <[email protected]>
Make Backspace behaves the same as xterm

Fixes https://github.com/lxqt/qtermwidget/issues/1

Notes about other terminals:

Konsole:
^? fo...

b5da2e2dacf91da5aad720a81ab5606996586532 authored over 6 years ago by Chih-Hsuan Yen <[email protected]>
Drop the ability to bundle kb-layouts and colorschemes

b8df480d60f2bb374902b72805e12ac8048c8a81 authored over 6 years ago by Chih-Hsuan Yen <[email protected]>
Fix handling of ST (String Terminator) for OSC (Operating System Commands)

This is an improvement over a combination of

https://github.com/KDE/konsole/commit/7a41b73b46d1...

ec25b71ea1af621c6696169c51f89228b96c5391 authored over 6 years ago by Chih-Hsuan Yen <[email protected]>
Fixed link mouseover after recent changes

Closes https://github.com/lxqt/qtermwidget/issues/213, closes https://github.com/lxqt/qtermwidge...

1e7e4942293e266518b04434dee25b2f7c14ff3e authored over 6 years ago by Tsu Jan <[email protected]>
Updated translations with lxqt-transupdate

6d1be93f680140296be0fa6a0bf5b84c6f4adacf authored over 6 years ago by Alf Gaida <[email protected]>
Fix getMargin

2b25bec3ad84e54a7a298754e9a2ec8225497ff1 authored over 6 years ago by Ecmel B. CANLIER <[email protected]>
Make padding configurable

e331bd4c67896a4be0444610934ca7e2880378ad authored over 6 years ago by Ecmel B. CANLIER <[email protected]>
Make margin variables non-const to allow modification

ac6581e24f63dfa6b7b00a5f82a7d6a07538d507 authored over 6 years ago by Ecmel B. CANLIER <[email protected]>
Implement methods to change padding

8eba2e2d3b83d4cc11baba5732d69e01eccf81e1 authored over 6 years ago by Ecmel B. CANLIER <[email protected]>
Translated using Weblate (French)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

540c00ffc323846bd7af25b4bf1392dea20c9baa authored over 6 years ago by titiracoon <[email protected]>
Removed QUIET from find_package

159a08097724cd433cc49a07a6b89fd6d188d84c authored over 6 years ago by Alf Gaida <[email protected]>
Mark some functions const

1dbbe6ee27602d305791fc8372929dc6d487398b authored over 6 years ago by Rikard Falkeborn <[email protected]>
use openpty() on mac

This commit includes a 10-year-old fix from upstream kpty
https://github.com/KDE/kdelibs/commit/...

79407f6bba633985fa603b039e53ae7ba421744d authored over 6 years ago by Chih-Hsuan Yen <[email protected]>
Don't use automatic string conversions

* Disables automatic conversions from 8-bit strings (char *) to unicode
QStrings.
* Disables a...

c6880070e9940e08f44290760d374807e1004151 authored over 6 years ago by Luís Pereira <[email protected]>
Added translation using Weblate (Welsh)

e3adf1abe25c0e418ec41e7f9e59b48185f3cf00 authored over 6 years ago by Simon Quigley <[email protected]>
Merge pull request #198 from FlingeR/master

OpenBSD special case.

97dea940990045ba6d59982c1ec83224bb4cc5ba authored over 6 years ago by Simon Quigley <[email protected]>
OpenBSD special case.

#define HAVE_LOGIN
#define HAVE_UTIL_H

b18f71aa93158d54997fccfe818682e0f40a77d6 authored over 6 years ago by Elias M. Mariani <[email protected]>
Translated using Weblate (Czech)

Currently translated at 100.0% (21 of 21 strings)

Translation: LXQt/QTermWidget
Translate-URL: ...

ce7c76344dbd6c883d835d6acffda2c18668c8ae authored over 6 years ago by p-bo <[email protected]>
Added translation using Weblate (Čeština)

f30594db411e3068d66d41b867a3d4825faa9585 authored over 6 years ago by p-bo <[email protected]>
Suppress compilation warnings

3838728c229f9d9a90fe54797d3848edcbd8f8d1 authored over 6 years ago by Tsu Jan <[email protected]>
Merge pull request #194 from HelixBot/weblate-lxqt-qtermwidget

Update from Weblate.

5d789ca0562a311c247ae168cbecbd9cd6e4bdee authored over 6 years ago by Simon Quigley <[email protected]>