2019-01-07 Fred Gleason <fredg@paravelsystems.com>

* Removed 'apis/rlm/'.
	* Removed the 'Edit Now & Next' button from the 'Configure RDAirPlay'
	dialog in rdadmin(1).
	* Removed RLM support from rdairplay(1) and rdvairplayd(8).
	* Removed v1.x legacy PAD update support from rdairplay(1).
	* Dropped the 'NOWNEXT_PLUGINS' table from the database.
	* Dropped the 'LOG_MACHINES.UDP_ADDR' field from the database.
	* Dropped the 'LOG_MACHINES.UDP_PORT' field from the database.
	* Dropped the 'LOG_MACHINES.UDP_STRING' field from the database.
	* Dropped the 'LOG_MACHINES.LOG_RML' field from the database.
	* Incremented the database version to 305.
This commit is contained in:
Fred Gleason
2019-01-08 10:55:36 -05:00
parent dfc2e86505
commit c85e16c0a2
41 changed files with 245 additions and 2761 deletions

View File

@@ -32,7 +32,6 @@
#include <qtimer.h>
#include <qsignalmapper.h>
#include <qpalette.h>
#include <q3socketdevice.h>
#include <qpixmap.h>
#include <qsplashscreen.h>
#include <qfontmetrics.h>
@@ -48,7 +47,6 @@
#include <rdplay_deck.h>
#include <rdpushbutton.h>
#include <rdripc.h>
#include <rdrlmhost.h>
#include <rdsound_panel.h>
#include <rdstereometer.h>
#include <rdttydevice.h>
@@ -200,8 +198,6 @@ class MainWidget : public QWidget
RDLabel *air_refresh_label;
QPixmap *air_refresh_pixmap;
QString air_editor_cmd;
Q3SocketDevice *air_nownext_socket;
std::vector<RDRLMHost *> air_plugin_hosts;
QSplashScreen *air_splash_screen;
int keystrokecount;
bool AltKeyHit ;
@@ -220,7 +216,6 @@ class MainWidget : public QWidget
RDAirPlayConf::GpioType air_channel_gpio_types[RDAirPlayConf::LastChannel];
std::map<unsigned,QTimer *> air_channel_timers[2];
RDEmptyCart *air_empty_cart;
RDCae *air_cae;
};