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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
ChangeLog for Twclock
twclock 3.5
Fixed twclock.h globals defined in twclock.c and extern in twclock.h
Beep now done on the soundcard
CW ID / Beep in a radio box
No Resize added to dialog box
fixed typo in twclockCB.c frame2
twclock 3.4
fixed typo in twclockHelp.h
made Help Dialog wider to help text format
updated for current libCW
added arrows to Speed and Tone scales
upgraded for automake 1.15
clocked stopped during ID. fixed with thread.
centered Min/Sec on Timer dialog
removed old scale bug code
twclock 3.3
moved doc to man and changed configure.ac
reworked resource file - Twclock
version number added to window title
email and website addresses changed to new ones
removed lsm file
twclock 3.2
changed several int's to long's to stop compiler warnings
minor changes for current linux distros
added new location for Xpm lib in configure.am
twclock 3.1
fixed crash on send id
Simplified automake stuff
make distcheck runs clean
twclock 3.0
CW id now uses pulseaudio for sound
change cw level scale to a tone scale (500 -> 1500 Hz)
replaced depricated XtVaAppInitialize() with XtVaOpenApplication()
updated Help file
removed scMode
added keyMode to resource file to select RTS or PA (pulseaudio)
added cwTone to resource file to select initial cw tone
removed some #includes that were no longer needed
cleaned up configure.ac
removed some accelerator keys that would not work anyway
added a man page
twclock 2.9
Added day of the week to the label
Made scale widgets uneditable
Set both PCM and Volume for CW level
Added wheel mouse translations for help and fsb windows
New color scheme
popup menu have better contrast with other window
Fixed warning in libCW.c for newer versions of gcc
Moved libXpm check in configure.ac and fixed a bug
Added error checks and other fixes in configure.ac
Changed lesstif hack so popup button count is correct
Added three event handlers in lesstif hack to scrollbars in scales
Added HELP btn to popup_cb for Help and About.
Added check for Intrinsic.h, and xpm.h
Checks tzone default (-1) for missing Twclock resource file
Added error dialog for missing resource file and several internal errors
Fixed some defaults in app_res_desc[]
Cleaned up application icon code and added icon to diags
Using config.h for About Dialog text, and Xpm #define checks
Using INSTALL_DATA in Makefile.am to get file permissions right
Installing THANKS, ChangeLog and README in $DESTDIR/@docdir@
changed a few printf to fprintf
Removed reference to XBAE from configure.ac (duh)
twclock 2.8
Added $(DESTDIR) to support for easier staged installs
Changed beep code to use XBell - so no more /dev/console permission problems
Changed Help and README file text and renamed twclockDiags.h to twclockHelp.h
Changed Twclock resourcs file to use new Gadget resource names
fixed SCALE_BUG so only label or gadget is created
twclock 2.7
Fixed a memory leak in libCW
Added Help to About button
twclock 2.6
Added new libCW with much better audio
Added icons dir - a nice place to keep all the icons
Added XmNiconPixmap to shell - for gnome and kde
Modified automake files
Added workaround for XmScale bug - won't show both label and value
Added "/usr/share/X11/app-defaults" to acinclude.m4 for FC5
Added "/etc/X11/app-defaults" to acinclude.m4 for Ubuntu
twclock 2.5
Put under automake
twclock 2.4
Added ID Now button to the popup menu
Commented out the icon shell
twclock 2.3
Added Auto Reset feature suggested by Mac, WA4CAW. When enabled,
the alarm will sound/flash several times (see the autobeeps in
the resource file). The timiout is then automatically restarted.
Added CW id as alarm option. You can feed this audio to your rig
for automatic ID. CW is generated by Simon Baldwin's UnixCW.
If the twclock window is hidden when an alarm goes off, the
window will pop up.
Set Timer popup now allows you to pick the alarm options at runtime.
twclock 2.2
There is a new QRT button in the popup menu. Previously, you
had to halt twclock via the window manager.
The makefile was modified. Static and dynamic version
will now compile on Red Hat 9.0
Some minor code beautification made.
The LSM was updated to the latest version.
INSTALL and CHANGES files were created.
twclock 2.1
Modified makefile for static compile.
twclock 2.0:
This major release has been modified to run using the openMotif
toolkit. Control keys (ex. Ctrl-G for GMT time) are now functional.
Previous 1.x versions were written for lessTif. The program may
compile and run if you use lessTif, but some windows and functions
may not look and work exactly right.
Another button, Set Timer, was added to the pop up menu. Pressing
this button (or Ctrl-S) opens a window where you can set the alarm time.
The alarm time can be set from 0 seconds (?) to 9999 minutes and 9999
seconds, or about 7.5 days.
|