Skip to content

Commit fb01f75

Browse files
author
Meinhard Ritscher
committed
rel 0.40.0
1 parent dd0278f commit fb01f75

File tree

8 files changed

+58
-17
lines changed

8 files changed

+58
-17
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## Contributing
22

33
Pull requests are welcome.
4+
Please do not hesitate to add yourselfs to CREDITS file!
5+
If you are looking for ideas check the TODO file.
6+
Automated (unit) tests would be a real cool feature.
7+
8+
### Travis
9+
This project uses Travis CI (https://travis-ci.org/).
10+
Unfortunately this has not been setup for the main repository (and I can't do it myself)
11+
If you do it to your fork, a centralized build will start and your changes will be checked.
412

513
### Supported Qt Version
614
CuteCom Version 0.3x was the first version based on Qt5. Originally it was developed using Qt 5.3.

CREDITS

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,28 @@ Henrik Hautakoski <henrik@tickoff.se>
4343
https://github.com/pnx/CuteCom.git
4444
Option for prefixing each line with a timestamp
4545

46+
Toni Jovanoski <minimoog77@gmail.com>
47+
https://github.com/minimoog/qcom.git
48+
Added completer for history commands.
49+
50+
Contributors via PRs
51+
======================================
52+
4653
Karl Zeilhofer <karl@zeilhofer.co.at>
4754
https://github.com/KarlZeilhofer/cutecom.git
4855
Linked line termination of displayed data
4956
with the option (LF, CRLF, CR, ...) for user input.
5057

58+
P Sundberg
59+
compress multiple non printable characters
60+
61+
Dmitry Mastykin
62+
mix hex and ascii input
63+
5164

5265
IDEAS - still a ToDo:
5366
====================================
5467

55-
Toni Jovanoski <minimoog77@gmail.com>
56-
https://github.com/minimoog/qcom.git
57-
Added completer for history commands.
58-
5968
Ivan A-R <ivan@tuxotronic.org>
6069
https://github.com/plumbum/Cutecom-my.git
6170
Signals (DTR, RTS, etc) done. Break

Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
-compress/combine multiple non printable characters into one expression
66
in case the same non printable characters is beeing received multiple
77
times in a sequence
8+
-enable a mix from hex and ascii characters in hex input mode
89

910
0.30.4, October 15th, 2016
1011
-Disable RTS/DTR when no flow control is used

TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
-search functionality (issue #6) - Please direct Pull request for this to
2-
https://github.com/cyc1ingsir/cutecom/tree/test/search please
3-
1+
-search functionality (issue #6)
2+
improve user experience of the search feature
43
-make font of the output view configurable (RMB menu of the output view ?)
54
-themes like Konsole is offering them would be cool e.g. green on black
65
-implement unit tests (using QtTest)
76
-test data display (Ctrl characteras, ....)
8-
see DataDisplayTester for details
7+
see DataDisplayTester (https://github.com/cyc1ingsir/DataDisplayTester)
8+
for details and ideas
99
-test settings are stored and reloaded correctly
1010
-provide a workaround for #22 (Flow Control)
1111
-add translations

distribution/Debian/cutecom.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Format: 1.0
22
Source: cutecom
3-
Version: 0.30-4
3+
Version: 0.40-0
44
Binary: CuteCom
55
Maintainer: Meinhard Ritscher <cyc1ingsir@gmail.com>
66
Architecture: any
77
Build-Depends: debhelper (>= 4.1.16), cmake (>= 2.8.11), qt5-default, libqt5serialport5-dev ,cutecom
88
Files:
9-
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.30.4.tgz
9+
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.40.0.tgz

distribution/Debian/debian.changelog

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
cutecom (0.40.0-0) unstable; urgency=low
2+
* First implementation of searching the output
3+
* Linked line termination of displayed data
4+
with the option (LF, CRLF, CR, ...) for user input.
5+
* compress/combine multiple non printable characters into one expression
6+
in case the same non printable characters is beeing received multiple
7+
times in a sequence
8+
* enable a mix from hex and ascii characters in hex input mode
9+
10+
-- Meinhard Ritscher <cyc1ingsir@gmail.com> Thu, 12 Jan 2017 18:04:00 +0100
11+
112
cutecom (0.30.4-0) unstable; urgency=low
2-
*Disable RTS/DTR when no flow control is used
3-
*man page update
4-
*licenses cleanup
13+
* Disable RTS/DTR when no flow control is used
14+
* man page update
15+
* licenses cleanup
516

617
-- Meinhard Ritscher <cyc1ingsir@gmail.com> Sat, 16 Oct 2016 22:05:00 +0100
718

distribution/openSUSE/cutecom.changes

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
-------------------------------------------------------------------
2+
Thu Jan 12 19:04:34 UTC 2017 - cyc1ingsir@gmail.com
3+
4+
-update to release 0.40.0
5+
* implementation of searching the output
6+
* Linked line termination of displayed data
7+
with the option (LF, CRLF, CR, ...) for user input.
8+
* compress/combine multiple non printable characters into one expression
9+
in case the same non printable characters is beeing received multiple
10+
times in a sequence
11+
* enable a mix from hex and ascii characters in hex input mode
12+
13+
--------------------------------------------------------------------
214
Sat Oct 15 20:05:20 UTC 2016 - cyc1ingsir@gmail.com
315

416
-update to release 0.30.4
5-
*Disable RTS/DTR when no flow control is used
6-
*man page update
7-
*licenses cleanup
17+
* Disable RTS/DTR when no flow control is used
18+
* man page update
19+
* licenses cleanup
820

921
-------------------------------------------------------------------
1022
Mon Feb 15 20:20:20 UTC 2016 - cyc1ingsir@gmail.com

distribution/openSUSE/cutecom.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
Name: cutecom
21-
Version: 0.30.4
21+
Version: 0.40.0
2222
Release: 0
2323
Url: http://github.com/neundorf/CuteCom
2424
BuildRoot: %{_tmppath}/%{name}-%{version}-build

0 commit comments

Comments
 (0)