Commit graph

366 commits

Author SHA1 Message Date
David Freese
ef03de053d Version 4.0.5
* Maintenance release

    dnd text string
      open blank form, insert text string for
      both dnd panel and blue dnd target when
      text from clipboard is dropped on to active
      target.

    Filename
      repair damage caused by 'win mingw' commit
      - some build compilers do not properly parse
        "string"ABCD  where ABC is #define "ABC"
      - changed all such occurances to
        string("string").append(ABC)
2018-01-17 07:03:43 -06:00
David Freese
da5ff9d2a1 dnd text string
* open blank form, insert text string for
    both dnd panel and blue dnd target when
    text from clipboard is dropped on to active
    target.
2018-01-16 12:44:31 -06:00
David Freese
ecb638d41d Filename
* repair damage caused by 'win mingw' commit
    - some build compilers do not properly parse
      "string"ABCD  where ABCD is #define "ABC"
    - changed all such occurances to
      string("string").append(ABCD)
2018-01-15 08:01:45 -06:00
David Freese
bab26dc48e Version 4.0.4
* Maintenance release
2018-01-10 10:35:33 -06:00
David Freese
e5ab5c7fb6 Documentation update
* Update documentation describing file transfers
2018-01-10 10:35:26 -06:00
David Freese
5723f2ee53 File Transfer
* Add user configurable compression of file transfers
2018-01-09 18:35:29 -06:00
David Freese
3350d355c7 unlikely define for OS X G4 build
* Insure that utils.h and utils.cxx are included in build
2017-11-15 10:46:45 -06:00
David Freese
1a5b433b3e Calendar widget
* Fix to year display bug
2017-11-15 06:38:13 -06:00
David Freese
99633feb6a Min Mode List
* Update list of compatible fldigi modes
2017-11-13 15:36:15 -06:00
David Freese
7cf0f84931 win mingw 2017-09-21 15:45:00 -05:00
David Freese
db020c0da5 Version 4.0.3
* Maintenance release
2017-07-19 18:13:12 -05:00
David Freese
92b097bfbc Radiogram
* Added new fields / data to HTML file copy
    - received from call / net / date-time
    - sent to call / net / date-time
    - originator date-time
    - delivered to date-time
2017-06-16 07:45:45 -05:00
David Freese
130c387ece flxmlrpc config
* change flxmlrpc configuration summary report
2017-06-11 15:20:15 -05:00
David Freese
2923c8bb33 INSTALL
* update file contents
2017-05-27 06:06:25 -05:00
David Freese
e22841bf05 Custom Form - Serial Number
* Allow modified custom form to be saved with a new
    filename.  Trace data retained in new file.
  * Correct failed serial number update on Windows OS
2017-05-05 06:16:44 -05:00
David Freese
a28c2b29ae Version 4.0.2
* Maintenance release
2017-04-18 08:28:26 -05:00
David Freese
baab0355c8 Documentation Update
* Update change to file naming
2017-04-18 08:22:31 -05:00
David Freese
428e84c380 Filename
* Allow named files to reference either local or UTC time
2017-04-17 12:01:08 -05:00
David Freese
064b23b13c csv import
* problem importing csv file on winders
2017-02-05 20:49:11 -06:00
David Freese
2601db7a30 Corrections
* commit 2b3d1f529f
    - changed from reinterpret_cast to static_cast usage
  * commit 24d18ccac1
    - deleted reference to build4mingw.sh in src/Makefile.am
    - added reference to buildmxe.sh
2016-12-31 07:45:58 -06:00
David Freese
2b3d1f529f buildmxe
* removed
    - scripts/build4mingw.sh
    - scripts/build4mxe.sh
    - scripts/config4mingw.sh
  * added
    - scripts/buildmxe.sh
2016-12-30 09:07:40 -06:00
David Freese
24d18ccac1 64 bit warnings
* Mods to correct most 64 bit compiler warnings
2016-12-20 21:08:08 -06:00
David Freese
4ab14145e4 Version 4.0.1
* Release for Red Cross and other EMCOMM use
2016-12-18 14:34:52 -06:00
David Freese
c7dbdaa45e Alternate Tyro Dialog 2016-11-16 09:17:48 -06:00
David Freese
665090023a Version 4.0.0
* New release
2016-11-14 15:13:21 -06:00
David Freese
d954bf4d48 UI mod documentation
* Documentation update
2016-11-14 07:52:37 -06:00
David Freese
635f98571c UI mod for Red Cross usage
* Changed User Interface, UI, to default to a non-communicator
    or 'tyro' mode
  * Added configuration tab UI with check button to select
    either Expert or Tyro start up.
  * Tryo UI is minimum necessary to select custom template,
    Edit, and Exit.
    - access to the Expert panel available as Menu item.
  * Added Tyro / Expert documentation
  * Fix bug in trying to automatically update templates combo
