Commit graph

379 commits

Author SHA1 Message Date
David Freese
840189f222 Version 4.0.7
* maintenance release
2018-07-10 08:34:45 -05:00
David Freese
3020807820 custom fields
* added HTML-5 telephone field to custom.cxx
  * added HTML-t email field to custom.cxx
  * limit upper case field conversions to within
    the bounds of <body ... </body
2018-05-21 08:22:17 -05:00
David Freese
a9568377c9 RRI radiogram
* Add templates for Radio Relay International
    templates
  * Add user configuration item to select RRI
2018-04-26 15:32:01 -05:00
David Freese
f67c531ef7 CSV view seg fault
* fix bug caused by missing \n on last line of
    csv text
2018-04-25 11:25:57 -05:00
David Freese
6a08ced203 Autosend seg fault
* Fix seg fault if user presses Autosend with no form
    selected
2018-04-16 13:07:12 -05:00
David Freese
90b2751883 Thumb drive
* Change FL_APPS recognition to work correctly
    from within a Windows batch file
2018-03-21 16:21:14 -05:00
David Freese
0785719d33 Version 4.0.6
* Maintenance release
2018-03-17 08:39:53 -05:00
David Freese
92b76765b3 documentation
* update to ARQ documentation
2018-03-17 07:56:48 -05:00
David Freese
7b59b50062 Qforms
* Repair mangled xml output for ICS-213 and radiogram
2018-03-07 14:05:22 -06:00
David Freese
a6b3e533f0 mode list
* add missing modes
  * correct mode list table
2018-03-06 21:01:43 -06:00
David Freese
a59e6406c7 ARQ event log
* add event lines population upon initial open
  * events appended to protected string
  * add percentage sent/rcvd to event log
  * add notify dialog widget - open instance when
    - arq transfer completed
    - arq transfer aborted
    - arq transfer timed out
  * add log files directory to .nbems structure
    - store current log file in log file directory
    - add log file aging, keep last 5 logs
2018-03-06 21:01:43 -06:00
David Freese
23111e97e6 OS X build script
* Modify to build dmg with dylibs only
2018-02-01 14:09:25 -06:00
David Freese
028b0ca1ca CLANG compile failure
* Correct string literal concatenation
2018-01-19 08:18:12 -06:00
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