Wykres commitów

26 Commity (master)

Autor SHA1 Wiadomość Data
David Freese 4e055b4da9 rigcat mod
* Add min, max settings for pwr control
  * Add testing mode if no xcvr serial port available
  * Made opMODE and opBW combo controls readonly
    - pull down values can only be added and not inserted
  * Added debugging tags to xml definitions:
    - <NOSERIAL>true/false</NOSERIAL> - default false
      suppress all serial port i/o
    - <ASCII>true/false</ASCII> - default false
      if true, print all CAT i/o events as ASCII strings
      if false, print all CAT i/o events as HEX sequences
  * Added polling for pwr level query
2016-03-10 05:36:28 -06:00
Robert Stiles 814bed31f8 Configure Script Engine
* Add menu item "Scripts" and callback function.
    * Add scripting engine.
    * Update script engine for localization strings/messages.
    * Add hierarchy syntax
    * New file run_script.h
    * Hierarchy integration completed
    * Add command set
    * Add 'int find_index(char *)' to combo.cxx
    * Add menu item 'Generate Script' and code for generating a default
      config script file.
    * Add void loadRigXmlFile(void) to rigxml.cxx to support scripting calls.
      - Trim leading/trailing white spaces from portaudio device names.
    * Remove duplicate calling functions/method members.
    * Move command parameter specific verification to run_script.cxx
      basic testing remains in script_parsing.cxx
    * First Document Draft - Script commands
      - Add Misc NBEMS config commands
      - Add Notice - Program restart required.
      - Update Documentation with new commands
    * Removed Unused Variables (multiple locations)
    * Change behavior of floating point output for script generate.
    * Remove function qsy() use restriction on rig control availability.
    * Add strnlen, strncmp and strncpy checks to configure.ac
    * Add trim_white_spaces, strnlen, strncmp and strncpy routines to util.cxx
    * Add pa_set_dev() to soundconf.cxx for updating pa device names.
    * Add code to save macro(s) with content only.
    * Add config_script files to POTFILES.in for localization processing.
    * Flag command types.
    * Limit generate script output based on configure content.
    * Change script error dialog box to warning.
    * Change default rig.xml to rig-unassigned.xml. For testing purposes.
      (script generation)
    * Update Documents with Notes about script generation and executing.
    * Correct \ref and \section name duplicates in doxygen doc source
    * Add script commands for ID->RSID/Video/CW panel.
    * Move Script/Execute/Generate Menu Items to File Menu.
      - Move repetitive code into general functions.
    * Rename "Scripts" menu item to "Config Scripts"
    * Fix error introduced in last mods. Port Audio Gen Config
2015-02-10 18:48:34 -06:00
David Freese 0fd3cc445d Combobox Add to List
* add to list when user enters a value
2014-08-29 03:26:33 -05:00
David Freese 04808d20fa ComboBox
* remove readonly attribute for input contol
2014-08-29 03:12:54 -05:00
David Freese 8fef9bbc7e combobox-listbox
* Update to combobox, Fl_ComboBox
  * Addition of listbox, Fl_ListBox
2014-08-29 03:04:34 -05:00
David Freese d244947923 Headers update
* updated all headers to reflect correct licensing
2014-08-29 02:49:51 -05:00
David Freese 4cb619d4fb Combo update
* Updated combo box widget class
2012-09-01 18:09:18 -05:00
David Freese 909f3fabb0 Main Panel Controls Colors-Fonts
* Add user configuration items to allow
    customizing fonts and colors for all
    widgets on main display
2012-06-14 08:32:29 -05:00
David Freese 7e1c6cdb2b Build correction
Corrected combo.cxx to account for ambiguous include file
  referencing which caused compile failure on target systems.
2010-10-13 06:41:38 -05:00
David Freese bfa18df459 Version 3.21.0AM
Alpha release - added #include "config.h" to src/combo/combo.cxx
  Build distcheck failed without config.h line
2010-10-13 06:41:38 -05:00
David Freese 70ef8dbc6f Combo widget
Changed vertical size computation for combo box popup
2010-08-03 18:31:49 -05:00
Stelios Bounanos cc957f37cf Update copyright headers
* Relicense: GPLv2+ -> GPLv3+
  * Update authors' copyright notices
2010-03-01 13:09:16 +00:00
Stelios Bounanos 2a14309ac4 Fix Fl_ComboBox
* value method should set index
  * add size method
2009-12-18 14:53:30 +00:00
Stelios Bounanos f7309ef24b Make the combo box popup modal
The popup browser window needs to be modal so that it is displayed
correctly when its parent window is also modal.
2009-04-23 23:43:34 +01:00
Stelios Bounanos 9d566564c4 Clean up headers 2009-04-12 23:57:17 +01:00
Stelios Bounanos 3eeb6391c5 Fl_ComboBox changes
* Increase maximum popup size slightly
* Use index value to scroll browser on popup
* Don't dismiss the popup if nothing has been selected, e.g.  when
  pressing mouse-1 on the scrollbar and releasing it inside the item list)
* Set index variable in Fl_ComboBox::index(int)
* Make the index zero-based
2008-11-07 04:56:14 +00:00
Stelios Bounanos 685f7dfa9a Fix combo browser label 2008-10-29 01:17:42 +00:00
Stelios Bounanos 09b75d7ae0 Upstream version 3.04AL 2008-10-12 07:35:04 +01:00
Stelios Bounanos 00fab81d89 Upstream version 3.04AG 2008-10-03 13:15:08 +01:00
Stelios Bounanos 3cdd28273f Upstream version 3.03AH 2008-09-02 17:45:10 +01:00
Stelios Bounanos c8633a8381 Upstream version 2.062 2007-12-11 03:36:51 +00:00
Stelios Bounanos e229f2849c Upstream version 2.05c 2007-12-01 04:29:52 +00:00
Stelios Bounanos e672295140 Upstream version 2.05b 2007-11-28 22:32:50 +00:00
Stelios Bounanos a140f84608 Upstream version 1.35o 2007-06-22 23:27:16 +01:00
Stelios Bounanos 9621790078 Upstream version 1.34 2007-06-22 23:10:49 +01:00
Stelios Bounanos 4d5c3d4768 Upstream version 1.33 2007-06-22 23:04:50 +01:00