Fabian Kurz
c92cbacb2b
more work on bandmap feature
4 years ago
Fabian Kurz
a4b4e62ab2
Remove debug messages.
4 years ago
Fabian Kurz
2a8cfe27f2
Add RBN bandmap (very experimental...)
4 years ago
Fabian Kurz
839615bd48
Replace tabs with 4 spaces.
4 years ago
Fabian Kurz
c19507f8fb
create windows in separate function; flush key buffer where needed
...
The curses windows are now created in create_windows which can
later be called from the signal handler for screen resizes.
This means it is possible to change the screen size while
the program is running, but it's still necessary to perform
an action which redraws the screen (such as entering the menu)
in order to make it work. Implementing a full automatic refresh
during resizing the window doesn't seem worth the effort.
Use flushinp() (flush keyboard input buffer) where appropriate,
e.g. when scrolling (scrolling may be slow due to database
fetches, and once the user stops pressing the Page Up/Dwn key
there should be no further scrolling) or when waiting for
operations that take some time to finish, like ADIF export
or up/downloading LoTW data to prevent that an user's impatient
key strokes cause him to miss the display with the results,
but jumps right back to the menu.
4 years ago
Fabian Kurz
368e485a52
screen size: force even number of rows. increase size of lotw import screen.
4 years ago
Fabian Kurz
846b7a29dd
allow arbitrary vertical window size
4 years ago
Fabian Kurz
34022e57bf
update documentation, add HSC import script
4 years ago
Fabian Kurz
822c2c9549
lotwimport: show summary of imported QSOs
4 years ago
Fabian Kurz
0f6774171d
remove leftover debug output
4 years ago
Fabian Kurz
841b46efb5
cosmetics
4 years ago
Fabian Kurz
7ac0d0d793
Release 0.4.0.
4 years ago
Fabian Kurz
10ac5beb93
Final touches for 0.4.0 release
4 years ago
Fabian Kurz
9b3bcb8327
LoTW: Download report directly from lotw.arrl.org. Update DXCC stuff. Prepare for release 0.4.0
4 years ago
Fabian Kurz
17cd801614
Awards: remove warning
4 years ago
Fabian Kurz
035224f393
don't produce a warning on prefixes longer than 5 characters
4 years ago
Fabian Kurz
f43dc91232
docs: update to include LoTW upload feature
4 years ago
Fabian Kurz
13d563b9aa
LoTW: Automatic upload with tqsl.
4 years ago
Fabian Kurz
bcaa856f28
Add simple serial number handling for casual contesting.
8 years ago
Fabian Kurz
dcf803eb36
Restore good old Makefile
8 years ago
Fabian Kurz
32d3cf98f5
Fix sorting by QSL manager
9 years ago
EI7IG
9d089d9dd7
Updated yfksubs
12 years ago
DF6FR
6d80f5ad35
Added date range selection for QSL printing.
13 years ago
DF6FR
689fc5e1d0
Updated cty.dat to latest version.
13 years ago
DF6FR
798d0a53bd
added OPERATOR substitution to preparelabels
14 years ago
DF6FR
0aa57d725a
Corrected number for CQZ in .
14 years ago
DF6FR
5a916c6240
ADIF import, actively ignore freq_rx tag.
14 years ago
DF6FR
d175ef1a46
Added ORIENTATION to label headers. Possibilities are portrait and landscape, if none is chosen portrait is the default. Using landscape you can print four QSL cards on one sheet of A4 paper.
14 years ago
DF6FR
51239ccc46
Makes qsl info uppercase if entered otherwise.
14 years ago
DF6FR
34286e4932
Change of QSL-Info possible if QSO chosen from log window.
14 years ago
DF6FR
42cd1168ea
Fixed minor bug in selectlist (go to end of list).
14 years ago
DF6FR
a674f069a4
Added Home/End key to editw and readw.
14 years ago
DF6FR
1d22f01426
Fixed major bug in cursor position recovery. Now using new variable posnr instead of editnr.
14 years ago
DF6FR
86c334abf5
Taught Search&Edit to remember cursor position and to use home/end keys.
14 years ago
DF6FR
6ecaf1d2cc
Improved valids for askbox call for awardmodes.
14 years ago
DF6FR
4c3dc17b3d
Fixed possible variable name confusion with status. Added start/end wrap to selectlist. Added home/end keys to selectlist and askbox.
14 years ago
DF6FR
3d457e2294
Added awardmodes to awards, statistics and xplanet. Made HTML output look fancier.
14 years ago
DF6FR
631d0f685d
Added awardmodes. They can be selected exactly the same way as the bands.
14 years ago
DF6FR
4af0fab134
added awardmodes additionally to awardbands
14 years ago
DF6FR
c223cc2938
corrected lookup for qrz.com, /CS is no more available
14 years ago
DF6FR
205dc5f96b
added TXPOWER substitution to preparelabels
15 years ago
DF6FR
3b0e90b911
Added GRIDSQUARE to ADIF export, if applicable.
15 years ago
OH1FJV
18c505db93
Fixed the drop clause used when removing a logbook.
15 years ago
DF6FR
c2e7cc9c00
Added floating input fields to edit window as well (in editw()). Fixed F1 key, which I broke with last revision. Added double-escape function for F3 in getch2(). Fixed typo in Additional QSO details. Fixed mysterious bug in xplanet: had to shift cty.dat fields to the right.
15 years ago
DF6FR
32f3cf2997
added myself
15 years ago
DF6FR
5c74fe26db
made floating input fields for full string length
15 years ago
DF6FR
160ee80c4b
corrected length of remarks field
15 years ago
DF6FR
75e0296729
updated to match perl makefile
15 years ago
DF6FR
75a62c127a
adjusted to work with Makefile.pl
15 years ago
DF6FR
6208946f9d
adjusted to work with Makefile.pl
15 years ago