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

Update find_package() documentation

63a71cf245c118ac065bfc6cf31fbd12de728bda authored almost 8 years ago by Luís Pereira <[email protected]>
Adds COMPONENT to the install files

eb68ffe014b7c96eceb27bea839c08e6eebd2d02 authored almost 8 years ago by Luís Pereira <[email protected]>
Renames test app to example. Make it work

test is a reserved name. Adapt it to match the changes done.
src directory renamed to example. s...

7829b181198fe062881f63b3b4d0895c6fb67bc6 authored almost 8 years ago by Luís Pereira <[email protected]>
Use the CMake Targets way

Drop the qtermwidget5_use file. Everything done with targets.

d7dbff6de1292b9512fe0bb8ac24b10edd10dd7a authored almost 8 years ago by Luís Pereira <[email protected]>
Adds superbuild support

1fbecace4dfa75d93de557c40adc62e826d830f5 authored almost 8 years ago by Luís Pereira <[email protected]>
Use target_compile_definitions() instead of add_definitions()

The remaining ones.

31c516affef0dfc662857b0b9a9c0698bf9b1075 authored almost 8 years ago by Luís Pereira <[email protected]>
Use the lxqt_create_pkgconfig_file

Drops the local one.
It also improves the .pc file in several ways.

f937393f097be433b980cd24a31273f484f9935f authored almost 8 years ago by Luís Pereira <[email protected]>
Pack Utf8Proc stuff

Make the package required when USE_UTF8PROC IS ON.
Use target_compile_definitions(), target_incl...

a8d994803db19cc66dc82c0ac4108ae2eb52c0db authored almost 8 years ago by Luís Pereira <[email protected]>
Adds export header

We need it because LXQtCompilerSettings makes all symbols hidden by
default.

b1f37a882c2d9aaa5816fbaf68eaedb38178b428 authored almost 8 years ago by Luís Pereira <[email protected]>
Packs compile definitions

06156e73d7c183f87d750ca8def8910a7d7e3a38 authored almost 8 years ago by Luís Pereira <[email protected]>
Adds package version file

It's used by find_package() to handle versioning.

f258e5748828d07cd040571e533579d76e52b330 authored almost 8 years ago by Luís Pereira <[email protected]>
Removes Qt4 stuff

We don't support it anymore.

a13a3eef2e0fab909583e71dac707c6fc454e79a authored almost 8 years ago by Luís Pereira <[email protected]>
Use LXQtCompilerSettings

Since we are already using lxqt-build-tools, there's no reason to not take
advantage of it.

2bc47dc9a8c968a3b034643f25e4da82b638179c authored almost 8 years ago by Luís Pereira <[email protected]>
Drop include_directories() for in tree dirs

Use the target_include_directories() with BUILD_INTERFACE.
Also use CMAKE_INCLUDE_CURRENT_DIR.

86389c8838abeaaa5374f278b639b5e23bd6698f authored almost 8 years ago by Luís Pereira <[email protected]>
Add translation mechanism

248f29e9ffeb8037f8edc179ac504e74915c89fd authored almost 8 years ago by Yen Chi Hsuan <[email protected]>
Add qtermwidget and translations for Traditional Chinese

b6d6bf41151ff76a259cb07c45236055c0ec42bc authored almost 8 years ago by Yen Chi Hsuan <[email protected]>
Merge branch 'iterators'

* iterators:
Use const iterators when possible.
Enable strict iterators for debug builds

69d4bdd825430fd28957cd964e66192f55f3b41b authored almost 8 years ago by Luís Pereira <[email protected]>
Use const iterators when possible.

Might avoid a detach.

948b11d0b02360591be5483f01087f9de7555f4b authored almost 8 years ago by Luís Pereira <[email protected]>
Enable strict iterators for debug builds

Reference: https://wiki.qt.io/Iterators

By default, it sometimes becomes possible to assign non...

