Wykres commitów

1030 Commity (77bc96640bcf3d1726d7927bd5f37abc28ba3b21)

Autor SHA1 Wiadomość Data
David Freese 3bae30189e Version 3.1preC
alpha test version 3.1preC
2009-01-14 15:48:21 -06:00
David Freese 1c5e66253d KDE / xdg-open problem - cosmetics
KDE - xdg-open call causes seg fault on some revs of KDE desktop
    This fix does not fix all occurances - user may need to set
    environment FL_BROWSER to default browser before executing fldigi
  Cosmetic change to align xchg fields in contest panel
2009-01-14 15:45:45 -06:00
David Freese a2239b1590 update i18n 2009-01-14 15:12:02 -06:00
Stelios Bounanos 3586c220df Fix version comparison 2009-01-12 09:50:44 +00:00
Stelios Bounanos bb44e467ab Fix memory leaks 2009-01-12 01:53:41 +00:00
David Freese 5fea1340ae Version 3.1preB
Alpha release 3.1preB
2009-01-09 18:51:35 -06:00
David Freese 993e74ead7 Update i18n 2009-01-09 18:49:01 -06:00
David Freese 689d679b54 KDE refocus to QSO logging widgets
Moving between desktops on KDE caused all QSO log widgets to be
  refocused.  Caused QSO log to appear as changed when no change
  had occured.
2009-01-09 08:50:46 -06:00
Stelios Bounanos b48fbdc35a Cosmetic UI changes
* Use the config sliders' default selection color
* Reduce the minimum window height to fit 640x480 screens
* Change the default RX text height to 2/3 of the total text area
* Modify the FTextEdit context menu:
  - Do not display a greyed-out Receive in receive mode
  - Display only Receive in tune mode; Abort is redundant
  - Display Receive above Abort in transmit mode
2009-01-09 10:12:14 +00:00
Stelios Bounanos 51d015f3d1 Remove extraneous includes 2009-01-09 00:49:11 +00:00
Stelios Bounanos f4c006331d Fix PSK reporter RE matching
Use back-references on Linux; compare strings on onther platforms
2009-01-09 00:15:04 +00:00
Stelios Bounanos f71661c295 Revert "Changes to spotting regex parsing"
This reverts commit fbca004944.
2009-01-08 22:02:43 +00:00
David Freese 155311c4ac Version 3.1preA
Alpha test release 3.1preA
2009-01-08 05:50:31 -06:00
David Freese 615ff4a09c Update to i18n 2009-01-08 05:46:59 -06:00
David Freese fbca004944 Changes to spotting regex parsing
Windows does not recognize '\2' reference tag in regular
  expression defined in pskrep.cxx.  Changed to combination
  of regexec and string find processing for required result.
  Added modem frequency to spotting call when logging or
  forcing a spot report.
2009-01-08 05:41:52 -06:00
David Freese 495ac85df0 ADIF import
Relaxed the test for accepting adi/adif file as valid ADIF
    too many other logbook programs not in compliance.
    Minimal test is for file to contain at least one adif field
    as "<call:", case insignificant
2009-01-05 15:45:40 -06:00
David Freese dbfc72f6e9 ARQ and Logbook changes
Removed all MultiPsk compatibilty code from arq_io.cxx
    Simplified ARQ data stream to be compatible with flarq.4.x
    Changed default ARQ socket port to 7322
  Added clear DXCC field when saving QSO data to logbook
  Fixed QSO field erasure when user changed desktops
2009-01-05 14:09:47 -06:00
Stelios Bounanos 8214079276 Add log sources 2009-01-05 16:00:01 +00:00
Stelios Bounanos afb8d9e1a5 Add parallel port PTT
Merge patch by Diane Bruce, VA3DB to add support for parallel port PTT
on Linux and FreeBSD.
2009-01-05 16:00:01 +00:00
David Freese c8d32c29c1 Version 3.1pre
pre-release version for 3.1 - final testing
2009-01-03 10:50:49 -06:00
David Freese c826c1a8db Update i18n 2009-01-03 10:35:11 -06:00
David Freese 9b18d81f08 Clean up preparation for release 3.1
Added "Echo" configuration item for rigCAT
    removed <ECHO>...</ECHO> parsing of rig.xml files
  Suppressed clearing Country, Loc and Azimuth fields by a call sign
    database query when the db does not support those fields
  Added missing tooltips to all configuration items
