mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2018-05-21 Fred Gleason <fredg@paravelsystems.com>
* Added an 'AUDIO_CARDS' table to the database. * Dropped the 'STATIONS.CARD<n>_DRIVER', 'STATIONS.CARD<n>NAME', 'STATIONS.CARD<n>_INPUTS' and 'STATIONS.CARD<n>OUTPUTS' fields from the database. * Incremented the database version to 282. * Added an 'AUDIO_CARDS.CLOCK_SOURCE' field to the database. * Added an 'AUDIO_INPUTS' table to the database. * Added an 'AUDIO_OUTPUTS' table to the database. * Dropped the 'AUDIO_PORTS' table from the database. * Incremented the database version to 283. * Changed the legend on the 'Audio Ports' button to 'ASI Audio Ports' on the 'Edit Host' dialog in rdadmin(1). * Changed the title of the 'Configure Audio Ports' dialog to 'Configure AudioScience Audio Ports' on the 'Edit Host' dialog in rdadmin(1).
This commit is contained in:
@@ -402,7 +402,7 @@ EditStation::EditStation(QString sname,QWidget *parent)
|
||||
//
|
||||
station_audioports_button=new QPushButton(this);
|
||||
station_audioports_button->setFont(font);
|
||||
station_audioports_button->setText(tr("Audio\nPorts"));
|
||||
station_audioports_button->setText(tr("ASI Audio\nPorts"));
|
||||
connect(station_audioports_button,SIGNAL(clicked()),
|
||||
this,SLOT(editAudioData()));
|
||||
|
||||
|
Reference in New Issue
Block a user