Commit graph

21 commits

Author SHA1 Message Date
dave-w1hkj
49fe742b93 nsis script
* some systems require explici placement of locale files
2025-09-03 21:51:09 -05:00
Richard Shaw
f250faf63c Win Install Directory
* Change installer to target either 32 or 64 bit installation
2021-06-24 06:45:26 -05:00
dave-w1hkj
b49bf27c94 mxe scripts 2021-06-24 06:44:27 -05:00
Richard Shaw
08630d6ccc MinGW
* Additional fixes for MinGW 64bit.
    - A few more int->intptr_t updates.
    - Use winsock2.h to ensure sockets are the correct size for both
      32bit and 64bit windows.
    - SOCKET is not defined on *nix, so add conditional to typedef it
      to int.
  * time_t should not be necessary if we're not working with a full time stamp.
  * %e (space padded month) is not a valid format specifer for MS C so use %d
    (zero padded) instead.
2020-10-16 13:56:21 -05:00
David Freese
de7b8c6aeb Data file update
* Update/correction to file NAVTEX_stations.csv
    - contributed by N2RY
2019-08-28 06:11:37 -05:00
Davide Gerhard IV3CVE
e5b05e2a4e MacOS high-DPI
* enable high-DPI on macOS and Microphone on macOS 10.14
    - enable highDPI on retina display
    - request microphone usage on macOS 10.14 (mojave)
2019-06-19 07:27:19 -05:00
David Freese
76ab77cd0c FLARQ
* auto i/o - Added socket interface to allow separate program to access
    - CONNECT
    - DISCONNECT
    - CONNECTION_STATE
    - SEND_TEXT
    - RECEIVE_TEXT
    Allows similarly modified flmsg to send/recv messages using
    flarq / ARQ transport protocol.
  * ARQ reset - force complete reset of all ARQ processes
    - drops link without any indicator to connected station
    - equivalent of stopping and restarting flarq
    - courtesy demands that you inform the CONNECTED station
      to also kill the connection at that end of the link.
    - use Control-Left_click on the "CONNECT / DISCONNECT"
      button to initiate the forced reset.
  * Update ARQ icons
  * Disable auto-open flmsg when flmsg->flarq->fldigi data path
    is active.
2016-04-12 13:38:23 -05:00
Remi Chateauneu
2b9f6af619 KML/Synop/RTTY/Navtex
* Synop decoding in RTTY mode in reception buffer, in red.
  * Creation of KML file for Synop data.
  * Creation of KML file for Navtex messages.
  * User locator displayed in KML.
  * Multiline Synop and Navtex messages displayed in Adif logs.
  * Added flsynop program as stand alone Synop decoder.
  * Fixed Navtex default stations filename and Italian stations.
  * Fixed Navtex frequency error.
  * Added KML tab in configuration menu.
  * Added parameters files for Synop decoding.
  * Fixed CoordinateT type for different deserialization.
  * Less logging messages from subthreads, because they might crash.
  * Added try/catch blocks in main program.
  * Can reload previous KML files at startup.
  * Named WMO code tables in Synop decoding.
  * Synop data can be logged to Adif files.
  * flsynop can load kml files from one dir and save them elsewhere.
  * Added strreplace and strcapitalize.
  * Added Levenshtein distance for future use.
  * Added class QsoHelper to ease Adif logging.
  * East longitude positive, West negative. Fixes Navtex detection.
  * Chars '=' or ';' used as a Synop end-of-section marker.
  * Added option command in KML tab executed on KML file save.
  * Reverse mode now saved in configuration.
  * Comments in DOxygen syntax.
  * Kml snippet stored once only per placemark.
  * Code more compatible with Eclipse parsing.
  * Synop decoded text can be interleaved with 5-digits groups.
  * KML balloons can be in simple tables, matrices or plain text.
  * Adif messages are saved in the main thread.
  * Starts external command only if KML file was saved.
  * Maximum KML data retention time is ten years, default 0 is no limit.
  * Do not reload KML files when changing KML parameters.
  * User kml file does not grow at each fldigi start.
  * Relative humidity always parsed with Celsius temperature.
  * Empty KML files are created on startup if not there.
  * Prepared porting processes functions to Mingw.
  * Added script for FTP transfer of KML files.
  * Added synop_tool
  * Navtex now has reverse mode.
  * Data files can be updated from the Internet.
  * HTTP load without anymore because crash in Wine
2013-08-02 18:34:00 -05:00
David Freese
3661031193 MXE compile
* Mxe-ming32 compatibility changes
2013-08-02 18:34:00 -05:00
Remi Chateauneu
f2268b8841 Navtex enhancements.
* Navtex transmission.
	* SitorB reception and transmission.
	* Navtex lookup of the station name and locator.
	* Typo in qso_db.cxx.
2012-02-10 12:01:29 -06:00
Stelios Bounanos
0ad002e71c Enable NLS on woe32
* Include .po files when building nsis installer
  * Store language preference in homedir/lang.txt on win32
2011-02-10 00:28:37 +00:00
Stelios Bounanos
cc957f37cf Update copyright headers
* Relicense: GPLv2+ -> GPLv3+
  * Update authors' copyright notices
2010-03-01 13:09:16 +00:00
Stelios Bounanos
1d2f5788a5 Fix threads/exceptions bugs on mingw32
* Enable dynamic linking for pthreads-win32
 * Add -mthreads to compiler and linker flags
 * Modify nsis installer script to include pthreadGC2.dll and mingwm10.dll
2009-10-14 04:29:05 +01:00
Stelios Bounanos
d4b1a038ac Merge flarq
* Add flarq to build system and installers
* Modify test scripts
* Add flarq manual page
* Add flarq command line argument handling
* Improve flarq's windowing system support
2009-05-26 20:01:38 +01:00
Stelios Bounanos
b95b8e1650 Add win32 installer support
The win32 installer is generated by running scripts/mknsisinst.sh via
`make nsisinst'.  This target is available only if `makensis' is present
on the build system.
2009-05-12 05:46:26 +01:00
Stelios Bounanos
d8ac507782 OS X build fixes 2008-08-03 01:09:12 +01:00
Stelios Bounanos
03f25698ac Upstream version 2.11I 2008-04-08 16:31:54 +01:00
Stelios Bounanos
067cda0250 Upstream version 2.11E 2008-03-30 14:38:05 +01:00
Stelios Bounanos
2b68f1100a Upstream version 2.10N 2008-03-01 07:03:03 +00:00
Stelios Bounanos
34f68be951 Upstream version 2.08G 2008-01-25 23:11:48 +00:00
Stelios Bounanos
60d3b3d71a Upstream version 2.08c 2008-01-10 18:02:24 +00:00