mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-09-16 Fred Gleason <fredg@paravelsystems.com>
* Removed the vestigal 'Hot Keys' capability. * Modified the 'Start on SpaceBar' action in rdairplay(1) so as to activate upon *release* of the spacebar. * Fixed a regression that broke the Alt-X keybinding in rdairplay(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
#define RDAIRPLAY_H
|
||||
|
||||
#include <rdemptycart.h>
|
||||
#include <rdhotkeylist.h>
|
||||
#include <rdhotkeys.h>
|
||||
#include <rdinstancelock.h>
|
||||
#include <rdmainwindow.h>
|
||||
#include <rdmeterstrip.h>
|
||||
@@ -86,7 +84,6 @@ class MainWidget : public RDMainWindow
|
||||
void transportChangedData();
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *e);
|
||||
void keyReleaseEvent(QKeyEvent *e);
|
||||
void closeEvent(QCloseEvent *);
|
||||
void resizeEvent(QResizeEvent *e);
|
||||
@@ -158,9 +155,6 @@ class MainWidget : public RDMainWindow
|
||||
QDateTime air_startup_datetime;
|
||||
QPixmap *air_refresh_pixmap;
|
||||
QString air_editor_cmd;
|
||||
int keystrokecount;
|
||||
bool AltKeyHit ;
|
||||
bool CtrlKeyHit;
|
||||
QFont air_message_fonts[AIR_MESSAGE_FONT_QUANTITY];
|
||||
QFontMetrics *air_message_metrics[AIR_MESSAGE_FONT_QUANTITY];
|
||||
int air_audio_channels[RDAirPlayConf::LastChannel];
|
||||
@@ -177,8 +171,6 @@ class MainWidget : public RDMainWindow
|
||||
RDEmptyCart *air_empty_cart;
|
||||
RDCartDialog *air_cart_dialog;
|
||||
RDEventPlayer *air_event_player;
|
||||
RDHotKeyList *air_keylist;
|
||||
RDHotkeys *air_hotkeys;
|
||||
TopStrip *air_top_strip;
|
||||
QLabel *air_bug_label;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user