Wykres commitów

37 Commity (8714c31851dd95989f04760c30aa1372cf4804b2)

Autor SHA1 Wiadomość Data
System Administrator 835a053e6f updated mkappbundle to produce bundles for new dl-fldigi 2012-03-04 22:59:06 +00:00
Daniel Richman e66e3186d8 Update mkhamlibstatic.sh 2011-12-11 12:59:32 +00:00
Philip Heron 65bb16a19f Merge commit 'v3.21.12' into upstream_merge
Conflicts:
	ChangeLog
	configure.ac
	doc/guide.txt
	po/dl-fldigi.pot
	po/fr.po
	src/Makefile.am
	src/combo/combo.cxx
	src/cw_rtty/rtty.cxx
	src/dialogs/confdialog.cxx
	src/dialogs/confdialog.fl
	src/dialogs/fl_digi.cxx
	src/dialogs/guide.cxx
	src/globals/globals.cxx
	src/include/adif_io.h
	src/include/confdialog.h
	src/include/configuration.h
	src/include/fl_digi.h
	src/include/lgbook.h
	src/logbook/adif_io.cxx
	src/logbook/lgbook.cxx
	src/logbook/lgbook.fl
	src/logbook/logsupport.cxx
	src/logbook/textio.cxx
	src/logger/logger.cxx
	src/logger/rx_extract.cxx
	src/misc/macros.cxx
	src/misc/status.cxx
	src/misc/xmlrpc.cxx
	src/soundcard/sound.cxx
	src/trx/modem.cxx
2011-07-20 16:46:01 +01: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
Daniel Richman 42f3f3d310 Reverted an accidental change 2010-07-25 23:10:14 +01:00
James Coxon 73dce4074b added in a input box into the dl-tab to allow you to change the directory that the waterfall png is saved. By default it goes into the directory that dl-fldigi was executed in. Also as its the full filename allows you to adjust the png filename. 2010-07-25 12:36:28 +01:00
James Coxon f8e63f5aa4 added string_limit to xml to allow for super long strings - by default it is 100and <string_limit> is not required in the xml but will be take 2010-07-15 23:50:00 +01:00
Philip Heron 036e00b72b Stop dl-fldigi files conflicting with fldigi package. 2010-06-20 01:24:57 +01:00
James Coxon db5591bc1a updated OS X applescript short cut - still not completely working, more to be done 2010-05-04 22:05:45 +01:00
Daniel Richman 3b74244cbc Fixed make nsisinst (MINGW) 2010-05-04 21:07:04 +01:00
Daniel Richman c401c35256 Fixed hamlib-static linking (MINGW) 2010-05-04 21:02:20 +01:00
James Coxon e07e9c046d added an applescript app which will open fldigi with the --hab command argument - for mac osx, it now also gets included in the App Bundle and needs to be copied into Applications with the fldigi app 2010-04-08 13:47:27 +01:00
James Coxon 40a1a33785 just made it so that appbundle included curl - need to think about how to pass a cmd line argument to start up dl-fldigi --hab on os x 2010-04-04 07:48:20 +01: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