df95bee91cb21b453c3257dd32973ede243a21d0 authored almost 8 years ago by Luís Pereira <[email protected]>
TerminalDisplay: Make resizing "Size" translatable

42a2d78f2d4cb41230f472f0a682c048436ac2c3 authored almost 8 years ago by Palo Kisa <[email protected]>
Merge pull request #107 from aheck/master

Exposes the receivedData signal

947742cc88748557fdb82659665da034084d55f4 authored about 8 years ago by Yen Chi Hsuan <[email protected]>
Exposes receivedData signal to users of QTermWidget

553eaf16eefc85277872c934a487a721cac7a5bd authored about 8 years ago by Andreas Heck <[email protected]>
Exposes sessions autoClose property to QTermWidget

c7103b0cc6954d3e13a4aa9b9dd039df0dc321d6 authored about 8 years ago by Andreas Heck <[email protected]>
Release 0.7.1: Update changelog

2d5717931128ea28af9daaea4c3464d3ea4d8315 authored about 8 years ago by Alf Gaida <[email protected]>
Bump patch version (#105)

fce9fedd31a3f4c076d110815a17d069c24ce888 authored about 8 years ago by Alf Gaida <[email protected]>
Added a modified Breeze color scheme (#104)

* Changed some of the accent colors for better readability
* Default opacity 0.95

9e5b946d09a71342d9080ef9e67a2d89659e43a4 authored about 8 years ago by Alf Gaida <[email protected]>
Accept hex color strings as well (#101)

Fixes https://github.com/lxde/qterminal/issues/286

586715accc0e7fd725576d1b56753bd230a5456b authored about 8 years ago by Yen Chi Hsuan <[email protected]>
Remove the stale lib/README (#102)

Fixes #54

807619af537151b5a934701650258e74214cdbf8 authored about 8 years ago by Yen Chi Hsuan <[email protected]>
Implement background images (#95)

58f96bacb3020ab41be4d7a91316e214ed0fcc33 authored about 8 years ago by Yen Chi Hsuan <[email protected]>
Implement other BOX DRAWING characters (#98)

Porting of
https://github.com/KDE/konsole/commit/1a61aaa5915b5c4a5b205e87d35c38562f932fe0

Fi...

9be45d6a61295424fd5f1bd9ae768a4a7b7d1a94 authored about 8 years ago by Yen Chi Hsuan <[email protected]>
Preparations for context menu actions on URLs (#97)

1. Define click-action so that QTermWidget clients can tell clicking
from context menu actio...

000fc2e8cf6706acd136d38fd492c0ac485e55cc authored about 8 years ago by Yen Chi Hsuan <[email protected]>
Drop the ancient wcwidth impl. and use utf8proc if possible (#99)

5d8544455fbf3f9608d03020182266fd90a72d39 authored about 8 years ago by Yen Chi Hsuan <[email protected]>
Remove widget size checks in setVTFont() (#86)

e27b89f4efecd2c54480d3544bb2c02c39b865ca authored over 8 years ago by Pavel Khlebovich <[email protected]>
Delete unused tooltip code (#81)

e5dbf9a35944da4b89ce88cb58a2ef47ca686aba authored over 8 years ago by Igor <[email protected]>
Fix size of the array passed to memset() (#79)

1727d921b2d99721b9a8493b15defc8f838baedd authored over 8 years ago by Igor <[email protected]>
Remove cpack (#93)

* remove "building with cpack" from CMakeLists.txt - not used anymore

* Added very basic .git...

2cca59803600ae19d5c1e5e11b6b18b80ea1b751 authored over 8 years ago by Alf Gaida <[email protected]>
Release 0.7.0: Add changelog

97d96dfb889fb1d6f1a6c6fc857defd6a8192342 authored over 8 years ago by Alf Gaida <[email protected]>
Bump version to 0.7.0 (#92)

4b127046dfdf65cbe2d4ccb62e24cfdef87d7b60 authored over 8 years ago by Alf Gaida <[email protected]>
Merge pull request #90 from DebauchedSloth/master

Add Solarized Color Schemes

9613feb66a8c0d56baed47ca8407b6544d8cecb9 authored over 8 years ago by Petr Vanek <[email protected]>
Add Solarized Color Schemes

9842fa5c8e73a9523c6ccf217c97bce98aa28002 authored over 8 years ago by Greg White <[email protected]>
Update README.md

a0afe84e2310c2fc35f088864532f5f8a67dad10 authored over 8 years ago by Peter Mattern <[email protected]>
qtermwidget: Unify title & icon propagation

d44e3ede69f94e5e8cb2798333862ae93a3a1253 authored over 8 years ago by Palo Kisa <[email protected]>
lib: Fix FTBFS (struct vs. class mismatch)

e6253c046e80670893ecb42e41e9b01576a0700a authored over 8 years ago by Palo Kisa <[email protected]>
Add 'const' decorators

470295d015b3173f9de1449888b48e656e9a8179 authored over 8 years ago by Yen Chi Hsuan <[email protected]>
Expose titleChanged() signal

098bc377ffd1c4e0e554635ddee7c67414db0154 authored over 8 years ago by Yen Chi Hsuan <[email protected]>
Merge pull request #78 from f2404/patch-1

Fix building instructions

4b0662db114dc83d3a6529d6891f6faab7bc22e9 authored over 8 years ago by Alf Gaida <[email protected]>
Fix building instructions

fb562737b078e4df9e1614b48a8fc7f16c420954 authored over 8 years ago by Igor <[email protected]>
Merge pull request #73 from f2404/141_custom_color_scheme_dir

Allow app to add custom color sheme locations

2a6b33d8f95b79e3d2dda3c7f034527b9819351f authored over 8 years ago by Alf Gaida <[email protected]>
Merge pull request #77 from lxde/cmake

cmake support changes

ccb5997759c5ef5fd72736302aa9e3bd0d489319 authored over 8 years ago by Alf Gaida <[email protected]>
cmake support changes

Bumped cmake_minimum_required 3.0.2
Added CMAKE_BUILD_TYPE, if not set
Added check for compiler ...

657f5ae16ac099602f8a22e62e4eb3693dbdb145 authored over 8 years ago by Alf Gaida <[email protected]>
Make addCustomColorSchemeDir() static and check for duplicates

534a86a00ad9d8d58d2f916ea6179164a9f514ac authored over 8 years ago by Igor <[email protected]>
Address review comments

405ad67bdcf57ac1726d3338ae3cb1ba72b6c257 authored over 8 years ago by Igor <[email protected]>
Allow app to add custom color sheme locations

ad59d1dc5e2aeee1b20a46dfa7478d146c0785b3 authored over 8 years ago by Igor <[email protected]>
Merge pull request #71 from f2404/70_assert

Avoid including source files names into the library binary

5ebc2c07804cc1654c38d377644b9abb16f54bc0 authored over 8 years ago by Petr Vanek <[email protected]>
Merge pull request #59 from f2404/58_fix_memory_leak

Fix memory leaks

920ccbe589985111ceea9071cf3e2a6580c528d8 authored over 8 years ago by Petr Vanek <[email protected]>
Merge pull request #60 from f2404/48_bracketed_input

Bracketed paste mode implementation

c576cf0dc927876e27269575efaaa7b8fabb5a3c authored over 8 years ago by Petr Vanek <[email protected]>
Merge pull request #67 from f2404/indent

Fix indenations (misleading-indentation warning)

4345a36563331eb9485cbb210fd31a451bc75945 authored over 8 years ago by Petr Vanek <[email protected]>
Merge pull request #74 from f2404/self_assign

Remove assignment to self

d7fa613e91ba80088e66ddc8d6972abb0dbad263 authored over 8 years ago by Petr Vanek <[email protected]>
Merge pull request #56 from pawelkoston/master

Add PyQt5 bindings

4e688c55c2baad88b0966c20f273ca2568e1c5fd authored over 8 years ago by Petr Vanek <[email protected]>
Merge pull request #75 from f2404/151_cursor_shape

Add support for setting keyboard cursor shape

32c02daff5d965eac51483c314f56365329ae03b authored over 8 years ago by Petr Vanek <[email protected]>
Avoid enums duplication

d1c22ac5da196f7cae16342c935170c5ca9de56a authored over 8 years ago by Igor <[email protected]>
Add support for setting keyboard cursor shape

bc85769b7348d1bdfb97cc4c58db91e44b1b590c authored over 8 years ago by Igor <[email protected]>
Remove assignment to self

9be288eddcae1e99d8b9c1f485545dec224e7c6d authored over 8 years ago by Igor <[email protected]>
Backport konsole changes to fix memory leaks

Fixes #58

ef451424d774feb23b42bdcda56ec09d1cc96e2a authored over 8 years ago by Igor <[email protected]>
Replace assert() with Q_ASSERT()

fa2476bbc55a33a3d6f17b152795ec5d703419cb authored over 8 years ago by Igor <[email protected]>
Remove __FILE__ macros

507adb9061ce8397ba4957ff116983f1ac2bf69c authored over 8 years ago by Igor <[email protected]>
Merge pull request #72 from Nitori-/master

Fix ASan error about delete size mismatch

21364a1c94e691130c9e802c6e9e71e31712b9a6 authored over 8 years ago by Alf Gaida <[email protected]>
Fix ASan error about delete size mismatch

a3ab23075376cc243cfc53e6aa1aaa9c04a5729b authored over 8 years ago by Nitori- <[email protected]>
Merge pull request #69 from sebastic/master

Add support for GNU/Hurd to kpty.cpp.

d572f3958d991e1c5bbc6628e40d4049a8b12bac authored over 8 years ago by Alf Gaida <[email protected]>
Add support for GNU/Hurd to kpty.cpp.

The GNU/Hurd porting guidelines document the following:

"
Missing termio.h

Change it to use ...

dfebb5a41947140f76515d407821127cb43dab61 authored over 8 years ago by Bas Couwenberg <[email protected]>
Merge pull request #68 from lxde/fix-debian-kfreebsd

fixes kfreebsd builds on debian and derivatives

12275449291c261b54cd9fdde1032c600820ac38 authored over 8 years ago by Alf Gaida <[email protected]>
fixes kfreebsd builds on debian and derivatives

798e46747bd4afcebb27730424bd6a5344589372 authored over 8 years ago by Alf Gaida <[email protected]>
Fix indenations (misleading-indentation warning)

c8d1e02c5831978b1b63121c7cbfb6f6a254d568 authored over 8 years ago by Igor <[email protected]>
Remove Q_DECL_OVERRIDE macros

7132931a2d7c46691ddf4dc091d133073143ae6a authored over 8 years ago by Igor <[email protected]>
typo Higlight

3bfdfe86be5dd7699ffa4b0dc8977b5483d3eeba authored almost 9 years ago by Alf Gaida <[email protected]>
Remove noisy qDebugs

ec775e3450f80a80c02f9589381235517302ad98 authored almost 9 years ago by Jerome Leclanche <[email protected]>
Bracketed paste mode implementation

c472676560e4fd87038cc9dba86d3021784d6e4b authored almost 9 years ago by Igor <[email protected]>
Use function setWorldTranfer for Qpainter instead of setWorldMatrix

10e17968e4457da2b91675984e17009ee6e1e7aa authored about 9 years ago by rago1975 <[email protected]>
Modify treatment drawing double width character

5031c16a519a73bd459846428fc92c1354782490 authored about 9 years ago by rago1975 <[email protected]>
pyqt5 bindings

504f014939dc301be24cf2d7fc57458b47feb336 authored about 9 years ago by pkk <[email protected]>
pyqt5 bindings

499351faa98edf564403acd5f67950c6ad0c13f6 authored about 9 years ago by pkk <[email protected]>
Merge pull request #53 from f2404/mousemarks

Avoid checking uninitialized member + simplify condition

0e5046411d9192cf647006ad142d84fed1a3031b authored about 9 years ago by Petr Vanek <[email protected]>
Avoid checking uninitialized member + simplify condition

f9a7d4ac5de5224c15f5f9184525f81fdcc8c23b authored about 9 years ago by Igor <[email protected]>
Use markdown for README and improve it a bit

45ef247bdb301e803640d6ce05810afc762234c9 authored about 9 years ago by Jerome Leclanche <[email protected]>
Remove support for Qt <= 5.4

90008c9db9fecbe8bfc24f09b896ac8839663ed6 authored about 9 years ago by Jerome Leclanche <[email protected]>
Remove Designer plugin

As it's not Qt 5 compatible, this too will be tracked out of tree.

04fb21cbf5c5343c6f53640d8deac05193cd842d authored about 9 years ago by Jerome Leclanche <[email protected]>
Fix LICENSE text and name

cdf14d1169cc3fb24f0686707e4986ef009695fc authored about 9 years ago by Jerome Leclanche <[email protected]>
Remove Changelog

Changes are now tracked in releases (git tags) like other LXQt projects

c254389b06262e2b6bb367f14fb3a2b3d3ac4a94 authored about 9 years ago by Jerome Leclanche <[email protected]>
Remove empty TODO file

f0fa5a9ff6632121f5630c011696b86da9f0ba37 authored about 9 years ago by Jerome Leclanche <[email protected]>
Remove PyQt4 bindings

These will be versioned outside the project - They are not compatible
with Qt5 right now anyway...

48913aff521b834037e6b4af9c0854c29010e4e7 authored about 9 years ago by Jerome Leclanche <[email protected]>
Sort out terminal resizing

186b8eaba7859c2c2b364dea3805401bf2bae197 authored about 9 years ago by Paulo Lieuthier <[email protected]>
Rebase Vt102Emulation to Konsole

f792b5f5ca5f34aeeb54d77c418cd2a7aca32287 authored about 9 years ago by Paulo Lieuthier <[email protected]>
Enable terminal resizing from the emulator

The pieces were all already there, but not connected.

0ae52e5bf34cf1bdc5dee4199f60e5595f3f2ad6 authored about 9 years ago by Paulo Lieuthier <[email protected]>
Clean up trailing whitespaces

72ffc262eb6cd5deaf3489068f7fe6a91f734998 authored over 9 years ago by Jerome Leclanche <[email protected]>
Merge pull request #44 from F1ash/master

implemented start TTY for external recipient;

da6838df1ab5a919c32cde68017518ac7b8ba0e5 authored almost 10 years ago by Petr Vanek <[email protected]>
implemented start TTY for external recipient;

7c315942d34d570adcb0c42e69d08afe881537be authored almost 10 years ago by F1ash <[email protected]>
Merge pull request #35 from raboof/proportionalFonts

Handle proportional fonts a bit better

f6fdd81c787f50f16eefa542f9d962af1fa03748 authored almost 10 years ago by Petr Vanek <[email protected]>
Merge pull request #39 from F1ash/master

add method for get pty slave fd;

14ed5e0801ebf3e5ca337bed2f899213f539fa8c authored almost 10 years ago by Petr Vanek <[email protected]>
Merge pull request #38 from qterminal/gnuinstalldirs

Use GNUInstallDirs in CMakeLists.txt to stop hardcoding paths

e2e16cf6536f4bf1d72989746951dd722e0df558 authored almost 10 years ago by Petr Vanek <[email protected]>
Merge pull request #37 from raboof/allowContinuousActivityMonitoring

Set the '_notifiedActivity' flag early

436ddc2fb5909fc039a4447ba937cde965c7e000 authored almost 10 years ago by Petr Vanek <[email protected]>