Igor
e5dbf9a359
Delete unused tooltip code ( #81 )
2016-10-03 21:38:18 +02:00
Igor
1727d921b2
Fix size of the array passed to memset() ( #79 )
2016-10-03 21:38:01 +02:00
Alf Gaida
2cca598036
Remove cpack ( #93 )
...
* remove "building with cpack" from CMakeLists.txt - not used anymore
* Added very basic .gitattributes
2016-09-30 17:18:04 +02:00
Alf Gaida
97d96dfb88
Release 0.7.0: Add changelog
2016-09-24 00:50:57 +02:00
Alf Gaida
4b127046df
Bump version to 0.7.0 ( #92 )
2016-09-23 22:59:20 +02:00
Petr Vanek
9613feb66a
Merge pull request #90 from DebauchedSloth/master
...
Add Solarized Color Schemes
2016-09-18 09:10:36 +02:00
Greg White
9842fa5c8e
Add Solarized Color Schemes
2016-09-17 07:55:55 -04:00
Peter Mattern
a0afe84e23
Update README.md
2016-09-07 14:01:54 +02:00
Palo Kisa
d44e3ede69
qtermwidget: Unify title & icon propagation
2016-07-26 15:00:31 +02:00
Palo Kisa
e6253c046e
lib: Fix FTBFS (struct vs. class mismatch)
2016-07-19 10:41:27 +02:00
Yen Chi Hsuan
470295d015
Add 'const' decorators
2016-07-18 00:33:07 +08:00
Yen Chi Hsuan
098bc377ff
Expose titleChanged() signal
2016-07-17 19:10:10 +08:00
Alf Gaida
4b0662db11
Merge pull request #78 from f2404/patch-1
...
Fix building instructions
2016-06-05 22:43:37 +02:00
Igor
fb562737b0
Fix building instructions
2016-06-05 09:08:22 +03:00
Alf Gaida
2a6b33d8f9
Merge pull request #73 from f2404/141_custom_color_scheme_dir
...
Allow app to add custom color sheme locations
2016-06-02 23:43:49 +02:00
Alf Gaida
ccb5997759
Merge pull request #77 from lxde/cmake
...
cmake support changes
2016-06-01 21:52:15 +02:00
Alf Gaida
657f5ae16a
cmake support changes
...
Bumped cmake_minimum_required 3.0.2
Added CMAKE_BUILD_TYPE, if not set
Added check for compiler support
Added set CXX flags
2016-06-01 19:35:02 +02:00
Igor
534a86a00a
Make addCustomColorSchemeDir() static and check for duplicates
2016-05-26 14:50:14 +03:00
Igor
405ad67bdc
Address review comments
2016-05-25 17:17:46 +03:00
Igor
ad59d1dc5e
Allow app to add custom color sheme locations
2016-05-25 11:15:14 +03:00
Petr Vanek
5ebc2c0780
Merge pull request #71 from f2404/70_assert
...
Avoid including source files names into the library binary
2016-05-25 09:13:53 +02:00
Petr Vanek
920ccbe589
Merge pull request #59 from f2404/58_fix_memory_leak
...
Fix memory leaks
2016-05-25 09:12:01 +02:00
Petr Vanek
c576cf0dc9
Merge pull request #60 from f2404/48_bracketed_input
...
Bracketed paste mode implementation
2016-05-25 09:10:46 +02:00
Petr Vanek
4345a36563
Merge pull request #67 from f2404/indent
...
Fix indenations (misleading-indentation warning)
2016-05-25 09:10:05 +02:00
Petr Vanek
d7fa613e91
Merge pull request #74 from f2404/self_assign
...
Remove assignment to self
2016-05-25 09:09:27 +02:00
Petr Vanek
4e688c55c2
Merge pull request #56 from pawelkoston/master
...
Add PyQt5 bindings
2016-05-25 09:08:41 +02:00
Petr Vanek
32c02daff5
Merge pull request #75 from f2404/151_cursor_shape
...
Add support for setting keyboard cursor shape
2016-05-25 09:08:10 +02:00
Igor
d1c22ac5da
Avoid enums duplication
2016-05-23 17:27:17 +03:00
Igor
bc85769b73
Add support for setting keyboard cursor shape
2016-05-23 17:03:04 +03:00
Igor
9be288eddc
Remove assignment to self
2016-05-21 20:55:12 +03:00
Igor
ef451424d7
Backport konsole changes to fix memory leaks
...
Fixes #58
2016-05-18 14:01:45 +03:00
Igor
507adb9061
Remove __FILE__ macros
2016-05-16 12:59:18 +03:00
Igor
fa2476bbc5
Replace assert() with Q_ASSERT()
2016-05-16 12:59:18 +03:00
Alf Gaida
21364a1c94
Merge pull request #72 from Nitori-/master
...
Fix ASan error about delete size mismatch
2016-05-16 05:45:35 +02:00
Nitori-
a3ab230753
Fix ASan error about delete size mismatch
2016-05-15 15:22:17 -05:00
Alf Gaida
d572f3958d
Merge pull request #69 from sebastic/master
...
Add support for GNU/Hurd to kpty.cpp.
2016-05-14 18:06:09 +02:00
Bas Couwenberg
dfebb5a419
Add support for GNU/Hurd to kpty.cpp.
...
The GNU/Hurd porting guidelines document the following:
"
Missing termio.h
Change it to use termios.h (check for it properly with autoconf
HAVE_TERMIOS_H or the __GLIBC__ macro)
Also, change calls to ioctl(fd, TCGETS, ...) and ioctl(fd, TCSETS, ...)
with tcgetattr(fd, ...) and tcsetattr(fd, ...).
"
https://www.gnu.org/software/hurd/hurd/porting/guidelines.html#Missing_termio_h_tt_
2016-05-14 17:41:10 +02:00
Alf Gaida
1227544929
Merge pull request #68 from lxde/fix-debian-kfreebsd
...
fixes kfreebsd builds on debian and derivatives
2016-05-14 03:47:34 +02:00
Alf Gaida
798e46747b
fixes kfreebsd builds on debian and derivatives
2016-05-14 03:34:40 +02:00
Igor
c8d1e02c58
Fix indenations (misleading-indentation warning)
2016-05-07 19:08:40 +03:00
Igor
7132931a2d
Remove Q_DECL_OVERRIDE macros
2016-05-07 17:33:24 +03:00
Alf Gaida
3bfdfe86be
typo Higlight
2016-04-03 00:05:45 +02:00
Jerome Leclanche
ec775e3450
Remove noisy qDebugs
2016-04-02 20:08:38 +03:00
Igor
c472676560
Bracketed paste mode implementation
2016-02-01 19:26:39 +03:00
rago1975
10e17968e4
Use function setWorldTranfer for Qpainter instead of setWorldMatrix
2016-01-08 00:00:30 +09:00
rago1975
5031c16a51
Modify treatment drawing double width character
2016-01-07 23:42:14 +09:00
pkk
504f014939
pyqt5 bindings
2016-01-03 00:42:01 +00:00
pkk
499351faa9
pyqt5 bindings
2016-01-03 00:36:06 +00:00
Petr Vanek
0e5046411d
Merge pull request #53 from f2404/mousemarks
...
Avoid checking uninitialized member + simplify condition
2015-12-25 08:28:00 +01:00
Igor
f9a7d4ac5d
Avoid checking uninitialized member + simplify condition
2015-12-23 18:21:27 +03:00