]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Cleanup dvgrab group capture
[kdenlive] / src / mainwindow.h
index 6bc6f7df520caa80c8d0e602acde6907e322670c..7bec3fc84af0d01e043fa3fb8adf270192f0e9ea 100644 (file)
@@ -305,9 +305,7 @@ private:
     void loadLayouts();
 
     StopmotionWidget *m_stopmotion;
-
-    /** @brief UI for backup dialog. */
-    Ui::BackupDialog_UI *m_backup_ui;
+    QTime m_timer;
 
 public slots:
     /** @brief Prepares opening @param url.
@@ -349,7 +347,6 @@ private slots:
     /** @brief Reflects setting changes to the GUI. */
     void updateConfiguration();
     void slotConnectMonitors();
-    void slotRaiseMonitor(AbstractMonitor *monitor);
     void slotUpdateClip(const QString &id);
     void slotUpdateMousePosition(int pos);
     void slotAddEffect(const QDomElement effect);
@@ -414,6 +411,7 @@ private slots:
     void slotAddVideoEffect(QAction *result);
     void slotAddTransition(QAction *result);
     void slotAddProjectClip(KUrl url);
+    void slotAddProjectClipList(KUrl::List urls);
     void slotShowClipProperties(DocClipBase *clip);
     void slotShowClipProperties(QList <DocClipBase *>cliplist, QMap<QString, QString> commonproperties);
     void slotActivateEffectStackView(ClipItem* item = NULL, int ix = -1, bool raise = true);
@@ -447,7 +445,7 @@ private slots:
 
     void slotAdjustClipMonitor();
     void slotAdjustProjectMonitor();
-    void slotSaveZone(Render *render, QPoint zone);
+    void slotSaveZone(Render *render, QPoint zone, DocClipBase *baseClip = NULL, KUrl path = KUrl());
 
     void slotSetInPoint();
     void slotSetOutPoint();
@@ -545,9 +543,14 @@ private slots:
     /** @brief Insert current project's timecode into the notes widget. */
     void slotInsertNotesTimecode();
     /** @brief Open the project's backupdialog. */
-    void slotOpenBackupDialog();
-    /** @brief Display chosen backup thumbnail. */
-    void slotDisplayBackupPreview();
+    void slotOpenBackupDialog(const KUrl url = KUrl());
+    /** @brief Make sure to block clip monitor before deleting a clip's producer. */
+    void slotBlockClipMonitor(const QString id);
+    /** @brief Disable proxies for this project. */
+    void slotDisableProxies();
+
+    void slotElapsedTime();
+
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);
 };