]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / kdenlivesettingsdialog.h
index 1f06efc7648ee845c9adcfed6aab66b6890aa1f5..24da04f82cb833658b9fa4125d47ab34e9ccb05d 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef KDENLIVESETTINGSDIALOG_H
 #define KDENLIVESETTINGSDIALOG_H
 
-#include <QDialog>
-
 #include <QMap>
 #include <KConfigDialog>
 #include <KProcess>
@@ -53,24 +51,35 @@ protected slots:
 
 private slots:
     void slotUpdateDisplay();
-    void rebuildVideo4Commands();
-#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();
+    void slotReloadShuttleDevices();
 
 private:
     KPageWidgetItem *m_page1;
@@ -99,6 +108,10 @@ private:
     void initDevices();
     void loadTranscodeProfiles();
     void saveTranscodeProfiles();
+    void loadCurrentV4lProfileInfo();
+    void saveCurrentV4lProfile();
+    void loadEncodingProfiles();
+    void setupJogshuttleBtns(QString device);
 
 signals:
     void customChanged();