Luís Pereira
|
4b43c8fa77
|
Use empty() to check for container emptiness
It improves readability.
|
2021-05-07 10:56:05 +08:00 |
|
Luís Pereira
|
96fc2dbd43
|
Initialize member variables
It's always good practice.
|
2020-06-25 00:40:49 +08:00 |
|
Luís Pereira
|
51bfdd6c0e
|
Remove obsolete qCopy
Use std::copy instead.
|
2019-12-16 11:44:32 +00:00 |
|
Luís Pereira
|
2110583a39
|
Port towards C++ headers
|
2019-04-13 15:49:15 +02:00 |
|
Luís Pereira
|
b8906f6b0c
|
Port towards C++11 nullptr
|
2019-04-13 15:49:15 +02:00 |
|
Rikard Falkeborn
|
1dbbe6ee27
|
Mark some functions const
|
2018-08-12 10:39:35 +08:00 |
|
Tsu Jan
|
3838728c22
|
Suppress compilation warnings
|
2018-07-16 17:24:13 +02:00 |
|
Igor
|
1727d921b2
|
Fix size of the array passed to memset() (#79)
|
2016-10-03 21:38:01 +02: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 |
|
Igor
|
9be288eddc
|
Remove assignment to self
|
2016-05-21 20:55:12 +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 |
|
Jerome Leclanche
|
72ffc262eb
|
Clean up trailing whitespaces
|
2015-07-09 20:22:48 +02:00 |
|
Petr Vanek
|
6ad5d7070a
|
merge changes from the experimental "bundle" repository
|
2011-06-22 13:12:21 +02:00 |
|
Petr Vanek
|
520661ab6f
|
Merge branch 'master' of file:///export/home/pvanek/oss/qterm/merge/qtermwidget
Conflicts:
lib/BlockArray.cpp
lib/BlockArray.h
lib/CMakeLists.txt
lib/Character.h
lib/CharacterColor.h
lib/Emulation.cpp
lib/Emulation.h
lib/Filter.cpp
lib/Filter.h
lib/History.cpp
lib/History.h
lib/KeyboardTranslator.cpp
lib/KeyboardTranslator.h
lib/Pty.cpp
lib/Pty.h
lib/Screen.cpp
lib/Screen.h
lib/ScreenWindow.cpp
lib/ScreenWindow.h
lib/Session.cpp
lib/Session.h
lib/ShellCommand.cpp
lib/ShellCommand.h
lib/TerminalCharacterDecoder.cpp
lib/TerminalCharacterDecoder.h
lib/TerminalDisplay.cpp
lib/TerminalDisplay.h
lib/Vt102Emulation.cpp
lib/Vt102Emulation.h
lib/k3process.cpp
lib/k3process.h
lib/k3processcontroller.cpp
lib/k3processcontroller.h
lib/konsole_wcwidth.cpp
lib/konsole_wcwidth.h
lib/kpty.cpp
lib/kpty.h
lib/kpty_p.h
lib/qtermwidget.cpp
lib/qtermwidget.h
|
2010-10-04 11:29:18 +02:00 |
|
Petr Vanek
|
25661234c0
|
K&R formatting
|
2010-10-01 16:08:52 +02:00 |
|
Petr Vanek
|
57fd23bf39
|
K&R formatting
|
2010-10-01 16:08:14 +02:00 |
|
Petr Vanek
|
88b5a11bb4
|
merge with qscite
|
2010-10-01 15:54:31 +02:00 |
|
Petr Vanek
|
2d6c2b82b7
|
initial import
|
2010-09-11 10:50:46 +02:00 |
|