/[xlog]/xlog/ChangeLog
ViewVC logotype

Diff of /xlog/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by pa4tu, Thu Dec 9 18:15:07 2004 UTC revision 1.67 by pa4tu, Tue Dec 14 20:32:43 2004 UTC
# Line 1  Line 1 
1  - Changes for xlog version 1.0  - Changes for xlog version 1.1
2    * Debian and rpm packages against the latest hamlib have been created.    * Several cleanups in the function which creates the main window, the toolbar
3    * The mode and band comboboxes are now correctly updated when changed      now uses the GtkAction API, toolbar items are now also accessable through
4      through the preferences dialog. Thanks to Alex, OZ9AEC for reporting.      the edit menu and the vertical handlebar can move freely to the left.
   * Several cleanups.  
   * Tested by David, WB5NHL on Fedora Core 3.  
   * First upload to ibiblio.org.  
   
 - Changes for xlog version 0.9.12  
   * Xlog was tested on Mandrake 10.1, Fedora Core 2 and SuSe 9.2. If you want  
     to use the rpm on these distributions, use rpm -i --nodeps. This is because  
     the rpm depends on libexpat.so.1, which is not really needed.  
   * Opening/closing the worked before dialog now correctly sets the  
     corresponding optionmenu.  
   * When a new log is created the corresponding filename is now created  
     correctly.  
   * The README has been left out of the help menu and is migrated with the  
     MANUAL. It is now included with the source code only.  
   * Some effort has been done to compile cleanly with mingw. Untested.  
   * Polish translations by Boguslaw Ciastek, SQ5TB. Thanks!  
   
 - Changes for xlog version 0.9.11  
   * Some memory leaks were fixed.  
   * Locator distance calculation fixes.  
   * Fixed the history of the search dialog.  
   * Translation of the menu was fixed (thanks F5IBH).  
   * French, Danish and Dutch language files were updated.  
   * KDE desktop and mime integration have been added.  
   
 - Changes for xlog version 0.9.10  
   * Adif logs with lower case fields names are now imported correctly.  
     Reported by David, CT1DRB.  
   * A preview widget has been added to the log -> open dialog. It will show  
     the first 10 lines of the selected file.  
   * When saving as ADIF you can now decide to convert the frequency to a  
     band, e.g. 1.8 becomes 160M, 14.123 becomes 20M. You can set this in the  
     "Save As" page of the Settings->Dialogs dialog.  
   * When saving as labels you can decide to export the free fields. You can set  
     this in the same dialog.  
   * A menu has been added to switch logs. This means you can now also use the  
     keyboard for log switching, e.g. <alt>1, <alt>2, ... <alt>0 switches from  
     log 1 to 10.  
   * A warning is issued in the statusbar when creating a new log with a name  
     that already exists.  
   
 - Changes for xlog version 0.9.9  
   * You can now enter logs from the command line, e.g. "xlog /path/to/log.xlog".  
   * Xlog now behaves differently when first started. Instead of creating a new  
     log, an empty window is shown. You have to create a new log yourself by  
     selecting Log -> New from the menu.  
   * Some work has been done to integrate xlog with the gnome desktop. You can  
     now open logs from within nautilus. However, this is only tested on Debian.  
   * Several errors have been fixed when saving and recalling the hamlib  
     settings in the preferences dialog. Reported by Alex, OZ9AEC.  
   * There were several minor bugfixes.  
   
 - Changes for xlog version 0.9.8  
   * Xlog now requires gtk+ version 2.4.0 or higher.  
   * The obsolete GTK optionmenu widgets have been replaced by the new combobox  
     widgets and the GtkAction API is used for the menus.  
   * The new filechooser widget is used for opening and saving of files.  
   * ADIF import has been fixed, it now creates a correct file when saved as  
     xlog. Reported by Ron Patterson, W6FM and Andrea, IZ4FHT.  
   * ADIF export fix added for calculation field widths when not using ADIF  
     compatible modes. Reported by Morten, LA2YMA.  
   * Flex is no longer needed for adif import/export because of a rewrite.  
   * Support for logfile format used by version 0.5 and earlier has been removed.  
   * Bold fonts are used in the help dialogs, which make them better readable.  
   * You can now change the width of the columns in the log with help of the  
     log-editor. Width has to be at least one character.  
   * A separate option menu has been created for the toolbar and worked before  
     dialog.  
   * There were many minor bugfixes.  
   
 - Changes for xlog version 0.9.7  
   * A fix by Nigel Horne, G0LOV for a NULL pointer deref in dxcc.c, which would  
     cause crashes on some architectures. Thanks!  
   * xlog will now also build with older libgnomeprint versions.  
   * The ChangeLog is now included in the help menu and the xlog data directory.  
   * When importing from trlog, the date is converted to your current locale.  
   * If there is a comment in a trlog file (lines starting with ';'), it will  
     be imported and added to the remarks field.  
   * Another printing fix. People on redhat have been reporting overlapping  
     columns, a new way of column width calculation fixes this. Thanks to Tomi,  
     OH2BNS and Alex, OZ9AEC for testing.  
   
 - Changes for xlog version 0.9.6  
   * Log sorting has been added. If you select "Tools->Sort Log by Date", your  
     log will be sorted by date and time. Log sorting assumes that the whole log  
     is created with the same locale. Please read directions in the manual if  
     you want to use log sorting.  
   * The search dialog history and the dialog for selecting the path to the  
     logs have been fixed.  
   * Xml is now used to save and load xlog preferences. You need to re-configure  
     xlog with this release.  
   
 - Changes for xlog version 0.9.5  
   * Fixed printing of the first page header in case we print landscape.  
   * Added slightly more column spacing, so we don't overwrite other columns.  
   
 - Changes for xlog version 0.9.4  
   * libgnomeprint is now used for printing. This means we have more fontsizes  
     to choose from and latex is not needed anymore.  
   * A check has been added for a valid log directory, so xlog doesn't crash.  
     Reported by Andrea, IZ4FHT.  
   * When importing a trlog file, band is converted to frequency and date is  
     converted to the format used by xlog.  
   
 - 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.  
   
 - Changes for xlog version 0.9.2  
   * The source code has been reorganized and more porting efforts for gtk+-2.0  
     have been done. Most of the dialogs now use gtk_dialog_run when possible.  
   * Correctly initialize the S-meter when it is first used.  
   * Add a check for flex to the configure script.  
   * A check for valid characters in the new log dialog has been added.  
   * Fixed a bug for importing ADIF logs which have the TX_PWR field.  
     Reported by Dave, WB5NHL.  
   * Fixed 2 bugs for trlog import. Logs with 160 for band would import as '60',  
     reported by Rein, PA0R. The time would import incorrectly. The number-  
     exchange fields are now also imported and appended to the RST fields.  
   * Made the about dialog better readable. Reported by Andrea, IZ4FHT.  
   * Fixed a crash which would occur after importing a log and clicking on  
     a QSO because of empty QSO fields.  
   * Fixed a crash which occured when opening a log with wrong locale settings.  
   * Fixed printing for logs containing '&' and '_' in the remarks field.  
     Also, latex doesn't seem to recognize the grave-accented u character.  
     I have replaced it with "'u" for the time being. Thanks to IZ4FHT.  
   * Fixed a crash when incorrect strings are entered in the config entry  
     for hamlib. Reported by Dave, WB5NHL.  
   * "Save with every log change" is now working correctly when remote data  
     is received. Reported by Andrea, IZ4FHT.  
   * The settings for the entry for configuring the hamlib port is now correctly  
     saved. Reported by Dave, WB5NHL.  
   * Merged freebsd/netbsd patches.  
   * Fixed a couple of cabrillo export errors when modes other than CW and SSB  
     are used. Reported by Burkhard John, DK5JG.  
   * The number of QSO's loaded is now displayed when opening a log.  
   * When a new log is created all entries are cleared.  
   * Fixed cabrillo output for people that use the optionmenu and use shorthand  
     frequencies, e.g. 1.8, 3.5, 7, etc. Reported by DK5JG.  
   * Locale conversion is now handled better and a fallback is included. If for  
     some reason conversion fails, a warning dialog is displayed.  
   * Hamlib: when polling the rig and power level is disabled in the log,  
     reading the power level is skipped.  
   * Convert modes received by gmfsk to correct values when exporting as ADIF.  
     Reported by IZ4FHT.  
   * Correct locator calculations in the odd case that wwl.c produces negative  
     results. Reported by IZ4FHT.  
   * When keeping the search dialog open, do not change the search string.  
     Thanks IZ4FHT.  
   
 - Changes for xlog version 0.9.1  
   * Fixed a crash which would occur when clicking on the frequency button when  
     hamlib is enabled.  
   * Cabrillo output would have a dot in the frequency field. Removed this.  
   * Size, position and state of the "worked before" dialog is now saved when  
     showing and hiding this dialog. The main window will keep focus.  
   * Defaults now work when compiled with hamlib support and hamlib support is  
     disabled.  
   * You can now use wildcards for the list of logs to load at startup in the  
     preferences dialog. Extension .xlog will be automatically added when using  
     wildcards, e.g. 'p*' will load all logs starting with 'p' and ending with  
     '.xlog'.  
   * Fixed calculation of bearing and range to a location for stations west of  
     greenwich. Reported by Steve, K9AN.  
   * You can now decide whether to show/hide the toolbar from the menu. You can  
     still use Ctrl+A, Ctrl+U and Ctrl+D when the toolbar is hidden.  
   
 - Changes for xlog version 0.9  
   * Xlog has been ported to gtk+-2.0. Xlog will look much better, there is  
     better theme and font support. However, logs will load slower, due to  
     the newly used GtkTreeView widget. As far as I know, speed will get  
     better with the next planned major release of GTK+  
   * New logo.  
   * Right click menu has been moved to the main menu.  
   * Hamlib: Polling is now configurable, you can turn it on/off and set the  
     polling time from the preferences dialog.  
   * Hamlib: Added a trace dialog. When activated, it will display rig  
     communication, which is also saved to ~/.xlog/hamlib.out.  
   * Hamlib: a second application can add a HAMLIB token to the string sent to  
     xlog, e.g. 'mhz:HAMLIB', which will retrieve the rigs frequency and add  
     it to the log. The mode, tx and power fields also can use this token.  
   * Type and find now only fills in empty fields.  
   * Defaults are only filled in when fields are empty.  
   * Use UTF-8 encoding for date, name, QTH, freefield1, freefield2 and remarks.  
   * Ctrl-w is a shortcut for opening/closing the 'worked before' dialog.  
   * Trlog (tlf) and EDI (VHF and higher contest format recommanded by IARU  
     region 1) file support by Stephane.  
   * Fix for ADIF export by Stephane in cases when the log would have fields  
     containing "U1" or "U2".  
   * Using the optionmenu is now possible when hamlib is enabled.  
   * Added a field for configuring your rig for hamlib in the preferences ->  
     Settings -> Hamlib page.  
   * Added a dialog which, started from the help->documentation submenus which  
     can display the MANUAL, README, TODO, THANKS and FAQ file inside the  
     package. The manual page is kindof obsolete.  
   * Make ktrack happy and update fields when receiving data from ktrack.  
   * Save and recall the state of band and mode optionmenus.  
   * When using 'save as..' part of the log can be saved.  
   * The normal log now prints correctly instead of upside-down. Also added  
     support for latin characters.  
   * Fixed a bug which would create 2 logs when a fieldname with a dot was  
     entered on log creation (tnx Alex OZ9AEC for reporting).  
   * Ctrl-k and Ctrl-a will put focus on the callsign field.  
   * When printing you can decide which columns to print.  
   * Hamlib: The s-meter is initialised correctly.  
   * There is a new format for exporting the log called 'labels'. This will  
     save some fields of the log in a TAB separated file. This file can be  
     imported into glabels using the template called qsllabels.glabels in  
     the xlog data directory.  
   * Many bugfixes.  
5    
6  -- Joop Stakenborg <pg4i@amsat.org>  -- Joop Stakenborg <pg4i@amsat.org>

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26