Wykres commitów

31 Commity (cbff7c3f18eeed0e39516155c9ec5993c2c5923b)

Autor SHA1 Wiadomość Data
David Freese c82de8e39c MXE update
* code changes for update to mxe suite
2015-09-12 15:02:05 -05:00
David Freese 0612ec9e51 OpenBSD
* compatibility fixes for OpenBSD
    - XmlRpcDispatch.cpp; timeb.h include statement
    - sed parameter lists in test shells
2014-12-15 06:49:10 -06:00
John Phelps 39e8532f96 Doxygen for fldigi
* Added scripts to generate Doxygen documentation from fldigi git repository / source
 * Also executes "cppcheck" and includes those results on Doxygen page (if installed on system)
 * Generates patches and log for the last 125 commits: includes links on Doxygen page
2013-08-02 18:34:01 -05:00
David Freese a4a1ee755d fldigi-shell
* Corrected unitialized variable warning
2013-08-02 18:34:01 -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
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 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 9e060b8681 Update version output 2009-04-17 19:17:56 +01:00
Stelios Bounanos e192d1d4d8 Add preliminary support for MinGW 2009-04-17 19:17:55 +01:00
Stelios Bounanos 36952a12b4 Add fldigi-shell pskrqsy command
This command fetches the list of "best frequencies" from
http://pskreporter.info/cgi-bin/psk-freq.pl and calls the
main.set_frequency XML-RPC command.

Optional arguments can be given to select the frequency and override the
grid square, e.g.:

  pskrqsy JO 1

uses the second frequency from the list for grid square JO. The defaults
are to use the first frequency (index 0) with no specific grid square,
which psk-freq.pl then estimates using IP address geolocation.

Here is how to change to the best frequency every 15 minutes:

  while :; do fldigi-shell -c pskrqsy; sleep 900; done
2009-03-11 13:28:22 +00:00
Stelios Bounanos 80f43f6796 Delete carriage returns 2008-12-04 16:11:33 +00:00
Stelios Bounanos 2b79053f99 Update fldigi-shell
Fix wait_for_data()
Add source command
Add -c argument
File arguments are now evaluated as Perl code
Remove old comments
2008-12-04 16:11:33 +00:00
Stelios Bounanos c3814bc1a4 Add NLS support
Merge patch by Stephane Fillod <fillods@users.sourceforge.net>:

* gettextsize fldigi
* add initial French translation

Minor additional changes by me (sb):

* Remove bundled intl and associated m4 macros and compiler flags
* Move new m4 macros to m4/intl
* Move gettext.h to src/include and add to src/Makefile.am
* Modify setup_nls():
  * Search for message catalogs in $PWD/locale and
    $FLDIGI_LOCALE_DIR/locale, in addition to LOCALEDIR
  * Do not call setlocale() for LC_NUMERIC, as this can break the
    configuration read/write routines when handling floating point
    numbers in locales that use a comma as the decimal point
  * Fix static initialisation
* Add INTL_LIBS and INTL_CFLAGS configure variables that can be used
  to override AM_GNU_GETTEXT
* Update po/Makevars
* Update po files
* Remove po/Makefile.in and po/remove-potcdate.sed
2008-12-04 16:11:21 +00:00
Stelios Bounanos 685298dc47 Add fldigi-shell time command 2008-10-07 08:54:38 +01:00
Stelios Bounanos baeac6a35a XML-RPC fixes 2008-09-11 23:07:00 +01:00
Stelios Bounanos bcbd70128e Update build system
Rename OS X app bundle directories
Use correct ld switch to link hamlib statically on Linux
2008-09-03 21:17:55 +01:00
Stelios Bounanos 6561c6e31f Update build scripts
Fix OS X universal flags
Change to a a more portable way of linking hamlib statically
2008-08-29 12:06:20 +01:00
Stelios Bounanos 8edc6a5cc4 Update build scripts
Add a script and Makefile target to relink fldigi with a static hamlib
2008-08-21 19:26:00 +01:00
Stelios Bounanos 05dc2476df XMLRPC updates
Add an rpc method to call macros
Add the fldigi-shell Perl client
2008-08-19 05:31:59 +01:00
Stelios Bounanos d8ac507782 OS X build fixes 2008-08-03 01:09:12 +01:00
Stelios Bounanos 68936c6e81 repo maintenance 2008-03-03 09:39:15 +00:00
Stelios Bounanos 45138e9886 Add missing config.h include
Also add a missing xclass call and test script
2008-03-01 17:03:42 +00:00
Stelios Bounanos 18007fe2e3 Add OS X app bundling support
Also add support for building OS X universal binaries,
define version macros and variables, and update the
INSTALL file.
2008-02-29 09:18:07 +00:00
Stelios Bounanos 12b1d6807d Fix argument handling
Long arguments without a space (--opt=arg) now work correctly.
Also, move sound initialisation to a separate function, add an
undocumented --exit-after SECONDS argument, and update mkversions.sh
to include CXXFLAGS in the --version output.
2008-02-08 08:17:21 +00:00
Stelios Bounanos 023e1f3915 Fix g++-4.3 errors and warnings 2007-12-09 18:44:52 +00:00
Stelios Bounanos e672295140 Upstream version 2.05b 2007-11-28 22:32:50 +00:00
Stelios Bounanos 11af060160 Upstream version 2.04e 2007-11-02 01:02:35 +00:00
Stelios Bounanos 25b4b87eb9 Upstream version 2.0 (rc) 2007-10-16 18:18:03 +01:00