Wykres commitów

747 Commity (88e0ad0c23b2801dd641b68f5a8c647b138bf650)

Autor SHA1 Wiadomość Data
David Freese 88e0ad0c23 Split state/county into state country fields 2008-12-06 17:34:48 -06:00
David Freese 6cffd9a978 Replaced Olivia Freq: nn.n with Tones/Bw in status2 widget 2008-12-06 17:31:49 -06:00
David Freese d3cbe49e61 Changed fldigi.log to fldigiYYYYMMDD.log, always append 2008-12-06 16:57:55 -06:00
David Freese 6a3908ecd5 Added <CLRRX> macro tag - clar Rx pane 2008-12-06 16:57:49 -06:00
David Freese b92ea214b2 Added dup field, time-span in minutes to duplicate QSO testing 2008-12-06 16:57:40 -06:00
David Freese 154952f14e Add rudimentary contest functionality
1. Added automatic time update to time field
	a.update occurs in thread arq_loop
2. Modified date format transferred to logbook YYYYMMDD
3. Changed textfont to font(0) for all logbook dialog widgets
4. Logbook path/name saved in fldigi_def.xml
5. New logbook clears all entries in logbook dialog
6. Logbook dialog titlebar updates with change in logbook file
7. Added contest functionality
	a. additional log fields for various contest exchanges
	   fields switchable between rag-chew and contest views
	b. duplicate checking
	c. cut number transmit for CW
	d. additional macro tags for sending contest specific exchanges
	e. additional macro tag to send current qso-log-time
	f. changed qso-log-time to an automated clock
2008-12-05 20:58:39 +00:00
David Freese 163acfea1b Use global confirm-save option for logbook 2008-12-04 16:11:34 +00:00
David Freese 59984e766a Use filename in logbook window title 2008-12-04 16:11:34 +00:00
David Freese 540e35c680 Version 3.04BF 2008-12-04 16:11:34 +00:00
David Freese 83b453f415 Invert logbook search 2008-12-04 16:11:34 +00:00
David Freese 7c0e2831ab Add logbook status preferences 2008-12-04 16:11:34 +00:00
David Freese 5854931634 Add tab color configuration item 2008-12-04 16:11:34 +00:00
Stelios Bounanos c609e29b9f Add FText double-click option 2008-12-04 16:11:34 +00:00
Stelios Bounanos 08776759ca UI update
* Viewer
  - Add channel header option (rf, af, channel)
  - Draw header with background colour

* Configuration
  - Enlarge config window
  - De-abbreviate option names and remove redundant tooltips
  - Use default colours

* Logbook
  - Make it compile on g++-4.3
  - calendar
    + Replace cal16 pixmap with time_icon
  - table
    + Add search function
    + Use default fonts and colours
    + Add support for PSK viewer-like coloured rows
  - logsupport
    + Use "adi" suffix only on Cygwin
    + Use native file selector
    + Rewrite fl_choice prompts
    + Replace search functions with simpler Table::search wrappers
    + Add search handler for Ctrl-s (forward), Ctrl-r (reverse)
  - lgbook
    + Convert fields to Fl_Input2
    + Remove redundant buttons
    + Use icons for search next/prev
    + Disable log browser grid
    + Use default font sizes
2008-12-04 16:11:33 +00:00
David Freese 9333ae1f50 Fix waterfall buttons 2008-12-04 16:11:33 +00:00
David Freese 4b53a7c848 Fix QRZ lookup 2008-12-04 16:11:33 +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 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 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 5077ca6249 Hamlic changes
* Fix hamlib_close
  The rigcontrol window must not be hidden from hamlib_loop().
  The wf->setQSY() call can be made in hamlib_close() so that
  no FLTK locking is needed.

