Wykres commitów

1456 Commity (d6c7d9398a9eb54a997ff1e16cd49dcb624a5848)

Autor SHA1 Wiadomość Data
Simrun Basuita d6c7d9398a Merge branch 'master' of git://github.com/jamescoxon/dl-fldigi 2010-03-21 11:34:38 +00:00
Adam Greig 1f6b3db73b Fixed warning in rx_extract.cxx about not using return value from write() 2010-03-21 10:35:46 +00:00
James Coxon c04fba9453 corrected a few compiler warnings - thanks Randomskk! 2010-03-21 10:28:17 +00:00
James Coxon c582bb439c added algorithm include to allow for count 2010-03-21 10:13:53 +00:00
Adam Greig f254c7c94a Added .gitignore to ignore compiled object files 2010-03-21 01:28:53 +00:00
Adam Greig 467d40df9e Merge commit 'danielrichman/master' 2010-03-21 01:00:08 +00:00
Daniel Richman 5de0988382 Hacked libpng output into waterfall.cxx 2010-03-21 00:58:44 +00:00
Simrun Basuita 2016a76866 Merge branch 'master' of git://github.com/jamescoxon/dl-fldigi 2010-03-21 00:28:49 +00:00
Adam Greig f2e1f6b940 Merge commit 'upstream/master' 2010-03-20 22:26:33 +00:00
James Coxon 6228bacd20 Merge branch 'master' of git://git.berlios.de/fldigi 2010-03-20 22:16:09 +00:00
James Coxon 1a26d2a0b2 missed out new extra.h 2010-03-20 22:04:39 +00:00
James Coxon 2afabaa451 fixed extra.h and also ported code to detect and upload data strings up to the server - still needs to have the xml downloading and parsing rewritten so currently running on default values 2010-03-20 22:01:34 +00:00
Adam Greig 5e08cfb30d Merge branch 'master' of git://git.berlios.de/fldigi 2010-03-20 21:32:55 +00:00
James Coxon 32001f0ede split extra.h into dlpipe.h which contains the curl bits and extra for the little helpful functions such as uppercase. Have also added section to trx.cxx to start sending status data though is missing some variables - needs testing 2010-03-20 18:35:13 +00:00
James Coxon 5bee3876e1 set so --hab uses 100 for the size of the rxBox which means that it'll start the correct size 2010-03-20 18:19:16 +00:00
Simrun Basuita 599bd952f7 Merge branch 'master' of git://github.com/jamescoxon/dl-fldigi 2010-03-20 18:14:04 +00:00
James Coxon dab90537e5 have really fixed it now --hab does not change the main_h setting in fldigi.prefs now - if fldigi is crashing you'll need to go in to .fldigi/fldigi.prefs and increase main_h to something like 600 2010-03-20 18:00:42 +00:00
Simrun Basuita bcbd5ae870 Merge branch 'master' of git://github.com/jamescoxon/dl-fldigi 2010-03-20 17:53:11 +00:00
James Coxon 4d827de538 fixed crash when you run fldigi --hab and then fldigi without the --hab argument was due to resizing issues of the window 2010-03-20 17:48:43 +00:00
James Coxon 24ee8e96d6 fixed GUI to be displayed correctly when fldigi is run with --hab 2010-03-20 17:16:53 +00:00
James Coxon b5666eb4f4 added --hab option, currently does not have any GUI changes 2010-03-20 16:04:10 +00:00
Simrun Basuita 9abc6e285c Merge branch 'master' of git://github.com/jamescoxon/dl-fldigi 2010-03-20 14:52:13 +00:00
David Freese 2b97698bff Version 3.20.0b7
Beta release
2010-03-20 07:26:29 -05:00
David Freese 269152ef1b AFC-SQL Lighted button
Fix to update lighted button color selection on program
    restart.
2010-03-20 07:26:25 -05:00
David Freese 8766979189 QSOTIME
QSOTIME macro tag
      * time sent in Tx stream
      * repeats of QSOTIME before a LOG sends the original time
      * LOG appends the QSOTIME to the STX_STRING field in the
        adif log record.

    SAVEXCHG macro tag
      * added new tag
      * use at end of a contest exchange to save the entire exchange
        string in STX_STRING
      * usurps QSOTIME if both are contained in same macro text, ie:
        "<RST> <CNTR> <QSOTIME><SAVEXCHG>" will send an exchange as
        599 024 1125
        if RST = 599, Counter = 024 and time of execution is 1125
      * repeats the same as SAVEXCHG
    Both QSOTIME and SAVEXCHG text are cleared when the QSO is saved
    or cleared.
