2018-11-30 Fred Gleason <fredg@paravelsystems.com>

* Added a 'STATIONS.REPORT_EDITOR_PATH' field to the database.
	* Incremented the database version to 302.
	* Added a 'Report Editor' control to the 'Edit Host' dialog in
	rdadmin(1).
	* Modified the report generator to use the editor specified in the
	'Report Editor' control rather than than the value of the $VISUAL
	environmental variable.
This commit is contained in:
Fred Gleason
2018-11-30 07:52:56 -05:00
parent dbc7d4e327
commit 6eab09f51c
20 changed files with 232 additions and 88 deletions

View File

@@ -90,8 +90,10 @@ class EditStation : public QDialog
QComboBox *station_default_name_edit;
QLabel *station_address_label;
QLineEdit *station_address_edit;
QLabel *station_editor_cmd_label;
QLineEdit *station_editor_cmd_edit;
QLabel *station_audio_editor_label;
QLineEdit *station_audio_editor_edit;
QLabel *station_report_editor_label;
QLineEdit *station_report_editor_edit;
QLabel *station_timeoffset_label;
QSpinBox *station_timeoffset_box;
QLabel *station_startup_cart_label;