* Use rig_caps type in rig_cmp
* hamlib_get_rigs() needs to be called only once
2008-12-04 16:11:32 +00:00
Stelios Bounanos 0aa3c19d91 Improve make_pixmap
Make the window borderless and hide it before the pixmap is drawn.
2008-12-04 16:11:32 +00:00
Stelios Bounanos 6013b15332 XML-RPC update
* Fix log.get_band
* Add methods for new qso frame fields
* Add method to retrieve pskreporter spot counter
2008-12-04 16:11:32 +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 cc3677694d Merge with upstream 2008-11-25 00:14:20 +00:00
Stelios Bounanos 1f6e9c6704 Upstream version 3.04BE 2008-11-23 06:20:16 +00:00
Stelios Bounanos dea0ee9024 Upstream version 3.04BD 2008-11-22 01:32:17 +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 c8a6ae11e4 Add UDP socket support 2008-11-20 14:53:48 +00:00
Stelios Bounanos 984bf8b650 Add simpler RE class 2008-11-20 14:51:11 +00:00
Stelios Bounanos 91cf6d14c6 Merge with upstream 2008-11-20 04:14:48 +00:00
Stelios Bounanos edc3049ef3 Upstream version 3.04BC 2008-11-19 20:17:55 +00:00
Stelios Bounanos 8960485c23 Upstream version 3.04BB 2008-11-19 20:17:40 +00:00
Stelios Bounanos 2b19fba6eb Upstream version 3.04BA 2008-11-19 20:17:12 +00:00
Stelios Bounanos 315a3aff2a Upstream version 3.04AZ 2008-11-13 00:13:14 +00:00
Stelios Bounanos fca79b4151 Upstream version 3.04AY 2008-11-13 00:12:12 +00:00
Stelios Bounanos 047e8bb9f9 Improve hamlib support
* Move rig enumeration functions outside Rig class
* Add new rig model config variable
* Remove unneeded configuration code
* Simplify hamlib_init
* Add "advanced" hamlib configuration text field
2008-11-07 10:31:23 +00:00
Stelios Bounanos d32a86e8bd RE class changes
Add suboff() to return substring match offsets
2008-11-07 10:31:23 +00:00
Stelios Bounanos 3eeb6391c5 Fl_ComboBox changes
* Increase maximum popup size slightly
* Use index value to scroll browser on popup
* Don't dismiss the popup if nothing has been selected, e.g.  when
  pressing mouse-1 on the scrollbar and releasing it inside the item list)
* Set index variable in Fl_ComboBox::index(int)
* Make the index zero-based
2008-11-07 04:56:14 +00:00
Stelios Bounanos 15e7c2ff3c Toggle menu icons at runtime 2008-11-06 06:03:21 +00:00
Stelios Bounanos 37b38e176b Fix MFSK image menu item 2008-11-06 06:03:21 +00:00
Stelios Bounanos 5639f4b97d Fix FTextView text lookup 2008-11-05 18:17:03 +00:00
Stelios Bounanos 71b9b489c4 Clean up callsign search code
Ensure that the QRZ html scraper runs inside the lookup thread
2008-11-04 12:00:18 +00:00
Stelios Bounanos 7013c62580 Frequency list fixes
Fix the show_frequency, show_mode and show_bw functions, which
used REQ with a string passed by value.
Remove shift-click binding from docked list.
Add key binding (Escape) to dismiss list browser.
The same button now shows and hides the list.
Make the frequency list lines narrower.
Remove the "Post 2.09" comment.
2008-11-03 23:55:47 +00:00
Stelios Bounanos 73e082bd3b Add icons option 2008-11-03 22:18:01 +00:00
Stelios Bounanos 64cbeebe78 Merge with upstream 2008-10-31 03:48:13 +00:00
Stelios Bounanos 6b1c297560 Upstream version 3.04AX 2008-10-31 03:47:24 +00:00
Stelios Bounanos 9a0fadc492 Fix wfall/rxtext links 2008-10-31 00:12:19 +00:00
Stelios Bounanos 704cfd62bf Fix IZDT time format 2008-10-29 01:20:38 +00:00
Stelios Bounanos c452607e51 Restore wfall wheel/qsy step 2008-10-29 01:20:34 +00:00