Wykres commitów

228 Commity (master)

Autor SHA1 Wiadomość Data
David Freese 9faebb19c9 Flarq Directory Structure
* Changed directory structure to comply with NBEMS.files
      directory design.
    * Simplified configuration dialog
2009-10-15 10:11:16 -05:00
Stelios Bounanos c574685a9e Update win32 resource files
Add a common rc file with more resource information.
2009-10-14 04:32:25 +01:00
Stelios Bounanos 5626e1c901 Add silent build rules
* Enable less verbose build output by default by calling the
  AM_SILENT_RULES macro if available (automake >= 1.11).  Verbose output
  can be enabled by passing --disable-silent-rules to configure, or V=1
  to make.

* Add silent function for some custom Makefile rules
2009-09-22 21:02:51 +01:00
Stelios Bounanos dfab290dd6 Initialise pthreads/win32 in flarq 2009-07-25 14:19:37 +01:00
Stelios Bounanos c07ec21fc1 Add generic notifier 2009-06-30 16:30:35 +01:00
Stelios Bounanos 8283833124 Add string join and split functions 2009-06-30 16:26:07 +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 91a1425e1d Move setup_nls function 2009-05-26 20:01:38 +01:00
Stelios Bounanos ada43f4a55 Add new FText classes
* Move fldigi-specific code to new FTextRX and FTextTX classes. Move
  generic code up to FTextView and FTextEdit and rename some method
  names.
* Use correct inclusion macro check in our modified Fl_Text_Display and
  Fl_Text_Editor headers.
* Replace FTextLog with the (now) generic FTextView.
* Move Fl_Tile_Check to its own source files.
* Move "quick choice" and adjust_color routines to separate source files.
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 d73c8fd316 Add OS X and MinGW stack tracing 2009-04-17 19:17:55 +01:00
Stelios Bounanos e192d1d4d8 Add preliminary support for MinGW 2009-04-17 19:17:55 +01:00
Stelios Bounanos 9d566564c4 Clean up headers 2009-04-12 23:57:17 +01:00
Stelios Bounanos b4bf47ffee Distribute cr.sh test script 2009-04-12 23:56:57 +01:00
Stelios Bounanos c8981312b4 Add documentation
* Add new asciidoc Beginners' Guide and manual pages.  The guide and man
  pages are built if asciidoc and a2x utilities are present on the build
  system.

* Install man pages and fldigi-shell.

* Update build system to automatically copy the HTML version of the
  guide to the source.

* Add missing config.h include.

* Change "invalid option" error message.
2009-04-06 22:21:07 +01:00
Stelios Bounanos f134124ddd Add benchmark and batch decoding switches
This patch adds a new configure switch (--enable-benchmark) which builds a
binary suitable for measuring the modems' decoding speed.  The new
--benchmark-* switches can also be used to batch-decode audio files
if sndfile support is enabled.
2009-02-04 21:54:31 +00:00
David Freese 23d8c7bd62 Added Rx text output to temporary text file.
Intended use: text to speech conversion for blind operators
2009-02-03 13:21:29 -06:00
David Freese 069099fcf1 Deleted all references to afcIND 2009-02-01 20:19:25 -06:00
David Freese af6b8dc526 Added Cabrillo report writer for logbook / contest use
Removed free form Exchange fields #2 and #3
  Renamed Exchange field #1 to Exchange Out
  Added Exchange In field to the logbook
2009-01-29 19:16:03 -06:00
David Freese 39721ce551 Added rx stream file extraction
Extracts all text between and including [WRAP:beg]...[WRAP:end]
2009-01-27 14:07:22 -06: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
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
Stelios Bounanos 17530a4283 Add locator functions
* Use hamlib's azimuth, distance and locator/long & lat conversion routines
* Bundle intact copy of hamlib's locator.c, which is compiled when fldigi is
  built without hamlib support
2008-12-17 18:40:11 +00:00
Stelios Bounanos f7fee0bfbd Add preliminary contest country file support 2008-12-10 22:48:53 +00:00
Stelios Bounanos 80f43f6796 Delete carriage returns 2008-12-04 16:11:33 +00:00
David Freese aef541e3ec Add fl_logbook 2008-12-04 16:11:33 +00:00
Stelios Bounanos 3d6f7bbf84 Add Fl_Input2
This a simple Fl_Input wrapper that adds a context menu
with the usual edit operations.
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 690daadf50 Add spotting
* Add hooks to the logger and received text handlers
* Add support for N1DQ's PSK Automatic Propagation Reporter
2008-11-21 08:09:13 +00:00
Stelios Bounanos a0af30f208 Add more icons
Place all icons in the same source file
Add code to set icon & text labels for menu items and widgets
2008-10-29 01:20:08 +00:00
Stelios Bounanos d8211853c8 Upstream version 3.04AW 2008-10-29 01:14:36 +00:00
Stelios Bounanos 40555942a8 Upstream version 3.04AQ 2008-10-22 02:40:14 +01:00
Stelios Bounanos 87aa9d5dab Upstream version 3.04AJ 2008-10-08 03:44:35 +01:00
Stelios Bounanos 91eac1e155 Upstream version 3.03AJ 2008-09-05 20:02:47 +01:00
Stelios Bounanos 67bec3df87 Upstream version 3.03AF 2008-08-31 15:10:22 +01:00
Stelios Bounanos 6af1a4b500 Upstream version 3.03AD 2008-08-30 04:02:24 +01:00
Stelios Bounanos 0e26dc97d0 Upstream version 3.03AA 2008-08-26 23:33:34 +01:00
Stelios Bounanos a0418bc629 Upstream version 3.02 2008-08-25 23:01:25 +01:00
Stelios Bounanos 61bfa8140c Upstream version 3.02AB 2008-08-22 19:30:15 +01:00
Stelios Bounanos 594e70d477 Upstream version 3.02AA 2008-08-21 19:15:46 +01:00
Stelios Bounanos 3f7b2d6c54 Upstream version 3.0 2008-08-17 00:27:53 +01:00
Stelios Bounanos bb1c1707e7 Upstream version 3.0preAC 2008-08-06 23:54:08 +01:00
Stelios Bounanos 940642e7b9 Upstream version 3.0preAB 2008-08-03 01:04:18 +01:00
Stelios Bounanos 45294abdec Upstream version 3.0preX 2008-07-24 13:22:53 +01:00
Stelios Bounanos b15f821ab9 Upstream version 3.0preU 2008-07-13 22:02:53 +01:00
Stelios Bounanos a577acc3a3 Upstream version 3.0preP 2008-07-06 10:12:27 +01:00
Stelios Bounanos 1beac0a36c Upstream version 3.0preJ 2008-06-27 23:29:47 +01:00
Stelios Bounanos dd8dd9e238 Upstream version 3.0preI 2008-06-26 01:16:51 +01:00
Stelios Bounanos 38c152ab14 Upstream version 3.0preH 2008-06-26 01:13:52 +01:00
Stelios Bounanos a684c41611 Upstream version 3.0preG 2008-06-23 01:50:17 +01:00
Stelios Bounanos 3a76af9f66 Upstream version 3.0preE 2008-06-17 20:28:10 +01:00
Stelios Bounanos f379ad5eab Upstream version 3.0pre1 2008-06-12 23:15:17 +01:00
Stelios Bounanos fc13288c97 Upstream version 2.11AO 2008-05-29 23:23:39 +01:00
Stelios Bounanos eb5bd6f512 Upstream version 2.11AJ 2008-05-24 22:33:19 +01:00
Stelios Bounanos 6b81b37475 Upstream version 2.11AH 2008-05-17 04:24:15 +01:00
Stelios Bounanos 7c2464d222 Upstream version 2.11AA 2008-05-10 00:12:17 +01:00
Stelios Bounanos c4a07cae17 Upstream version 2.11P 2008-04-20 08:42:12 +01:00
Stelios Bounanos ded087d8f6 Upstream version 2.11L 2008-04-14 23:18:15 +01:00
Stelios Bounanos 03f25698ac Upstream version 2.11I 2008-04-08 16:31:54 +01:00
Stelios Bounanos a3cc8f8e93 Upstream version 2.11H 2008-04-08 16:30:49 +01:00
Stelios Bounanos fd4a64465e Upstream version 2.11F 2008-04-01 18:47:24 +01:00
Stelios Bounanos 067cda0250 Upstream version 2.11E 2008-03-30 14:38:05 +01:00
Stelios Bounanos 3c662b8d2f Upstream version 2.11C 2008-03-23 04:06:30 +00:00
Stelios Bounanos 92d6b342f3 Upstream version 2.10R 2008-03-02 23:03:23 +00:00
Stelios Bounanos cdcdc6c326 Upstream version 2.10P 2008-03-02 08:22:41 +00:00
Stelios Bounanos 2b68f1100a Upstream version 2.10N 2008-03-01 07:03:03 +00:00
Stelios Bounanos b295c0f877 Upstream version 2.10L 2008-02-28 08:13:53 +00:00
Stelios Bounanos 6aac6bc05a Upstream version 2.10F 2008-02-20 20:10:25 +00:00
Stelios Bounanos ccd970fe74 Upstream version 2.10B 2008-02-15 19:36:53 +00:00
Stelios Bounanos a137030cef Upstream version 2.10A 2008-02-14 20:19:42 +00:00
Stelios Bounanos 2736cb79b5 Upstream version 2.09 (alpha) 2008-01-30 23:17:24 +00:00
Stelios Bounanos 60d3b3d71a Upstream version 2.08c 2008-01-10 18:02:24 +00:00
Stelios Bounanos 5eeb18464e Upstream version 2.08b 2008-01-09 04:19:08 +00:00
Stelios Bounanos 4ac6ad0745 Upstream version 2.08a 2008-01-02 20:29:55 +00:00
Stelios Bounanos 4e28274477 Upstream version 2.064 2007-12-20 08:21:04 +00:00
Stelios Bounanos c8633a8381 Upstream version 2.062 2007-12-11 03:36:51 +00:00
Stelios Bounanos e672295140 Upstream version 2.05b 2007-11-28 22:32:50 +00:00