2010-03-20 07:19:03 -05:00
James Coxon be1d446223 fixed libcurl, added $CURL_CFLAGS and $CURL_LIB to build.m4, also relaxed version control in configure.ac - Thanks sbasuita! 2010-03-20 12:08:42 +00:00
James Coxon a066f19b60 added extra.h which contains rjh pipe and also editted configure.ac to look for libcurl - currently does not make cleanly 2010-03-20 11:42:36 +00:00
David Freese 30c247d71d Version 3.20.0b6
Beta Release
2010-03-18 15:31:32 -05:00
Stelios Bounanos 2715366c6d Fix label sizes 2010-03-18 15:13:47 +00:00
Stelios Bounanos 4ed6c1c0e3 Add PSK browser font change support
Add option to change font face and size.  Only fixed width fonts are
allowed.
2010-03-18 15:09:37 +00:00
Stelios Bounanos 735dba2196 Cosmetic changes the PSK browser
* Simplify window creation code
  * Improve layout
  * Add icons
2010-03-18 15:09:34 +00:00
Stelios Bounanos 5a1cf7dd84 Add font browser filter
* Add font browser filter method to show only variable or fixed width
    fonts
  * Display simple progress dialog when caching font types
  * Create a global font browser and remove static variables from
    various callbacks
2010-03-18 12:39:58 +00:00
Stelios Bounanos bdcca8c39f Add mouse wheel handling
Add mouse wheel handling to Fl_Counter, Fl_Spinner and Fl_Valuator,
Fl_Slider, Fl_Value_Slider and Fl_Value_Input widgets.
2010-03-18 12:39:58 +00:00
David Freese b66e4565bc LSB modes - no rig
Fixed LSB display / operating frequency computation bug for
    no rig modes, LSB, CW, RTTY, PKTLSB
2010-03-17 22:05:49 -05:00
David Freese 40ae07fd45 Macro Idle
Change idle macro to allow fractional seconds <IDLE:nn.nn>
    Changed execution process for idle macro.
    Improved layout of macro edit dialog
2010-03-15 13:05:12 -05:00
David Freese a61d925727 Version 3.20.0b5
Beta release
2010-03-13 06:47:43 -06:00
David Freese b1702af92e User Config Tab
Moved ordering of user entries to coincide with the default
    order ... NAME, QTH, LOC, ANTENNA.
2010-03-12 16:38:17 -06:00
David Freese 6639fef3db <TX/RX> macro
Added new macro tag which shadows the function of the T/R
    button.  T/R button requires a mouse click.  Macro key T/R
    can be accessed from the keyboard.  Note:  The Pause / Esc
    key combination also serves this purpose.  This was added
    to accommodate users migrating from Digipan a very popular
    MS application.

    Modified the default macro definitions to make F9 the T/R
    function key button.
2010-03-12 16:27:45 -06:00
David Freese 48552e1c75 Light Button Colors
Added configuration items for all main UI lighted buttons
2010-03-12 09:19:51 +00:00
Stelios Bounanos f7d5af9cf5 Fix status load
Correctly call Fl_Preferences::get(const char*, int&, int) when loading
status variable.  This ensures that new status variable will have the
right default value.
2010-03-10 23:19:05 +00:00
Stelios Bounanos 97c65e103e Add scroll hints menu item
Add context menu item to toggle the "scroll hints" (horizontal lines)
drawn on the vertical scrollbar.  Also remove unneeded quick_entry
variable.
2010-03-10 23:19:05 +00:00
Stephane Fillod 7369f4454f Update i18n 2010-03-10 23:19:05 +00:00
David Freese c2c1b22d97 Version 3.20.0b4
Beta release
2010-03-10 15:08:57 -06:00
David Freese e9ec047e78 DigiTalk
Disassociated DigiTalk from Rx text stream capture
2010-03-09 20:41:38 -06:00
David Freese 6c2d208616 Version 3.20.0b3
Beta release
2010-03-05 08:34:15 -06:00
Сергей И. Королев 127380fc8d Add custom RTTY shift option
Allow the RTTY carrier shift to be any value between 10 and 1000 Hz.

Signed-off-by: Stelios Bounanos <vcs@enotty.net>
2010-03-05 12:39:26 +00:00
Stelios Bounanos a8e4f818ec Add XML-RPC methods for Olivia
* modem.olivia.get_bandwidth
  * modem.olivia.set_bandwidth
  * modem.olivia.get_tones
  * modem.olivia.set_tones
2010-03-05 12:39:26 +00:00
Stelios Bounanos d2df10a5fc Modify FText add() methods
Use efficient versions of add() for all FText derived classes except
FTextRX (which receives text one character at a time anyway).  This
greatly reduces the Event log window's draw overhead.
2010-03-05 12:39:25 +00:00
Stelios Bounanos 92a8fd6746 Fix bandwidth marker
Keep bandwidth marker visible at the end of the waterfall
2010-03-05 12:12:55 +00:00
David Freese 82eaead785 Olivia Pre/Postamble visibility on waterfall
Changed pre/postamble sample block sizes to 512 for passing
    to ModulateXmtr.  This allows the waterfall FFT to faithfully
    reproduce the tones on the waterfall.  This change only effects
    the monitored signal and not the actual transmitted signal
2010-03-04 21:34:50 -06:00