New upstream version 21.1.2+dfsg1
This commit is contained in:
parent
baafb6325b
commit
665f64a933
152 changed files with 3957 additions and 356 deletions
|
|
@ -186,6 +186,9 @@ private:
|
|||
QPointer<QAction> exit;
|
||||
QPointer<QMenu> trayMenu;
|
||||
|
||||
QPointer<QMenu> multiviewProjectorMenu;
|
||||
void UpdateMultiviewProjectorMenu();
|
||||
|
||||
void DrawBackdrop(float cx, float cy);
|
||||
|
||||
void SetupEncoders();
|
||||
|
|
@ -196,7 +199,7 @@ private:
|
|||
void UpdateVolumeControlsDecayRate();
|
||||
void ClearVolumeControls();
|
||||
|
||||
void UploadLog(const char *file);
|
||||
void UploadLog(const char *subdir, const char *file);
|
||||
|
||||
void Save(const char *file);
|
||||
void Load(const char *file);
|
||||
|
|
@ -586,6 +589,9 @@ private slots:
|
|||
void on_actionViewCurrentLog_triggered();
|
||||
void on_actionCheckForUpdates_triggered();
|
||||
|
||||
void on_actionShowCrashLogs_triggered();
|
||||
void on_actionUploadLastCrashLog_triggered();
|
||||
|
||||
void on_actionEditTransform_triggered();
|
||||
void on_actionCopyTransform_triggered();
|
||||
void on_actionPasteTransform_triggered();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue