Wykres commitów

33 Commity (e1c4b0b0fd41b50c2268b5d5f9314ff0ad91a321)

Autor SHA1 Wiadomość Data
David Freese 58d2d0da3d Version 3.11AJ
alpha release
2009-02-18 12:47:22 -06:00
David Freese 4181ca882e Bug fix RTTY cpu usage 2009-02-17 18:21:54 -06:00
David Freese 135562e3d4 Version 3.11AG alpha test build 2009-02-05 15:58:33 -06:00
David Freese fc81592b8b Version 3.11AF alpha test version
updated i18n
2009-02-04 18:23:58 -06:00
David Freese d20fd11480 Version 3.11AD alpha test 2009-01-31 15:10:44 -06:00
David Freese 831170bde0 Version 3.11AB alpha test version
updated i18n
2009-01-30 13:10:50 -06:00
David Freese eddd24f394 Update i18n 2009-01-16 05:31:48 -06:00
David Freese e6cfebe180 Update i18n 2009-01-15 12:26:42 -06:00
David Freese a2239b1590 update i18n 2009-01-14 15:12:02 -06:00
David Freese 993e74ead7 Update i18n 2009-01-09 18:49:01 -06:00
David Freese 615ff4a09c Update to i18n 2009-01-08 05:46:59 -06:00
David Freese c826c1a8db Update i18n 2009-01-03 10:35:11 -06:00
David Freese da55bec4a1 Update i18n 2009-01-02 18:55:55 -06:00
David Freese 7e4c4b7d94 Update i18n 2009-01-01 20:09:33 -06:00
David Freese 444633db30 Update i18n 2009-01-01 14:50:44 -06:00
David Freese ec652059cb Update i18n 2008-12-30 09:50:01 -06:00
David Freese e50a5ae25f Update i18n 2008-12-27 15:46:22 -06:00
David Freese 8e40296463 update i18n 2008-12-26 17:24:53 -06:00
David Freese 60e909bd33 Update i18n 2008-12-26 14:23:51 -06:00
David Freese eb09b3f046 Update i18n 2008-12-25 16:16:00 -06:00
David Freese a8b7043130 update i18n 2008-12-25 04:49:48 -06:00
David Freese 36c3ab3373 update i18n 2008-12-24 15:54:05 -06:00
David Freese e187ecc1ba update i18n 2008-12-24 10:29:45 -06:00
David Freese 9c0a78bc33 update i18n 2008-12-23 07:55:33 -06:00
David Freese 12011e61e8 Update i18n 2008-12-22 20:06:22 -06:00
Stelios Bounanos 8353e8d433 Update i18n 2008-12-18 09:14:18 +00:00
Stelios Bounanos 99aa2cc84e Update po files 2008-12-10 22:48:54 +00:00
David Freese 9728d0d862 Add fixed field text report generator for logbook 2008-12-08 15:25:13 -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
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
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