summaryrefslogtreecommitdiff
path: root/ham/xlog
AgeCommit message (Collapse)AuthorFilesLines
2005-08-16Updated xlog to 1.2.2:wulf3-16/+40
- Changes for xlog version 1.2.1 and 1.2.2 * Debian: correct the Build-Depends line. * This is a bugfix release, which fixes compilation against version 2.4 of the GTK+ libraries. There is no need to upgrade if you use version 2.6 of this library. - Changes for xlog version 1.2 * Import support for the OH1AA logbook. Tested by Jarmo, OH1MRR. * A keyerwindow has been added, opened from the 'Tools -> Keyer' menu. This is a simple interface to cwdaemon and will allow you to run a contest. It features programmable function keys, macro's, switch between CQ and S&P mode, an auto increment counter and short numbers. See the MANUAL for a description. * Ctrl-H opens help, Ctrl-R the keyerwindow. * The list of hamlib-rigs in the preferences dialog is now sorted. Thanks to Jean-Luc F5IBH for proposing. * You can use the 'del' key to delete a selected QSO and the 'insert' key to add a QSO. * We now have slightly different icons for the worked before dialog and the keyer window. * A safe backup method has been added, you can now select a backup directory in the 'Logs' page of the preferences dialog. This directory can be on another drive or on a network mounted directory. Proposed by Matt, GW0VNR. * When using hamlib, only the needed backend is loaded at startup. This saves about 2 Mb of memory compared to the old method, which would load all backends. * When using hamlib it is now possible to use the FCC emission designators for modes. Check the option in the hamlib page of the preferences dialog. Another proposal by Matt, GW0VNR. * When selecting 'Logs -> Merge' or Ctrl-M you are presented with a dialog which can be used to merge 2 logs. * The manual has been rewritten so it can contain images. * To make xlog more HIG compliant, Ctrl-Q will now quit the program and Ctrl-W will close a log. * Fixed a crash when locale conversion fails when reading the manual. Thanks to Boguslaw, SQ5TB for reporting. * Many minor bugfixes. * Slovak translations by Michal Karas, OM4AA. * French MANUAL and FAQ by Jean-Luc Coulon, F5IBH. - Changes for xlog version 1.1 * Several cleanups in the function which creates the main window, the toolbar now uses the GtkAction API, toolbar items are now also accessable through the edit menu and the vertical handlebar can move freely to the left. * "Tab" in the menu has been renamed to "Page". * You can hide the number column by using the log-editor and entering a zero column width for this column. * The BUGS file has been added to the help menu, with a description on how to report bugs. * The logeditor has been redesigned so it fits on a 800x600 display. * Most of the dialogs have been cleaned up and partly rewritten, so they will load faster. * Xlog now correctly recognizes the 60 meters band. Thanks to Harv Nelson, AI9NL for notifying. * At ADIF import, frequencies with a comma are converted to a dot. * A gtk+ version check has been added, which will display an error at startup if the version is below 2.4. * An error will be displayed when trying to load a non-xlog file. * The labels export format has been renamed TSV (Tab Separated Value). * You can decide which fields to export in the TSV format (used by glabels), by going to Settings->Dialogs and checking wanted the fields in the "Save As" page. * When hamlib is enabled, rounding of the digits is now also possible when the s-meter is not visible. * When entering a logname in the new log dialog, dash (-) and underscore (_) are now also allowed. * Polish MANUAL and FAQ added by Boguslaw Ciastek, SQ5TB. * The position of the paned window is now remembered at program exit.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-22Add RMD160 digests in addition to the SHA1 digestsagc1-1/+2
2005-01-23Updated xlog to 1.0:wulf3-29/+38
Uses GTK 2.4.0 or greater KDE Desktop and mime integration Preview widget added to open dialog New menu added enabling switching of logs Log sorting by date and time Search dialog history added Use of Xml to save and load preferences Fixed bug in the integration of hamlib library Fixed Locator distance calculation Fixed Memory leak Fixed logs filename creation
2004-12-13Needs pkg-config.minskim1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-06Updated xlog to 0.9.3: Several bug fixeswulf6-60/+11
Changes for xlog version 0.9.3 * Fixed a crash at startup, when xlog is run for the very first time. This only occured on NetBSD. This fix submitted by Berndt Josef Wulf, VK5ABN. * The log-editor would behave badly for some people, caused by a wrong implementation of qsort. Reported by VK5ABN and Tony May, KG6SXY. * This version should compile both with version 2.2 and 2.4 of the GTK+ version 2 libraries. * Update spanish translations by Jaime, EA4TV. * If using the log-editor and a column is added or deleted, the log is marked as changed. * Dupe checking has been fixed in case we have multiple logs open. * If you compile xlog against version 2.4.0 or higher of GTK+, you will benefit from much faster log loading. As a consequence, columns have been set to a fixed width.
2004-04-11Convert to buildlink3 and regen distinfo for patch-ae.snj2-6/+7
2004-04-11Removed -DGTK_DISABLE_DEPRECATED compile switch that prevented xlog towulf2-1/+16
build with gtk-2.4.0
2004-03-04Fixed malformed home page URLwulf1-2/+2
2004-02-18Added patch-ad file that was missed at previous updatewulf2-2/+16
2004-02-18Update xlog to 0.9.1:wulf6-68/+30
Fixed a crash when clicking on the frequency button with hamlib enabled Fixed calculation of bearing and range between locations west of Greewich Wildcards are now accepted for list of logs
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-03Initial import of xlog-0.8, a amateur radio logging programwulf7-0/+121