X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkdenlivesettingsdialog.h;h=f00a32faa89d95f3e5853ac50a3154bdaf925732;hb=4f9bd66f4c236423b440b10ae1e543d162cec0ed;hp=e305d8701a78d176f433b760fff7e8152870fd45;hpb=ac5f5c9f6d4bdffeb76f3f2098b80f27bc532606;p=kdenlive diff --git a/src/kdenlivesettingsdialog.h b/src/kdenlivesettingsdialog.h index e305d870..f00a32fa 100644 --- a/src/kdenlivesettingsdialog.h +++ b/src/kdenlivesettingsdialog.h @@ -21,8 +21,6 @@ #ifndef KDENLIVESETTINGSDIALOG_H #define KDENLIVESETTINGSDIALOG_H -#include - #include #include #include @@ -53,24 +51,34 @@ protected slots: private slots: void slotUpdateDisplay(); -#ifndef NO_JOGSHUTTLE void slotCheckShuttle(int state = 0); void slotUpdateShuttleDevice(int ix = 0); -#endif /* NO_JOGSHUTTLE */ void slotEditImageApplication(); void slotEditAudioApplication(); void slotEditVideoApplication(); void slotReadAudioDevices(); - void slotUpdateRmdRegionStatus(); + void slotUpdateGrabRegionStatus(); void slotCheckAlsaDriver(); void slotAddTranscode(); void slotDeleteTranscode(); + /** @brief Update current transcoding profile. */ + void slotUpdateTranscodingProfile(); + /** @brief Enable / disable the update profile button. */ + void slotEnableTranscodeUpdate(); + /** @brief Update display of current transcoding profile parameters. */ + void slotSetTranscodeProfile(); void slotShuttleModified(); void slotDialogModified(); void slotEnableCaptureFolder(); - void slotUpdateHDMIModes(); void slotUpdatev4lDevice(); void slotUpdatev4lCaptureProfile(); + void slotManageEncodingProfile(); + void slotUpdateDecklinkProfile(int ix = 0); + void slotUpdateProxyProfile(int ix = 0); + void slotUpdateV4lProfile(int ix = 0); + void slotUpdateGrabProfile(int ix = 0); + void slotEditVideo4LinuxProfile(); + void slotReloadBlackMagic(); private: KPageWidgetItem *m_page1; @@ -101,6 +109,7 @@ private: void saveTranscodeProfiles(); void loadCurrentV4lProfileInfo(); void saveCurrentV4lProfile(); + void loadEncodingProfiles(); signals: void customChanged();