2016-11-12 10:08:27 -06:00
David Freese
fef539e884 Xcode8
* Changes to accommodate Xcode8 builds
2016-10-20 05:56:35 -05:00
David Freese
2eddb780fc CUSTOM autosend
* Remove CUSTOM Autosend button
    - use either main menu Autosend for one to many, or
    - ARQ transfer for one to one transfers
2016-08-12 07:25:19 -05:00
David Freese
21759972a7 Version 3.00.02
* Maintenance release
2016-08-06 11:03:30 -05:00
David Freese
ad480446aa custom form
* Modify custom parser to accept
    <form NAME="...> vice strict
    <form>
2016-07-28 10:18:02 -05:00
David Freese
247b3715d3 ARQ URCALL error 2016-07-15 10:06:52 -05:00
Kamal Mostafa
aa8c9aea0e fix XmlRpc tm_mday comparison typo
xmlrpcpp/XmlRpcValue.cpp: In function ‘bool XmlRpc::tmEq(const tm&,
const tm&)’:
xmlrpcpp/XmlRpcValue.cpp:159:52: warning: self-comparison always
evaluates to true [-Wtautological-compare]
             t1.tm_hour == t2.tm_hour && t1.tm_mday == t1.tm_mday &&
                                         ~~~~~~~~~~~^~~~~~~~~~~~~
2016-07-10 04:12:01 -05:00
Robert Cunnings
c125c9e720 MXE build
* removed errant usr/ from build script
2016-07-04 08:23:05 -05:00
David Freese
5e3db4e376 Navy Mars
* Complete the removal of Navy Mars forms
2016-06-26 07:59:53 -05:00
David Freese
2308b77f7d xmlrpc socket address
* Add user configurable xmlrpc
    - socket address
    - socket port
2016-06-26 06:56:14 -05:00
David Freese
62a31de25e Version 3.00.01
* Maintenance release
2016-06-22 09:24:41 -05:00
David Freese
22cf67b472 text.add_tx
* changed to text.add_tx_queue for transmit string
    xmlrpc interface to fldigi
  * change dictated by need to maintain backward compatibility
    in fldigi's add_tx method
2016-06-21 15:15:16 -05:00
David Freese
b4edb15dcc Repeat CONREQ
* allow repeat CONREQ response
    - CONREQ station might have missed earlier CONACK's
2016-06-16 08:53:09 -05:00
David Freese
2ffa8c76c4 Timeout action
* Changed timeout to disregard user setting fldigi squelch
    full open
2016-06-16 08:35:34 -05:00
David Freese
19e188e91e Documentation update
* Changed to full dialog view of ARQ drop down.
2016-06-15 17:49:53 -05:00
David Freese
43070c16d2 Version 3.00.00
* New Version release
2016-06-08 09:47:41 -05:00
David Freese
fe045e2e95 License update in COPYING
* update license to GPL v3.x
2016-06-08 09:47:41 -05:00
David Freese
d6445404d4 ARQ direct
* Added embedded flmsg specific ARQ file transfers
    - uses fldigi's xmlrpc interface
    - this is NOT compatible with the flarq ARQ implementation
    - ARQ implementation does not use control codes
  * Added direct receipt of flmsg "Autosend" message transfers.
    - allows an executing flmsg to be recipient of autosend
      data stream.
  * Allow changing frame size during middle of transfer
  * Update documentation to flmsg 3.0 usage
2016-05-30 07:09:19 -05:00
David Freese
8203e4c8b4 Version 2.0.17
* Maintenance release
2016-04-01 09:14:03 -05:00
David Freese
ad09446259 Pi 3 EOF
* Change to read html form for EOF detection on Pi 3 ARM processor
    - custom form
    - csv form
2016-03-31 09:42:57 -05:00
David Freese
6de82e5a9c Version 2.0.16
* maintenance release
2016-03-17 15:14:56 -05:00
David Freese
8cfaa24037 Date Time Formats
* Change all date time formats in various forms to be
    compliant with the configured date and time formats
2016-03-17 10:54:31 -05:00
David Freese
0e24e5c33d flxmlrpc m4
* added flxmlrpc.m4 file to repository
2016-03-17 06:48:16 -05:00
David Freese
f120234b51 Remove Navy Mars
* Remove Navy MARS documents ... Navy MARS disbanded
2016-03-16 18:48:33 -05:00