Commit graph

303 commits

Author SHA1 Message Date
David Freese
8dfa5d45fa CUSTOM auto open 2015-07-29 02:10:29 -05:00
David Freese
d754bf4d38 Version 2.0.12
* Maintenance / bug fix release
2015-07-26 05:50:39 -05:00
David Freese
5d632d529c html5 fix
* Fix bug introduced by html5 addition
  * Added html5 text type NUMBER field, html5 text types:
    - NUMBER
    - DATE
    - DATETIME (may not be supported by any browser)
    - DATETIME-LOCAL
    - TIME
    - WEEK
    - MONTH
2015-07-25 04:08:37 -05:00
David Freese
187255bb9a Version 2.0.11
* Maintenance release
2015-07-24 12:43:36 -05:00
David Freese
a47c6a5bb0 OS X timeout 2015-07-24 07:40:27 -05:00
David Freese
998033ef3a ICS213 template
* Correct <b> ... </b> (missing /)
2015-07-24 07:40:25 -05:00
David Freese
aa274ad149 html5 custom controls
* Added the following html5 custom controls for custom forms
    - time
    - date
    - datetime
    - datetime-local
    - week
    - month
2015-06-18 15:39:07 -05:00
David Freese
9eeac40a8f ARRL Radiogram update
* Removed disclaimer in text output format
2015-06-11 03:02:33 -05:00
Kamal Mostafa
82e849d4af BUILD_{DATE,USER,HOST}
* Externally overridable BUILD_DATE, BUILD_USER, and BUILD_HOST to allow
    distros to generate reproducible builds.
2015-06-11 03:02:10 -05:00
David Freese
866e92c507 Version 2.0.10
* Maintenance release
2015-04-25 04:59:19 -05:00
David Freese
67088e19db mongoose warnings
* fix warning messages during compile
2015-04-25 04:58:57 -05:00
David Freese
0faad47a61 flxmlrpc
* flxmlrpc replaces xmlrpc++ code
  * Embed flxmlrpc code in subdir xmlrpcpp
  * Allow conditional build with or without lib flxmlrpc
2015-04-21 12:17:11 -05:00
David Freese
b7108b655e FSF address
* correct FSF address in various files
2015-03-23 08:42:59 -05:00
David Freese
deeb3892b9 Version 2.0.9
* Maintenance releae
2015-03-11 14:16:34 -05:00
David Freese
1c105a45c3 ICS 213
* Added optional incident field
2015-03-11 13:06:56 -05:00
David Freese
ea68c8ace5 Version 2.0.8
* Maintenance release
2015-01-29 13:05:00 -06:00
David Freese
ba29425fca Web Server Port
* Changed discovery method for available port for
    mongoose web server.
2015-01-27 12:38:50 -06:00
David Freese
516917b9bc Version 2.0.7
* Maintenance release
2015-01-08 07:58:01 -06:00
David Freese
8ac241b813 build scripts
* update builddist.sh
  * added build4mxe.sh
2015-01-08 07:57:58 -06:00
David Freese
8673835c12 fileselect
* Fix for Native file select dialogs
2015-01-08 07:17:06 -06:00
David Freese
1573d4c06c Version 2.0.6
* maintenance release
2014-11-17 09:30:36 -06:00
David Freese
1b2446322f fltk 1.3.3
* Modify flmsg source to compile correctly with 1.3.3
2014-11-14 06:48:16 -06:00
David Freese
bc38fd2d2a custom form
* remove empty fields from transmit string and
    exported wrap file
2014-11-14 06:48:08 -06:00
David Freese
774c7314e9 FLDIGI IO Mode Check
* Add new xmlrpc commands to test and change FLDIGI v3.22+ I/O
    interface.
  * Update 8PSK time table entries.
  * Remove st_mode struct table.
  * Validate available modems from time_table struct list
  * New routines in time_table.cxx to support modem validation check.
2014-10-25 06:04:52 -05:00
David Freese
5db1ecb714 Version 2.0.5
* Maintenance release
2014-10-15 06:49:11 -05:00
w1hkj.mint
40d6d2d0f7 build fix
* Replace AM_PROG_MKDIR_P with AC_PROG_MKDIR_P.  AM_PROG_MKDIR_P has
    been deprecated and may be removed in a future version of automake.
    AC_PROG_MKDIR_P is available in autoconf 2.60 and later, and we
    currently require at least 2.61.