2009-01-03 10:31:29 -06:00
David Freese 34b1456178 Version 3.04BZ
Alpha distribution version 3.04BZ
2009-01-02 18:56:23 -06:00
David Freese da55bec4a1 Update i18n 2009-01-02 18:55:55 -06:00
David Freese d134214195 Added missing fields to log.adi export (Windows only)
Corrected logic associated with duplicate checking.
2009-01-02 16:46:13 -06:00
David Freese 7e4c4b7d94 Update i18n 2009-01-01 20:09:33 -06:00
David Freese e32279969c Various bug fixes
Restore fldigi.adif Windows logger file
  Fix missing <string.h> in util.h
  Fix missing Country field fill-in in lookupcall
  Fix logic errors in keyboard / auto entry of callsign in qso log field
2009-01-01 20:04:36 -06:00
David Freese 09801d44ba Version 3.04BX
Alpha distribution version 3.04BX release
2009-01-01 14:51:25 -06:00
David Freese 444633db30 Update i18n 2009-01-01 14:50:44 -06:00
David Freese a193ebab52 MT63 receiver buffer flush
Added rx_flush to MT63 modem class.  Allows immediate transition
from Rx to Tx after remote station ceases transmission.  No loss
in Rx characters
2009-01-01 14:23:49 -06:00
Stelios Bounanos 3833fd8157 Add microHam keyer PTT support via uH Router
This is not native support for the microHam devices; rather, the FIFO
interface of W7AY's uH Router application is used when the PTT TTY
device string contains "/tmp/microHamRouter".

uH Router is currently available only for OS X.
2009-01-01 17:03:37 +00:00
Stelios Bounanos 62627ec459 Fix restore_signals 2009-01-01 17:03:37 +00:00
Stelios Bounanos 83736b5703 Add hex print functions 2009-01-01 17:03:36 +00:00
Stelios Bounanos 56927d00f7 Fix compiler warnings 2009-01-01 17:03:36 +00:00
Stelios Bounanos 39decae4a7 Simplify FText dxcc lookup
* Change SearchLog to return a QSO record pointer
* Change FText tooltip format
* Display "last QSO" information in tooltip when cty.dat is missing
2009-01-01 17:03:36 +00:00
Stelios Bounanos ef055bf233 Fix OS X compilation
The ttyname array in configuration::testCommPorts is needed on OS X.
2009-01-01 17:03:36 +00:00
Stelios Bounanos b7926ba9e6 Fix directory creation
* Use a single buffer for HomeDir and PskMailDir expansion
* Use fl_filename_absolute to expand --config-dir argument
* Replace checkdir() and checkdirectories() with single function
2009-01-01 17:03:36 +00:00
Stelios Bounanos f3a8e554bd Update FTextView context menu
* Hide quick entry fields by default
* Use divider for Call menu item
2009-01-01 17:03:35 +00:00
Stelios Bounanos 2389979569 Simplify cb_call 2009-01-01 17:03:35 +00:00
Stelios Bounanos 6a061c8286 Update build system
* Use ax_boost_base.m4 from autoconf-archive 2008-11-07
* Add ax_compare_version.m4
* Modify pkg-config.m4 to store version in pkg_package_version
* Build bundled locator.c for hamlib <= 1.2.8 or when it is not available
* Add -mfpmath=sse to compiler flags for --enable-optimizations=native
2009-01-01 17:03:35 +00:00
David Freese 435b937316 Remove logbook font number/size specifiers
Allows system font specificatin via command line switch
2009-01-01 09:24:30 -06:00
David Freese 6e5b077ac7 Restore MT63 cursor
Force MT63 wf cursor to fixed tracking points; 750, 1000, 1500 for
MT63-500/1000/2000 respectively
2008-12-31 15:12:31 -06:00
David Freese 122653e428 Remove AFC indicator
Commented all lines in fl_digi.cxx relevant to AFCindicator
This is a control that is useful during modem decoder development
but no for the casual user
2008-12-31 09:56:59 -06:00
David Freese 68fd70298d Olivia bug fix
Changed bandwidth, preamble, postamble tones to be consistent
with other popular Olivia implementations, ie: MultiPsk
2008-12-30 16:08:32 -06:00
David Freese 7933badeef Version 3.04BW
alpha test version 3.04BW
2008-12-30 09:52:28 -06:00
David Freese ec652059cb Update i18n 2008-12-30 09:50:01 -06:00
David Freese 3daf3d9a18 Changed show callsign behavior
Popup now shows the Name, Last QSO date, Azimuth & Distance
based on logbook record if the station was previously worked
Otherwise the cty.dat file is used if present.
2008-12-30 09:47:00 -06:00
David Freese 5709faf609 Version 3.04BV
alpha release 3.04BV
2008-12-29 08:48:47 -06:00
David Freese fccba5c6d9 Bug fix IOTA not clearing
Added clear IOTA field when QSO log saved to logbook
Added comments to locator.c
2008-12-29 07:51:16 -06:00
Dave Freese 568f5c555a Fix qrb function
* Fix hamlib's azimuth calculation
* Disable conditional compilation for locator.c
2008-12-29 02:07:33 +00:00