forked from neundorf/CuteCom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CREDITS
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 <[email protected]> which still
forms the base and large portions have been used for the
reimplemented CuteCom
Antoine Calando <[email protected]>
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 <[email protected]>
https://github.com/damienrg/cutecom.git
Use QThread::msleep to delay characters
Luca Ottaviano <[email protected]>
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 <[email protected]>
https://github.com/M1cha/Cutecom.git
Could be the original source for
add support for tabs
Preet Desai <[email protected]>
https://github.com/preet/cutecom-qt5.git
Sending files with XYZModem proted to Qt5
Henrik Hautakoski <[email protected]>
https://github.com/pnx/CuteCom.git
Option for prefixing each line with a timestamp
Toni Jovanoski <[email protected]>
https://github.com/minimoog/qcom.git
Added completer for history commands.
Contributors via PRs
======================================
Karl Zeilhofer <[email protected]>
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 <[email protected]>
https://github.com/dimtass/CuteCom
Added a plugin system
Added macro plugin
Added netproxy plugin
IDEAS - still a ToDo:
====================================
Ivan A-R <[email protected]>
https://github.com/plumbum/Cutecom-my.git
Signals (DTR, RTS, etc) done. Break
including Hotkeys (disabled when
hardware handshake is used)
portable to QtSerialPort?