-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCREDITS
83 lines (66 loc) · 2.45 KB
/
CREDITS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
I'd like to thank all developers who made improvements to
CuteCom within the past years. I have tried to scan all
repos I could find for additions and improvements useful
for the reincarnation of this fine piece of software originally
created by Alexander Neundorf
I have not always copied the code directly but used the idea
behind. In case I might have used code originally written by
you but not mentioned you yet, please conctact me. I'll be more
than happy to add you to the list.
First of all the source of the original CuteCom
from Alexander Neundorf <neundorf@kde.org> which still
forms the base and large portions have been used for the
reimplemented CuteCom
Antoine Calando <acalando@free.fr>
https://github.com/calandoa/cutecom
Mainly the option for displaying control characters
like \n \r and \t
but also the idea of switching in- and output upside down
Damien R <damienrg@gmail.com>
https://github.com/damienrg/cutecom.git
Use QThread::msleep to delay characters
Luca Ottaviano <lottaviano@develer.com>
https://github.com/asterix24/cutecom.git
Probably the original source of
Scroll view only if slider is at bottom.
Add support for pagUp and pagDown.
TnoDo check the other commits in more detail
M1cha <sigmaepsilon92@gmail.com>
https://github.com/M1cha/Cutecom.git
Could be the original source for
add support for tabs
Preet Desai <preet.desai@gmail.com>
https://github.com/preet/cutecom-qt5.git
Sending files with XYZModem proted to Qt5
Henrik Hautakoski <henrik@tickoff.se>
https://github.com/pnx/CuteCom.git
Option for prefixing each line with a timestamp
Toni Jovanoski <minimoog77@gmail.com>
https://github.com/minimoog/qcom.git
Added completer for history commands.
Contributors via PRs
======================================
Karl Zeilhofer <karl@zeilhofer.co.at>
https://github.com/KarlZeilhofer/cutecom.git
Linked line termination of displayed data
with the option (LF, CRLF, CR, ...) for user input.
P Sundberg
compress multiple non printable characters
Dmitry Mastykin
mix hex and ascii input
Javier Carnero
https://github.com/emepetres/CuteCom
Support of Qt5>=5.11
Dimitris Tassopoulos <dimtass@gmail.com>
https://github.com/dimtass/CuteCom
Added a plugin system
Added macro plugin
Added netproxy plugin
IDEAS - still a ToDo:
====================================
Ivan A-R <ivan@tuxotronic.org>
https://github.com/plumbum/Cutecom-my.git
Signals (DTR, RTS, etc) done. Break
including Hotkeys (disabled when
hardware handshake is used)
portable to QtSerialPort?