|
1 year ago | |
---|---|---|
books | 9 years ago | |
debian | 3 years ago | |
dist | 10 years ago | |
docs | 1 year ago | |
icons | 10 years ago | |
modes | 1 year ago | |
src/icons | 9 years ago | |
widgets | 4 years ago | |
words/wordtraining | 4 years ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
AUTHORS | 4 years ago | |
AboutDialog.cpp | 10 years ago | |
AboutDialog.h | 6 years ago | |
AboutDialog.ui | 4 years ago | |
Generator.cpp | 1 year ago | |
Generator.h | 1 year ago | |
GoalBar.cpp | 6 years ago | |
GoalBar.h | 10 years ago | |
KeyingReader.cpp | 9 years ago | |
KeyingReader.h | 9 years ago | |
LICENSE | 4 years ago | |
MainWindow.cpp | 4 years ago | |
MainWindow.h | 6 years ago | |
MainWindow.ui | 10 years ago | |
Morse.cpp | 1 year ago | |
Morse.h | 1 year ago | |
MorseStat.cpp | 10 years ago | |
MorseStat.h | 10 years ago | |
Prefs.cpp | 4 years ago | |
Prefs.h | 4 years ago | |
README.md | 1 year ago | |
cutecw.cfg.sample | 4 years ago | |
cutecw.desktop | 4 years ago | |
cutecw.pro | 1 year ago | |
cutecw.qrc | 10 years ago | |
cutecw_en.ts | 4 years ago | |
cutecw_fr.ts | 4 years ago | |
inverse_code.h | 9 years ago | |
main.cpp | 4 years ago | |
make_release.sh | 1 year ago | |
morse_code.h | 10 years ago | |
ui_MainWindow.h | 6 years ago |
Get Windows (64bit) and Linux (64bit) prebuilt "portable" archive here: https://bits.sigpipe.me/projects/CuteCW/
I've had thoughts for a long time about how we train ourselves in CW ("Carrier Wave" otherwise known as Morse Code). After preparing for a presentation about learning CW I realized software could really help us out in ways not yet seen. This is my effort to help decrease the pain in training your brain to understand Morse Code.
Cute CW was developed by WS6Z. Then merged Qt5 branch to master and made a lot of modifications by Dashie.
The growing list of CHANGES and the hopefully shrinking TODO List
CuteCW is a Qt5 based program. That means to compile it you'll need some distribution of Qt5. You can download any of the recent Qt SDK sets and open the cutecw.pro file using qtcreator, which will then be able to compile and edit the code. Or, if you want to compile it via a terminal you can try the following steps:
You can make a "portable" build (It will, as now, only check for configuration in directory where software is launched) by Un-commenting the line starting with "#DEFINES" with some comment above it in cutecw.pro
In Qt Creator, Project part :
Build with or without the PORTABLE BUILD in cutecw.pro Then RUN the app from Qt Creator (it will call the deploy step) Then copy the following:
Done, you have a portable build for Cute CW for windows in CuteCW_1.1_portable_win32
For some Modes (actually: Word Training) the words list is dynamic using "words/mode/*.lst.txt" files, the format is simple :
Word Training loads files from "words/wordtraining".