]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.h
Fix title duration, keeping compatibility with Kdenlive 0.92
[kdenlive] / src / kdenlivesettingsdialog.h
index e305d8701a78d176f433b760fff7e8152870fd45..e54df0c166385cf31aee7d0582f9a19c7b165321 100644 (file)
@@ -53,10 +53,8 @@ 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();
@@ -65,12 +63,23 @@ private slots:
     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 slotEditVideo4LinuxProfile();
+    void slotReloadBlackMagic();
 
 private:
     KPageWidgetItem *m_page1;
@@ -101,6 +110,7 @@ private:
     void saveTranscodeProfiles();
     void loadCurrentV4lProfileInfo();
     void saveCurrentV4lProfile();
+    void loadEncodingProfiles();
 
 signals:
     void customChanged();