2014-09-13 07:44:45 -05:00
David Freese
a2e640603d User manual update
* Added server port configuration description
2014-07-11 06:55:08 -05:00
David Freese
dd1058605d Version 2.0.4
* Maintenance version
2014-06-27 13:49:56 -05:00
Robert Stiles
17da99860e Doxygen Inclusion
* Add user and programmer documentation
   * Removed flmsg-doc source directory
2014-06-26 08:12:19 -05:00
David Freese
cea378f60b eol-double-quote-escape
* Removed requirement to quote textarea data
  * Convert all textarea data cr-lf to \n character
    sequence
  * Escape all lf, and double quotes to \n, \"
2014-06-22 13:48:49 -05:00
David Freese
75551185f7 TextArea bug fix
* Fixed issue of incorrectly filling in text area value
    when field should be empty.
2014-06-22 13:48:44 -05:00
David Freese
ba9d924bab NBEMS app dir
* Added detection of flmsg executable located in
    folder NBEMS_APPS
    - if present than NBEMS.files (.nbems) will be
      co-located
  * Linux / OS X user may elect to rename the hidden
    .nbems directory to NBEMS.files
2014-06-22 13:48:39 -05:00
David Freese
9d318dfc6e Version 2.0.3
* Maintenance release
2014-04-13 07:36:49 -05:00
David Freese
2aafd272e4 Custom select
* Added restore of current selection when items
    are updated.
2014-04-10 19:04:28 -05:00
David Freese
88d0bdd77b Version 2.0.2
* Maintenance release
2014-04-08 18:11:47 -05:00
David Freese
71c8a20e0b ICS205 template
* Correction to ICS205 html template
2014-04-08 08:21:54 -05:00
David Freese
f03328d6cd Config/Ports
* Changed to a unified configuration dialog
2014-04-07 19:03:51 -05:00
David Freese
f20592c27e Max size of textarea
* Increased max size to 5000 characters.
    - web server will truncate any characters beyond the
      max size
2014-04-06 13:31:09 -05:00
David Freese
a5db8fe76b Case independent tags
* Changed case independent search and replace for
    form tags.
  * Added extended string class based on std::string
    - ufind find matching string independent of case
    - ureplace replace matching string indepedent of case
  * Modified custom.cxx to use extended string class
2014-04-05 11:05:03 -05:00
David Freese
377261684d Custom html transfer
* Added special transfer of html forms to/from CUSTOM
    folder.
2014-04-01 08:20:47 -05:00
David Freese
657ba20f71 Version 2.0.1
* Maintenance release
2014-03-31 08:55:28 -05:00
David Freese
16671f6514 Radiogram/IARU choices
* Correct initialization of precedence listbox
2014-03-31 08:51:14 -05:00
David Freese
76bbf35048 Custom Forms
* added code to allow each instance of flmsg to have
    a unique web socket port assignment, max of 50
    simultaneous instances.
  * removed file contents case sensitivity of custom form
    search in the sub directory CUSTOM
2014-03-27 07:02:04 -05:00
David Freese
2ab6e921f8 Version 2.0
* Moved versioning to 2.0 with advent of custom html
    form support.
2014-03-25 16:05:59 -05:00
David Freese
c1c2ca340c Radiogram
* fix initializer for sel_hx_select
2014-03-25 16:04:58 -05:00
David Freese
0c420d18f6 CUSTOM Editable
* Addition of support for editable custom html forms
    Form elements allowed:
    - <FORM> ... </FORM>
    - <INPUT
    - NAME
    - TYPE (text, password, radio, checkbox)
    - <SELECT ...>
    - <OPTION
    - <TEXTAREA ...>...</TEXTAREA>
  * Controls are all DISABLED for viewing
2014-03-15 15:37:12 -05:00
David Freese
5501f7eb54 Mongoose
* Added mongoos web server to source
2014-03-05 06:39:16 -06:00
David Freese
ec7afdafe5 Version 1.1.34
* Maintenance release
2014-02-28 12:25:41 -06:00
David Freese
670249f511 HICS203
* Improved html view template
  * Fixed control access bug on UI
2014-02-28 07:57:24 -06:00
David Freese
54b5c0ba1e Custom forms
* Added custom form types to CSV forms
2014-02-27 07:09:59 -06:00