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
|
TWLOG CHANGES
twlog 2.5
Move libXpm check in configure.ac
Added error checks, and other fixes in configure.ac
Check bands resource for default value (-1) to detect missing Twlog file
Errors are reported via dialog and stderr
Cleaned up application icon code and added icon to diags
Added DESTDIR to Makefile.am
Fixed several color problems in resource file
Fixed geometry of buttons on Help dialog
Using config.h for About text
Using INSTALL_DATA in Makefile.am to get permissions right
Installing THANKS, ChangeLog and README in $DESTDIR/$docdir
Help now uses common error dialog - errDiag
twlog 2.4
Added icon for gnome and kde
Added initCB - if .twlogDir/logfile does not exist at startup, a dialog pops
up to verify if you want to create it. Tnx to Jacob - KD7YKO
Fixed shm so attached segment gets released
Modified make so correct group is assigned to .twlogDir and files
twlog 2.3
Added ADIF convertion
Now built with automake
Moved logfile from $HOME/twlogDir to $HOME/.twlogDir
Added resources for wheel mouse.
Updated XmGetStringLtoR to XmUnparse
Changed a TWCLOCK string to TWLOG - duh!
twlog 2.2
Search in the Log Editor works again. The search is case sensitive.
Desensitize the Search button in Log Editor until there is some search text.
Improved Help. Help text is now in twlogHelp.h and divided into sections
by topic. The Help pulldown menu has buttons to select each topic.
Help can be searched. This search is NOT case sensitive.
Call search popup matrix made non editable.
Some general code beautification and cleanup.
twlog 2.1
Fixed a logic problem in the log editor
Redesigned main menu
Added popup with commonly used functions
Added static compile to makefile
twlog 2.0
Changed to openMotif from lessTif.
Added tear off menu to all but Help
Automated the install some - so hardcoded the location of some files.
New format for logfile. And tools to convert it.
Xbae matrix widget used for log editor. It's FAST!
Auto search of log when call entered in Call box. This also
uses the matrix widget to show results.
twlog 1.3
Makefile does most of the install and places the runtime file
where they are expected to be.
Removed the static version, since Linux distro's have LessTif.
The program places the "Call:" string into shared memory. The
callsign can them be used by other programs (twpsk) as needed.
Is there anything else that should be put into shared memory?
|