]> git.sesse.net Git - kdenlive/blob - src/mainwindow.cpp
Use enum instead of string to identify monitors
[kdenlive] / src / mainwindow.cpp
1 /***************************************************************************
2  *   Copyright (C) 2007 by Jean-Baptiste Mardelle (jb@kdenlive.org)        *
3  *                                                                         *
4  *   This program is free software; you can redistribute it and/or modify  *
5  *   it under the terms of the GNU General Public License as published by  *
6  *   the Free Software Foundation; either version 2 of the License, or     *
7  *   (at your option) any later version.                                   *
8  *                                                                         *
9  *   This program is distributed in the hope that it will be useful,       *
10  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
11  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
12  *   GNU General Public License for more details.                          *
13  *                                                                         *
14  *   You should have received a copy of the GNU General Public License     *
15  *   along with this program; if not, write to the                         *
16  *   Free Software Foundation, Inc.,                                       *
17  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
18  ***************************************************************************/
19
20
21 #include "mainwindow.h"
22 #include "mainwindowadaptor.h"
23 #include "kdenlivesettings.h"
24 #include "kdenlivesettingsdialog.h"
25 #include "initeffects.h"
26 #include "profilesdialog.h"
27 #include "projectsettings.h"
28 #include "events.h"
29 #include "clipmanager.h"
30 #include "projectlist.h"
31 #include "monitor.h"
32 #include "recmonitor.h"
33 #include "monitormanager.h"
34 #include "kdenlivedoc.h"
35 #include "trackview.h"
36 #include "customtrackview.h"
37 #include "effectslistview.h"
38 #include "effectstackview.h"
39 #include "transitionsettings.h"
40 #include "renderwidget.h"
41 #include "renderer.h"
42 #ifdef USE_JOGSHUTTLE
43 #include "jogshuttle.h"
44 #include "jogaction.h"
45 #include "jogshuttleconfig.h"
46 #endif
47 #include "clipproperties.h"
48 #include "wizard.h"
49 #include "commands/editclipcommand.h"
50 #include "titlewidget.h"
51 #include "markerdialog.h"
52 #include "clipitem.h"
53 #include "interfaces.h"
54 #include "config-kdenlive.h"
55 #include "cliptranscode.h"
56 #include "ui_templateclip_ui.h"
57 #include "scopes/scopemanager.h"
58 #include "scopes/colorscopes/vectorscope.h"
59 #include "scopes/colorscopes/waveform.h"
60 #include "scopes/colorscopes/rgbparade.h"
61 #include "scopes/colorscopes/histogram.h"
62 #include "scopes/audioscopes/audiosignal.h"
63 #include "scopes/audioscopes/audiospectrum.h"
64 #include "scopes/audioscopes/spectrogram.h"
65 #include "archivewidget.h"
66 #include "databackup/backupwidget.h"
67 #include "utils/resourcewidget.h"
68
69
70 #include <KApplication>
71 #include <KAction>
72 #include <KLocale>
73 #include <KGlobal>
74 #include <KActionCollection>
75 #include <KActionCategory>
76 #include <KStandardAction>
77 #include <KShortcutsDialog>
78 #include <KFileDialog>
79 #include <KMessageBox>
80 #include <KDebug>
81 #include <KIO/NetAccess>
82 #include <KSaveFile>
83 #include <KRuler>
84 #include <KConfigDialog>
85 #include <KXMLGUIFactory>
86 #include <KStatusBar>
87 #include <kstandarddirs.h>
88 #include <KUrlRequesterDialog>
89 #include <KTemporaryFile>
90 #include <KProcess>
91 #include <KActionMenu>
92 #include <KMenu>
93 #include <ktogglefullscreenaction.h>
94 #include <KFileItem>
95 #include <KNotification>
96 #include <KNotifyConfigWidget>
97 #if KDE_IS_VERSION(4,3,80)
98 #include <knewstuff3/downloaddialog.h>
99 #include <knewstuff3/knewstuffaction.h>
100 #else
101 #include <knewstuff2/engine.h>
102 #include <knewstuff2/ui/knewstuffaction.h>
103 #define KNS3 KNS
104 #endif
105 #include <KToolBar>
106 #include <KColorScheme>
107 #include <KProgressDialog>
108
109 #include <QTextStream>
110 #include <QTimer>
111 #include <QAction>
112 #include <QKeyEvent>
113 #include <QInputDialog>
114 #include <QDesktopWidget>
115 #include <QBitmap>
116
117 #include <stdlib.h>
118 #include <locale.h>
119
120 // Uncomment for deeper debugging
121 //#define DEBUG_MAINW
122
123 #ifdef DEBUG_MAINW
124 #include <QDebug>
125 #endif
126
127 static const char version[] = VERSION;
128
129 static const int ID_TIMELINE_POS = 0;
130 namespace Mlt
131 {
132 class Producer;
133 };
134
135 Q_DECLARE_METATYPE(QVector<int16_t>)
136
137
138 EffectsList MainWindow::videoEffects;
139 EffectsList MainWindow::audioEffects;
140 EffectsList MainWindow::customEffects;
141 EffectsList MainWindow::transitions;
142
143 MainWindow::MainWindow(const QString &MltPath, const KUrl & Url, const QString & clipsToLoad, QWidget *parent) :
144     KXmlGuiWindow(parent),
145     m_activeDocument(NULL),
146     m_activeTimeline(NULL),
147     m_recMonitor(NULL),
148     m_renderWidget(NULL),
149 #ifdef USE_JOGSHUTTLE
150     m_jogProcess(NULL),
151     m_jogShuttle(NULL),
152 #endif
153     m_findActivated(false),
154     m_stopmotion(NULL)
155 {
156     qRegisterMetaType<QVector<int16_t> > ();
157     qRegisterMetaType<stringMap> ("stringMap");
158     qRegisterMetaType<audioByteArray> ("audioByteArray");
159
160     // Init locale
161     QLocale systemLocale = QLocale();
162     setlocale(LC_NUMERIC, NULL);
163     char *separator = localeconv()->decimal_point;
164     if (separator != systemLocale.decimalPoint()) {
165         kDebug()<<"------\n!!! system locale is not similar to Qt's locale... be prepared for bugs!!!\n------";
166         // HACK: There is a locale conflict, so set locale to at least have correct decimal point
167         if (strncmp(separator, ".", 1) == 0) systemLocale = QLocale::c();
168         else if (strncmp(separator, ",", 1) == 0) systemLocale = QLocale("fr_FR.UTF-8");
169     }
170
171     systemLocale.setNumberOptions(QLocale::OmitGroupSeparator);
172     QLocale::setDefault(systemLocale);
173
174     // Create DBus interface
175     new MainWindowAdaptor(this);
176     QDBusConnection dbus = QDBusConnection::sessionBus();
177     dbus.registerObject("/MainWindow", this);
178
179     if (!KdenliveSettings::colortheme().isEmpty()) slotChangePalette(NULL, KdenliveSettings::colortheme());
180     setFont(KGlobalSettings::toolBarFont());
181     parseProfiles(MltPath);
182     KdenliveSettings::setCurrent_profile(KdenliveSettings::default_profile());
183     m_commandStack = new QUndoGroup;
184     setDockNestingEnabled(true);
185     m_timelineArea = new KTabWidget(this);
186     m_timelineArea->setTabReorderingEnabled(true);
187     m_timelineArea->setTabBarHidden(true);
188     m_timelineArea->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
189     m_timelineArea->setMinimumHeight(200);
190
191     QToolButton *closeTabButton = new QToolButton;
192     connect(closeTabButton, SIGNAL(clicked()), this, SLOT(closeCurrentDocument()));
193     closeTabButton->setIcon(KIcon("tab-close"));
194     closeTabButton->adjustSize();
195     closeTabButton->setToolTip(i18n("Close the current tab"));
196     m_timelineArea->setCornerWidget(closeTabButton);
197     //connect(m_timelineArea, SIGNAL(currentChanged(int)), this, SLOT(activateDocument()));
198
199     connect(&m_findTimer, SIGNAL(timeout()), this, SLOT(findTimeout()));
200     m_findTimer.setSingleShot(true);
201
202     // FIXME: the next call returns a newly allocated object, which leaks
203     initEffects::parseEffectFiles();
204     //initEffects::parseCustomEffectsFile();
205
206     m_monitorManager = new MonitorManager();
207
208     m_shortcutRemoveFocus = new QShortcut(QKeySequence("Esc"), this);
209     connect(m_shortcutRemoveFocus, SIGNAL(activated()), this, SLOT(slotRemoveFocus()));
210
211
212     /// Add Widgets ///
213
214     m_projectListDock = new QDockWidget(i18n("Project Tree"), this);
215     m_projectListDock->setObjectName("project_tree");
216     m_projectList = new ProjectList();
217     m_projectListDock->setWidget(m_projectList);
218     addDockWidget(Qt::TopDockWidgetArea, m_projectListDock);
219
220     m_clipMonitorDock = new QDockWidget(i18n("Clip Monitor"), this);
221     m_clipMonitorDock->setObjectName("clip_monitor");
222     m_clipMonitor = new Monitor(Kdenlive::clipMonitor, m_monitorManager, QString(), m_timelineArea);
223     m_clipMonitorDock->setWidget(m_clipMonitor);
224
225     // Connect the project list
226     connect(m_projectList, SIGNAL(clipSelected(DocClipBase *, QPoint, bool)), m_clipMonitor, SLOT(slotSetClipProducer(DocClipBase *, QPoint, bool)));
227     connect(m_projectList, SIGNAL(raiseClipMonitor()), m_clipMonitor, SLOT(activateMonitor()));
228     connect(m_projectList, SIGNAL(loadingIsOver()), this, SLOT(slotElapsedTime()));
229     connect(m_projectList, SIGNAL(displayMessage(const QString&, int)), this, SLOT(slotGotProgressInfo(const QString&, int)));
230     connect(m_projectList, SIGNAL(updateRenderStatus()), this, SLOT(slotCheckRenderStatus()));
231     connect(m_projectList, SIGNAL(clipNeedsReload(const QString&)),this, SLOT(slotUpdateClip(const QString &)));
232     connect(m_projectList, SIGNAL(updateProfile(const QString &)), this, SLOT(slotUpdateProjectProfile(const QString &)));
233     connect(m_projectList, SIGNAL(refreshClip(const QString &, bool)), m_monitorManager, SLOT(slotRefreshCurrentMonitor(const QString &)));
234     connect(m_projectList, SIGNAL(findInTimeline(const QString&)), this, SLOT(slotClipInTimeline(const QString&)));
235     connect(m_clipMonitor, SIGNAL(zoneUpdated(QPoint)), m_projectList, SLOT(slotUpdateClipCut(QPoint)));
236     connect(m_clipMonitor, SIGNAL(extractZone(const QString &, QPoint)), m_projectList, SLOT(slotCutClipJob(const QString &, QPoint)));
237
238     m_projectMonitorDock = new QDockWidget(i18n("Project Monitor"), this);
239     m_projectMonitorDock->setObjectName("project_monitor");
240     m_projectMonitor = new Monitor(Kdenlive::projectMonitor, m_monitorManager, QString());
241     m_projectMonitorDock->setWidget(m_projectMonitor);
242
243 #ifndef Q_WS_MAC
244     m_recMonitorDock = new QDockWidget(i18n("Record Monitor"), this);
245     m_recMonitorDock->setObjectName("record_monitor");
246     m_recMonitor = new RecMonitor(Kdenlive::recordMonitor, m_monitorManager);
247     m_recMonitorDock->setWidget(m_recMonitor);
248     connect(m_recMonitor, SIGNAL(addProjectClip(KUrl)), this, SLOT(slotAddProjectClip(KUrl)));
249     connect(m_recMonitor, SIGNAL(addProjectClipList(KUrl::List)), this, SLOT(slotAddProjectClipList(KUrl::List)));
250     connect(m_recMonitor, SIGNAL(showConfigDialog(int, int)), this, SLOT(slotPreferences(int, int)));
251
252 #endif /* ! Q_WS_MAC */
253     m_monitorManager->initMonitors(m_clipMonitor, m_projectMonitor, m_recMonitor);
254
255     m_notesDock = new QDockWidget(i18n("Project Notes"), this);
256     m_notesDock->setObjectName("notes_widget");
257     m_notesWidget = new NotesWidget();
258     connect(m_notesWidget, SIGNAL(insertNotesTimecode()), this, SLOT(slotInsertNotesTimecode()));
259     connect(m_notesWidget, SIGNAL(seekProject(int)), m_projectMonitor->render, SLOT(seekToFrame(int)));
260
261     m_notesWidget->setTabChangesFocus(true);
262 #if KDE_IS_VERSION(4,4,0)
263     m_notesWidget->setClickMessage(i18n("Enter your project notes here ..."));
264 #endif
265     m_notesDock->setWidget(m_notesWidget);
266     addDockWidget(Qt::TopDockWidgetArea, m_notesDock);
267
268     m_effectStackDock = new QDockWidget(i18n("Effect Stack"), this);
269     m_effectStackDock->setObjectName("effect_stack");
270     m_effectStack = new EffectStackView(m_projectMonitor);
271     m_effectStackDock->setWidget(m_effectStack);
272     addDockWidget(Qt::TopDockWidgetArea, m_effectStackDock);
273     connect(m_effectStack, SIGNAL(startFilterJob(ItemInfo, const QString&,const QString&,const QString&,const QString&,const QString&,const QString&,const QString&)), m_projectList, SLOT(slotStartFilterJob(ItemInfo, const QString&,const QString&,const QString&,const QString&,const QString&,const QString&,const QString&)));
274
275     m_transitionConfigDock = new QDockWidget(i18n("Transition"), this);
276     m_transitionConfigDock->setObjectName("transition");
277     m_transitionConfig = new TransitionSettings(m_projectMonitor);
278     m_transitionConfigDock->setWidget(m_transitionConfig);
279     addDockWidget(Qt::TopDockWidgetArea, m_transitionConfigDock);
280
281     m_effectListDock = new QDockWidget(i18n("Effect List"), this);
282     m_effectListDock->setObjectName("effect_list");
283     m_effectList = new EffectsListView();
284     m_effectListDock->setWidget(m_effectList);
285     addDockWidget(Qt::TopDockWidgetArea, m_effectListDock);
286
287     m_scopeManager = new ScopeManager(m_monitorManager);
288     m_vectorscope = new Vectorscope();
289     m_vectorscopeDock = new QDockWidget(i18n("Vectorscope"), this);
290     m_vectorscopeDock->setObjectName(m_vectorscope->widgetName());
291     m_vectorscopeDock->setWidget(m_vectorscope);
292     addDockWidget(Qt::TopDockWidgetArea, m_vectorscopeDock);
293     m_scopeManager->addScope(m_vectorscope, m_vectorscopeDock);
294
295     m_waveform = new Waveform();
296     m_waveformDock = new QDockWidget(i18n("Waveform"), this);
297     m_waveformDock->setObjectName(m_waveform->widgetName());
298     m_waveformDock->setWidget(m_waveform);
299     addDockWidget(Qt::TopDockWidgetArea, m_waveformDock);
300     m_scopeManager->addScope(m_waveform, m_waveformDock);
301
302     m_RGBParade = new RGBParade();
303     m_RGBParadeDock = new QDockWidget(i18n("RGB Parade"), this);
304     m_RGBParadeDock->setObjectName(m_RGBParade->widgetName());
305     m_RGBParadeDock->setWidget(m_RGBParade);
306     addDockWidget(Qt::TopDockWidgetArea, m_RGBParadeDock);
307     m_scopeManager->addScope(m_RGBParade, m_RGBParadeDock);
308
309     m_histogram = new Histogram();
310     m_histogramDock = new QDockWidget(i18n("Histogram"), this);
311     m_histogramDock->setObjectName(m_histogram->widgetName());
312     m_histogramDock->setWidget(m_histogram);
313     addDockWidget(Qt::TopDockWidgetArea, m_histogramDock);
314     m_scopeManager->addScope(m_histogram, m_histogramDock);
315
316     m_audiosignal = new AudioSignal;
317     m_audiosignalDock = new QDockWidget(i18n("Audio Signal"), this);
318     m_audiosignalDock->setObjectName("audiosignal");
319     m_audiosignalDock->setWidget(m_audiosignal);
320     addDockWidget(Qt::TopDockWidgetArea, m_audiosignalDock);
321     m_scopeManager->addScope(m_audiosignal, m_audiosignalDock);
322
323     m_audioSpectrum = new AudioSpectrum();
324     m_audioSpectrumDock = new QDockWidget(i18n("AudioSpectrum"), this);
325     m_audioSpectrumDock->setObjectName(m_audioSpectrum->widgetName());
326     m_audioSpectrumDock->setWidget(m_audioSpectrum);
327     addDockWidget(Qt::TopDockWidgetArea, m_audioSpectrumDock);
328     m_scopeManager->addScope(m_audioSpectrum, m_audioSpectrumDock);
329
330     m_spectrogram = new Spectrogram();
331     m_spectrogramDock = new QDockWidget(i18n("Spectrogram"), this);
332     m_spectrogramDock->setObjectName(m_spectrogram->widgetName());
333     m_spectrogramDock->setWidget(m_spectrogram);
334     addDockWidget(Qt::TopDockWidgetArea, m_spectrogramDock);
335     m_scopeManager->addScope(m_spectrogram, m_spectrogramDock);
336
337     // Add monitors here to keep them at the right of the window
338     addDockWidget(Qt::TopDockWidgetArea, m_clipMonitorDock);
339     addDockWidget(Qt::TopDockWidgetArea, m_projectMonitorDock);
340 #ifndef Q_WS_MAC
341     addDockWidget(Qt::TopDockWidgetArea, m_recMonitorDock);
342 #endif
343
344     m_undoViewDock = new QDockWidget(i18n("Undo History"), this);
345     m_undoViewDock->setObjectName("undo_history");
346     m_undoView = new QUndoView();
347     m_undoView->setCleanIcon(KIcon("edit-clear"));
348     m_undoView->setEmptyLabel(i18n("Clean"));
349     m_undoViewDock->setWidget(m_undoView);
350     m_undoView->setGroup(m_commandStack);
351     addDockWidget(Qt::TopDockWidgetArea, m_undoViewDock);
352
353
354     setupActions();
355     connect(m_commandStack, SIGNAL(cleanChanged(bool)), m_saveAction, SLOT(setDisabled(bool)));
356
357
358     // Close non-general docks for the initial layout
359     // only show important ones
360     m_histogramDock->close();
361     m_RGBParadeDock->close();
362     m_waveformDock->close();
363     m_vectorscopeDock->close();
364
365     m_audioSpectrumDock->close();
366     m_spectrogramDock->close();
367     m_audiosignalDock->close();
368
369     m_undoViewDock->close();
370
371
372
373     /// Tabify Widgets ///
374     tabifyDockWidget(m_effectListDock, m_effectStackDock);
375     tabifyDockWidget(m_effectListDock, m_transitionConfigDock);
376     tabifyDockWidget(m_projectListDock, m_notesDock);
377
378     tabifyDockWidget(m_clipMonitorDock, m_projectMonitorDock);
379 #ifndef Q_WS_MAC
380     tabifyDockWidget(m_clipMonitorDock, m_recMonitorDock);
381 #endif
382
383
384
385
386     setCentralWidget(m_timelineArea);
387
388
389     m_fileOpenRecent = KStandardAction::openRecent(this, SLOT(openFile(const KUrl &)), actionCollection());
390     readOptions();
391     m_fileRevert = KStandardAction::revert(this, SLOT(slotRevert()), actionCollection());
392     m_fileRevert->setEnabled(false);
393
394     // Prepare layout actions
395     KActionCategory *layoutActions = new KActionCategory(i18n("Layouts"), actionCollection());
396     m_loadLayout = new KSelectAction(i18n("Load Layout"), actionCollection());
397     for (int i = 1; i < 5; i++) {
398         KAction *load = new KAction(KIcon(), i18n("Layout %1").arg(i), this);
399         load->setData("_" + QString::number(i));
400         layoutActions->addAction("load_layout" + QString::number(i), load);
401         m_loadLayout->addAction(load);
402         KAction *save = new KAction(KIcon(), i18n("Save As Layout %1").arg(i), this);
403         save->setData("_" + QString::number(i));
404         layoutActions->addAction("save_layout" + QString::number(i), save);
405     }
406     layoutActions->addAction("load_layouts", m_loadLayout);
407     connect(m_loadLayout, SIGNAL(triggered(QAction*)), this, SLOT(slotLoadLayout(QAction*)));
408
409     KAction *action;
410     // Stop motion actions. Beware of the order, we MUST use the same order in stopmotion/stopmotion.cpp
411     m_stopmotion_actions = new KActionCategory(i18n("Stop Motion"), actionCollection());
412     action = new KAction(KIcon("media-record"), i18n("Capture frame"), this);
413     //action->setShortcutContext(Qt::WidgetWithChildrenShortcut);
414     m_stopmotion_actions->addAction("stopmotion_capture", action);
415     action = new KAction(i18n("Switch live / captured frame"), this);
416     //action->setShortcutContext(Qt::WidgetWithChildrenShortcut);
417     m_stopmotion_actions->addAction("stopmotion_switch", action);
418     action = new KAction(KIcon("edit-paste"), i18n("Show last frame over video"), this);
419     action->setCheckable(true);
420     action->setChecked(false);
421     m_stopmotion_actions->addAction("stopmotion_overlay", action);
422
423     // Build effects menu
424     m_effectsMenu = new QMenu(i18n("Add Effect"));
425     m_effectActions = new KActionCategory(i18n("Effects"), actionCollection());
426     m_effectList->reloadEffectList(m_effectsMenu, m_effectActions);
427     m_effectsActionCollection->readSettings();
428
429     setupGUI();
430
431     // Find QDockWidget tab bars and show / hide widget title bars on right click
432     QList <QTabBar *> tabs = findChildren<QTabBar *>();
433     for (int i = 0; i < tabs.count(); i++) {
434         tabs.at(i)->setContextMenuPolicy(Qt::CustomContextMenu);
435         connect(tabs.at(i), SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(slotSwitchTitles()));
436     }
437
438     /*ScriptingPart* sp = new ScriptingPart(this, QStringList());
439     guiFactory()->addClient(sp);*/
440     QMenu *trackMenu = (QMenu*)(factory()->container("track_menu", this));
441     if (trackMenu) trackMenu->addActions(m_tracksActionCollection->actions());
442
443
444     QMenu *saveLayout = (QMenu*)(factory()->container("layout_save_as", this));
445     if (saveLayout)
446         connect(saveLayout, SIGNAL(triggered(QAction*)), this, SLOT(slotSaveLayout(QAction*)));
447
448
449     // Load layout names from config file
450     loadLayouts();
451
452     loadPlugins();
453     loadTranscoders();
454     loadStabilize();
455
456     m_projectMonitor->setupMenu(static_cast<QMenu*>(factory()->container("monitor_go", this)), m_playZone, m_loopZone, NULL, m_loopClip);
457     m_clipMonitor->setupMenu(static_cast<QMenu*>(factory()->container("monitor_go", this)), m_playZone, m_loopZone, static_cast<QMenu*>(factory()->container("marker_menu", this)));
458
459     QMenu *clipInTimeline = static_cast<QMenu*>(factory()->container("clip_in_timeline", this));
460     clipInTimeline->setIcon(KIcon("go-jump"));
461         QHash<QString,QMenu*> menus;
462         menus.insert("addMenu",static_cast<QMenu*>(factory()->container("generators", this)));
463         menus.insert("extractAudioMenu",static_cast<QMenu*>(factory()->container("extract_audio", this)));
464         menus.insert("transcodeMenu",static_cast<QMenu*>(factory()->container("transcoders", this)));
465         menus.insert("stabilizeMenu",static_cast<QMenu*>(factory()->container("stabilize", this)));
466         menus.insert("inTimelineMenu",clipInTimeline);
467     m_projectList->setupGeneratorMenu(menus);
468
469     // build themes menus
470     QMenu *themesMenu = static_cast<QMenu*>(factory()->container("themes_menu", this));
471     QActionGroup *themegroup = new QActionGroup(this);
472     themegroup->setExclusive(true);
473     action = new KAction(i18n("Default"), this);
474     action->setCheckable(true);
475     themegroup->addAction(action);
476     if (KdenliveSettings::colortheme().isEmpty()) action->setChecked(true);
477
478     const QStringList schemeFiles = KGlobal::dirs()->findAllResources("data", "color-schemes/*.colors", KStandardDirs::NoDuplicates);
479
480     for (int i = 0; i < schemeFiles.size(); ++i) {
481         // get the file name
482         const QString filename = schemeFiles.at(i);
483         const QFileInfo info(filename);
484
485         // add the entry
486         KSharedConfigPtr config = KSharedConfig::openConfig(filename);
487         QIcon icon = createSchemePreviewIcon(config);
488         KConfigGroup group(config, "General");
489         const QString name = group.readEntry("Name", info.baseName());
490         action = new KAction(name, this);
491         action->setData(filename);
492         action->setIcon(icon);
493         action->setCheckable(true);
494         themegroup->addAction(action);
495         if (KdenliveSettings::colortheme() == filename) action->setChecked(true);
496     }
497
498     /*KGlobal::dirs()->addResourceDir("themes", KStandardDirs::installPath("data") + QString("kdenlive/themes"));
499     QStringList themes = KGlobal::dirs()->findAllResources("themes", QString(), KStandardDirs::Recursive | KStandardDirs::NoDuplicates);
500     for (QStringList::const_iterator it = themes.constBegin(); it != themes.constEnd(); ++it)
501     {
502     QFileInfo fi(*it);
503         action = new QAction(fi.fileName(), this);
504         action->setData(*it);
505     action->setCheckable(true);
506     themegroup->addAction(action);
507     if (KdenliveSettings::colortheme() == *it) action->setChecked(true);
508     }*/
509     themesMenu->addActions(themegroup->actions());
510     connect(themesMenu, SIGNAL(triggered(QAction *)), this, SLOT(slotChangePalette(QAction*)));
511
512     // Setup and fill effects and transitions menus.
513
514
515     QMenu *m = static_cast<QMenu*>(factory()->container("video_effects_menu", this));
516     m->addActions(m_effectsMenu->actions());
517
518
519     m_transitionsMenu = new QMenu(i18n("Add Transition"), this);
520     for (int i = 0; i < transitions.count(); ++i)
521         m_transitionsMenu->addAction(m_transitions[i]);
522
523     connect(m, SIGNAL(triggered(QAction *)), this, SLOT(slotAddVideoEffect(QAction *)));
524     connect(m_effectsMenu, SIGNAL(triggered(QAction *)), this, SLOT(slotAddVideoEffect(QAction *)));
525     connect(m_transitionsMenu, SIGNAL(triggered(QAction *)), this, SLOT(slotAddTransition(QAction *)));
526
527     m_effectStack->setMenu(m_effectsMenu);
528
529     QMenu *viewMenu = static_cast<QMenu*>(factory()->container("dockwindows", this));
530     const QList<QAction *> viewActions = createPopupMenu()->actions();
531     viewMenu->insertActions(NULL, viewActions);
532
533     m_timelineContextMenu = new QMenu(this);
534     m_timelineContextClipMenu = new QMenu(this);
535     m_timelineContextTransitionMenu = new QMenu(this);
536
537     m_timelineContextMenu->addAction(actionCollection()->action("insert_space"));
538     m_timelineContextMenu->addAction(actionCollection()->action("delete_space"));
539     m_timelineContextMenu->addAction(actionCollection()->action(KStandardAction::name(KStandardAction::Paste)));
540
541     m_timelineContextClipMenu->addAction(actionCollection()->action("clip_in_project_tree"));
542     //m_timelineContextClipMenu->addAction(actionCollection()->action("clip_to_project_tree"));
543     m_timelineContextClipMenu->addAction(actionCollection()->action("edit_item_duration"));
544     m_timelineContextClipMenu->addAction(actionCollection()->action("delete_item"));
545     m_timelineContextClipMenu->addSeparator();
546     m_timelineContextClipMenu->addAction(actionCollection()->action("group_clip"));
547     m_timelineContextClipMenu->addAction(actionCollection()->action("ungroup_clip"));
548     m_timelineContextClipMenu->addAction(actionCollection()->action("split_audio"));
549     m_timelineContextClipMenu->addSeparator();
550     m_timelineContextClipMenu->addAction(actionCollection()->action("cut_timeline_clip"));
551     m_timelineContextClipMenu->addAction(actionCollection()->action(KStandardAction::name(KStandardAction::Copy)));
552     m_timelineContextClipMenu->addAction(actionCollection()->action("paste_effects"));
553     m_timelineContextClipMenu->addSeparator();
554
555     QMenu *markersMenu = (QMenu*)(factory()->container("marker_menu", this));
556     m_timelineContextClipMenu->addMenu(markersMenu);
557     m_timelineContextClipMenu->addSeparator();
558     m_timelineContextClipMenu->addMenu(m_transitionsMenu);
559     m_timelineContextClipMenu->addMenu(m_effectsMenu);
560
561     m_timelineContextTransitionMenu->addAction(actionCollection()->action("edit_item_duration"));
562     m_timelineContextTransitionMenu->addAction(actionCollection()->action("delete_item"));
563     m_timelineContextTransitionMenu->addAction(actionCollection()->action(KStandardAction::name(KStandardAction::Copy)));
564
565     m_timelineContextTransitionMenu->addAction(actionCollection()->action("auto_transition"));
566
567     connect(m_projectMonitorDock, SIGNAL(visibilityChanged(bool)), m_projectMonitor, SLOT(refreshMonitor(bool)));
568     connect(m_clipMonitorDock, SIGNAL(visibilityChanged(bool)), m_clipMonitor, SLOT(refreshMonitor(bool)));
569     //connect(m_monitorManager, SIGNAL(checkColorScopes()), this, SLOT(slotUpdateColorScopes()));
570     //connect(m_monitorManager, SIGNAL(clearScopes()), this, SLOT(slotClearColorScopes()));
571     connect(m_effectList, SIGNAL(addEffect(const QDomElement)), this, SLOT(slotAddEffect(const QDomElement)));
572     connect(m_effectList, SIGNAL(reloadEffects()), this, SLOT(slotReloadEffects()));
573
574     slotConnectMonitors();
575
576     // Open or create a file.  Command line argument passed in Url has
577     // precedence, then "openlastproject", then just a plain empty file.
578     // If opening Url fails, openlastproject will _not_ be used.
579     if (!Url.isEmpty()) {
580         // delay loading so that the window shows up
581         m_startUrl = Url;
582         QTimer::singleShot(500, this, SLOT(openFile()));
583     } else if (KdenliveSettings::openlastproject()) {
584         QTimer::singleShot(500, this, SLOT(openLastFile()));
585     } else { //if (m_timelineArea->count() == 0) {
586         newFile(false);
587     }
588
589     if (!clipsToLoad.isEmpty() && m_activeDocument) {
590         QStringList list = clipsToLoad.split(',');
591         QList <QUrl> urls;
592         foreach(QString path, list) {
593             kDebug() << QDir::current().absoluteFilePath(path);
594             urls << QUrl::fromLocalFile(QDir::current().absoluteFilePath(path));
595         }
596         m_projectList->slotAddClip(urls);
597     }
598
599 #ifdef USE_JOGSHUTTLE
600     activateShuttleDevice();
601 #endif
602     m_projectListDock->raise();
603
604     actionCollection()->addAssociatedWidget(m_clipMonitor->container());
605     actionCollection()->addAssociatedWidget(m_projectMonitor->container());
606
607     // Populate encoding profiles
608     KConfig conf("encodingprofiles.rc", KConfig::FullConfig, "appdata");
609     if (KdenliveSettings::proxyparams().isEmpty() || KdenliveSettings::proxyextension().isEmpty()) {
610         KConfigGroup group(&conf, "proxy");
611         QMap< QString, QString > values = group.entryMap();
612         QMapIterator<QString, QString> i(values);
613         if (i.hasNext()) {
614             i.next();
615             QString data = i.value();
616             KdenliveSettings::setProxyparams(data.section(';', 0, 0));
617             KdenliveSettings::setProxyextension(data.section(';', 1, 1));
618         }
619     }
620     if (KdenliveSettings::v4l_parameters().isEmpty() || KdenliveSettings::v4l_extension().isEmpty()) {
621         KConfigGroup group(&conf, "video4linux");
622         QMap< QString, QString > values = group.entryMap();
623         QMapIterator<QString, QString> i(values);
624         if (i.hasNext()) {
625             i.next();
626             QString data = i.value();
627             KdenliveSettings::setV4l_parameters(data.section(';', 0, 0));
628             KdenliveSettings::setV4l_extension(data.section(';', 1, 1));
629         }
630     }
631     if (KdenliveSettings::decklink_parameters().isEmpty() || KdenliveSettings::decklink_extension().isEmpty()) {
632         KConfigGroup group(&conf, "decklink");
633         QMap< QString, QString > values = group.entryMap();
634         QMapIterator<QString, QString> i(values);
635         if (i.hasNext()) {
636             i.next();
637             QString data = i.value();
638             KdenliveSettings::setDecklink_parameters(data.section(';', 0, 0));
639             KdenliveSettings::setDecklink_extension(data.section(';', 1, 1));
640         }
641     }
642 }
643
644 MainWindow::~MainWindow()
645 {
646     if (m_stopmotion) {
647         delete m_stopmotion;
648     }
649     m_effectStack->slotClipItemSelected(NULL, 0);
650     m_transitionConfig->slotTransitionItemSelected(NULL, 0, QPoint(), false);
651
652     if (m_projectMonitor) m_projectMonitor->stop();
653     if (m_clipMonitor) m_clipMonitor->stop();
654
655     delete m_activeTimeline;
656     delete m_effectStack;
657     delete m_transitionConfig;
658     delete m_activeDocument;
659     delete m_projectMonitor;
660     delete m_clipMonitor;
661     delete m_shortcutRemoveFocus;
662     delete[] m_transitions;
663     delete m_monitorManager;
664     delete m_scopeManager;
665     Mlt::Factory::close();
666 }
667
668 //virtual
669 bool MainWindow::queryClose()
670 {
671     if (m_renderWidget) {
672         int waitingJobs = m_renderWidget->waitingJobsCount();
673         if (waitingJobs > 0) {
674             switch (KMessageBox::warningYesNoCancel(this, i18np("You have 1 rendering job waiting in the queue.\nWhat do you want to do with this job?", "You have %1 rendering jobs waiting in the queue.\nWhat do you want to do with these jobs?", waitingJobs), QString(), KGuiItem(i18n("Start them now")), KGuiItem(i18n("Delete them")))) {
675             case KMessageBox::Yes :
676                 // create script with waiting jobs and start it
677                 if (m_renderWidget->startWaitingRenderJobs() == false) return false;
678                 break;
679             case KMessageBox::No :
680                 // Don't do anything, jobs will be deleted
681                 break;
682             default:
683                 return false;
684             }
685         }
686     }
687     saveOptions();
688     if (m_monitorManager) m_monitorManager->stopActiveMonitor();
689     // warn the user to save if document is modified and we have clips in our project list
690     if (m_activeDocument && m_activeDocument->isModified() &&
691             ((m_projectList->documentClipList().isEmpty() && !m_activeDocument->url().isEmpty()) ||
692              !m_projectList->documentClipList().isEmpty())) {
693         raise();
694         activateWindow();
695         QString message;
696         if (m_activeDocument->url().fileName().isEmpty())
697             message = i18n("Save changes to document?");
698         else
699             message = i18n("The project <b>\"%1\"</b> has been changed.\nDo you want to save your changes?").arg(m_activeDocument->url().fileName());
700         switch (KMessageBox::warningYesNoCancel(this, message)) {
701         case KMessageBox::Yes :
702             // save document here. If saving fails, return false;
703             return saveFile();
704         case KMessageBox::No :
705             // User does not want to save the changes, clear recovery files
706             m_activeDocument->m_autosave->resize(0);
707             return true;
708         default: // cancel
709             return false;
710         }
711     }
712     return true;
713 }
714
715 void MainWindow::loadPlugins()
716 {
717     foreach(QObject * plugin, QPluginLoader::staticInstances()) {
718         populateMenus(plugin);
719     }
720
721     QStringList directories = KGlobal::dirs()->findDirs("module", QString());
722     QStringList filters;
723     filters << "libkdenlive*";
724     foreach(const QString & folder, directories) {
725         kDebug() << "Parsing plugin folder: " << folder;
726         QDir pluginsDir(folder);
727         foreach(const QString & fileName,
728                 pluginsDir.entryList(filters, QDir::Files)) {
729             /*
730              * Avoid loading the same plugin twice when there is more than one
731              * installation.
732              */
733             if (!m_pluginFileNames.contains(fileName)) {
734                 kDebug() << "Found plugin: " << fileName;
735                 QPluginLoader loader(pluginsDir.absoluteFilePath(fileName));
736                 QObject *plugin = loader.instance();
737                 if (plugin) {
738                     populateMenus(plugin);
739                     m_pluginFileNames += fileName;
740                 } else
741                     kDebug() << "Error loading plugin: " << fileName << ", " << loader.errorString();
742             }
743         }
744     }
745 }
746
747 void MainWindow::populateMenus(QObject *plugin)
748 {
749     QMenu *addMenu = static_cast<QMenu*>(factory()->container("generators", this));
750     ClipGenerator *iGenerator = qobject_cast<ClipGenerator *>(plugin);
751     if (iGenerator)
752         addToMenu(plugin, iGenerator->generators(KdenliveSettings::producerslist()), addMenu, SLOT(generateClip()),
753                   NULL);
754 }
755
756 void MainWindow::addToMenu(QObject *plugin, const QStringList &texts,
757                            QMenu *menu, const char *member,
758                            QActionGroup *actionGroup)
759 {
760     kDebug() << "// ADD to MENU" << texts;
761     foreach(const QString & text, texts) {
762         QAction *action = new QAction(text, plugin);
763         action->setData(text);
764         connect(action, SIGNAL(triggered()), this, member);
765         menu->addAction(action);
766
767         if (actionGroup) {
768             action->setCheckable(true);
769             actionGroup->addAction(action);
770         }
771     }
772 }
773
774 void MainWindow::aboutPlugins()
775 {
776     //PluginDialog dialog(pluginsDir.path(), m_pluginFileNames, this);
777     //dialog.exec();
778 }
779
780
781 void MainWindow::generateClip()
782 {
783     QAction *action = qobject_cast<QAction *>(sender());
784     ClipGenerator *iGenerator = qobject_cast<ClipGenerator *>(action->parent());
785
786     KUrl clipUrl = iGenerator->generatedClip(action->data().toString(), m_activeDocument->projectFolder(),
787                    QStringList(), QStringList(), m_activeDocument->fps(), m_activeDocument->width(), m_activeDocument->height());
788     if (!clipUrl.isEmpty()) {
789         m_projectList->slotAddClip(QList <QUrl> () << clipUrl);
790     }
791 }
792
793 void MainWindow::saveProperties(KConfigGroup &config)
794 {
795     // save properties here,used by session management
796     saveFile();
797     KMainWindow::saveProperties(config);
798 }
799
800
801 void MainWindow::readProperties(const KConfigGroup &config)
802 {
803     // read properties here,used by session management
804     KMainWindow::readProperties(config);
805     QString Lastproject = config.group("Recent Files").readPathEntry("File1", QString());
806     openFile(KUrl(Lastproject));
807 }
808
809 void MainWindow::slotReloadEffects()
810 {
811     initEffects::parseCustomEffectsFile();
812     m_effectList->reloadEffectList(m_effectsMenu, m_effectActions);
813 }
814
815 #ifdef USE_JOGSHUTTLE
816 void MainWindow::activateShuttleDevice()
817 {
818     delete m_jogShuttle;
819     m_jogShuttle = NULL;
820     delete m_jogProcess;
821     m_jogProcess = NULL;
822     if (KdenliveSettings::enableshuttle() == false) return;
823
824     m_jogProcess = new JogShuttle(KdenliveSettings::shuttledevice());
825     m_jogShuttle = new JogShuttleAction(m_jogProcess, JogShuttleConfig::actionMap(KdenliveSettings::shuttlebuttons()));
826
827     connect(m_jogShuttle, SIGNAL(rewindOneFrame()), m_monitorManager, SLOT(slotRewindOneFrame()));
828     connect(m_jogShuttle, SIGNAL(forwardOneFrame()), m_monitorManager, SLOT(slotForwardOneFrame()));
829     connect(m_jogShuttle, SIGNAL(rewind(double)), m_monitorManager, SLOT(slotRewind(double)));
830     connect(m_jogShuttle, SIGNAL(forward(double)), m_monitorManager, SLOT(slotForward(double)));
831     connect(m_jogShuttle, SIGNAL(action(const QString&)), this, SLOT(slotDoAction(const QString&)));
832 }
833 #endif /* USE_JOGSHUTTLE */
834
835 void MainWindow::slotDoAction(const QString& action_name)
836 {
837     QAction* action = actionCollection()->action(action_name);
838     if (!action) {
839         fprintf(stderr, "%s", QString("shuttle action '%1' unknown\n").arg(action_name).toAscii().constData());
840         return;
841     }
842     action->trigger();
843 }
844
845 void MainWindow::configureNotifications()
846 {
847     KNotifyConfigWidget::configure(this);
848 }
849
850 void MainWindow::slotFullScreen()
851 {
852     KToggleFullScreenAction::setFullScreen(this, actionCollection()->action("fullscreen")->isChecked());
853 }
854
855 void MainWindow::slotAddEffect(const QDomElement effect)
856 {
857     if (!m_activeDocument) return;
858     if (effect.isNull()) {
859         kDebug() << "--- ERROR, TRYING TO APPEND NULL EFFECT";
860         return;
861     }
862     QDomElement effectToAdd = effect.cloneNode().toElement();
863     bool ok;
864     int ix = m_effectStack->isTrackMode(&ok);
865     if (ok) m_activeTimeline->projectView()->slotAddTrackEffect(effectToAdd, m_activeDocument->tracksCount() - ix);
866     else m_activeTimeline->projectView()->slotAddEffect(effectToAdd, GenTime(), -1);
867 }
868
869 void MainWindow::slotUpdateClip(const QString &id)
870 {
871     if (!m_activeDocument) return;
872     DocClipBase *clip = m_activeDocument->clipManager()->getClipById(id);
873     if (!clip) return;
874     if (clip->numReferences() > 0) m_activeTimeline->projectView()->slotUpdateClip(id);
875     if (m_clipMonitor->activeClip() && m_clipMonitor->activeClip()->getId() == id) {
876         Mlt::Producer *monitorProducer = clip->getCloneProducer();
877         m_clipMonitor->updateClipProducer(monitorProducer);
878     }
879     clip->cleanupProducers();
880 }
881
882 void MainWindow::slotConnectMonitors()
883 {
884     m_projectList->setRenderer(m_projectMonitor->render);
885     connect(m_projectList, SIGNAL(deleteProjectClips(QStringList, QMap<QString, QString>)), this, SLOT(slotDeleteProjectClips(QStringList, QMap<QString, QString>)));
886     connect(m_projectList, SIGNAL(showClipProperties(DocClipBase *)), this, SLOT(slotShowClipProperties(DocClipBase *)));
887     connect(m_projectList, SIGNAL(showClipProperties(QList <DocClipBase *>, QMap<QString, QString>)), this, SLOT(slotShowClipProperties(QList <DocClipBase *>, QMap<QString, QString>)));
888     connect(m_projectMonitor->render, SIGNAL(replyGetImage(const QString &, const QString &, int, int)), m_projectList, SLOT(slotReplyGetImage(const QString &, const QString &, int, int)));
889     connect(m_projectMonitor->render, SIGNAL(replyGetImage(const QString &, const QImage &)), m_projectList, SLOT(slotReplyGetImage(const QString &, const QImage &)));
890     connect(m_projectMonitor->render, SIGNAL(replyGetFileProperties(const QString &, Mlt::Producer*, const stringMap &, const stringMap &, bool)), m_projectList, SLOT(slotReplyGetFileProperties(const QString &, Mlt::Producer*, const stringMap &, const stringMap &, bool)));
891
892     connect(m_projectMonitor->render, SIGNAL(removeInvalidClip(const QString &, bool)), m_projectList, SLOT(slotRemoveInvalidClip(const QString &, bool)));
893
894     connect(m_projectMonitor->render, SIGNAL(removeInvalidProxy(const QString &, bool)), m_projectList, SLOT(slotRemoveInvalidProxy(const QString &, bool)));
895
896     connect(m_clipMonitor, SIGNAL(refreshClipThumbnail(const QString &, bool)), m_projectList, SLOT(slotRefreshClipThumbnail(const QString &, bool)));
897
898     connect(m_clipMonitor, SIGNAL(adjustMonitorSize()), this, SLOT(slotAdjustClipMonitor()));
899     connect(m_projectMonitor, SIGNAL(adjustMonitorSize()), this, SLOT(slotAdjustProjectMonitor()));
900
901     connect(m_projectMonitor, SIGNAL(requestFrameForAnalysis(bool)), this, SLOT(slotMonitorRequestRenderFrame(bool)));
902
903     connect(m_clipMonitor, SIGNAL(saveZone(Render *, QPoint, DocClipBase *)), this, SLOT(slotSaveZone(Render *, QPoint, DocClipBase *)));
904     connect(m_projectMonitor, SIGNAL(saveZone(Render *, QPoint, DocClipBase *)), this, SLOT(slotSaveZone(Render *, QPoint, DocClipBase *)));
905 }
906
907 void MainWindow::slotAdjustClipMonitor()
908 {
909     m_clipMonitorDock->updateGeometry();
910     m_clipMonitorDock->adjustSize();
911     m_clipMonitor->resetSize();
912 }
913
914 void MainWindow::slotAdjustProjectMonitor()
915 {
916     m_projectMonitorDock->updateGeometry();
917     m_projectMonitorDock->adjustSize();
918     m_projectMonitor->resetSize();
919 }
920
921
922 class NameGrabbingKActionCollection {
923 public:
924   NameGrabbingKActionCollection(KActionCollection* collection, QStringList& action_names)
925     : m_collection(collection), m_action_names(action_names) {
926       m_action_names.clear();
927     }
928   KAction* addAction(const QString& action_name) {
929     m_action_names << action_name;
930     return m_collection->addAction(action_name);
931   }
932   void addAction(const QString& action_name, QAction* action) {
933     m_action_names << action_name;
934     m_collection->addAction(action_name, action);
935   }
936   operator KActionCollection*() { return m_collection; }
937   const QStringList& actionNames() const { return m_action_names; }
938 private:
939   KActionCollection* m_collection;
940   QStringList& m_action_names;
941 };
942
943 void MainWindow::setupActions()
944 {
945
946     NameGrabbingKActionCollection collection(actionCollection(), m_action_names);
947     m_timecodeFormat = new KComboBox(this);
948     m_timecodeFormat->addItem(i18n("hh:mm:ss:ff"));
949     m_timecodeFormat->addItem(i18n("Frames"));
950     if (KdenliveSettings::frametimecode()) m_timecodeFormat->setCurrentIndex(1);
951     connect(m_timecodeFormat, SIGNAL(activated(int)), this, SLOT(slotUpdateTimecodeFormat(int)));
952
953     m_statusProgressBar = new QProgressBar(this);
954     m_statusProgressBar->setMinimum(0);
955     m_statusProgressBar->setMaximum(100);
956     m_statusProgressBar->setMaximumWidth(150);
957     m_statusProgressBar->setVisible(false);
958
959     KToolBar *toolbar = new KToolBar("statusToolBar", this, Qt::BottomToolBarArea);
960     toolbar->setMovable(false);
961     KColorScheme scheme(palette().currentColorGroup(), KColorScheme::Window, KSharedConfig::openConfig(KdenliveSettings::colortheme()));
962     QColor buttonBg = scheme.background(KColorScheme::LinkBackground).color();
963     QColor buttonBord = scheme.foreground(KColorScheme::LinkText).color();
964     QColor buttonBord2 = scheme.shade(KColorScheme::LightShade);
965     statusBar()->setStyleSheet(QString("QStatusBar QLabel {font-size:%1pt;} QStatusBar::item { border: 0px; font-size:%1pt;padding:0px; }").arg(statusBar()->font().pointSize()));
966     QString style1 = QString("QToolBar { border: 0px } QToolButton { border-style: inset; border:1px solid transparent;border-radius: 3px;margin: 0px 3px;padding: 0px;} QToolButton:hover { background: rgb(%7, %8, %9);border-style: inset; border:1px solid rgb(%7, %8, %9);border-radius: 3px;} QToolButton:checked { background-color: rgb(%1, %2, %3); border-style: inset; border:1px solid rgb(%4, %5, %6);border-radius: 3px;}").arg(buttonBg.red()).arg(buttonBg.green()).arg(buttonBg.blue()).arg(buttonBord.red()).arg(buttonBord.green()).arg(buttonBord.blue()).arg(buttonBord2.red()).arg(buttonBord2.green()).arg(buttonBord2.blue());
967     QString styleBorderless = "QToolButton { border-width: 0px;margin: 1px 3px 0px;padding: 0px;}";
968
969     //create edit mode buttons
970     m_normalEditTool = new KAction(KIcon("kdenlive-normal-edit"), i18n("Normal mode"), this);
971     m_normalEditTool->setShortcut(i18nc("Normal editing", "n"));
972     toolbar->addAction(m_normalEditTool);
973     m_normalEditTool->setCheckable(true);
974     m_normalEditTool->setChecked(true);
975
976     m_overwriteEditTool = new KAction(KIcon("kdenlive-overwrite-edit"), i18n("Overwrite mode"), this);
977     //m_overwriteEditTool->setShortcut(i18nc("Overwrite mode shortcut", "o"));
978     toolbar->addAction(m_overwriteEditTool);
979     m_overwriteEditTool->setCheckable(true);
980     m_overwriteEditTool->setChecked(false);
981
982     m_insertEditTool = new KAction(KIcon("kdenlive-insert-edit"), i18n("Insert mode"), this);
983     //m_insertEditTool->setShortcut(i18nc("Insert mode shortcut", "i"));
984     toolbar->addAction(m_insertEditTool);
985     m_insertEditTool->setCheckable(true);
986     m_insertEditTool->setChecked(false);
987     // not implemented yet
988     m_insertEditTool->setEnabled(false);
989
990     QActionGroup *editGroup = new QActionGroup(this);
991     editGroup->addAction(m_normalEditTool);
992     editGroup->addAction(m_overwriteEditTool);
993     editGroup->addAction(m_insertEditTool);
994     editGroup->setExclusive(true);
995     connect(editGroup, SIGNAL(triggered(QAction *)), this, SLOT(slotChangeEdit(QAction *)));
996     //connect(m_overwriteEditTool, SIGNAL(toggled(bool)), this, SLOT(slotSetOverwriteMode(bool)));
997
998     toolbar->addSeparator();
999
1000     // create tools buttons
1001     m_buttonSelectTool = new KAction(KIcon("kdenlive-select-tool"), i18n("Selection tool"), this);
1002     m_buttonSelectTool->setShortcut(i18nc("Selection tool shortcut", "s"));
1003     toolbar->addAction(m_buttonSelectTool);
1004     m_buttonSelectTool->setCheckable(true);
1005     m_buttonSelectTool->setChecked(true);
1006
1007     m_buttonRazorTool = new KAction(KIcon("edit-cut"), i18n("Razor tool"), this);
1008     m_buttonRazorTool->setShortcut(i18nc("Razor tool shortcut", "x"));
1009     toolbar->addAction(m_buttonRazorTool);
1010     m_buttonRazorTool->setCheckable(true);
1011     m_buttonRazorTool->setChecked(false);
1012
1013     m_buttonSpacerTool = new KAction(KIcon("kdenlive-spacer-tool"), i18n("Spacer tool"), this);
1014     m_buttonSpacerTool->setShortcut(i18nc("Spacer tool shortcut", "m"));
1015     toolbar->addAction(m_buttonSpacerTool);
1016     m_buttonSpacerTool->setCheckable(true);
1017     m_buttonSpacerTool->setChecked(false);
1018
1019     QActionGroup *toolGroup = new QActionGroup(this);
1020     toolGroup->addAction(m_buttonSelectTool);
1021     toolGroup->addAction(m_buttonRazorTool);
1022     toolGroup->addAction(m_buttonSpacerTool);
1023     toolGroup->setExclusive(true);
1024     toolbar->setToolButtonStyle(Qt::ToolButtonIconOnly);
1025
1026     QWidget * actionWidget;
1027     int max = toolbar->iconSizeDefault() + 2;
1028     actionWidget = toolbar->widgetForAction(m_normalEditTool);
1029     actionWidget->setMaximumWidth(max);
1030     actionWidget->setMaximumHeight(max - 4);
1031
1032     actionWidget = toolbar->widgetForAction(m_insertEditTool);
1033     actionWidget->setMaximumWidth(max);
1034     actionWidget->setMaximumHeight(max - 4);
1035
1036     actionWidget = toolbar->widgetForAction(m_overwriteEditTool);
1037     actionWidget->setMaximumWidth(max);
1038     actionWidget->setMaximumHeight(max - 4);
1039
1040     actionWidget = toolbar->widgetForAction(m_buttonSelectTool);
1041     actionWidget->setMaximumWidth(max);
1042     actionWidget->setMaximumHeight(max - 4);
1043
1044     actionWidget = toolbar->widgetForAction(m_buttonRazorTool);
1045     actionWidget->setMaximumWidth(max);
1046     actionWidget->setMaximumHeight(max - 4);
1047
1048     actionWidget = toolbar->widgetForAction(m_buttonSpacerTool);
1049     actionWidget->setMaximumWidth(max);
1050     actionWidget->setMaximumHeight(max - 4);
1051
1052     toolbar->setStyleSheet(style1);
1053     connect(toolGroup, SIGNAL(triggered(QAction *)), this, SLOT(slotChangeTool(QAction *)));
1054
1055     toolbar->addSeparator();
1056     m_buttonFitZoom = new KAction(KIcon("zoom-fit-best"), i18n("Fit zoom to project"), this);
1057     toolbar->addAction(m_buttonFitZoom);
1058     m_buttonFitZoom->setCheckable(false);
1059
1060     m_zoomOut = new KAction(KIcon("zoom-out"), i18n("Zoom Out"), this);
1061     toolbar->addAction(m_zoomOut);
1062     m_zoomOut->setShortcut(Qt::CTRL + Qt::Key_Minus);
1063
1064     m_zoomSlider = new QSlider(Qt::Horizontal, this);
1065     m_zoomSlider->setMaximum(13);
1066     m_zoomSlider->setPageStep(1);
1067     m_zoomSlider->setInvertedAppearance(true);
1068
1069     m_zoomSlider->setMaximumWidth(150);
1070     m_zoomSlider->setMinimumWidth(100);
1071     toolbar->addWidget(m_zoomSlider);
1072
1073     m_zoomIn = new KAction(KIcon("zoom-in"), i18n("Zoom In"), this);
1074     toolbar->addAction(m_zoomIn);
1075     m_zoomIn->setShortcut(Qt::CTRL + Qt::Key_Plus);
1076
1077     actionWidget = toolbar->widgetForAction(m_buttonFitZoom);
1078     actionWidget->setMaximumWidth(max);
1079     actionWidget->setMaximumHeight(max - 4);
1080     actionWidget->setStyleSheet(styleBorderless);
1081
1082     actionWidget = toolbar->widgetForAction(m_zoomIn);
1083     actionWidget->setMaximumWidth(max);
1084     actionWidget->setMaximumHeight(max - 4);
1085     actionWidget->setStyleSheet(styleBorderless);
1086
1087     actionWidget = toolbar->widgetForAction(m_zoomOut);
1088     actionWidget->setMaximumWidth(max);
1089     actionWidget->setMaximumHeight(max - 4);
1090     actionWidget->setStyleSheet(styleBorderless);
1091
1092     connect(m_zoomSlider, SIGNAL(valueChanged(int)), this, SLOT(slotSetZoom(int)));
1093     connect(m_zoomSlider, SIGNAL(sliderMoved(int)), this, SLOT(slotShowZoomSliderToolTip(int)));
1094     connect(m_buttonFitZoom, SIGNAL(triggered()), this, SLOT(slotFitZoom()));
1095     connect(m_zoomIn, SIGNAL(triggered(bool)), this, SLOT(slotZoomIn()));
1096     connect(m_zoomOut, SIGNAL(triggered(bool)), this, SLOT(slotZoomOut()));
1097
1098     toolbar->addSeparator();
1099
1100     //create automatic audio split button
1101     m_buttonAutomaticSplitAudio = new KAction(KIcon("kdenlive-split-audio"), i18n("Split audio and video automatically"), this);
1102     toolbar->addAction(m_buttonAutomaticSplitAudio);
1103     m_buttonAutomaticSplitAudio->setCheckable(true);
1104     m_buttonAutomaticSplitAudio->setChecked(KdenliveSettings::splitaudio());
1105     connect(m_buttonAutomaticSplitAudio, SIGNAL(triggered()), this, SLOT(slotSwitchSplitAudio()));
1106
1107     m_buttonVideoThumbs = new KAction(KIcon("kdenlive-show-videothumb"), i18n("Show video thumbnails"), this);
1108     toolbar->addAction(m_buttonVideoThumbs);
1109     m_buttonVideoThumbs->setCheckable(true);
1110     m_buttonVideoThumbs->setChecked(KdenliveSettings::videothumbnails());
1111     connect(m_buttonVideoThumbs, SIGNAL(triggered()), this, SLOT(slotSwitchVideoThumbs()));
1112
1113     m_buttonAudioThumbs = new KAction(KIcon("kdenlive-show-audiothumb"), i18n("Show audio thumbnails"), this);
1114     toolbar->addAction(m_buttonAudioThumbs);
1115     m_buttonAudioThumbs->setCheckable(true);
1116     m_buttonAudioThumbs->setChecked(KdenliveSettings::audiothumbnails());
1117     connect(m_buttonAudioThumbs, SIGNAL(triggered()), this, SLOT(slotSwitchAudioThumbs()));
1118
1119     m_buttonShowMarkers = new KAction(KIcon("kdenlive-show-markers"), i18n("Show markers comments"), this);
1120     toolbar->addAction(m_buttonShowMarkers);
1121     m_buttonShowMarkers->setCheckable(true);
1122     m_buttonShowMarkers->setChecked(KdenliveSettings::showmarkers());
1123     connect(m_buttonShowMarkers, SIGNAL(triggered()), this, SLOT(slotSwitchMarkersComments()));
1124
1125     m_buttonSnap = new KAction(KIcon("kdenlive-snap"), i18n("Snap"), this);
1126     toolbar->addAction(m_buttonSnap);
1127     m_buttonSnap->setCheckable(true);
1128     m_buttonSnap->setChecked(KdenliveSettings::snaptopoints());
1129     connect(m_buttonSnap, SIGNAL(triggered()), this, SLOT(slotSwitchSnap()));
1130
1131     actionWidget = toolbar->widgetForAction(m_buttonAutomaticSplitAudio);
1132     actionWidget->setMaximumWidth(max);
1133     actionWidget->setMaximumHeight(max - 4);
1134
1135     actionWidget = toolbar->widgetForAction(m_buttonVideoThumbs);
1136     actionWidget->setMaximumWidth(max);
1137     actionWidget->setMaximumHeight(max - 4);
1138
1139     actionWidget = toolbar->widgetForAction(m_buttonAudioThumbs);
1140     actionWidget->setMaximumWidth(max);
1141     actionWidget->setMaximumHeight(max - 4);
1142
1143     actionWidget = toolbar->widgetForAction(m_buttonShowMarkers);
1144     actionWidget->setMaximumWidth(max);
1145     actionWidget->setMaximumHeight(max - 4);
1146
1147     actionWidget = toolbar->widgetForAction(m_buttonSnap);
1148     actionWidget->setMaximumWidth(max);
1149     actionWidget->setMaximumHeight(max - 4);
1150
1151     m_messageLabel = new StatusBarMessageLabel(this);
1152     m_messageLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::MinimumExpanding);
1153
1154     statusBar()->addWidget(m_messageLabel, 10);
1155     statusBar()->addWidget(m_statusProgressBar, 0);
1156     statusBar()->addPermanentWidget(toolbar);
1157     statusBar()->insertPermanentFixedItem("00:00:00:00", ID_TIMELINE_POS);
1158     statusBar()->addPermanentWidget(m_timecodeFormat);
1159     //statusBar()->setMaximumHeight(statusBar()->font().pointSize() * 3);
1160
1161     collection.addAction("normal_mode", m_normalEditTool);
1162     collection.addAction("overwrite_mode", m_overwriteEditTool);
1163     collection.addAction("insert_mode", m_insertEditTool);
1164     collection.addAction("select_tool", m_buttonSelectTool);
1165     collection.addAction("razor_tool", m_buttonRazorTool);
1166     collection.addAction("spacer_tool", m_buttonSpacerTool);
1167
1168     collection.addAction("automatic_split_audio", m_buttonAutomaticSplitAudio);
1169     collection.addAction("show_video_thumbs", m_buttonVideoThumbs);
1170     collection.addAction("show_audio_thumbs", m_buttonAudioThumbs);
1171     collection.addAction("show_markers", m_buttonShowMarkers);
1172     collection.addAction("snap", m_buttonSnap);
1173     collection.addAction("zoom_fit", m_buttonFitZoom);
1174     collection.addAction("zoom_in", m_zoomIn);
1175     collection.addAction("zoom_out", m_zoomOut);
1176
1177     m_projectSearch = new KAction(KIcon("edit-find"), i18n("Find"), this);
1178     collection.addAction("project_find", m_projectSearch);
1179     connect(m_projectSearch, SIGNAL(triggered(bool)), this, SLOT(slotFind()));
1180     m_projectSearch->setShortcut(Qt::Key_Slash);
1181
1182     m_projectSearchNext = new KAction(KIcon("go-down-search"), i18n("Find Next"), this);
1183     collection.addAction("project_find_next", m_projectSearchNext);
1184     connect(m_projectSearchNext, SIGNAL(triggered(bool)), this, SLOT(slotFindNext()));
1185     m_projectSearchNext->setShortcut(Qt::Key_F3);
1186     m_projectSearchNext->setEnabled(false);
1187
1188     KAction* profilesAction = new KAction(KIcon("document-new"), i18n("Manage Project Profiles"), this);
1189     collection.addAction("manage_profiles", profilesAction);
1190     connect(profilesAction, SIGNAL(triggered(bool)), this, SLOT(slotEditProfiles()));
1191
1192     KNS3::standardAction(i18n("Download New Wipes..."),            this, SLOT(slotGetNewLumaStuff()),       actionCollection(), "get_new_lumas");
1193     KNS3::standardAction(i18n("Download New Render Profiles..."),  this, SLOT(slotGetNewRenderStuff()),     actionCollection(), "get_new_profiles");
1194     KNS3::standardAction(i18n("Download New Project Profiles..."), this, SLOT(slotGetNewMltProfileStuff()), actionCollection(), "get_new_mlt_profiles");
1195     KNS3::standardAction(i18n("Download New Title Templates..."),  this, SLOT(slotGetNewTitleStuff()),      actionCollection(), "get_new_titles");
1196
1197     KAction* wizAction = new KAction(KIcon("configure"), i18n("Run Config Wizard"), this);
1198     collection.addAction("run_wizard", wizAction);
1199     connect(wizAction, SIGNAL(triggered(bool)), this, SLOT(slotRunWizard()));
1200
1201     KAction* projectAction = new KAction(KIcon("configure"), i18n("Project Settings"), this);
1202     collection.addAction("project_settings", projectAction);
1203     connect(projectAction, SIGNAL(triggered(bool)), this, SLOT(slotEditProjectSettings()));
1204
1205     KAction* backupAction = new KAction(KIcon("edit-undo"), i18n("Open Backup File"), this);
1206     collection.addAction("open_backup", backupAction);
1207     connect(backupAction, SIGNAL(triggered(bool)), this, SLOT(slotOpenBackupDialog()));
1208
1209     KAction* projectRender = new KAction(KIcon("media-record"), i18n("Render"), this);
1210     collection.addAction("project_render", projectRender);
1211     projectRender->setShortcut(Qt::CTRL + Qt::Key_Return);
1212     connect(projectRender, SIGNAL(triggered(bool)), this, SLOT(slotRenderProject()));
1213
1214     KAction* projectClean = new KAction(KIcon("edit-clear"), i18n("Clean Project"), this);
1215     collection.addAction("project_clean", projectClean);
1216     connect(projectClean, SIGNAL(triggered(bool)), this, SLOT(slotCleanProject()));
1217
1218     KAction* projectAdjust = new KAction(KIcon(), i18n("Adjust Profile to Current Clip"), this);
1219     collection.addAction("project_adjust_profile", projectAdjust);
1220     connect(projectAdjust, SIGNAL(triggered(bool)), m_projectList, SLOT(adjustProjectProfileToItem()));
1221
1222     KAction* monitorPlay = new KAction(KIcon("media-playback-start"), i18n("Play"), this);
1223     KShortcut playShortcut;
1224     playShortcut.setPrimary(Qt::Key_Space);
1225     playShortcut.setAlternate(Qt::Key_K);
1226     monitorPlay->setShortcut(playShortcut);
1227     collection.addAction("monitor_play", monitorPlay);
1228     connect(monitorPlay, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotPlay()));
1229
1230     KAction* monitorPause = new KAction(KIcon("media-playback-stop"), i18n("Pause"), this);
1231     collection.addAction("monitor_pause", monitorPause);
1232     connect(monitorPause, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotPause()));
1233
1234     m_playZone = new KAction(KIcon("media-playback-start"), i18n("Play Zone"), this);
1235     m_playZone->setShortcut(Qt::CTRL + Qt::Key_Space);
1236     collection.addAction("monitor_play_zone", m_playZone);
1237     connect(m_playZone, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotPlayZone()));
1238
1239     m_loopZone = new KAction(KIcon("media-playback-start"), i18n("Loop Zone"), this);
1240     m_loopZone->setShortcut(Qt::ALT + Qt::Key_Space);
1241     collection.addAction("monitor_loop_zone", m_loopZone);
1242     connect(m_loopZone, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotLoopZone()));
1243
1244     m_loopClip = new KAction(KIcon("media-playback-start"), i18n("Loop selected clip"), this);
1245     m_loopClip->setEnabled(false);
1246     collection.addAction("monitor_loop_clip", m_loopClip);
1247     connect(m_loopClip, SIGNAL(triggered(bool)), m_projectMonitor, SLOT(slotLoopClip()));
1248
1249     KAction *dvdWizard =  new KAction(KIcon("media-optical"), i18n("DVD Wizard"), this);
1250     collection.addAction("dvd_wizard", dvdWizard);
1251     connect(dvdWizard, SIGNAL(triggered(bool)), this, SLOT(slotDvdWizard()));
1252
1253     KAction *transcodeClip =  new KAction(KIcon("edit-copy"), i18n("Transcode Clips"), this);
1254     collection.addAction("transcode_clip", transcodeClip);
1255     connect(transcodeClip, SIGNAL(triggered(bool)), this, SLOT(slotTranscodeClip()));
1256
1257     KAction *archiveProject =  new KAction(KIcon("file-save"), i18n("Archive Project"), this);
1258     collection.addAction("archive_project", archiveProject);
1259     connect(archiveProject, SIGNAL(triggered(bool)), this, SLOT(slotArchiveProject()));
1260
1261
1262     KAction *markIn = collection.addAction("mark_in");
1263     markIn->setText(i18n("Set Zone In"));
1264     markIn->setShortcut(Qt::Key_I);
1265     connect(markIn, SIGNAL(triggered(bool)), this, SLOT(slotSetInPoint()));
1266
1267     KAction *markOut = collection.addAction("mark_out");
1268     markOut->setText(i18n("Set Zone Out"));
1269     markOut->setShortcut(Qt::Key_O);
1270     connect(markOut, SIGNAL(triggered(bool)), this, SLOT(slotSetOutPoint()));
1271
1272     KAction *switchMon = collection.addAction("switch_monitor");
1273     switchMon->setText(i18n("Switch monitor"));
1274     switchMon->setShortcut(Qt::Key_T);
1275     connect(switchMon, SIGNAL(triggered(bool)), this, SLOT(slotSwitchMonitors()));
1276
1277     KAction *fullMon = collection.addAction("monitor_fullscreen");
1278     fullMon->setText(i18n("Switch monitor fullscreen"));
1279     fullMon->setIcon(KIcon("view-fullscreen"));
1280     connect(fullMon, SIGNAL(triggered(bool)), this, SLOT(slotSwitchFullscreen()));
1281
1282     KAction *insertTree = collection.addAction("insert_project_tree");
1283     insertTree->setText(i18n("Insert zone in project tree"));
1284     insertTree->setShortcut(Qt::CTRL + Qt::Key_I);
1285     connect(insertTree, SIGNAL(triggered(bool)), this, SLOT(slotInsertZoneToTree()));
1286
1287     KAction *insertTimeline = collection.addAction("insert_timeline");
1288     insertTimeline->setText(i18n("Insert zone in timeline"));
1289     insertTimeline->setShortcut(Qt::SHIFT + Qt::CTRL + Qt::Key_I);
1290     connect(insertTimeline, SIGNAL(triggered(bool)), this, SLOT(slotInsertZoneToTimeline()));
1291
1292     KAction *resizeStart =  new KAction(KIcon(), i18n("Resize Item Start"), this);
1293     collection.addAction("resize_timeline_clip_start", resizeStart);
1294     resizeStart->setShortcut(Qt::Key_1);
1295     connect(resizeStart, SIGNAL(triggered(bool)), this, SLOT(slotResizeItemStart()));
1296
1297     KAction *resizeEnd =  new KAction(KIcon(), i18n("Resize Item End"), this);
1298     collection.addAction("resize_timeline_clip_end", resizeEnd);
1299     resizeEnd->setShortcut(Qt::Key_2);
1300     connect(resizeEnd, SIGNAL(triggered(bool)), this, SLOT(slotResizeItemEnd()));
1301
1302     KAction* monitorSeekBackward = new KAction(KIcon("media-seek-backward"), i18n("Rewind"), this);
1303     monitorSeekBackward->setShortcut(Qt::Key_J);
1304     collection.addAction("monitor_seek_backward", monitorSeekBackward);
1305     connect(monitorSeekBackward, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotRewind()));
1306
1307     KAction* monitorSeekBackwardOneFrame = new KAction(KIcon("media-skip-backward"), i18n("Rewind 1 Frame"), this);
1308     monitorSeekBackwardOneFrame->setShortcut(Qt::Key_Left);
1309     collection.addAction("monitor_seek_backward-one-frame", monitorSeekBackwardOneFrame);
1310     connect(monitorSeekBackwardOneFrame, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotRewindOneFrame()));
1311
1312     KAction* monitorSeekBackwardOneSecond = new KAction(KIcon("media-skip-backward"), i18n("Rewind 1 Second"), this);
1313     monitorSeekBackwardOneSecond->setShortcut(Qt::SHIFT + Qt::Key_Left);
1314     collection.addAction("monitor_seek_backward-one-second", monitorSeekBackwardOneSecond);
1315     connect(monitorSeekBackwardOneSecond, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotRewindOneSecond()));
1316
1317     KAction* monitorSeekSnapBackward = new KAction(KIcon("media-seek-backward"), i18n("Go to Previous Snap Point"), this);
1318     monitorSeekSnapBackward->setShortcut(Qt::ALT + Qt::Key_Left);
1319     collection.addAction("monitor_seek_snap_backward", monitorSeekSnapBackward);
1320     connect(monitorSeekSnapBackward, SIGNAL(triggered(bool)), this, SLOT(slotSnapRewind()));
1321
1322     KAction* monitorSeekForward = new KAction(KIcon("media-seek-forward"), i18n("Forward"), this);
1323     monitorSeekForward->setShortcut(Qt::Key_L);
1324     collection.addAction("monitor_seek_forward", monitorSeekForward);
1325     connect(monitorSeekForward, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotForward()));
1326
1327     KAction* clipStart = new KAction(KIcon("media-seek-backward"), i18n("Go to Clip Start"), this);
1328     clipStart->setShortcut(Qt::Key_Home);
1329     collection.addAction("seek_clip_start", clipStart);
1330     connect(clipStart, SIGNAL(triggered(bool)), this, SLOT(slotClipStart()));
1331
1332     KAction* clipEnd = new KAction(KIcon("media-seek-forward"), i18n("Go to Clip End"), this);
1333     clipEnd->setShortcut(Qt::Key_End);
1334     collection.addAction("seek_clip_end", clipEnd);
1335     connect(clipEnd, SIGNAL(triggered(bool)), this, SLOT(slotClipEnd()));
1336
1337     KAction* zoneStart = new KAction(KIcon("media-seek-backward"), i18n("Go to Zone Start"), this);
1338     zoneStart->setShortcut(Qt::SHIFT + Qt::Key_I);
1339     collection.addAction("seek_zone_start", zoneStart);
1340     connect(zoneStart, SIGNAL(triggered(bool)), this, SLOT(slotZoneStart()));
1341
1342     KAction* zoneEnd = new KAction(KIcon("media-seek-forward"), i18n("Go to Zone End"), this);
1343     zoneEnd->setShortcut(Qt::SHIFT + Qt::Key_O);
1344     collection.addAction("seek_zone_end", zoneEnd);
1345     connect(zoneEnd, SIGNAL(triggered(bool)), this, SLOT(slotZoneEnd()));
1346
1347     KAction* projectStart = new KAction(KIcon("go-first"), i18n("Go to Project Start"), this);
1348     projectStart->setShortcut(Qt::CTRL + Qt::Key_Home);
1349     collection.addAction("seek_start", projectStart);
1350     connect(projectStart, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotStart()));
1351
1352     KAction* projectEnd = new KAction(KIcon("go-last"), i18n("Go to Project End"), this);
1353     projectEnd->setShortcut(Qt::CTRL + Qt::Key_End);
1354     collection.addAction("seek_end", projectEnd);
1355     connect(projectEnd, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotEnd()));
1356
1357     KAction* monitorSeekForwardOneFrame = new KAction(KIcon("media-skip-forward"), i18n("Forward 1 Frame"), this);
1358     monitorSeekForwardOneFrame->setShortcut(Qt::Key_Right);
1359     collection.addAction("monitor_seek_forward-one-frame", monitorSeekForwardOneFrame);
1360     connect(monitorSeekForwardOneFrame, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotForwardOneFrame()));
1361
1362     KAction* monitorSeekForwardOneSecond = new KAction(KIcon("media-skip-forward"), i18n("Forward 1 Second"), this);
1363     monitorSeekForwardOneSecond->setShortcut(Qt::SHIFT + Qt::Key_Right);
1364     collection.addAction("monitor_seek_forward-one-second", monitorSeekForwardOneSecond);
1365     connect(monitorSeekForwardOneSecond, SIGNAL(triggered(bool)), m_monitorManager, SLOT(slotForwardOneSecond()));
1366
1367     KAction* monitorSeekSnapForward = new KAction(KIcon("media-seek-forward"), i18n("Go to Next Snap Point"), this);
1368     monitorSeekSnapForward->setShortcut(Qt::ALT + Qt::Key_Right);
1369     collection.addAction("monitor_seek_snap_forward", monitorSeekSnapForward);
1370     connect(monitorSeekSnapForward, SIGNAL(triggered(bool)), this, SLOT(slotSnapForward()));
1371
1372     KAction* deleteItem = new KAction(KIcon("edit-delete"), i18n("Delete Selected Item"), this);
1373     deleteItem->setShortcut(Qt::Key_Delete);
1374     collection.addAction("delete_timeline_clip", deleteItem);
1375     connect(deleteItem, SIGNAL(triggered(bool)), this, SLOT(slotDeleteItem()));
1376
1377     /*KAction* editTimelineClipSpeed = new KAction(i18n("Change Clip Speed"), this);
1378     collection.addAction("change_clip_speed", editTimelineClipSpeed);
1379     editTimelineClipSpeed->setData("change_speed");
1380     connect(editTimelineClipSpeed, SIGNAL(triggered(bool)), this, SLOT(slotChangeClipSpeed()));*/
1381
1382     KAction *stickTransition = collection.addAction("auto_transition");
1383     stickTransition->setData(QString("auto"));
1384     stickTransition->setCheckable(true);
1385     stickTransition->setEnabled(false);
1386     stickTransition->setText(i18n("Automatic Transition"));
1387     connect(stickTransition, SIGNAL(triggered(bool)), this, SLOT(slotAutoTransition()));
1388
1389     KAction* groupClip = new KAction(KIcon("object-group"), i18n("Group Clips"), this);
1390     groupClip->setShortcut(Qt::CTRL + Qt::Key_G);
1391     collection.addAction("group_clip", groupClip);
1392     connect(groupClip, SIGNAL(triggered(bool)), this, SLOT(slotGroupClips()));
1393
1394     KAction* ungroupClip = new KAction(KIcon("object-ungroup"), i18n("Ungroup Clips"), this);
1395     collection.addAction("ungroup_clip", ungroupClip);
1396     ungroupClip->setShortcut(Qt::CTRL + Qt::SHIFT + Qt::Key_G);
1397     ungroupClip->setData("ungroup_clip");
1398     connect(ungroupClip, SIGNAL(triggered(bool)), this, SLOT(slotUnGroupClips()));
1399
1400     KAction* editItemDuration = new KAction(KIcon("measure"), i18n("Edit Duration"), this);
1401     collection.addAction("edit_item_duration", editItemDuration);
1402     connect(editItemDuration, SIGNAL(triggered(bool)), this, SLOT(slotEditItemDuration()));
1403
1404     KAction* clipInProjectTree = new KAction(KIcon("go-jump-definition"), i18n("Clip in Project Tree"), this);
1405     collection.addAction("clip_in_project_tree", clipInProjectTree);
1406     connect(clipInProjectTree, SIGNAL(triggered(bool)), this, SLOT(slotClipInProjectTree()));
1407
1408     /*KAction* clipToProjectTree = new KAction(KIcon("go-jump-definition"), i18n("Add Clip to Project Tree"), this);
1409     collection.addAction("clip_to_project_tree", clipToProjectTree);
1410     connect(clipToProjectTree, SIGNAL(triggered(bool)), this, SLOT(slotClipToProjectTree()));*/
1411
1412     KAction* insertOvertwrite = new KAction(KIcon(), i18n("Insert Clip Zone in Timeline (Overwrite)"), this);
1413     insertOvertwrite->setShortcut(Qt::Key_V);
1414     collection.addAction("overwrite_to_in_point", insertOvertwrite);
1415     connect(insertOvertwrite, SIGNAL(triggered(bool)), this, SLOT(slotInsertClipOverwrite()));
1416
1417     KAction* selectTimelineClip = new KAction(KIcon("edit-select"), i18n("Select Clip"), this);
1418     selectTimelineClip->setShortcut(Qt::Key_Plus);
1419     collection.addAction("select_timeline_clip", selectTimelineClip);
1420     connect(selectTimelineClip, SIGNAL(triggered(bool)), this, SLOT(slotSelectTimelineClip()));
1421
1422     KAction* deselectTimelineClip = new KAction(KIcon("edit-select"), i18n("Deselect Clip"), this);
1423     deselectTimelineClip->setShortcut(Qt::Key_Minus);
1424     collection.addAction("deselect_timeline_clip", deselectTimelineClip);
1425     connect(deselectTimelineClip, SIGNAL(triggered(bool)), this, SLOT(slotDeselectTimelineClip()));
1426
1427     KAction* selectAddTimelineClip = new KAction(KIcon("edit-select"), i18n("Add Clip To Selection"), this);
1428     selectAddTimelineClip->setShortcut(Qt::ALT + Qt::Key_Plus);
1429     collection.addAction("select_add_timeline_clip", selectAddTimelineClip);
1430     connect(selectAddTimelineClip, SIGNAL(triggered(bool)), this, SLOT(slotSelectAddTimelineClip()));
1431
1432     KAction* selectTimelineTransition = new KAction(KIcon("edit-select"), i18n("Select Transition"), this);
1433     selectTimelineTransition->setShortcut(Qt::SHIFT + Qt::Key_Plus);
1434     collection.addAction("select_timeline_transition", selectTimelineTransition);
1435     connect(selectTimelineTransition, SIGNAL(triggered(bool)), this, SLOT(slotSelectTimelineTransition()));
1436
1437     KAction* deselectTimelineTransition = new KAction(KIcon("edit-select"), i18n("Deselect Transition"), this);
1438     deselectTimelineTransition->setShortcut(Qt::SHIFT + Qt::Key_Minus);
1439     collection.addAction("deselect_timeline_transition", deselectTimelineTransition);
1440     connect(deselectTimelineTransition, SIGNAL(triggered(bool)), this, SLOT(slotDeselectTimelineTransition()));
1441
1442     KAction* selectAddTimelineTransition = new KAction(KIcon("edit-select"), i18n("Add Transition To Selection"), this);
1443     selectAddTimelineTransition->setShortcut(Qt::ALT + Qt::SHIFT + Qt::Key_Plus);
1444     collection.addAction("select_add_timeline_transition", selectAddTimelineTransition);
1445     connect(selectAddTimelineTransition, SIGNAL(triggered(bool)), this, SLOT(slotSelectAddTimelineTransition()));
1446
1447     KAction* cutTimelineClip = new KAction(KIcon("edit-cut"), i18n("Cut Clip"), this);
1448     cutTimelineClip->setShortcut(Qt::SHIFT + Qt::Key_R);
1449     collection.addAction("cut_timeline_clip", cutTimelineClip);
1450     connect(cutTimelineClip, SIGNAL(triggered(bool)), this, SLOT(slotCutTimelineClip()));
1451
1452     KAction* addClipMarker = new KAction(KIcon("bookmark-new"), i18n("Add Marker"), this);
1453     collection.addAction("add_clip_marker", addClipMarker);
1454     connect(addClipMarker, SIGNAL(triggered(bool)), this, SLOT(slotAddClipMarker()));
1455
1456     KAction* deleteClipMarker = new KAction(KIcon("edit-delete"), i18n("Delete Marker"), this);
1457     collection.addAction("delete_clip_marker", deleteClipMarker);
1458     connect(deleteClipMarker, SIGNAL(triggered(bool)), this, SLOT(slotDeleteClipMarker()));
1459
1460     KAction* deleteAllClipMarkers = new KAction(KIcon("edit-delete"), i18n("Delete All Markers"), this);
1461     collection.addAction("delete_all_clip_markers", deleteAllClipMarkers);
1462     connect(deleteAllClipMarkers, SIGNAL(triggered(bool)), this, SLOT(slotDeleteAllClipMarkers()));
1463
1464     KAction* editClipMarker = new KAction(KIcon("document-properties"), i18n("Edit Marker"), this);
1465     editClipMarker->setData(QString("edit_marker"));
1466     collection.addAction("edit_clip_marker", editClipMarker);
1467     connect(editClipMarker, SIGNAL(triggered(bool)), this, SLOT(slotEditClipMarker()));
1468
1469     KAction *addMarkerGuideQuickly = new KAction(KIcon("bookmark-new"), i18n("Add Marker/Guide quickly"), this);
1470     addMarkerGuideQuickly->setShortcut(Qt::Key_Asterisk);
1471     collection.addAction("add_marker_guide_quickly", addMarkerGuideQuickly);
1472     connect(addMarkerGuideQuickly, SIGNAL(triggered(bool)), this, SLOT(slotAddMarkerGuideQuickly()));
1473
1474     KAction* splitAudio = new KAction(KIcon("document-new"), i18n("Split Audio"), this);
1475     collection.addAction("split_audio", splitAudio);
1476     connect(splitAudio, SIGNAL(triggered(bool)), this, SLOT(slotSplitAudio()));
1477
1478     KAction* audioOnly = new KAction(KIcon("document-new"), i18n("Audio Only"), this);
1479     collection.addAction("clip_audio_only", audioOnly);
1480     audioOnly->setData("clip_audio_only");
1481     audioOnly->setCheckable(true);
1482
1483     KAction* videoOnly = new KAction(KIcon("document-new"), i18n("Video Only"), this);
1484     collection.addAction("clip_video_only", videoOnly);
1485     videoOnly->setData("clip_video_only");
1486     videoOnly->setCheckable(true);
1487
1488     KAction* audioAndVideo = new KAction(KIcon("document-new"), i18n("Audio and Video"), this);
1489     collection.addAction("clip_audio_and_video", audioAndVideo);
1490     audioAndVideo->setData("clip_audio_and_video");
1491     audioAndVideo->setCheckable(true);
1492
1493     m_clipTypeGroup = new QActionGroup(this);
1494     m_clipTypeGroup->addAction(audioOnly);
1495     m_clipTypeGroup->addAction(videoOnly);
1496     m_clipTypeGroup->addAction(audioAndVideo);
1497     connect(m_clipTypeGroup, SIGNAL(triggered(QAction *)), this, SLOT(slotUpdateClipType(QAction *)));
1498     m_clipTypeGroup->setEnabled(false);
1499
1500     KAction *insertSpace = new KAction(KIcon(), i18n("Insert Space"), this);
1501     collection.addAction("insert_space", insertSpace);
1502     connect(insertSpace, SIGNAL(triggered()), this, SLOT(slotInsertSpace()));
1503
1504     KAction *removeSpace = new KAction(KIcon(), i18n("Remove Space"), this);
1505     collection.addAction("delete_space", removeSpace);
1506     connect(removeSpace, SIGNAL(triggered()), this, SLOT(slotRemoveSpace()));
1507
1508     m_tracksActionCollection = new KActionCollection(this, KGlobal::mainComponent());
1509     m_tracksActionCollection->addAssociatedWidget(m_timelineArea);
1510
1511     KAction *insertTrack = new KAction(KIcon(), i18n("Insert Track"), m_tracksActionCollection);
1512     m_tracksActionCollection->addAction("insert_track", insertTrack);
1513     connect(insertTrack, SIGNAL(triggered()), this, SLOT(slotInsertTrack()));
1514
1515     KAction *deleteTrack = new KAction(KIcon(), i18n("Delete Track"), m_tracksActionCollection);
1516     m_tracksActionCollection->addAction("delete_track", deleteTrack);
1517     connect(deleteTrack, SIGNAL(triggered()), this, SLOT(slotDeleteTrack()));
1518
1519     KAction *configTracks = new KAction(KIcon("configure"), i18n("Configure Tracks"), m_tracksActionCollection);
1520     m_tracksActionCollection->addAction("config_tracks", configTracks);
1521     connect(configTracks, SIGNAL(triggered()), this, SLOT(slotConfigTrack()));
1522
1523     KAction *selectTrack = new KAction(KIcon(), i18n("Select All in Current Track"), m_tracksActionCollection);
1524     connect(selectTrack, SIGNAL(triggered()), this, SLOT(slotSelectTrack()));
1525     m_tracksActionCollection->addAction("select_track", selectTrack);
1526
1527     QAction *selectAll = KStandardAction::selectAll(this, SLOT(slotSelectAllTracks()), m_tracksActionCollection);
1528     selectAll->setShortcutContext(Qt::WidgetWithChildrenShortcut);
1529     m_tracksActionCollection->addAction("select_all_tracks", selectAll);
1530
1531     KAction *addGuide = new KAction(KIcon("document-new"), i18n("Add Guide"), this);
1532     collection.addAction("add_guide", addGuide);
1533     connect(addGuide, SIGNAL(triggered()), this, SLOT(slotAddGuide()));
1534
1535     QAction *delGuide = new KAction(KIcon("edit-delete"), i18n("Delete Guide"), this);
1536     collection.addAction("delete_guide", delGuide);
1537     connect(delGuide, SIGNAL(triggered()), this, SLOT(slotDeleteGuide()));
1538
1539     QAction *editGuide = new KAction(KIcon("document-properties"), i18n("Edit Guide"), this);
1540     collection.addAction("edit_guide", editGuide);
1541     connect(editGuide, SIGNAL(triggered()), this, SLOT(slotEditGuide()));
1542
1543     QAction *delAllGuides = new KAction(KIcon("edit-delete"), i18n("Delete All Guides"), this);
1544     collection.addAction("delete_all_guides", delAllGuides);
1545     connect(delAllGuides, SIGNAL(triggered()), this, SLOT(slotDeleteAllGuides()));
1546
1547     QAction *pasteEffects = new KAction(KIcon("edit-paste"), i18n("Paste Effects"), this);
1548     collection.addAction("paste_effects", pasteEffects);
1549     pasteEffects->setData("paste_effects");
1550     connect(pasteEffects , SIGNAL(triggered()), this, SLOT(slotPasteEffects()));
1551
1552     QAction *showTimeline = new KAction(i18n("Show Timeline"), this);
1553     collection.addAction("show_timeline", showTimeline);
1554     showTimeline->setCheckable(true);
1555     showTimeline->setChecked(true);
1556     connect(showTimeline, SIGNAL(triggered(bool)), this, SLOT(slotShowTimeline(bool)));
1557
1558     QAction *showTitleBar = new KAction(i18n("Show Title Bars"), this);
1559     collection.addAction("show_titlebars", showTitleBar);
1560     showTitleBar->setCheckable(true);
1561     connect(showTitleBar, SIGNAL(triggered(bool)), this, SLOT(slotShowTitleBars(bool)));
1562     showTitleBar->setChecked(KdenliveSettings::showtitlebars());
1563     slotShowTitleBars(KdenliveSettings::showtitlebars());
1564
1565     m_closeAction = KStandardAction::close(this,  SLOT(closeCurrentDocument()),   collection);
1566     KStandardAction::quit(this,                   SLOT(close()),                  collection);
1567     KStandardAction::open(this,                   SLOT(openFile()),               collection);
1568     m_saveAction = KStandardAction::save(this,    SLOT(saveFile()),               collection);
1569     KStandardAction::saveAs(this,                 SLOT(saveFileAs()),             collection);
1570     KStandardAction::openNew(this,                SLOT(newFile()),                collection);
1571     // TODO: make the following connection to slotEditKeys work
1572     KStandardAction::keyBindings(this,            SLOT(slotEditKeys()),           collection);
1573     KStandardAction::preferences(this,            SLOT(slotPreferences()),        collection);
1574     KStandardAction::configureNotifications(this, SLOT(configureNotifications()), collection);
1575     KStandardAction::copy(this,                   SLOT(slotCopy()),               collection);
1576     KStandardAction::paste(this,                  SLOT(slotPaste()),              collection);
1577     KStandardAction::fullScreen(this,             SLOT(slotFullScreen()), this,   collection);
1578
1579     KAction *undo = KStandardAction::undo(m_commandStack, SLOT(undo()), collection);
1580     undo->setEnabled(false);
1581     connect(m_commandStack, SIGNAL(canUndoChanged(bool)), undo, SLOT(setEnabled(bool)));
1582
1583     KAction *redo = KStandardAction::redo(m_commandStack, SLOT(redo()), collection);
1584     redo->setEnabled(false);
1585     connect(m_commandStack, SIGNAL(canRedoChanged(bool)), redo, SLOT(setEnabled(bool)));
1586
1587     /*
1588     //TODO: Add status tooltip to actions ?
1589     connect(collection, SIGNAL(actionHovered(QAction*)),
1590             this, SLOT(slotDisplayActionMessage(QAction*)));*/
1591
1592
1593     QAction *addClip = new KAction(KIcon("kdenlive-add-clip"), i18n("Add Clip"), this);
1594     collection.addAction("add_clip", addClip);
1595     connect(addClip , SIGNAL(triggered()), m_projectList, SLOT(slotAddClip()));
1596
1597     QAction *addColorClip = new KAction(KIcon("kdenlive-add-color-clip"), i18n("Add Color Clip"), this);
1598     collection.addAction("add_color_clip", addColorClip);
1599     connect(addColorClip , SIGNAL(triggered()), m_projectList, SLOT(slotAddColorClip()));
1600
1601     QAction *addSlideClip = new KAction(KIcon("kdenlive-add-slide-clip"), i18n("Add Slideshow Clip"), this);
1602     collection.addAction("add_slide_clip", addSlideClip);
1603     connect(addSlideClip , SIGNAL(triggered()), m_projectList, SLOT(slotAddSlideshowClip()));
1604
1605     QAction *addTitleClip = new KAction(KIcon("kdenlive-add-text-clip"), i18n("Add Title Clip"), this);
1606     collection.addAction("add_text_clip", addTitleClip);
1607     connect(addTitleClip , SIGNAL(triggered()), m_projectList, SLOT(slotAddTitleClip()));
1608
1609     QAction *addTitleTemplateClip = new KAction(KIcon("kdenlive-add-text-clip"), i18n("Add Template Title"), this);
1610     collection.addAction("add_text_template_clip", addTitleTemplateClip);
1611     connect(addTitleTemplateClip , SIGNAL(triggered()), m_projectList, SLOT(slotAddTitleTemplateClip()));
1612
1613     QAction *addFolderButton = new KAction(KIcon("folder-new"), i18n("Create Folder"), this);
1614     collection.addAction("add_folder", addFolderButton);
1615     connect(addFolderButton , SIGNAL(triggered()), m_projectList, SLOT(slotAddFolder()));
1616
1617     QAction *downloadResources = new KAction(KIcon("download"), i18n("Online Resources"), this);
1618     collection.addAction("download_resource", downloadResources);
1619     connect(downloadResources , SIGNAL(triggered()), this, SLOT(slotDownloadResources()));
1620
1621     QAction *clipProperties = new KAction(KIcon("document-edit"), i18n("Clip Properties"), this);
1622     collection.addAction("clip_properties", clipProperties);
1623     clipProperties->setData("clip_properties");
1624     connect(clipProperties , SIGNAL(triggered()), m_projectList, SLOT(slotEditClip()));
1625     clipProperties->setEnabled(false);
1626
1627     QAction *openClip = new KAction(KIcon("document-open"), i18n("Edit Clip"), this);
1628     collection.addAction("edit_clip", openClip);
1629     openClip->setData("edit_clip");
1630     connect(openClip , SIGNAL(triggered()), m_projectList, SLOT(slotOpenClip()));
1631     openClip->setEnabled(false);
1632
1633     QAction *deleteClip = new KAction(KIcon("edit-delete"), i18n("Delete Clip"), this);
1634     collection.addAction("delete_clip", deleteClip);
1635     deleteClip->setData("delete_clip");
1636     connect(deleteClip , SIGNAL(triggered()), m_projectList, SLOT(slotRemoveClip()));
1637     deleteClip->setEnabled(false);
1638
1639     QAction *reloadClip = new KAction(KIcon("view-refresh"), i18n("Reload Clip"), this);
1640     collection.addAction("reload_clip", reloadClip);
1641     reloadClip->setData("reload_clip");
1642     connect(reloadClip , SIGNAL(triggered()), m_projectList, SLOT(slotReloadClip()));
1643     reloadClip->setEnabled(false);
1644
1645     QAction *proxyClip = new KAction(i18n("Proxy Clip"), this);
1646     collection.addAction("proxy_clip", proxyClip);
1647     proxyClip->setData("proxy_clip");
1648     proxyClip->setCheckable(true);
1649     proxyClip->setChecked(false);
1650     connect(proxyClip, SIGNAL(toggled(bool)), m_projectList, SLOT(slotProxyCurrentItem(bool)));
1651
1652     QAction *stopMotion = new KAction(KIcon("image-x-generic"), i18n("Stop Motion Capture"), this);
1653     collection.addAction("stopmotion", stopMotion);
1654     connect(stopMotion , SIGNAL(triggered()), this, SLOT(slotOpenStopmotion()));
1655
1656     QMenu *addClips = new QMenu();
1657     addClips->addAction(addClip);
1658     addClips->addAction(addColorClip);
1659     addClips->addAction(addSlideClip);
1660     addClips->addAction(addTitleClip);
1661     addClips->addAction(addTitleTemplateClip);
1662     addClips->addAction(addFolderButton);
1663     addClips->addAction(downloadResources);
1664
1665     addClips->addAction(reloadClip);
1666     addClips->addAction(proxyClip);
1667     addClips->addAction(clipProperties);
1668     addClips->addAction(openClip);
1669     addClips->addAction(deleteClip);
1670     m_projectList->setupMenu(addClips, addClip);
1671
1672     // Setup effects and transitions actions.
1673     m_effectsActionCollection = new KActionCollection(this, KGlobal::mainComponent());
1674     //KActionCategory *transitionActions = new KActionCategory(i18n("Transitions"), m_effectsActionCollection);
1675     KActionCategory *transitionActions = new KActionCategory(i18n("Transitions"), collection);
1676     m_transitions = new KAction*[transitions.count()];
1677     for (int i = 0; i < transitions.count(); i++) {
1678         QStringList effectInfo = transitions.effectIdInfo(i);
1679         m_transitions[i] = new KAction(effectInfo.at(0), this);
1680         m_transitions[i]->setData(effectInfo);
1681         m_transitions[i]->setIconVisibleInMenu(false);
1682         QString id = effectInfo.at(2);
1683         if (id.isEmpty()) id = effectInfo.at(1);
1684         transitionActions->addAction("transition_" + id, m_transitions[i]);
1685     }
1686     //m_effectsActionCollection->readSettings();
1687
1688 }
1689
1690 void MainWindow::slotDisplayActionMessage(QAction *a)
1691 {
1692     statusBar()->showMessage(a->data().toString(), 3000);
1693 }
1694
1695 void MainWindow::loadLayouts()
1696 {
1697     QMenu *saveLayout = (QMenu*)(factory()->container("layout_save_as", this));
1698     if (m_loadLayout == NULL || saveLayout == NULL) return;
1699     KSharedConfigPtr config = KGlobal::config();
1700     KConfigGroup layoutGroup(config, "Layouts");
1701     QStringList entries = layoutGroup.keyList();
1702     QList<QAction *> loadActions = m_loadLayout->actions();
1703     QList<QAction *> saveActions = saveLayout->actions();
1704     for (int i = 1; i < 5; i++) {
1705         // Rename the layouts actions
1706         foreach(const QString & key, entries) {
1707             if (key.endsWith(QString("_%1").arg(i))) {
1708                 // Found previously saved layout
1709                 QString layoutName = key.section("_", 0, -2);
1710                 for (int j = 0; j < loadActions.count(); j++) {
1711                     if (loadActions.at(j)->data().toString().endsWith("_" + QString::number(i))) {
1712                         loadActions[j]->setText(layoutName);
1713                         loadActions[j]->setData(key);
1714                         break;
1715                     }
1716                 }
1717                 for (int j = 0; j < saveActions.count(); j++) {
1718                     if (saveActions.at(j)->data().toString().endsWith("_" + QString::number(i))) {
1719                         saveActions[j]->setText(i18n("Save as %1").arg(layoutName));
1720                         saveActions[j]->setData(key);
1721                         break;
1722                     }
1723                 }
1724             }
1725         }
1726     }
1727 }
1728
1729 void MainWindow::slotLoadLayout(QAction *action)
1730 {
1731     if (!action) return;
1732     QString layoutId = action->data().toString();
1733     if (layoutId.isEmpty()) return;
1734     KSharedConfigPtr config = KGlobal::config();
1735     KConfigGroup layouts(config, "Layouts");
1736     QByteArray state = QByteArray::fromBase64(layouts.readEntry(layoutId).toAscii());
1737     restoreState(state);
1738 }
1739
1740 void MainWindow::slotSaveLayout(QAction *action)
1741 {
1742     QString originallayoutName = action->data().toString();
1743     int layoutId = originallayoutName.section('_', -1).toInt();
1744
1745     QString layoutName = QInputDialog::getText(this, i18n("Save Layout"), i18n("Layout name:"), QLineEdit::Normal, originallayoutName.section('_', 0, -2));
1746     if (layoutName.isEmpty()) return;
1747     KSharedConfigPtr config = KGlobal::config();
1748     KConfigGroup layouts(config, "Layouts");
1749     layouts.deleteEntry(originallayoutName);
1750
1751     QByteArray st = saveState();
1752     layoutName.append("_" + QString::number(layoutId));
1753     layouts.writeEntry(layoutName, st.toBase64());
1754     loadLayouts();
1755 }
1756
1757 void MainWindow::saveOptions()
1758 {
1759     KdenliveSettings::self()->writeConfig();
1760     KSharedConfigPtr config = KGlobal::config();
1761     m_fileOpenRecent->saveEntries(KConfigGroup(config, "Recent Files"));
1762     KConfigGroup treecolumns(config, "Project Tree");
1763     treecolumns.writeEntry("columns", m_projectList->headerInfo());
1764     config->sync();
1765 }
1766
1767 void MainWindow::readOptions()
1768 {
1769     KSharedConfigPtr config = KGlobal::config();
1770     m_fileOpenRecent->loadEntries(KConfigGroup(config, "Recent Files"));
1771     KConfigGroup initialGroup(config, "version");
1772     bool upgrade = false;
1773     if (initialGroup.exists()) {
1774         if (initialGroup.readEntry("version", QString()).section(' ', 0, 0) != QString(version).section(' ', 0, 0)) {
1775             upgrade = true;
1776         }
1777
1778         if (initialGroup.readEntry("version") == "0.7") {
1779             //Add new settings from 0.7.1
1780             if (KdenliveSettings::defaultprojectfolder().isEmpty()) {
1781                 QString path = QDir::homePath() + "/kdenlive";
1782                 if (KStandardDirs::makeDir(path)  == false) {
1783                     kDebug() << "/// ERROR CREATING PROJECT FOLDER: " << path;
1784                 } else KdenliveSettings::setDefaultprojectfolder(path);
1785             }
1786         }
1787
1788     }
1789
1790     if (!initialGroup.exists() || upgrade) {
1791         // this is our first run, show Wizard
1792         Wizard *w = new Wizard(upgrade, this);
1793         if (w->exec() == QDialog::Accepted && w->isOk()) {
1794             w->adjustSettings();
1795             initialGroup.writeEntry("version", version);
1796             delete w;
1797         } else {
1798             ::exit(1);
1799         }
1800     }
1801     KConfigGroup treecolumns(config, "Project Tree");
1802     const QByteArray state = treecolumns.readEntry("columns", QByteArray());
1803     if (!state.isEmpty())
1804         m_projectList->setHeaderInfo(state);
1805 }
1806
1807 void MainWindow::slotRunWizard()
1808 {
1809     Wizard *w = new Wizard(false, this);
1810     if (w->exec() == QDialog::Accepted && w->isOk()) {
1811         w->adjustSettings();
1812     }
1813     delete w;
1814 }
1815
1816 void MainWindow::newFile(bool showProjectSettings, bool force)
1817 {
1818     if (!m_timelineArea->isEnabled() && !force)
1819         return;
1820     m_fileRevert->setEnabled(false);
1821     QString profileName = KdenliveSettings::default_profile();
1822     KUrl projectFolder = KdenliveSettings::defaultprojectfolder();
1823     QMap <QString, QString> documentProperties;
1824     QMap <QString, QString> documentMetadata;
1825     QPoint projectTracks(KdenliveSettings::videotracks(), KdenliveSettings::audiotracks());
1826     if (!showProjectSettings) {
1827         if (!KdenliveSettings::activatetabs())
1828             if (!closeCurrentDocument())
1829                 return;
1830     } else {
1831         ProjectSettings *w = new ProjectSettings(NULL, QMap <QString, QString> (), QStringList(), projectTracks.x(), projectTracks.y(), KdenliveSettings::defaultprojectfolder(), false, true, this);
1832         if (w->exec() != QDialog::Accepted)
1833             return;
1834         if (!KdenliveSettings::activatetabs())
1835             if (!closeCurrentDocument())
1836                 return;
1837         if (KdenliveSettings::videothumbnails() != w->enableVideoThumbs())
1838             slotSwitchVideoThumbs();
1839         if (KdenliveSettings::audiothumbnails() != w->enableAudioThumbs())
1840             slotSwitchAudioThumbs();
1841         profileName = w->selectedProfile();
1842         projectFolder = w->selectedFolder();
1843         projectTracks = w->tracks();
1844         documentProperties.insert("enableproxy", QString::number((int) w->useProxy()));
1845         documentProperties.insert("generateproxy", QString::number((int) w->generateProxy()));
1846         documentProperties.insert("proxyminsize", QString::number(w->proxyMinSize()));
1847         documentProperties.insert("proxyparams", w->proxyParams());
1848         documentProperties.insert("proxyextension", w->proxyExtension());
1849         documentProperties.insert("generateimageproxy", QString::number((int) w->generateImageProxy()));
1850         documentProperties.insert("proxyimageminsize", QString::number(w->proxyImageMinSize()));
1851         documentMetadata = w->metadata();
1852         delete w;
1853     }
1854     m_timelineArea->setEnabled(true);
1855     m_projectList->setEnabled(true);
1856     bool openBackup;
1857     KdenliveDoc *doc = new KdenliveDoc(KUrl(), projectFolder, m_commandStack, profileName, documentProperties, documentMetadata, projectTracks, m_projectMonitor->render, m_notesWidget, &openBackup, this);
1858     doc->m_autosave = new KAutoSaveFile(KUrl(), doc);
1859     bool ok;
1860     TrackView *trackView = new TrackView(doc, m_tracksActionCollection->actions(), &ok, this);
1861     m_timelineArea->addTab(trackView, KIcon("kdenlive"), doc->description());
1862     if (!ok) {
1863         // MLT is broken
1864         //m_timelineArea->setEnabled(false);
1865         //m_projectList->setEnabled(false);
1866         slotPreferences(6);
1867         return;
1868     }
1869     if (m_timelineArea->count() == 1) {
1870         connectDocumentInfo(doc);
1871         connectDocument(trackView, doc);
1872     } else
1873         m_timelineArea->setTabBarHidden(false);
1874     m_monitorManager->activateMonitor(Kdenlive::clipMonitor);
1875     m_closeAction->setEnabled(m_timelineArea->count() > 1);
1876 }
1877
1878 void MainWindow::activateDocument()
1879 {
1880     if (m_timelineArea->currentWidget() == NULL || !m_timelineArea->isEnabled()) return;
1881     TrackView *currentTab = (TrackView *) m_timelineArea->currentWidget();
1882     KdenliveDoc *currentDoc = currentTab->document();
1883     connectDocumentInfo(currentDoc);
1884     connectDocument(currentTab, currentDoc);
1885 }
1886
1887 bool MainWindow::closeCurrentDocument(bool saveChanges)
1888 {
1889     QWidget *w = m_timelineArea->currentWidget();
1890     if (!w) return true;
1891     // closing current document
1892     int ix = m_timelineArea->currentIndex() + 1;
1893     if (ix == m_timelineArea->count()) ix = 0;
1894     m_timelineArea->setCurrentIndex(ix);
1895     TrackView *tabToClose = (TrackView *) w;
1896     KdenliveDoc *docToClose = tabToClose->document();
1897     if (docToClose && docToClose->isModified() && saveChanges) {
1898         QString message;
1899         if (m_activeDocument->url().fileName().isEmpty())
1900             message = i18n("Save changes to document?");
1901         else
1902             message = i18n("The project <b>\"%1\"</b> has been changed.\nDo you want to save your changes?").arg(m_activeDocument->url().fileName());
1903         switch (KMessageBox::warningYesNoCancel(this, message)) {
1904         case KMessageBox::Yes :
1905             // save document here. If saving fails, return false;
1906             if (saveFile() == false) return false;
1907             break;
1908         case KMessageBox::Cancel :
1909             return false;
1910             break;
1911         default:
1912             break;
1913         }
1914     }
1915     m_clipMonitor->slotSetClipProducer(NULL);
1916     m_projectList->slotResetProjectList();
1917     m_timelineArea->removeTab(m_timelineArea->indexOf(w));
1918     if (m_timelineArea->count() == 1) {
1919         m_timelineArea->setTabBarHidden(true);
1920         m_closeAction->setEnabled(false);
1921     }
1922     if (docToClose == m_activeDocument) {
1923         delete m_activeDocument;
1924         m_activeDocument = NULL;
1925         m_effectStack->clear();
1926         m_transitionConfig->slotTransitionItemSelected(NULL, 0, QPoint(), false);
1927     } else {
1928         delete docToClose;
1929     }
1930     if (w == m_activeTimeline) {
1931         delete m_activeTimeline;
1932         m_activeTimeline = NULL;
1933     } else {
1934         delete w;
1935     }
1936     return true;
1937 }
1938
1939 bool MainWindow::saveFileAs(const QString &outputFileName)
1940 {
1941     QString currentSceneList;
1942     m_monitorManager->stopActiveMonitor();
1943
1944     if (m_activeDocument->saveSceneList(outputFileName, m_projectMonitor->sceneList(), m_projectList->expandedFolders()) == false)
1945         return false;
1946
1947     // Save timeline thumbnails
1948     m_activeTimeline->projectView()->saveThumbnails();
1949     m_activeDocument->setUrl(KUrl(outputFileName));
1950     QByteArray hash = QCryptographicHash::hash(KUrl(outputFileName).encodedPath(), QCryptographicHash::Md5).toHex();
1951     if (m_activeDocument->m_autosave == NULL) {
1952         m_activeDocument->m_autosave = new KAutoSaveFile(KUrl(hash), this);
1953     } else m_activeDocument->m_autosave->setManagedFile(KUrl(hash));
1954     setCaption(m_activeDocument->description());
1955     m_timelineArea->setTabText(m_timelineArea->currentIndex(), m_activeDocument->description());
1956     m_timelineArea->setTabToolTip(m_timelineArea->currentIndex(), m_activeDocument->url().path());
1957     m_activeDocument->setModified(false);
1958     m_fileOpenRecent->addUrl(KUrl(outputFileName));
1959     m_fileRevert->setEnabled(true);
1960     m_undoView->stack()->setClean();
1961     return true;
1962 }
1963
1964 bool MainWindow::saveFileAs()
1965 {
1966     QString outputFile = KFileDialog::getSaveFileName(m_activeDocument->projectFolder(), getMimeType(false));
1967     if (outputFile.isEmpty()) {
1968         return false;
1969     }
1970     if (QFile::exists(outputFile)) {
1971         // Show the file dialog again if the user does not want to overwrite the file
1972         if (KMessageBox::questionYesNo(this, i18n("File %1 already exists.\nDo you want to overwrite it?", outputFile)) == KMessageBox::No)
1973             return saveFileAs();
1974     }
1975     return saveFileAs(outputFile);
1976 }
1977
1978 bool MainWindow::saveFile()
1979 {
1980     if (!m_activeDocument) return true;
1981     if (m_activeDocument->url().isEmpty()) {
1982         return saveFileAs();
1983     } else {
1984         bool result = saveFileAs(m_activeDocument->url().path());
1985         m_activeDocument->m_autosave->resize(0);
1986         return result;
1987     }
1988 }
1989
1990 void MainWindow::openFile()
1991 {
1992     if (!m_startUrl.isEmpty()) {
1993         openFile(m_startUrl);
1994         m_startUrl = KUrl();
1995         return;
1996     }
1997     KUrl url = KFileDialog::getOpenUrl(KUrl("kfiledialog:///projectfolder"), getMimeType());
1998     if (url.isEmpty()) return;
1999     m_fileOpenRecent->addUrl(url);
2000     openFile(url);
2001 }
2002
2003 void MainWindow::openLastFile()
2004 {
2005     KSharedConfigPtr config = KGlobal::config();
2006     KUrl::List urls = m_fileOpenRecent->urls();
2007     //WARNING: this is buggy, we get a random url, not the last one. Bug in KRecentFileAction?
2008     if (urls.isEmpty()) newFile(false);
2009     else openFile(urls.last());
2010 }
2011
2012 void MainWindow::openFile(const KUrl &url)
2013 {
2014     // Make sure the url is a Kdenlive project file
2015     KMimeType::Ptr mime = KMimeType::findByUrl(url);
2016     if (mime.data()->is("application/x-compressed-tar")) {
2017         // Opening a compressed project file, we need to process it
2018         kDebug()<<"Opening archive, processing";
2019         ArchiveWidget *ar = new ArchiveWidget(url);
2020         if (ar->exec() == QDialog::Accepted) openFile(KUrl(ar->extractedProjectFile()));
2021         delete ar;
2022         return;
2023     }
2024     if (!url.fileName().endsWith(".kdenlive")) {
2025         // This is not a Kdenlive project file, abort loading
2026         KMessageBox::sorry(this, i18n("File %1 is not a Kdenlive project file", url.path()));
2027         return;
2028     }
2029
2030     // Check if the document is already opened
2031     const int ct = m_timelineArea->count();
2032     bool isOpened = false;
2033     int i;
2034     for (i = 0; i < ct; i++) {
2035         TrackView *tab = (TrackView *) m_timelineArea->widget(i);
2036         KdenliveDoc *doc = tab->document();
2037         if (doc->url() == url) {
2038             isOpened = true;
2039             break;
2040         }
2041     }
2042     if (isOpened) {
2043         m_timelineArea->setCurrentIndex(i);
2044         return;
2045     }
2046
2047     if (!KdenliveSettings::activatetabs()) if (!closeCurrentDocument()) return;
2048
2049     // Check for backup file
2050     QByteArray hash = QCryptographicHash::hash(url.encodedPath(), QCryptographicHash::Md5).toHex();
2051     QList<KAutoSaveFile *> staleFiles = KAutoSaveFile::staleFiles(KUrl(hash));
2052     if (!staleFiles.isEmpty()) {
2053         if (KMessageBox::questionYesNo(this,
2054                                        i18n("Auto-saved files exist. Do you want to recover them now?"),
2055                                        i18n("File Recovery"),
2056                                        KGuiItem(i18n("Recover")), KGuiItem(i18n("Don't recover"))) == KMessageBox::Yes) {
2057             recoverFiles(staleFiles, url);
2058             return;
2059         } else {
2060             // remove the stale files
2061             foreach(KAutoSaveFile * stale, staleFiles) {
2062                 stale->open(QIODevice::ReadWrite);
2063                 delete stale;
2064             }
2065         }
2066     }
2067     m_messageLabel->setMessage(i18n("Opening file %1", url.path()), InformationMessage);
2068     m_messageLabel->repaint();
2069     doOpenFile(url, NULL);
2070 }
2071
2072 void MainWindow::doOpenFile(const KUrl &url, KAutoSaveFile *stale)
2073 {
2074     if (!m_timelineArea->isEnabled()) return;
2075     m_fileRevert->setEnabled(true);
2076
2077     // Recreate stopmotion widget on document change
2078     if (m_stopmotion) {
2079         delete m_stopmotion;
2080         m_stopmotion = NULL;
2081     }
2082
2083     m_timer.start();
2084     KProgressDialog progressDialog(this, i18n("Loading project"), i18n("Loading project"));
2085     progressDialog.setAllowCancel(false);
2086     progressDialog.progressBar()->setMaximum(4);
2087     progressDialog.show();
2088     progressDialog.progressBar()->setValue(0);
2089     qApp->processEvents();
2090
2091     bool openBackup;
2092     KdenliveDoc *doc = new KdenliveDoc(stale ? KUrl(stale->fileName()) : url, KdenliveSettings::defaultprojectfolder(), m_commandStack, KdenliveSettings::default_profile(), QMap <QString, QString> (), QMap <QString, QString> (), QPoint(KdenliveSettings::videotracks(), KdenliveSettings::audiotracks()), m_projectMonitor->render, m_notesWidget, &openBackup, this, &progressDialog);
2093
2094     progressDialog.progressBar()->setValue(1);
2095     progressDialog.progressBar()->setMaximum(4);
2096     progressDialog.setLabelText(i18n("Loading project"));
2097     qApp->processEvents();
2098
2099     if (stale == NULL) {
2100         QByteArray hash = QCryptographicHash::hash(url.encodedPath(), QCryptographicHash::Md5).toHex();
2101         stale = new KAutoSaveFile(KUrl(hash), doc);
2102         doc->m_autosave = stale;
2103     } else {
2104         doc->m_autosave = stale;
2105         doc->setUrl(url);//stale->managedFile());
2106         doc->setModified(true);
2107         stale->setParent(doc);
2108     }
2109     connectDocumentInfo(doc);
2110
2111     progressDialog.progressBar()->setValue(2);
2112     qApp->processEvents();
2113
2114     bool ok;
2115     TrackView *trackView = new TrackView(doc, m_tracksActionCollection->actions(), &ok, this);
2116     connectDocument(trackView, doc);
2117     progressDialog.progressBar()->setValue(3);
2118     qApp->processEvents();
2119
2120     m_timelineArea->setCurrentIndex(m_timelineArea->addTab(trackView, KIcon("kdenlive"), doc->description()));
2121     if (!ok) {
2122         m_timelineArea->setEnabled(false);
2123         m_projectList->setEnabled(false);
2124         KMessageBox::sorry(this, i18n("Cannot open file %1.\nProject is corrupted.", url.path()));
2125         slotGotProgressInfo(QString(), -1);
2126         newFile(false, true);
2127         return;
2128     }
2129     m_timelineArea->setTabToolTip(m_timelineArea->currentIndex(), doc->url().path());
2130     trackView->setDuration(trackView->duration());
2131     trackView->projectView()->initCursorPos(m_projectMonitor->render->seekPosition().frames(doc->fps()));
2132
2133     if (m_timelineArea->count() > 1) m_timelineArea->setTabBarHidden(false);
2134     slotGotProgressInfo(QString(), -1);
2135     m_projectMonitor->adjustRulerSize(trackView->duration());
2136     m_projectMonitor->slotZoneMoved(trackView->inPoint(), trackView->outPoint());
2137     progressDialog.progressBar()->setValue(4);
2138     if (openBackup) slotOpenBackupDialog(url);
2139 }
2140
2141 void MainWindow::recoverFiles(QList<KAutoSaveFile *> staleFiles, const KUrl &originUrl)
2142 {
2143     foreach(KAutoSaveFile * stale, staleFiles) {
2144         /*if (!stale->open(QIODevice::QIODevice::ReadOnly)) {
2145                   // show an error message; we could not steal the lockfile
2146                   // maybe another application got to the file before us?
2147                   delete stale;
2148                   continue;
2149         }*/
2150         kDebug() << "// OPENING RECOVERY: " << stale->fileName() << "\nMANAGED: " << stale->managedFile().path();
2151         // the stalefiles also contain ".lock" files so we must ignore them... bug in KAutoSaveFile?
2152         if (!stale->fileName().endsWith(".lock")) doOpenFile(originUrl, stale);
2153         else KIO::NetAccess::del(KUrl(stale->fileName()), this);
2154     }
2155 }
2156
2157 void MainWindow::parseProfiles(const QString &mltPath)
2158 {
2159     //KdenliveSettings::setDefaulttmpfolder();
2160     if (!mltPath.isEmpty()) {
2161         KdenliveSettings::setMltpath(mltPath + "/share/mlt/profiles/");
2162         KdenliveSettings::setRendererpath(mltPath + "/bin/melt");
2163     }
2164
2165     if (KdenliveSettings::mltpath().isEmpty())
2166         KdenliveSettings::setMltpath(QString(MLT_PREFIX) + QString("/share/mlt/profiles/"));
2167
2168     if (KdenliveSettings::rendererpath().isEmpty() || KdenliveSettings::rendererpath().endsWith("inigo")) {
2169         QString meltPath = QString(MLT_PREFIX) + QString("/bin/melt");
2170         if (!QFile::exists(meltPath))
2171             meltPath = KStandardDirs::findExe("melt");
2172         KdenliveSettings::setRendererpath(meltPath);
2173     }
2174
2175     if (KdenliveSettings::rendererpath().isEmpty()) {
2176         // Cannot find the MLT melt renderer, ask for location
2177         KUrlRequesterDialog *getUrl = new KUrlRequesterDialog(QString(), i18n("Cannot find the melt program required for rendering (part of MLT)"), this);
2178         if (getUrl->exec() == QDialog::Rejected) {
2179             ::exit(0);
2180         }
2181         KUrl rendererPath = getUrl->selectedUrl();
2182         delete getUrl;
2183         if (rendererPath.isEmpty()) ::exit(0);
2184         KdenliveSettings::setRendererpath(rendererPath.path());
2185     }
2186
2187     QStringList profilesFilter;
2188     profilesFilter << "*";
2189     QStringList profilesList = QDir(KdenliveSettings::mltpath()).entryList(profilesFilter, QDir::Files);
2190     if (profilesList.isEmpty()) {
2191         // Cannot find MLT path, try finding melt
2192         QString profilePath = KdenliveSettings::rendererpath();
2193         if (!profilePath.isEmpty()) {
2194             profilePath = profilePath.section('/', 0, -3);
2195             KdenliveSettings::setMltpath(profilePath + "/share/mlt/profiles/");
2196             profilesList = QDir(KdenliveSettings::mltpath()).entryList(profilesFilter, QDir::Files);
2197         }
2198         if (profilesList.isEmpty()) {
2199             // Cannot find the MLT profiles, ask for location
2200             KUrlRequesterDialog *getUrl = new KUrlRequesterDialog(KdenliveSettings::mltpath(), i18n("Cannot find your MLT profiles, please give the path"), this);
2201             getUrl->fileDialog()->setMode(KFile::Directory);
2202             if (getUrl->exec() == QDialog::Rejected) {
2203                 ::exit(0);
2204             }
2205             KUrl mltPath = getUrl->selectedUrl();
2206             delete getUrl;
2207             if (mltPath.isEmpty()) ::exit(0);
2208             KdenliveSettings::setMltpath(mltPath.path(KUrl::AddTrailingSlash));
2209             profilesList = QDir(KdenliveSettings::mltpath()).entryList(profilesFilter, QDir::Files);
2210         }
2211     }
2212
2213     kDebug() << "RESULTING MLT PATH: " << KdenliveSettings::mltpath();
2214
2215     // Parse again MLT profiles to build a list of available video formats
2216     if (profilesList.isEmpty()) parseProfiles();
2217 }
2218
2219
2220 void MainWindow::slotEditProfiles()
2221 {
2222     ProfilesDialog *w = new ProfilesDialog;
2223     if (w->exec() == QDialog::Accepted) {
2224         KdenliveSettingsDialog* d = static_cast <KdenliveSettingsDialog*>(KConfigDialog::exists("settings"));
2225         if (d) d->checkProfile();
2226     }
2227     delete w;
2228 }
2229
2230 void MainWindow::slotDetectAudioDriver()
2231 {
2232     /* WARNING: do not use this method because sometimes detects wrong driver (pulse instead of alsa),
2233     leading to no audio output, see bug #934 */
2234
2235     //decide which audio driver is really best, in some cases SDL is wrong
2236     if (KdenliveSettings::audiodrivername().isEmpty()) {
2237         QString driver;
2238         KProcess readProcess;
2239         //PulseAudio needs to be selected if it exists, the ALSA pulse pcm device is not fast enough.
2240         if (!KStandardDirs::findExe("pactl").isEmpty()) {
2241             readProcess.setOutputChannelMode(KProcess::OnlyStdoutChannel);
2242             readProcess.setProgram("pactl", QStringList() << "stat");
2243             readProcess.execute(2000); // Kill it after 2 seconds
2244
2245             QString result = QString(readProcess.readAllStandardOutput());
2246             kDebug() << "// / / / / / READING PACTL: ";
2247             kDebug() << result;
2248             if (!result.isEmpty()) {
2249                 driver = "pulse";
2250                 kDebug() << "// / / / / PULSEAUDIO DETECTED";
2251             }
2252         }
2253         //put others here
2254         KdenliveSettings::setAutoaudiodrivername(driver);
2255     }
2256 }
2257
2258 void MainWindow::slotEditProjectSettings()
2259 {
2260     QPoint p = m_activeDocument->getTracksCount();
2261     ProjectSettings *w = new ProjectSettings(m_projectList, m_activeDocument->metadata(), m_activeTimeline->projectView()->extractTransitionsLumas(), p.x(), p.y(), m_activeDocument->projectFolder().path(), true, !m_activeDocument->isModified(), this);
2262     connect(w, SIGNAL(disableProxies()), this, SLOT(slotDisableProxies()));
2263
2264     if (w->exec() == QDialog::Accepted) {
2265         QString profile = w->selectedProfile();
2266         m_activeDocument->setProjectFolder(w->selectedFolder());
2267 #ifndef Q_WS_MAC
2268         m_recMonitor->slotUpdateCaptureFolder(m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash));
2269 #endif
2270         if (m_renderWidget) m_renderWidget->setDocumentPath(m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash));
2271         if (KdenliveSettings::videothumbnails() != w->enableVideoThumbs()) slotSwitchVideoThumbs();
2272         if (KdenliveSettings::audiothumbnails() != w->enableAudioThumbs()) slotSwitchAudioThumbs();
2273         if (m_activeDocument->profilePath() != profile) slotUpdateProjectProfile(profile);
2274         if (m_activeDocument->getDocumentProperty("proxyparams") != w->proxyParams()) {
2275             m_activeDocument->setModified();
2276             m_activeDocument->setDocumentProperty("proxyparams", w->proxyParams());
2277             if (m_activeDocument->clipManager()->clipsCount() > 0 && KMessageBox::questionYesNo(this, i18n("You have changed the proxy parameters. Do you want to recreate all proxy clips for this project?")) == KMessageBox::Yes) {
2278                 //TODO: rebuild all proxies
2279                 //m_projectList->rebuildProxies();
2280             }
2281         }
2282         if (m_activeDocument->getDocumentProperty("proxyextension") != w->proxyExtension()) {
2283             m_activeDocument->setModified();
2284             m_activeDocument->setDocumentProperty("proxyextension", w->proxyExtension());
2285         }
2286         if (m_activeDocument->getDocumentProperty("generateproxy") != QString::number((int) w->generateProxy())) {
2287             m_activeDocument->setModified();
2288             m_activeDocument->setDocumentProperty("generateproxy", QString::number((int) w->generateProxy()));
2289         }
2290         if (m_activeDocument->getDocumentProperty("proxyminsize") != QString::number(w->proxyMinSize())) {
2291             m_activeDocument->setModified();
2292             m_activeDocument->setDocumentProperty("proxyminsize", QString::number(w->proxyMinSize()));
2293         }
2294         if (m_activeDocument->getDocumentProperty("generateimageproxy") != QString::number((int) w->generateImageProxy())) {
2295             m_activeDocument->setModified();
2296             m_activeDocument->setDocumentProperty("generateimageproxy", QString::number((int) w->generateImageProxy()));
2297         }
2298         if (m_activeDocument->getDocumentProperty("proxyimageminsize") != QString::number(w->proxyImageMinSize())) {
2299             m_activeDocument->setModified();
2300             m_activeDocument->setDocumentProperty("proxyimageminsize", QString::number(w->proxyImageMinSize()));
2301         }
2302         if (QString::number((int) w->useProxy()) != m_activeDocument->getDocumentProperty("enableproxy")) {
2303             m_activeDocument->setDocumentProperty("enableproxy", QString::number((int) w->useProxy()));
2304             m_activeDocument->setModified();
2305             slotUpdateProxySettings();
2306         }
2307         m_activeDocument->setMetadata(w->metadata());
2308     }
2309     delete w;
2310 }
2311
2312 void MainWindow::slotDisableProxies()
2313 {
2314     m_activeDocument->setDocumentProperty("enableproxy", QString::number((int) false));
2315     m_activeDocument->setModified();
2316     slotUpdateProxySettings();
2317 }
2318
2319 void MainWindow::slotUpdateProjectProfile(const QString &profile)
2320 {
2321     // Recreate the stopmotion widget if profile changes
2322     if (m_stopmotion) {
2323         delete m_stopmotion;
2324         m_stopmotion = NULL;
2325     }
2326
2327     // Deselect current effect / transition
2328     m_effectStack->slotClipItemSelected(NULL, 0);
2329     m_transitionConfig->slotTransitionItemSelected(NULL, 0, QPoint(), false);
2330     m_clipMonitor->slotSetClipProducer(NULL);
2331     bool updateFps = m_activeDocument->setProfilePath(profile);
2332     KdenliveSettings::setCurrent_profile(profile);
2333     KdenliveSettings::setProject_fps(m_activeDocument->fps());
2334     setCaption(m_activeDocument->description(), m_activeDocument->isModified());
2335
2336     m_activeDocument->clipManager()->clearUnusedProducers();
2337     m_monitorManager->resetProfiles(m_activeDocument->timecode());
2338     m_transitionConfig->updateProjectFormat(m_activeDocument->mltProfile(), m_activeDocument->timecode(), m_activeDocument->tracksList());
2339     m_effectStack->updateProjectFormat(m_activeDocument->mltProfile(), m_activeDocument->timecode());
2340     m_projectList->updateProjectFormat(m_activeDocument->timecode());
2341     if (m_renderWidget) m_renderWidget->setProfile(m_activeDocument->mltProfile());
2342     m_timelineArea->setTabText(m_timelineArea->currentIndex(), m_activeDocument->description());
2343     if (updateFps) m_activeTimeline->updateProjectFps();
2344     m_activeDocument->clipManager()->clearCache();
2345     m_activeTimeline->updateProfile();
2346     m_activeDocument->setModified(true);
2347     m_commandStack->activeStack()->clear();
2348     //Update the mouse position display so it will display in DF/NDF format by default based on the project setting.
2349     slotUpdateMousePosition(0);
2350     // We need to desactivate & reactivate monitors to get a refresh
2351     //m_monitorManager->switchMonitors();
2352 }
2353
2354
2355 void MainWindow::slotRenderProject()
2356 {
2357     if (!m_renderWidget) {
2358         QString projectfolder = m_activeDocument ? m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash) : KdenliveSettings::defaultprojectfolder();
2359         MltVideoProfile profile;
2360         if (m_activeDocument) profile = m_activeDocument->mltProfile();
2361         m_renderWidget = new RenderWidget(projectfolder, m_projectList->useProxy(), profile, this);
2362         connect(m_renderWidget, SIGNAL(shutdown()), this, SLOT(slotShutdown()));
2363         connect(m_renderWidget, SIGNAL(selectedRenderProfile(QMap <QString, QString>)), this, SLOT(slotSetDocumentRenderProfile(QMap <QString, QString>)));
2364         connect(m_renderWidget, SIGNAL(prepareRenderingData(bool, bool, const QString&)), this, SLOT(slotPrepareRendering(bool, bool, const QString&)));
2365         connect(m_renderWidget, SIGNAL(abortProcess(const QString &)), this, SIGNAL(abortRenderJob(const QString &)));
2366         connect(m_renderWidget, SIGNAL(openDvdWizard(const QString &, const QString &)), this, SLOT(slotDvdWizard(const QString &, const QString &)));
2367         if (m_activeDocument) {
2368             m_renderWidget->setProfile(m_activeDocument->mltProfile());
2369             m_renderWidget->setGuides(m_activeDocument->guidesXml(), m_activeDocument->projectDuration());
2370             m_renderWidget->setDocumentPath(m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash));
2371             m_renderWidget->setRenderProfile(m_activeDocument->getRenderProperties());
2372         }
2373     }
2374     slotCheckRenderStatus();
2375     m_renderWidget->show();
2376     m_renderWidget->showNormal();
2377
2378     // What are the following lines supposed to do?
2379     //m_activeTimeline->tracksNumber();
2380     //m_renderWidget->enableAudio(false);
2381     //m_renderWidget->export_audio;
2382 }
2383
2384 void MainWindow::slotCheckRenderStatus()
2385 {
2386     // Make sure there are no missing clips
2387     if (m_renderWidget)
2388         m_renderWidget->missingClips(m_projectList->hasMissingClips());
2389 }
2390
2391 void MainWindow::setRenderingProgress(const QString &url, int progress)
2392 {
2393     if (m_renderWidget)
2394         m_renderWidget->setRenderJob(url, progress);
2395 }
2396
2397 void MainWindow::setRenderingFinished(const QString &url, int status, const QString &error)
2398 {
2399     if (m_renderWidget)
2400         m_renderWidget->setRenderStatus(url, status, error);
2401 }
2402
2403 void MainWindow::slotCleanProject()
2404 {
2405     if (KMessageBox::warningContinueCancel(this, i18n("This will remove all unused clips from your project."), i18n("Clean up project")) == KMessageBox::Cancel) return;
2406     m_projectList->cleanup();
2407 }
2408
2409 void MainWindow::slotUpdateMousePosition(int pos)
2410 {
2411     if (m_activeDocument)
2412         switch (m_timecodeFormat->currentIndex()) {
2413         case 0:
2414             statusBar()->changeItem(m_activeDocument->timecode().getTimecodeFromFrames(pos), ID_TIMELINE_POS);
2415             break;
2416         default:
2417             statusBar()->changeItem(QString::number(pos), ID_TIMELINE_POS);
2418         }
2419 }
2420
2421 void MainWindow::slotUpdateDocumentState(bool modified)
2422 {
2423     if (!m_activeDocument) return;
2424     setCaption(m_activeDocument->description(), modified);
2425     m_saveAction->setEnabled(modified);
2426     if (modified) {
2427         m_timelineArea->setTabTextColor(m_timelineArea->currentIndex(), palette().color(QPalette::Link));
2428         m_timelineArea->setTabIcon(m_timelineArea->currentIndex(), KIcon("document-save"));
2429     } else {
2430         m_timelineArea->setTabTextColor(m_timelineArea->currentIndex(), palette().color(QPalette::Text));
2431         m_timelineArea->setTabIcon(m_timelineArea->currentIndex(), KIcon("kdenlive"));
2432     }
2433 }
2434
2435 void MainWindow::connectDocumentInfo(KdenliveDoc *doc)
2436 {
2437     if (m_activeDocument) {
2438         if (m_activeDocument == doc) return;
2439         disconnect(m_activeDocument, SIGNAL(progressInfo(const QString &, int)), this, SLOT(slotGotProgressInfo(const QString &, int)));
2440     }
2441     connect(doc, SIGNAL(progressInfo(const QString &, int)), this, SLOT(slotGotProgressInfo(const QString &, int)));
2442 }
2443
2444 void MainWindow::connectDocument(TrackView *trackView, KdenliveDoc *doc)   //changed
2445 {
2446     //m_projectMonitor->stop();
2447     m_closeAction->setEnabled(m_timelineArea->count() > 1);
2448     kDebug() << "///////////////////   CONNECTING DOC TO PROJECT VIEW ////////////////";
2449     if (m_activeDocument) {
2450         if (m_activeDocument == doc) return;
2451         if (m_activeTimeline) {
2452             disconnect(m_projectMonitor, SIGNAL(renderPosition(int)), m_activeTimeline, SLOT(moveCursorPos(int)));
2453             disconnect(m_projectMonitor, SIGNAL(zoneUpdated(QPoint)), m_activeTimeline, SLOT(slotSetZone(QPoint)));
2454             disconnect(m_projectMonitor, SIGNAL(durationChanged(int)), m_activeTimeline, SLOT(setDuration(int)));
2455             disconnect(m_projectMonitor, SIGNAL(zoneUpdated(QPoint)), m_activeDocument, SLOT(setModified()));
2456             disconnect(m_notesWidget, SIGNAL(textChanged()), m_activeDocument, SLOT(setModified()));
2457             disconnect(m_clipMonitor, SIGNAL(zoneUpdated(QPoint)), m_activeDocument, SLOT(setModified()));
2458             disconnect(m_projectList, SIGNAL(projectModified()), m_activeDocument, SLOT(setModified()));
2459
2460             disconnect(m_projectMonitor->render, SIGNAL(refreshDocumentProducers(bool, bool)), m_activeDocument, SLOT(checkProjectClips(bool, bool)));
2461
2462             disconnect(m_activeDocument, SIGNAL(guidesUpdated()), this, SLOT(slotGuidesUpdated()));
2463             disconnect(m_activeDocument, SIGNAL(addProjectClip(DocClipBase *, bool)), m_projectList, SLOT(slotAddClip(DocClipBase *, bool)));
2464             disconnect(m_activeDocument, SIGNAL(resetProjectList()), m_projectList, SLOT(slotResetProjectList()));
2465             disconnect(m_activeDocument, SIGNAL(signalDeleteProjectClip(const QString &)), this, SLOT(slotDeleteClip(const QString &)));
2466             disconnect(m_activeDocument, SIGNAL(updateClipDisplay(const QString &)), m_projectList, SLOT(slotUpdateClip(const QString &)));
2467             disconnect(m_activeDocument, SIGNAL(selectLastAddedClip(const QString &)), m_projectList, SLOT(slotSelectClip(const QString &)));
2468             disconnect(m_activeTimeline->projectView(), SIGNAL(clipItemSelected(ClipItem*, int, bool)), m_effectStack, SLOT(slotClipItemSelected(ClipItem*, int)));
2469             disconnect(m_activeTimeline->projectView(), SIGNAL(clipItemSelected(ClipItem*, int, bool)), this, SLOT(slotActivateEffectStackView(ClipItem*, int, bool)));
2470             disconnect(m_activeTimeline->projectView(), SIGNAL(clipItemSelected(ClipItem*, int, bool)), m_projectMonitor, SLOT(slotSetSelectedClip(ClipItem*)));
2471             disconnect(m_activeTimeline->projectView(), SIGNAL(transitionItemSelected(Transition*, int, QPoint, bool)), m_transitionConfig, SLOT(slotTransitionItemSelected(Transition*, int, QPoint, bool)));
2472             disconnect(m_activeTimeline->projectView(), SIGNAL(transitionItemSelected(Transition*, int, QPoint, bool)), this, SLOT(slotActivateTransitionView(Transition *)));
2473             disconnect(m_activeTimeline->projectView(), SIGNAL(transitionItemSelected(Transition*, int, QPoint, bool)), m_projectMonitor, SLOT(slotSetSelectedClip(Transition*)));
2474             disconnect(m_activeTimeline->projectView(), SIGNAL(playMonitor()), m_projectMonitor, SLOT(slotPlay()));
2475             disconnect(m_activeTimeline->projectView(), SIGNAL(displayMessage(const QString&, MessageType)), m_messageLabel, SLOT(setMessage(const QString&, MessageType)));
2476             disconnect(m_activeTimeline->projectView(), SIGNAL(showClipFrame(DocClipBase *, QPoint, bool, const int)), m_clipMonitor, SLOT(slotSetClipProducer(DocClipBase *, QPoint, bool, const int)));
2477             disconnect(m_projectList, SIGNAL(gotFilterJobResults(const QString &, int, int, const QString &, stringMap)), m_activeTimeline->projectView(), SLOT(slotGotFilterJobResults(const QString &, int, int, const QString &, stringMap)));
2478
2479             disconnect(m_activeTimeline, SIGNAL(cursorMoved()), m_projectMonitor, SLOT(activateMonitor()));
2480             disconnect(m_activeTimeline, SIGNAL(configTrack(int)), this, SLOT(slotConfigTrack(int)));
2481             disconnect(m_activeDocument, SIGNAL(docModified(bool)), this, SLOT(slotUpdateDocumentState(bool)));
2482             disconnect(m_effectStack, SIGNAL(updateEffect(ClipItem*, int, QDomElement, QDomElement, int)), m_activeTimeline->projectView(), SLOT(slotUpdateClipEffect(ClipItem*, int, QDomElement, QDomElement, int)));
2483             disconnect(m_effectStack, SIGNAL(removeEffect(ClipItem*, int, QDomElement)), m_activeTimeline->projectView(), SLOT(slotDeleteEffect(ClipItem*, int, QDomElement)));
2484             disconnect(m_effectStack, SIGNAL(changeEffectState(ClipItem*, int, int, bool)), m_activeTimeline->projectView(), SLOT(slotChangeEffectState(ClipItem*, int, int, bool)));
2485             disconnect(m_effectStack, SIGNAL(changeEffectPosition(ClipItem*, int, int, int)), m_activeTimeline->projectView(), SLOT(slotChangeEffectPosition(ClipItem*, int, int, int)));
2486             disconnect(m_effectStack, SIGNAL(refreshEffectStack(ClipItem*)), m_activeTimeline->projectView(), SLOT(slotRefreshEffects(ClipItem*)));
2487             disconnect(m_effectStack, SIGNAL(reloadEffects()), this, SLOT(slotReloadEffects()));
2488             disconnect(m_effectStack, SIGNAL(displayMessage(const QString&, int)), this, SLOT(slotGotProgressInfo(const QString&, int)));
2489             disconnect(m_transitionConfig, SIGNAL(transitionUpdated(Transition *, QDomElement)), m_activeTimeline->projectView() , SLOT(slotTransitionUpdated(Transition *, QDomElement)));
2490             disconnect(m_transitionConfig, SIGNAL(seekTimeline(int)), m_activeTimeline->projectView() , SLOT(setCursorPos(int)));
2491             disconnect(m_activeTimeline->projectView(), SIGNAL(activateDocumentMonitor()), m_projectMonitor, SLOT(activateMonitor()));
2492             disconnect(m_activeTimeline, SIGNAL(zoneMoved(int, int)), this, SLOT(slotZoneMoved(int, int)));
2493             disconnect(m_projectList, SIGNAL(loadingIsOver()), m_activeTimeline->projectView(), SLOT(slotUpdateAllThumbs()));
2494             disconnect(m_projectList, SIGNAL(refreshClip(const QString &)), m_activeTimeline->projectView(), SLOT(slotRefreshThumbs(const QString &)));
2495             m_effectStack->clear();
2496         }
2497         //m_activeDocument->setRenderer(NULL);
2498         m_clipMonitor->stop();
2499     }
2500     KdenliveSettings::setCurrent_profile(doc->profilePath());
2501     KdenliveSettings::setProject_fps(doc->fps());
2502     m_monitorManager->resetProfiles(doc->timecode());
2503     m_clipMonitorDock->raise();
2504     m_projectList->setDocument(doc);
2505     m_transitionConfig->updateProjectFormat(doc->mltProfile(), doc->timecode(), doc->tracksList());
2506     m_effectStack->updateProjectFormat(doc->mltProfile(), doc->timecode());
2507     connect(m_projectList, SIGNAL(refreshClip(const QString &, bool)), trackView->projectView(), SLOT(slotRefreshThumbs(const QString &, bool)));
2508
2509     connect(m_projectList, SIGNAL(projectModified()), doc, SLOT(setModified()));
2510     connect(m_projectList, SIGNAL(clipNameChanged(const QString, const QString)), trackView->projectView(), SLOT(clipNameChanged(const QString, const QString)));
2511
2512     //connect(trackView, SIGNAL(cursorMoved()), m_projectMonitor, SLOT(activateMonitor()));
2513     connect(trackView, SIGNAL(configTrack(int)), this, SLOT(slotConfigTrack(int)));
2514     connect(trackView, SIGNAL(updateTracksInfo()), this, SLOT(slotUpdateTrackInfo()));
2515     connect(trackView, SIGNAL(mousePosition(int)), this, SLOT(slotUpdateMousePosition(int)));
2516     connect(trackView->projectView(), SIGNAL(forceClipProcessing(const QString &)), m_projectList, SLOT(slotForceProcessing(const QString &)));
2517     connect(m_projectMonitor, SIGNAL(renderPosition(int)), trackView, SLOT(moveCursorPos(int)));
2518     connect(m_projectMonitor, SIGNAL(zoneUpdated(QPoint)), trackView, SLOT(slotSetZone(QPoint)));
2519     connect(m_projectMonitor, SIGNAL(zoneUpdated(QPoint)), doc, SLOT(setModified()));
2520     connect(m_clipMonitor, SIGNAL(zoneUpdated(QPoint)), doc, SLOT(setModified()));
2521     connect(m_projectMonitor, SIGNAL(durationChanged(int)), trackView, SLOT(setDuration(int)));
2522     connect(m_projectMonitor->render, SIGNAL(refreshDocumentProducers(bool, bool)), doc, SLOT(checkProjectClips(bool, bool)));
2523
2524     connect(doc, SIGNAL(addProjectClip(DocClipBase *, bool)), m_projectList, SLOT(slotAddClip(DocClipBase *, bool)));
2525     connect(doc, SIGNAL(resetProjectList()), m_projectList, SLOT(slotResetProjectList()));
2526     connect(doc, SIGNAL(signalDeleteProjectClip(const QString &)), this, SLOT(slotDeleteClip(const QString &)));
2527     connect(doc, SIGNAL(updateClipDisplay(const QString &)), m_projectList, SLOT(slotUpdateClip(const QString &)));
2528     connect(doc, SIGNAL(selectLastAddedClip(const QString &)), m_projectList, SLOT(slotSelectClip(const QString &)));
2529
2530     connect(doc, SIGNAL(docModified(bool)), this, SLOT(slotUpdateDocumentState(bool)));
2531     connect(doc, SIGNAL(guidesUpdated()), this, SLOT(slotGuidesUpdated()));
2532     connect(doc, SIGNAL(saveTimelinePreview(const QString &)), trackView, SLOT(slotSaveTimelinePreview(const QString)));
2533
2534     connect(m_notesWidget, SIGNAL(textChanged()), doc, SLOT(setModified()));
2535
2536     connect(trackView->projectView(), SIGNAL(clipItemSelected(ClipItem*, int, bool)), m_effectStack, SLOT(slotClipItemSelected(ClipItem*, int)));
2537     connect(trackView->projectView(), SIGNAL(updateClipMarkers(DocClipBase *)), this, SLOT(slotUpdateClipMarkers(DocClipBase*)));
2538     connect(trackView, SIGNAL(showTrackEffects(int, TrackInfo)), m_effectStack, SLOT(slotTrackItemSelected(int, TrackInfo)));
2539     connect(trackView, SIGNAL(showTrackEffects(int, TrackInfo)), this, SLOT(slotActivateEffectStackView()));
2540
2541     connect(trackView->projectView(), SIGNAL(clipItemSelected(ClipItem*, int, bool)), this, SLOT(slotActivateEffectStackView(ClipItem*, int, bool)));
2542     connect(trackView->projectView(), SIGNAL(transitionItemSelected(Transition*, int, QPoint, bool)), m_transitionConfig, SLOT(slotTransitionItemSelected(Transition*, int, QPoint, bool)));
2543     connect(trackView->projectView(), SIGNAL(transitionItemSelected(Transition*, int, QPoint, bool)), this, SLOT(slotActivateTransitionView(Transition *)));
2544     m_zoomSlider->setValue(doc->zoom().x());
2545     connect(trackView->projectView(), SIGNAL(zoomIn()), this, SLOT(slotZoomIn()));
2546     connect(trackView->projectView(), SIGNAL(zoomOut()), this, SLOT(slotZoomOut()));
2547     connect(trackView, SIGNAL(setZoom(int)), this, SLOT(slotSetZoom(int)));
2548     connect(trackView->projectView(), SIGNAL(displayMessage(const QString&, MessageType)), m_messageLabel, SLOT(setMessage(const QString&, MessageType)));
2549
2550     connect(trackView->projectView(), SIGNAL(showClipFrame(DocClipBase *, QPoint, bool, const int)), m_clipMonitor, SLOT(slotSetClipProducer(DocClipBase *, QPoint, bool, const int)));
2551     connect(trackView->projectView(), SIGNAL(playMonitor()), m_projectMonitor, SLOT(slotPlay()));
2552
2553     connect(trackView->projectView(), SIGNAL(clipItemSelected(ClipItem*, int, bool)), m_projectMonitor, SLOT(slotSetSelectedClip(ClipItem*)));
2554     connect(trackView->projectView(), SIGNAL(transitionItemSelected(Transition*, int, QPoint, bool)), m_projectMonitor, SLOT(slotSetSelectedClip(Transition*)));
2555
2556     connect(m_projectList, SIGNAL(gotFilterJobResults(const QString &, int, int, const QString &, stringMap)), trackView->projectView(), SLOT(slotGotFilterJobResults(const QString &, int, int, const QString &, stringMap)));
2557
2558     connect(m_effectStack, SIGNAL(updateEffect(ClipItem*, int, QDomElement, QDomElement, int)), trackView->projectView(), SLOT(slotUpdateClipEffect(ClipItem*, int, QDomElement, QDomElement, int)));
2559     connect(m_effectStack, SIGNAL(updateClipRegion(ClipItem*, int, QString)), trackView->projectView(), SLOT(slotUpdateClipRegion(ClipItem*, int, QString)));
2560     connect(m_effectStack, SIGNAL(removeEffect(ClipItem*, int, QDomElement)), trackView->projectView(), SLOT(slotDeleteEffect(ClipItem*, int, QDomElement)));
2561     connect(m_effectStack, SIGNAL(changeEffectState(ClipItem*, int, int, bool)), trackView->projectView(), SLOT(slotChangeEffectState(ClipItem*, int, int, bool)));
2562     connect(m_effectStack, SIGNAL(changeEffectPosition(ClipItem*, int, int, int)), trackView->projectView(), SLOT(slotChangeEffectPosition(ClipItem*, int, int, int)));
2563     connect(m_effectStack, SIGNAL(refreshEffectStack(ClipItem*)), trackView->projectView(), SLOT(slotRefreshEffects(ClipItem*)));
2564     connect(m_transitionConfig, SIGNAL(transitionUpdated(Transition *, QDomElement)), trackView->projectView() , SLOT(slotTransitionUpdated(Transition *, QDomElement)));
2565     connect(m_transitionConfig, SIGNAL(seekTimeline(int)), trackView->projectView() , SLOT(setCursorPos(int)));
2566     connect(m_effectStack, SIGNAL(seekTimeline(int)), trackView->projectView() , SLOT(setCursorPos(int)));
2567     connect(m_effectStack, SIGNAL(reloadEffects()), this, SLOT(slotReloadEffects()));
2568     connect(m_effectStack, SIGNAL(displayMessage(const QString&, int)), this, SLOT(slotGotProgressInfo(const QString&, int)));
2569
2570     connect(trackView->projectView(), SIGNAL(activateDocumentMonitor()), m_projectMonitor, SLOT(activateMonitor()));
2571     connect(trackView, SIGNAL(zoneMoved(int, int)), this, SLOT(slotZoneMoved(int, int)));
2572     connect(m_projectList, SIGNAL(loadingIsOver()), trackView->projectView(), SLOT(slotUpdateAllThumbs()));
2573     trackView->projectView()->setContextMenu(m_timelineContextMenu, m_timelineContextClipMenu, m_timelineContextTransitionMenu, m_clipTypeGroup, static_cast<QMenu*>(factory()->container("marker_menu", this)));
2574     m_activeTimeline = trackView;
2575     if (m_renderWidget) {
2576         slotCheckRenderStatus();
2577         m_renderWidget->setProfile(doc->mltProfile());
2578         m_renderWidget->setGuides(doc->guidesXml(), doc->projectDuration());
2579         m_renderWidget->setDocumentPath(doc->projectFolder().path(KUrl::AddTrailingSlash));
2580         m_renderWidget->setRenderProfile(doc->getRenderProperties());
2581     }
2582     //doc->setRenderer(m_projectMonitor->render);
2583     m_commandStack->setActiveStack(doc->commandStack());
2584     KdenliveSettings::setProject_display_ratio(doc->dar());
2585     //doc->clipManager()->checkAudioThumbs();
2586
2587     //m_overView->setScene(trackView->projectScene());
2588     //m_overView->scale(m_overView->width() / trackView->duration(), m_overView->height() / (50 * trackView->tracksNumber()));
2589     //m_overView->fitInView(m_overView->itemAt(0, 50), Qt::KeepAspectRatio);
2590
2591     setCaption(doc->description(), doc->isModified());
2592     m_saveAction->setEnabled(doc->isModified());
2593     m_normalEditTool->setChecked(true);
2594     m_activeDocument = doc;
2595     m_activeTimeline->updateProjectFps();
2596     m_activeDocument->checkProjectClips();
2597 #ifndef Q_WS_MAC
2598     m_recMonitor->slotUpdateCaptureFolder(m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash));
2599 #endif
2600     //Update the mouse position display so it will display in DF/NDF format by default based on the project setting.
2601     slotUpdateMousePosition(0);
2602     m_monitorManager->activateMonitor(Kdenlive::clipMonitor);
2603     // set tool to select tool
2604     m_buttonSelectTool->setChecked(true);
2605 }
2606
2607 void MainWindow::slotZoneMoved(int start, int end)
2608 {
2609     m_activeDocument->setZone(start, end);
2610     m_projectMonitor->slotZoneMoved(start, end);
2611 }
2612
2613 void MainWindow::slotGuidesUpdated()
2614 {
2615     if (m_renderWidget)
2616         m_renderWidget->setGuides(m_activeDocument->guidesXml(), m_activeDocument->projectDuration());
2617 }
2618
2619 void MainWindow::slotEditKeys()
2620 {
2621     KShortcutsDialog dialog(KShortcutsEditor::AllActions, KShortcutsEditor::LetterShortcutsAllowed, this);
2622     dialog.addCollection(actionCollection(), i18nc("general keyboard shortcuts", "General"));
2623     dialog.addCollection(m_effectsActionCollection, i18nc("effects and transitions keyboard shortcuts", "Effects & Transitions"));
2624     dialog.addCollection(m_tracksActionCollection, i18nc("timeline track keyboard shortcuts", "Timeline and Tracks"));
2625     dialog.configure();
2626 }
2627
2628 void MainWindow::slotPreferences(int page, int option)
2629 {
2630     /*
2631      * An instance of your dialog could be already created and could be
2632      * cached, in which case you want to display the cached dialog
2633      * instead of creating another one
2634      */
2635     if (m_stopmotion) m_stopmotion->slotLive(false);
2636     if (KConfigDialog::showDialog("settings")) {
2637         KdenliveSettingsDialog* d = static_cast <KdenliveSettingsDialog*>(KConfigDialog::exists("settings"));
2638         if (page != -1) d->showPage(page, option);
2639         return;
2640     }
2641
2642     // KConfigDialog didn't find an instance of this dialog, so lets
2643     // create it :
2644
2645     // Get the mappable actions in localized form
2646     QMap<QString, QString> actions;
2647     KActionCollection* collection = actionCollection();
2648     foreach (const QString& action_name, m_action_names) {
2649         actions[collection->action(action_name)->text()] = action_name;
2650     }
2651
2652     KdenliveSettingsDialog* dialog = new KdenliveSettingsDialog(actions, this);
2653     connect(dialog, SIGNAL(settingsChanged(const QString&)), this, SLOT(updateConfiguration()));
2654     connect(dialog, SIGNAL(doResetProfile()), m_monitorManager, SLOT(slotResetProfiles()));
2655 #ifndef Q_WS_MAC
2656     connect(dialog, SIGNAL(updateCaptureFolder()), this, SLOT(slotUpdateCaptureFolder()));
2657 #endif
2658     dialog->show();
2659     if (page != -1) dialog->showPage(page, option);
2660 }
2661
2662 void MainWindow::slotUpdateCaptureFolder()
2663 {
2664
2665 #ifndef Q_WS_MAC
2666     if (m_activeDocument) m_recMonitor->slotUpdateCaptureFolder(m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash));
2667     else m_recMonitor->slotUpdateCaptureFolder(KdenliveSettings::defaultprojectfolder());
2668 #endif
2669 }
2670
2671 void MainWindow::updateConfiguration()
2672 {
2673     //TODO: we should apply settings to all projects, not only the current one
2674     if (m_activeTimeline) {
2675         m_activeTimeline->refresh();
2676         m_activeTimeline->projectView()->checkAutoScroll();
2677         m_activeTimeline->checkTrackHeight();
2678         if (m_activeDocument)
2679             m_activeDocument->clipManager()->checkAudioThumbs();
2680     }
2681     m_buttonAudioThumbs->setChecked(KdenliveSettings::audiothumbnails());
2682     m_buttonVideoThumbs->setChecked(KdenliveSettings::videothumbnails());
2683     m_buttonShowMarkers->setChecked(KdenliveSettings::showmarkers());
2684     m_buttonAutomaticSplitAudio->setChecked(KdenliveSettings::splitaudio());
2685
2686     // Update list of transcoding profiles
2687     loadTranscoders();
2688     loadStabilize();
2689 #ifdef USE_JOGSHUTTLE
2690     activateShuttleDevice();
2691 #endif
2692
2693 }
2694
2695 void MainWindow::slotSwitchSplitAudio()
2696 {
2697     KdenliveSettings::setSplitaudio(!KdenliveSettings::splitaudio());
2698     m_buttonAutomaticSplitAudio->setChecked(KdenliveSettings::splitaudio());
2699 }
2700
2701 void MainWindow::slotSwitchVideoThumbs()
2702 {
2703     KdenliveSettings::setVideothumbnails(!KdenliveSettings::videothumbnails());
2704     if (m_activeTimeline)
2705         m_activeTimeline->projectView()->slotUpdateAllThumbs();
2706     m_buttonVideoThumbs->setChecked(KdenliveSettings::videothumbnails());
2707 }
2708
2709 void MainWindow::slotSwitchAudioThumbs()
2710 {
2711     KdenliveSettings::setAudiothumbnails(!KdenliveSettings::audiothumbnails());
2712     if (m_activeTimeline) {
2713         m_activeTimeline->refresh();
2714         m_activeTimeline->projectView()->checkAutoScroll();
2715         if (m_activeDocument)
2716             m_activeDocument->clipManager()->checkAudioThumbs();
2717     }
2718     m_buttonAudioThumbs->setChecked(KdenliveSettings::audiothumbnails());
2719 }
2720
2721 void MainWindow::slotSwitchMarkersComments()
2722 {
2723     KdenliveSettings::setShowmarkers(!KdenliveSettings::showmarkers());
2724     if (m_activeTimeline)
2725         m_activeTimeline->refresh();
2726     m_buttonShowMarkers->setChecked(KdenliveSettings::showmarkers());
2727 }
2728
2729 void MainWindow::slotSwitchSnap()
2730 {
2731     KdenliveSettings::setSnaptopoints(!KdenliveSettings::snaptopoints());
2732     m_buttonSnap->setChecked(KdenliveSettings::snaptopoints());
2733 }
2734
2735
2736 void MainWindow::slotDeleteItem()
2737 {
2738     if (QApplication::focusWidget() &&
2739             QApplication::focusWidget()->parentWidget() &&
2740             QApplication::focusWidget()->parentWidget()->parentWidget() &&
2741             QApplication::focusWidget()->parentWidget()->parentWidget() == m_projectListDock) {
2742         m_projectList->slotRemoveClip();
2743
2744     } else {
2745         QWidget *widget = QApplication::focusWidget();
2746         while (widget) {
2747             if (widget == m_effectStackDock) {
2748                 m_effectStack->slotItemDel();
2749                 return;
2750             }
2751             widget = widget->parentWidget();
2752         }
2753
2754         // effect stack has no focus
2755         if (m_activeTimeline)
2756             m_activeTimeline->projectView()->deleteSelectedClips();
2757     }
2758 }
2759
2760 void MainWindow::slotUpdateClipMarkers(DocClipBase *clip)
2761 {
2762     if (m_clipMonitor->isActive())
2763         m_clipMonitor->checkOverlay();
2764     m_clipMonitor->updateMarkers(clip);
2765 }
2766
2767 void MainWindow::slotAddClipMarker()
2768 {
2769     DocClipBase *clip = NULL;
2770     GenTime pos;
2771     if (m_projectMonitor->isActive()) {
2772         if (m_activeTimeline) {
2773             ClipItem *item = m_activeTimeline->projectView()->getActiveClipUnderCursor();
2774             if (item) {
2775                 pos = GenTime((int)((m_projectMonitor->position() - item->startPos() + item->cropStart()).frames(m_activeDocument->fps()) * item->speed() + 0.5), m_activeDocument->fps());
2776                 clip = item->baseClip();
2777             }
2778         }
2779     } else {
2780         clip = m_clipMonitor->activeClip();
2781         pos = m_clipMonitor->position();
2782     }
2783     if (!clip) {
2784         m_messageLabel->setMessage(i18n("Cannot find clip to add marker"), ErrorMessage);
2785         return;
2786     }
2787     QString id = clip->getId();
2788     CommentedTime marker(pos, i18n("Marker"));
2789     MarkerDialog d(clip, marker, m_activeDocument->timecode(), i18n("Add Marker"), this);
2790     if (d.exec() == QDialog::Accepted)
2791         m_activeTimeline->projectView()->slotAddClipMarker(id, d.newMarker().time(), d.newMarker().comment());
2792 }
2793
2794 void MainWindow::slotDeleteClipMarker()
2795 {
2796     DocClipBase *clip = NULL;
2797     GenTime pos;
2798     if (m_projectMonitor->isActive()) {
2799         if (m_activeTimeline) {
2800             ClipItem *item = m_activeTimeline->projectView()->getActiveClipUnderCursor();
2801             if (item) {
2802                 pos = (m_projectMonitor->position() - item->startPos() + item->cropStart()) / item->speed();
2803                 clip = item->baseClip();
2804             }
2805         }
2806     } else {
2807         clip = m_clipMonitor->activeClip();
2808         pos = m_clipMonitor->position();
2809     }
2810     if (!clip) {
2811         m_messageLabel->setMessage(i18n("Cannot find clip to remove marker"), ErrorMessage);
2812         return;
2813     }
2814
2815     QString id = clip->getId();
2816     QString comment = clip->markerComment(pos);
2817     if (comment.isEmpty()) {
2818         m_messageLabel->setMessage(i18n("No marker found at cursor time"), ErrorMessage);
2819         return;
2820     }
2821     m_activeTimeline->projectView()->slotDeleteClipMarker(comment, id, pos);
2822 }
2823
2824 void MainWindow::slotDeleteAllClipMarkers()
2825 {
2826     DocClipBase *clip = NULL;
2827     if (m_projectMonitor->isActive()) {
2828         if (m_activeTimeline) {
2829             ClipItem *item = m_activeTimeline->projectView()->getActiveClipUnderCursor();
2830             if (item) {
2831                 clip = item->baseClip();
2832             }
2833         }
2834     } else {
2835         clip = m_clipMonitor->activeClip();
2836     }
2837     if (!clip) {
2838         m_messageLabel->setMessage(i18n("Cannot find clip to remove marker"), ErrorMessage);
2839         return;
2840     }
2841     m_activeTimeline->projectView()->slotDeleteAllClipMarkers(clip->getId());
2842 }
2843
2844 void MainWindow::slotEditClipMarker()
2845 {
2846     DocClipBase *clip = NULL;
2847     GenTime pos;
2848     if (m_projectMonitor->isActive()) {
2849         if (m_activeTimeline) {
2850             ClipItem *item = m_activeTimeline->projectView()->getActiveClipUnderCursor();
2851             if (item) {
2852                 pos = (m_projectMonitor->position() - item->startPos() + item->cropStart()) / item->speed();
2853                 clip = item->baseClip();
2854             }
2855         }
2856     } else {
2857         clip = m_clipMonitor->activeClip();
2858         pos = m_clipMonitor->position();
2859     }
2860     if (!clip) {
2861         m_messageLabel->setMessage(i18n("Cannot find clip to remove marker"), ErrorMessage);
2862         return;
2863     }
2864
2865     QString id = clip->getId();
2866     QString oldcomment = clip->markerComment(pos);
2867     if (oldcomment.isEmpty()) {
2868         m_messageLabel->setMessage(i18n("No marker found at cursor time"), ErrorMessage);
2869         return;
2870     }
2871
2872     CommentedTime marker(pos, oldcomment);
2873     MarkerDialog d(clip, marker, m_activeDocument->timecode(), i18n("Edit Marker"), this);
2874     if (d.exec() == QDialog::Accepted) {
2875         m_activeTimeline->projectView()->slotAddClipMarker(id, d.newMarker().time(), d.newMarker().comment());
2876         if (d.newMarker().time() != pos) {
2877             // remove old marker
2878             m_activeTimeline->projectView()->slotAddClipMarker(id, pos, QString());
2879         }
2880     }
2881 }
2882
2883 void MainWindow::slotAddMarkerGuideQuickly()
2884 {
2885     if (!m_activeTimeline || !m_activeDocument)
2886         return;
2887
2888     if (m_clipMonitor->isActive()) {
2889         DocClipBase *clip = m_clipMonitor->activeClip();
2890         GenTime pos = m_clipMonitor->position();
2891
2892         if (!clip) {
2893             m_messageLabel->setMessage(i18n("Cannot find clip to add marker"), ErrorMessage);
2894             return;
2895         }
2896
2897         m_activeTimeline->projectView()->slotAddClipMarker(clip->getId(), pos, m_activeDocument->timecode().getDisplayTimecode(pos, false));
2898     } else {
2899         m_activeTimeline->projectView()->slotAddGuide(false);
2900     }
2901 }
2902
2903 void MainWindow::slotAddGuide()
2904 {
2905     if (m_activeTimeline)
2906         m_activeTimeline->projectView()->slotAddGuide();
2907 }
2908
2909 void MainWindow::slotInsertSpace()
2910 {
2911     if (m_activeTimeline)
2912         m_activeTimeline->projectView()->slotInsertSpace();
2913 }
2914
2915 void MainWindow::slotRemoveSpace()
2916 {
2917     if (m_activeTimeline)
2918         m_activeTimeline->projectView()->slotRemoveSpace();
2919 }
2920
2921 void MainWindow::slotInsertTrack(int ix)
2922 {
2923     m_projectMonitor->activateMonitor();
2924     if (m_activeTimeline) {
2925         if (ix == -1) ix = m_activeTimeline->projectView()->selectedTrack();
2926         m_activeTimeline->projectView()->slotInsertTrack(ix);
2927     }
2928     if (m_activeDocument)
2929         m_transitionConfig->updateProjectFormat(m_activeDocument->mltProfile(), m_activeDocument->timecode(), m_activeDocument->tracksList());
2930 }
2931
2932 void MainWindow::slotDeleteTrack(int ix)
2933 {
2934     m_projectMonitor->activateMonitor();
2935     if (m_activeTimeline) {
2936         if (ix == -1) ix = m_activeTimeline->projectView()->selectedTrack();
2937         m_activeTimeline->projectView()->slotDeleteTrack(ix);
2938     }
2939     if (m_activeDocument)
2940         m_transitionConfig->updateProjectFormat(m_activeDocument->mltProfile(), m_activeDocument->timecode(), m_activeDocument->tracksList());
2941 }
2942
2943 void MainWindow::slotConfigTrack(int ix)
2944 {
2945     m_projectMonitor->activateMonitor();
2946     if (m_activeTimeline)
2947         m_activeTimeline->projectView()->slotConfigTracks(ix);
2948     if (m_activeDocument)
2949         m_transitionConfig->updateProjectFormat(m_activeDocument->mltProfile(), m_activeDocument->timecode(), m_activeDocument->tracksList());
2950 }
2951
2952 void MainWindow::slotSelectTrack()
2953 {
2954     m_projectMonitor->activateMonitor();
2955     if (m_activeTimeline) {
2956         m_activeTimeline->projectView()->slotSelectClipsInTrack();
2957     }
2958 }
2959
2960 void MainWindow::slotSelectAllTracks()
2961 {
2962     m_projectMonitor->activateMonitor();
2963     if (m_activeTimeline)
2964         m_activeTimeline->projectView()->slotSelectAllClips();
2965 }
2966
2967 void MainWindow::slotEditGuide()
2968 {
2969     if (m_activeTimeline)
2970         m_activeTimeline->projectView()->slotEditGuide();
2971 }
2972
2973 void MainWindow::slotDeleteGuide()
2974 {
2975     if (m_activeTimeline)
2976         m_activeTimeline->projectView()->slotDeleteGuide();
2977 }
2978
2979 void MainWindow::slotDeleteAllGuides()
2980 {
2981     if (m_activeTimeline)
2982         m_activeTimeline->projectView()->slotDeleteAllGuides();
2983 }
2984
2985 void MainWindow::slotCutTimelineClip()
2986 {
2987     if (m_activeTimeline)
2988         m_activeTimeline->projectView()->cutSelectedClips();
2989 }
2990
2991 void MainWindow::slotInsertClipOverwrite()
2992 {
2993     if (m_activeTimeline) {
2994         QStringList data = m_clipMonitor->getZoneInfo();
2995         m_activeTimeline->projectView()->insertZoneOverwrite(data, m_activeTimeline->inPoint());
2996     }
2997 }
2998
2999 void MainWindow::slotSelectTimelineClip()
3000 {
3001     if (m_activeTimeline)
3002         m_activeTimeline->projectView()->selectClip(true);
3003 }
3004
3005 void MainWindow::slotSelectTimelineTransition()
3006 {
3007     if (m_activeTimeline)
3008         m_activeTimeline->projectView()->selectTransition(true);
3009 }
3010
3011 void MainWindow::slotDeselectTimelineClip()
3012 {
3013     if (m_activeTimeline)
3014         m_activeTimeline->projectView()->selectClip(false, true);
3015 }
3016
3017 void MainWindow::slotDeselectTimelineTransition()
3018 {
3019     if (m_activeTimeline)
3020         m_activeTimeline->projectView()->selectTransition(false, true);
3021 }
3022
3023 void MainWindow::slotSelectAddTimelineClip()
3024 {
3025     if (m_activeTimeline)
3026         m_activeTimeline->projectView()->selectClip(true, true);
3027 }
3028
3029 void MainWindow::slotSelectAddTimelineTransition()
3030 {
3031     if (m_activeTimeline)
3032         m_activeTimeline->projectView()->selectTransition(true, true);
3033 }
3034
3035 void MainWindow::slotGroupClips()
3036 {
3037     if (m_activeTimeline)
3038         m_activeTimeline->projectView()->groupClips();
3039 }
3040
3041 void MainWindow::slotUnGroupClips()
3042 {
3043     if (m_activeTimeline)
3044         m_activeTimeline->projectView()->groupClips(false);
3045 }
3046
3047 void MainWindow::slotEditItemDuration()
3048 {
3049     if (m_activeTimeline)
3050         m_activeTimeline->projectView()->editItemDuration();
3051 }
3052
3053 void MainWindow::slotAddProjectClip(KUrl url, const QString &comment)
3054 {
3055     if (m_activeDocument)
3056         m_activeDocument->slotAddClipFile(url, QString(), QString(), comment);
3057 }
3058
3059 void MainWindow::slotAddProjectClipList(KUrl::List urls)
3060 {
3061     if (m_activeDocument)
3062         m_activeDocument->slotAddClipList(urls, QString());
3063 }
3064
3065 void MainWindow::slotAddTransition(QAction *result)
3066 {
3067     if (!result) return;
3068     QStringList info = result->data().toStringList();
3069     if (info.isEmpty()) return;
3070     QDomElement transition = transitions.getEffectByTag(info.at(1), info.at(2));
3071     if (m_activeTimeline && !transition.isNull()) {
3072         m_activeTimeline->projectView()->slotAddTransitionToSelectedClips(transition.cloneNode().toElement());
3073     }
3074 }
3075
3076 void MainWindow::slotAddVideoEffect(QAction *result)
3077 {
3078     if (!result) return;
3079     const int EFFECT_VIDEO = 1;
3080     const int EFFECT_AUDIO = 2;
3081     QStringList info = result->data().toStringList();
3082
3083     if (info.isEmpty() || info.size() < 3) return;
3084     QDomElement effect ;
3085     if (info.at(2) == QString::number((int) EFFECT_VIDEO))
3086             effect = videoEffects.getEffectByTag(info.at(0), info.at(1));
3087     else if (info.at(2) == QString::number((int) EFFECT_AUDIO))
3088             effect = audioEffects.getEffectByTag(info.at(0), info.at(1));
3089     else
3090             effect = customEffects.getEffectByTag(info.at(0), info.at(1));
3091     if (!effect.isNull()) slotAddEffect(effect);
3092     else m_messageLabel->setMessage(i18n("Cannot find effect %1 / %2").arg(info.at(0)).arg(info.at(1)), ErrorMessage);
3093 }
3094
3095
3096 void MainWindow::slotZoomIn()
3097 {
3098     m_zoomSlider->setValue(m_zoomSlider->value() - 1);
3099     slotShowZoomSliderToolTip();
3100 }
3101
3102 void MainWindow::slotZoomOut()
3103 {
3104     m_zoomSlider->setValue(m_zoomSlider->value() + 1);
3105     slotShowZoomSliderToolTip();
3106 }
3107
3108 void MainWindow::slotFitZoom()
3109 {
3110     if (m_activeTimeline)
3111         m_zoomSlider->setValue(m_activeTimeline->fitZoom());
3112 }
3113
3114 void MainWindow::slotSetZoom(int value)
3115 {
3116     value = qMax(m_zoomSlider->minimum(), value);
3117     value = qMin(m_zoomSlider->maximum(), value);
3118
3119     if (m_activeTimeline)
3120         m_activeTimeline->slotChangeZoom(value);
3121
3122     m_zoomOut->setEnabled(value < m_zoomSlider->maximum());
3123     m_zoomIn->setEnabled(value > m_zoomSlider->minimum());
3124     slotUpdateZoomSliderToolTip(value);
3125
3126     m_zoomSlider->blockSignals(true);
3127     m_zoomSlider->setValue(value);
3128     m_zoomSlider->blockSignals(false);
3129 }
3130
3131 void MainWindow::slotShowZoomSliderToolTip(int zoomlevel)
3132 {
3133     if (zoomlevel != -1)
3134         slotUpdateZoomSliderToolTip(zoomlevel);
3135
3136     QPoint global = m_zoomSlider->rect().topLeft();
3137     global.ry() += m_zoomSlider->height() / 2;
3138     QHelpEvent toolTipEvent(QEvent::ToolTip, QPoint(0, 0), m_zoomSlider->mapToGlobal(global));
3139     QApplication::sendEvent(m_zoomSlider, &toolTipEvent);
3140 }
3141
3142 void MainWindow::slotUpdateZoomSliderToolTip(int zoomlevel)
3143 {
3144     m_zoomSlider->setToolTip(i18n("Zoom Level: %1/13", (13 - zoomlevel)));
3145 }
3146
3147 void MainWindow::slotGotProgressInfo(const QString &message, int progress)
3148 {
3149     m_statusProgressBar->setValue(progress);
3150     if (progress >= 0) {
3151         if (!message.isEmpty())
3152             m_messageLabel->setMessage(message, InformationMessage);//statusLabel->setText(message);
3153         m_statusProgressBar->setVisible(true);
3154     } else if (progress == -2) {
3155         if (!message.isEmpty())
3156             m_messageLabel->setMessage(message, ErrorMessage);
3157         m_statusProgressBar->setVisible(false);
3158     } else {
3159         m_messageLabel->setMessage(QString(), DefaultMessage);
3160         m_statusProgressBar->setVisible(false);
3161     }
3162 }
3163
3164 void MainWindow::slotShowClipProperties(DocClipBase *clip)
3165 {
3166     if (clip->clipType() == TEXT) {
3167         QString titlepath = m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash) + "titles/";
3168         if (!clip->getProperty("resource").isEmpty() && clip->getProperty("xmldata").isEmpty()) {
3169             // template text clip
3170
3171             // Get the list of existing templates
3172             QStringList filter;
3173             filter << "*.kdenlivetitle";
3174             QStringList templateFiles = QDir(titlepath).entryList(filter, QDir::Files);
3175
3176             QDialog *dia = new QDialog(this);
3177             Ui::TemplateClip_UI dia_ui;
3178             dia_ui.setupUi(dia);
3179             int ix = -1;
3180             const QString templatePath = clip->getProperty("resource");
3181             for (int i = 0; i < templateFiles.size(); ++i) {
3182                 dia_ui.template_list->comboBox()->addItem(templateFiles.at(i), titlepath + templateFiles.at(i));
3183                 if (templatePath == KUrl(titlepath + templateFiles.at(i)).path()) ix = i;
3184             }
3185             if (ix != -1) dia_ui.template_list->comboBox()->setCurrentIndex(ix);
3186             else dia_ui.template_list->comboBox()->insertItem(0, templatePath);
3187             dia_ui.template_list->fileDialog()->setFilter("*.kdenlivetitle");
3188             //warning: setting base directory doesn't work??
3189             KUrl startDir(titlepath);
3190             dia_ui.template_list->fileDialog()->setUrl(startDir);
3191             dia_ui.description->setText(clip->getProperty("description"));
3192             if (dia->exec() == QDialog::Accepted) {
3193                 QString textTemplate = dia_ui.template_list->comboBox()->itemData(dia_ui.template_list->comboBox()->currentIndex()).toString();
3194                 if (textTemplate.isEmpty()) textTemplate = dia_ui.template_list->comboBox()->currentText();
3195
3196                 QMap <QString, QString> newprops;
3197
3198                 if (KUrl(textTemplate).path() != templatePath) {
3199                     // The template was changed
3200                     newprops.insert("resource", textTemplate);
3201                 }
3202
3203                 if (dia_ui.description->toPlainText() != clip->getProperty("description")) {
3204                     newprops.insert("description", dia_ui.description->toPlainText());
3205                 }
3206
3207                 QString newtemplate = newprops.value("xmltemplate");
3208                 if (newtemplate.isEmpty()) newtemplate = templatePath;
3209
3210                 // template modified we need to update xmldata
3211                 QString description = newprops.value("description");
3212                 if (description.isEmpty()) description = clip->getProperty("description");
3213                 else newprops.insert("templatetext", description);
3214                 //newprops.insert("xmldata", m_projectList->generateTemplateXml(newtemplate, description).toString());
3215                 if (!newprops.isEmpty()) {
3216                     EditClipCommand *command = new EditClipCommand(m_projectList, clip->getId(), clip->currentProperties(newprops), newprops, true);
3217                     m_activeDocument->commandStack()->push(command);
3218                 }
3219             }
3220             delete dia;
3221             return;
3222         }
3223         QString path = clip->getProperty("resource");
3224         TitleWidget *dia_ui = new TitleWidget(KUrl(), m_activeDocument->timecode(), titlepath, m_projectMonitor->render, this);
3225         QDomDocument doc;
3226         doc.setContent(clip->getProperty("xmldata"));
3227         dia_ui->setXml(doc);
3228         if (dia_ui->exec() == QDialog::Accepted) {
3229             QMap <QString, QString> newprops;
3230             newprops.insert("xmldata", dia_ui->xml().toString());
3231             if (dia_ui->outPoint() != clip->duration().frames(m_activeDocument->fps())) {
3232                 // duration changed, we need to update duration
3233                 newprops.insert("out", QString::number(dia_ui->outPoint()));
3234                 int currentLength = QString(clip->producerProperty("length")).toInt();
3235                 if (currentLength <= dia_ui->outPoint())
3236                         newprops.insert("length", QString::number(dia_ui->outPoint() + 1));
3237                 else newprops.insert("length", clip->producerProperty("length"));
3238             }
3239             if (!path.isEmpty()) {
3240                 // we are editing an external file, asked if we want to detach from that file or save the result to that title file.
3241                 if (KMessageBox::questionYesNo(this, i18n("You are editing an external title clip (%1). Do you want to save your changes to the title file or save the changes for this project only?", path), i18n("Save Title"), KGuiItem(i18n("Save to title file")), KGuiItem(i18n("Save in project only"))) == KMessageBox::Yes) {
3242                     // save to external file
3243                     dia_ui->saveTitle(path);
3244                 } else newprops.insert("resource", QString());
3245             }
3246             EditClipCommand *command = new EditClipCommand(m_projectList, clip->getId(), clip->currentProperties(newprops), newprops, true);
3247             m_activeDocument->commandStack()->push(command);
3248             //m_activeTimeline->projectView()->slotUpdateClip(clip->getId());
3249             m_activeDocument->setModified(true);
3250         }
3251         delete dia_ui;
3252
3253         //m_activeDocument->editTextClip(clip->getProperty("xml"), clip->getId());
3254         return;
3255     }
3256
3257     // any type of clip but a title
3258     ClipProperties *dia = new ClipProperties(clip, m_activeDocument->timecode(), m_activeDocument->fps(), this);
3259     connect(dia, SIGNAL(addMarker(const QString &, GenTime, QString)), m_activeTimeline->projectView(), SLOT(slotAddClipMarker(const QString &, GenTime, QString)));
3260     connect(dia, SIGNAL(deleteProxy(const QString)), m_projectList, SLOT(slotDeleteProxy(const QString)));
3261     connect(dia, SIGNAL(applyNewClipProperties(const QString, QMap <QString, QString> , QMap <QString, QString> , bool, bool)), this, SLOT(slotApplyNewClipProperties(const QString, QMap <QString, QString> , QMap <QString, QString> , bool, bool)));
3262     dia->show();
3263 }
3264
3265
3266 void MainWindow::slotApplyNewClipProperties(const QString id, QMap <QString, QString> props, QMap <QString, QString> newprops, bool refresh, bool reload)
3267 {
3268     if (newprops.isEmpty()) return;
3269     EditClipCommand *command = new EditClipCommand(m_projectList, id, props, newprops, true);
3270     m_activeDocument->commandStack()->push(command);
3271     m_activeDocument->setModified();
3272
3273     if (refresh) {
3274         // update clip occurences in timeline
3275         m_activeTimeline->projectView()->slotUpdateClip(id, reload);
3276     }
3277 }
3278
3279
3280 void MainWindow::slotShowClipProperties(QList <DocClipBase *> cliplist, QMap<QString, QString> commonproperties)
3281 {
3282     ClipProperties dia(cliplist, m_activeDocument->timecode(), commonproperties, this);
3283     if (dia.exec() == QDialog::Accepted) {
3284         QUndoCommand *command = new QUndoCommand();
3285         command->setText(i18n("Edit clips"));
3286         QMap <QString, QString> newImageProps = dia.properties();
3287         // Transparency setting applies only for images
3288         QMap <QString, QString> newProps = newImageProps;
3289         newProps.remove("transparency");
3290
3291         for (int i = 0; i < cliplist.count(); i++) {
3292             DocClipBase *clip = cliplist.at(i);
3293             if (clip->clipType() == IMAGE)
3294                 new EditClipCommand(m_projectList, clip->getId(), clip->currentProperties(newImageProps), newImageProps, true, command);
3295             else
3296                 new EditClipCommand(m_projectList, clip->getId(), clip->currentProperties(newProps), newProps, true, command);
3297         }
3298         m_activeDocument->commandStack()->push(command);
3299         for (int i = 0; i < cliplist.count(); i++)
3300             m_activeTimeline->projectView()->slotUpdateClip(cliplist.at(i)->getId(), dia.needsTimelineReload());
3301     }
3302 }
3303
3304 void MainWindow::customEvent(QEvent* e)
3305 {
3306     if (e->type() == QEvent::User)
3307         m_messageLabel->setMessage(static_cast <MltErrorEvent *>(e)->message(), MltError);
3308 }
3309 void MainWindow::slotActivateEffectStackView(ClipItem* item, int ix, bool raise)
3310 {
3311     Q_UNUSED(item)
3312     Q_UNUSED(ix)
3313
3314     if (raise)
3315         m_effectStack->raiseWindow(m_effectStackDock);
3316 }
3317
3318 void MainWindow::slotActivateTransitionView(Transition *t)
3319 {
3320     if (t)
3321         m_transitionConfig->raiseWindow(m_transitionConfigDock);
3322 }
3323
3324 void MainWindow::slotSnapRewind()
3325 {
3326     if (m_projectMonitor->isActive()) {
3327         if (m_activeTimeline)
3328             m_activeTimeline->projectView()->slotSeekToPreviousSnap();
3329     } else  {
3330         m_clipMonitor->slotSeekToPreviousSnap();
3331     }
3332 }
3333
3334 void MainWindow::slotSnapForward()
3335 {
3336     if (m_projectMonitor->isActive()) {
3337         if (m_activeTimeline)
3338             m_activeTimeline->projectView()->slotSeekToNextSnap();
3339     } else {
3340         m_clipMonitor->slotSeekToNextSnap();
3341     }
3342 }
3343
3344 void MainWindow::slotClipStart()
3345 {
3346     if (m_projectMonitor->isActive()) {
3347         if (m_activeTimeline)
3348             m_activeTimeline->projectView()->clipStart();
3349     }
3350 }
3351
3352 void MainWindow::slotClipEnd()
3353 {
3354     if (m_projectMonitor->isActive()) {
3355         if (m_activeTimeline)
3356             m_activeTimeline->projectView()->clipEnd();
3357     }
3358 }
3359
3360 void MainWindow::slotZoneStart()
3361 {
3362     if (m_projectMonitor->isActive())
3363         m_projectMonitor->slotZoneStart();
3364     else
3365         m_clipMonitor->slotZoneStart();
3366 }
3367
3368 void MainWindow::slotZoneEnd()
3369 {
3370     if (m_projectMonitor->isActive())
3371         m_projectMonitor->slotZoneEnd();
3372     else
3373         m_clipMonitor->slotZoneEnd();
3374 }
3375
3376 void MainWindow::slotChangeTool(QAction * action)
3377 {
3378     if (action == m_buttonSelectTool)
3379         slotSetTool(SELECTTOOL);
3380     else if (action == m_buttonRazorTool)
3381         slotSetTool(RAZORTOOL);
3382     else if (action == m_buttonSpacerTool)
3383         slotSetTool(SPACERTOOL);
3384 }
3385
3386 void MainWindow::slotChangeEdit(QAction * action)
3387 {
3388     if (!m_activeTimeline)
3389         return;
3390
3391     if (action == m_overwriteEditTool)
3392         m_activeTimeline->projectView()->setEditMode(OVERWRITEEDIT);
3393     else if (action == m_insertEditTool)
3394         m_activeTimeline->projectView()->setEditMode(INSERTEDIT);
3395     else
3396         m_activeTimeline->projectView()->setEditMode(NORMALEDIT);
3397 }
3398
3399 void MainWindow::slotSetTool(PROJECTTOOL tool)
3400 {
3401     if (m_activeDocument && m_activeTimeline) {
3402         //m_activeDocument->setTool(tool);
3403         QString message;
3404         switch (tool)  {
3405         case SPACERTOOL:
3406             message = i18n("Ctrl + click to use spacer on current track only");
3407             break;
3408         case RAZORTOOL:
3409             message = i18n("Click on a clip to cut it");
3410             break;
3411         default:
3412             message = i18n("Shift + click to create a selection rectangle, Ctrl + click to add an item to selection");
3413             break;
3414         }
3415         m_messageLabel->setMessage(message, InformationMessage);
3416         m_activeTimeline->projectView()->setTool(tool);
3417     }
3418 }
3419
3420 void MainWindow::slotCopy()
3421 {
3422     if (m_activeDocument && m_activeTimeline)
3423         m_activeTimeline->projectView()->copyClip();
3424 }
3425
3426 void MainWindow::slotPaste()
3427 {
3428     if (m_activeDocument && m_activeTimeline)
3429         m_activeTimeline->projectView()->pasteClip();
3430 }
3431
3432 void MainWindow::slotPasteEffects()
3433 {
3434     if (m_activeDocument && m_activeTimeline)
3435         m_activeTimeline->projectView()->pasteClipEffects();
3436 }
3437
3438 void MainWindow::slotFind()
3439 {
3440     if (!m_activeDocument || !m_activeTimeline) return;
3441     m_projectSearch->setEnabled(false);
3442     m_findActivated = true;
3443     m_findString.clear();
3444     m_activeTimeline->projectView()->initSearchStrings();
3445     statusBar()->showMessage(i18n("Starting -- find text as you type"));
3446     m_findTimer.start(5000);
3447     qApp->installEventFilter(this);
3448 }
3449
3450 void MainWindow::slotFindNext()
3451 {
3452     if (m_activeTimeline && m_activeTimeline->projectView()->findNextString(m_findString))
3453         statusBar()->showMessage(i18n("Found: %1", m_findString));
3454     else
3455         statusBar()->showMessage(i18n("Reached end of project"));
3456     m_findTimer.start(4000);
3457 }
3458
3459 void MainWindow::findAhead()
3460 {
3461     if (m_activeTimeline && m_activeTimeline->projectView()->findString(m_findString)) {
3462         m_projectSearchNext->setEnabled(true);
3463         statusBar()->showMessage(i18n("Found: %1", m_findString));
3464     } else {
3465         m_projectSearchNext->setEnabled(false);
3466         statusBar()->showMessage(i18n("Not found: %1", m_findString));
3467     }
3468 }
3469
3470 void MainWindow::findTimeout()
3471 {
3472     m_projectSearchNext->setEnabled(false);
3473     m_findActivated = false;
3474     m_findString.clear();
3475     statusBar()->showMessage(i18n("Find stopped"), 3000);
3476     if (m_activeTimeline) m_activeTimeline->projectView()->clearSearchStrings();
3477     m_projectSearch->setEnabled(true);
3478     removeEventFilter(this);
3479 }
3480
3481 void MainWindow::slotClipInTimeline(const QString &clipId)
3482 {
3483     if (m_activeTimeline && m_activeDocument) {
3484         QList<ItemInfo> matching = m_activeTimeline->projectView()->findId(clipId);
3485
3486         QMenu *inTimelineMenu = static_cast<QMenu*>(factory()->container("clip_in_timeline", this));
3487         inTimelineMenu->clear();
3488
3489         QList <QAction *> actionList;
3490
3491         for (int i = 0; i < matching.count(); ++i) {
3492             QString track = QString::number(matching.at(i).track);
3493             QString start = m_activeDocument->timecode().getTimecode(matching.at(i).startPos);
3494             int j = 0;
3495             QAction *a = new QAction(track + ": " + start, this);
3496             a->setData(QStringList() << track << start);
3497             connect(a, SIGNAL(triggered()), this, SLOT(slotSelectClipInTimeline()));
3498             while (j < actionList.count()) {
3499                 if (actionList.at(j)->text() > a->text()) break;
3500                 j++;
3501             }
3502             actionList.insert(j, a);
3503         }
3504         inTimelineMenu->addActions(actionList);
3505
3506         if (matching.empty())
3507             inTimelineMenu->setEnabled(false);
3508         else
3509             inTimelineMenu->setEnabled(true);
3510     }
3511 }
3512
3513 void MainWindow::slotClipInProjectTree()
3514 {
3515     if (m_activeTimeline) {
3516         const QStringList &clipIds = m_activeTimeline->projectView()->selectedClips();
3517         if (clipIds.isEmpty())
3518             return;
3519         m_projectListDock->raise();
3520         for (int i = 0; i < clipIds.count(); i++)
3521             m_projectList->selectItemById(clipIds.at(i));
3522         if (m_projectMonitor->isActive())
3523             slotSwitchMonitors();
3524     }
3525 }
3526
3527 /*void MainWindow::slotClipToProjectTree()
3528 {
3529     if (m_activeTimeline) {
3530     const QList<ClipItem *> clips =  m_activeTimeline->projectView()->selectedClipItems();
3531         if (clips.isEmpty()) return;
3532         for (int i = 0; i < clips.count(); i++) {
3533         m_projectList->slotAddXmlClip(clips.at(i)->itemXml());
3534         }
3535         //m_projectList->selectItemById(clipIds.at(i));
3536     }
3537 }*/
3538
3539 void MainWindow::slotSelectClipInTimeline()
3540 {
3541     if (m_activeTimeline) {
3542         QAction *action = qobject_cast<QAction *>(sender());
3543         QStringList data = action->data().toStringList();
3544         m_activeTimeline->projectView()->selectFound(data.at(0), data.at(1));
3545     }
3546 }
3547
3548 void MainWindow::keyPressEvent(QKeyEvent *ke)
3549 {
3550     if (m_findActivated) {
3551         if (ke->key() == Qt::Key_Backspace) {
3552             m_findString = m_findString.left(m_findString.length() - 1);
3553
3554             if (!m_findString.isEmpty())
3555                 findAhead();
3556             else
3557                 findTimeout();
3558
3559             m_findTimer.start(4000);
3560             ke->accept();
3561             return;
3562         } else if (ke->key() == Qt::Key_Escape) {
3563             findTimeout();
3564             ke->accept();
3565             return;
3566         } else if (ke->key() == Qt::Key_Space || !ke->text().trimmed().isEmpty()) {
3567             m_findString += ke->text();
3568
3569             findAhead();
3570
3571             m_findTimer.start(4000);
3572             ke->accept();
3573             return;
3574         }
3575     } else {
3576         KXmlGuiWindow::keyPressEvent(ke);
3577     }
3578 }
3579
3580
3581 /** Gets called when the window gets hidden */
3582 void MainWindow::hideEvent(QHideEvent */*event*/)
3583 {
3584     if (isMinimized() && m_monitorManager)
3585         m_monitorManager->stopActiveMonitor();
3586 }
3587
3588 bool MainWindow::eventFilter(QObject *obj, QEvent *event)
3589 {
3590     if (m_findActivated) {
3591         if (event->type() == QEvent::ShortcutOverride) {
3592             QKeyEvent* ke = (QKeyEvent*) event;
3593             if (ke->text().trimmed().isEmpty()) return false;
3594             ke->accept();
3595             return true;
3596         } else {
3597             return false;
3598         }
3599     } else {
3600         // pass the event on to the parent class
3601         return QMainWindow::eventFilter(obj, event);
3602     }
3603 }
3604
3605
3606 void MainWindow::slotSaveZone(Render *render, QPoint zone, DocClipBase *baseClip, KUrl path)
3607 {
3608     KDialog *dialog = new KDialog(this);
3609     dialog->setCaption("Save clip zone");
3610     dialog->setButtons(KDialog::Ok | KDialog::Cancel);
3611
3612     QWidget *widget = new QWidget(dialog);
3613     dialog->setMainWidget(widget);
3614
3615     QVBoxLayout *vbox = new QVBoxLayout(widget);
3616     QLabel *label1 = new QLabel(i18n("Save clip zone as:"), this);
3617     if (path.isEmpty()) {
3618         QString tmppath = m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash);
3619         if (baseClip == NULL) tmppath.append("untitled.mlt");
3620         else {
3621             tmppath.append((baseClip->name().isEmpty() ? baseClip->fileURL().fileName() : baseClip->name()) + "-" + QString::number(zone.x()).rightJustified(4, '0') + ".mlt");
3622         }
3623         path = KUrl(tmppath);
3624     }
3625     KUrlRequester *url = new KUrlRequester(path, this);
3626     url->setFilter("video/mlt-playlist");
3627     QLabel *label2 = new QLabel(i18n("Description:"), this);
3628     KLineEdit *edit = new KLineEdit(this);
3629     vbox->addWidget(label1);
3630     vbox->addWidget(url);
3631     vbox->addWidget(label2);
3632     vbox->addWidget(edit);
3633     if (dialog->exec() == QDialog::Accepted) {
3634         if (QFile::exists(url->url().path())) {
3635             if (KMessageBox::questionYesNo(this, i18n("File %1 already exists.\nDo you want to overwrite it?", url->url().path())) == KMessageBox::No) {
3636                 slotSaveZone(render, zone, baseClip, url->url());
3637                 return;
3638             }
3639         }
3640         if (baseClip && !baseClip->fileURL().isEmpty()) {
3641             // create zone from clip url, so that we don't have problems with proxy clips
3642             QProcess p;
3643 #if QT_VERSION >= 0x040600
3644             QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
3645             env.remove("MLT_PROFILE");
3646             p.setProcessEnvironment(env);
3647 #else
3648             QStringList env = QProcess::systemEnvironment();
3649             env << "MLT_PROFILE='\0'";
3650             p.setEnvironment(env);
3651 #endif
3652             p.start(KdenliveSettings::rendererpath(), QStringList() << baseClip->fileURL().path() << "in=" + QString::number(zone.x()) << "out=" + QString::number(zone.y()) << "-consumer" << "xml:" + url->url().path());
3653             if (!p.waitForStarted(3000)) {
3654                 KMessageBox::sorry(this, i18n("Cannot start MLT's renderer:\n%1", KdenliveSettings::rendererpath()));
3655             }
3656             else if (!p.waitForFinished(5000)) {
3657                 KMessageBox::sorry(this, i18n("Timeout while creating xml output"));
3658             }
3659         }
3660         else render->saveZone(url->url(), edit->text(), zone);
3661     }
3662
3663 }
3664
3665 void MainWindow::slotSetInPoint()
3666 {
3667     if (m_clipMonitor->isActive()) {
3668         m_clipMonitor->slotSetZoneStart();
3669     } else {
3670         m_projectMonitor->slotSetZoneStart();
3671     }
3672 }
3673
3674 void MainWindow::slotSetOutPoint()
3675 {
3676     if (m_clipMonitor->isActive()) {
3677         m_clipMonitor->slotSetZoneEnd();
3678     } else {
3679         m_projectMonitor->slotSetZoneEnd();
3680     }
3681 }
3682
3683 void MainWindow::slotResizeItemStart()
3684 {
3685     if (m_activeTimeline)
3686         m_activeTimeline->projectView()->setInPoint();
3687 }
3688
3689 void MainWindow::slotResizeItemEnd()
3690 {
3691     if (m_activeTimeline)
3692         m_activeTimeline->projectView()->setOutPoint();
3693 }
3694
3695 int MainWindow::getNewStuff(const QString &configFile)
3696 {
3697     KNS3::Entry::List entries;
3698 #if KDE_IS_VERSION(4,3,80)
3699     KNS3::DownloadDialog dialog(configFile);
3700     dialog.exec();
3701     entries = dialog.changedEntries();
3702     foreach(const KNS3::Entry & entry, entries) {
3703         if (entry.status() == KNS3::Entry::Installed)
3704             kDebug() << "// Installed files: " << entry.installedFiles();
3705     }
3706 #else
3707     KNS::Engine engine(0);
3708     if (engine.init(configFile))
3709         entries = engine.downloadDialogModal(this);
3710     foreach(KNS::Entry * entry, entries) {
3711         if (entry->status() == KNS::Entry::Installed)
3712             kDebug() << "// Installed files: " << entry->installedFiles();
3713     }
3714 #endif
3715     return entries.size();
3716 }
3717
3718 void MainWindow::slotGetNewTitleStuff()
3719 {
3720     if (getNewStuff("kdenlive_titles.knsrc") > 0)
3721         TitleWidget::refreshTitleTemplates();
3722 }
3723
3724 void MainWindow::slotGetNewLumaStuff()
3725 {
3726     if (getNewStuff("kdenlive_wipes.knsrc") > 0) {
3727         initEffects::refreshLumas();
3728         m_activeTimeline->projectView()->reloadTransitionLumas();
3729     }
3730 }
3731
3732 void MainWindow::slotGetNewRenderStuff()
3733 {
3734     if (getNewStuff("kdenlive_renderprofiles.knsrc") > 0)
3735         if (m_renderWidget)
3736             m_renderWidget->reloadProfiles();
3737 }
3738
3739 void MainWindow::slotGetNewMltProfileStuff()
3740 {
3741     if (getNewStuff("kdenlive_projectprofiles.knsrc") > 0) {
3742         // update the list of profiles in settings dialog
3743         KdenliveSettingsDialog* d = static_cast <KdenliveSettingsDialog*>(KConfigDialog::exists("settings"));
3744         if (d)
3745             d->checkProfile();
3746     }
3747 }
3748
3749 void MainWindow::slotAutoTransition()
3750 {
3751     if (m_activeTimeline)
3752         m_activeTimeline->projectView()->autoTransition();
3753 }
3754
3755 void MainWindow::slotSplitAudio()
3756 {
3757     if (m_activeTimeline)
3758         m_activeTimeline->projectView()->splitAudio();
3759 }
3760
3761 void MainWindow::slotUpdateClipType(QAction *action)
3762 {
3763     if (m_activeTimeline) {
3764         if (action->data().toString() == "clip_audio_only") m_activeTimeline->projectView()->setAudioOnly();
3765         else if (action->data().toString() == "clip_video_only") m_activeTimeline->projectView()->setVideoOnly();
3766         else m_activeTimeline->projectView()->setAudioAndVideo();
3767     }
3768 }
3769
3770 void MainWindow::slotDvdWizard(const QString &url, const QString &profile)
3771 {
3772     // We must stop the monitors since we create a new on in the dvd wizard
3773     m_clipMonitor->stop();
3774     m_projectMonitor->stop();
3775     DvdWizard w(url, profile, this);
3776     w.exec();
3777     m_projectMonitor->start();
3778 }
3779
3780 void MainWindow::slotShowTimeline(bool show)
3781 {
3782     if (show == false) {
3783         m_timelineState = saveState();
3784         centralWidget()->setHidden(true);
3785     } else {
3786         centralWidget()->setHidden(false);
3787         restoreState(m_timelineState);
3788     }
3789 }
3790
3791 void MainWindow::slotMaximizeCurrent(bool)
3792 {
3793     //TODO: is there a way to maximize current widget?
3794
3795     m_timelineState = saveState();
3796     QWidget *par = focusWidget()->parentWidget();
3797     while (par->parentWidget() && par->parentWidget() != this)
3798         par = par->parentWidget();
3799     kDebug() << "CURRENT WIDGET: " << par->objectName();
3800 }
3801
3802 void MainWindow::loadStabilize()
3803 {
3804         QMenu* stabMenu= static_cast<QMenu*>(factory()->container("stabilize", this));
3805         if (stabMenu){
3806                 stabMenu->clear();
3807                 Mlt::Profile profile;
3808                 if (Mlt::Factory::filter(profile,(char*)"videostab")){
3809                         QAction *action=stabMenu->addAction("Videostab (vstab)");
3810                         action->setData("videostab");
3811                         connect(action,SIGNAL(triggered()), this, SLOT(slotStabilize()));
3812                 }
3813                 if (Mlt::Factory::filter(profile,(char*)"videostab2")){
3814                         QAction *action=stabMenu->addAction("Videostab (transcode)");
3815                         action->setData("videostab2");
3816                         connect(action,SIGNAL(triggered()), this, SLOT(slotStabilize()));
3817                 }
3818         }
3819
3820
3821 }
3822
3823 void MainWindow::loadTranscoders()
3824 {
3825     QMenu *transMenu = static_cast<QMenu*>(factory()->container("transcoders", this));
3826     transMenu->clear();
3827
3828     QMenu *extractAudioMenu = static_cast<QMenu*>(factory()->container("extract_audio", this));
3829     extractAudioMenu->clear();
3830
3831     KSharedConfigPtr config = KSharedConfig::openConfig("kdenlivetranscodingrc");
3832     KConfigGroup transConfig(config, "Transcoding");
3833     // read the entries
3834     QMap< QString, QString > profiles = transConfig.entryMap();
3835     QMapIterator<QString, QString> i(profiles);
3836     while (i.hasNext()) {
3837         i.next();
3838         QStringList data = i.value().split(";");
3839         QAction *a;
3840         // separate audio transcoding in a separate menu
3841         if (data.count() > 2 && data.at(2) == "audio") {
3842             a = extractAudioMenu->addAction(i.key());
3843         }
3844         else {
3845             a = transMenu->addAction(i.key());
3846         }
3847         a->setData(data);
3848         if (data.count() > 1) a->setToolTip(data.at(1));
3849         connect(a, SIGNAL(triggered()), this, SLOT(slotTranscode()));
3850     }
3851 }
3852
3853 void MainWindow::slotStabilize()
3854 {
3855     QString condition,filtername;
3856     QStringList ids;
3857
3858     // Stablize selected clips
3859     QAction *action = qobject_cast<QAction *>(sender());
3860     if (action){
3861         filtername=action->data().toString();
3862     }
3863     m_projectList->startClipFilterJob(filtername, condition);
3864     /*
3865     if (ids.isEmpty()) {
3866         m_messageLabel->setMessage(i18n("No clip to transcode"), ErrorMessage);
3867         return;
3868     }
3869     QString destination;
3870     ProjectItem *item = m_projectList->getClipById(ids.at(0));
3871     if (ids.count() == 1) {
3872
3873     }
3874     ClipStabilize *d = new ClipStabilize(destination, ids.count(), filtername);
3875     //connect(d, SIGNAL(addClip(KUrl)), this, SLOT(slotAddProjectClip(KUrl)));
3876     if (d->exec() == QDialog::Accepted) {
3877         m_projectList->slotStabilizeClipJob(ids, d->autoAddClip(), d->params(), d->desc());
3878     }
3879     delete d;*/
3880 }
3881
3882 void MainWindow::slotTranscode(KUrl::List urls)
3883 {
3884     QString params;
3885     QString desc;
3886     QString condition;
3887     if (urls.isEmpty()) {
3888         QAction *action = qobject_cast<QAction *>(sender());
3889         QStringList data = action->data().toStringList();
3890         params = data.at(0);
3891         if (data.count() > 1) desc = data.at(1);
3892         if (data.count() > 3) condition = data.at(3);
3893         m_projectList->slotTranscodeClipJob(condition, params, desc);
3894         return;
3895     }
3896     if (urls.isEmpty()) {
3897         m_messageLabel->setMessage(i18n("No clip to transcode"), ErrorMessage);
3898         return;
3899     }
3900     ClipTranscode *d = new ClipTranscode(urls, params, desc);
3901     connect(d, SIGNAL(addClip(KUrl)), this, SLOT(slotAddProjectClip(KUrl)));
3902     d->show();
3903 }
3904
3905 void MainWindow::slotTranscodeClip()
3906 {
3907     KUrl::List urls = KFileDialog::getOpenUrls(KUrl("kfiledialog:///projectfolder"));
3908     if (urls.isEmpty()) return;
3909     slotTranscode(urls);
3910 }
3911
3912 void MainWindow::slotSetDocumentRenderProfile(QMap <QString, QString> props)
3913 {
3914     if (m_activeDocument == NULL) return;
3915     QMapIterator<QString, QString> i(props);
3916     while (i.hasNext()) {
3917         i.next();
3918         m_activeDocument->setDocumentProperty(i.key(), i.value());
3919     }
3920     m_activeDocument->setModified(true);
3921 }
3922
3923
3924 void MainWindow::slotPrepareRendering(bool scriptExport, bool zoneOnly, const QString &chapterFile)
3925 {
3926     if (m_activeDocument == NULL || m_renderWidget == NULL) return;
3927     QString scriptPath;
3928     QString playlistPath;
3929     if (scriptExport) {
3930         bool ok;
3931         QString scriptsFolder = m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash) + "scripts/";
3932         QString path = m_renderWidget->getFreeScriptName();
3933         scriptPath = QInputDialog::getText(this, i18n("Create Render Script"), i18n("Script name (will be saved in: %1)", scriptsFolder), QLineEdit::Normal, KUrl(path).fileName(), &ok);
3934         if (!ok || scriptPath.isEmpty()) return;
3935         scriptPath.prepend(scriptsFolder);
3936         QFile f(scriptPath);
3937         if (f.exists()) {
3938             if (KMessageBox::warningYesNo(this, i18n("Script file already exists. Do you want to overwrite it?")) != KMessageBox::Yes)
3939                 return;
3940         }
3941         playlistPath = scriptPath + ".mlt";
3942     } else {
3943         KTemporaryFile temp;
3944         temp.setAutoRemove(false);
3945         temp.setSuffix(".mlt");
3946         temp.open();
3947         playlistPath = temp.fileName();
3948     }
3949     QString playlistContent = m_projectMonitor->sceneList();
3950     if (!chapterFile.isEmpty()) {
3951         int in = 0;
3952         int out;
3953         if (!zoneOnly) out = (int) GenTime(m_activeDocument->projectDuration()).frames(m_activeDocument->fps());
3954         else {
3955             in = m_activeTimeline->inPoint();
3956             out = m_activeTimeline->outPoint();
3957         }
3958         QDomDocument doc;
3959         QDomElement chapters = doc.createElement("chapters");
3960         chapters.setAttribute("fps", m_activeDocument->fps());
3961         doc.appendChild(chapters);
3962
3963         QDomElement guidesxml = m_activeDocument->guidesXml();
3964         QDomNodeList nodes = guidesxml.elementsByTagName("guide");
3965         for (int i = 0; i < nodes.count(); i++) {
3966             QDomElement e = nodes.item(i).toElement();
3967             if (!e.isNull()) {
3968                 QString comment = e.attribute("comment");
3969                 int time = (int) GenTime(e.attribute("time").toDouble()).frames(m_activeDocument->fps());
3970                 if (time >= in && time < out) {
3971                     if (zoneOnly) time = time - in;
3972                     QDomElement chapter = doc.createElement("chapter");
3973                     chapters.appendChild(chapter);
3974                     chapter.setAttribute("title", comment);
3975                     chapter.setAttribute("time", time);
3976                 }
3977             }
3978         }
3979         if (chapters.childNodes().count() > 0) {
3980             if (m_activeTimeline->projectView()->hasGuide(out, 0) == -1) {
3981                 // Always insert a guide in pos 0
3982                 QDomElement chapter = doc.createElement("chapter");
3983                 chapters.insertBefore(chapter, QDomNode());
3984                 chapter.setAttribute("title", i18n("Start"));
3985                 chapter.setAttribute("time", "0");
3986             }
3987             // save chapters file
3988             QFile file(chapterFile);
3989             if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) {
3990                 kWarning() << "//////  ERROR writing DVD CHAPTER file: " << chapterFile;
3991             } else {
3992                 file.write(doc.toString().toUtf8());
3993                 if (file.error() != QFile::NoError) {
3994                     kWarning() << "//////  ERROR writing DVD CHAPTER file: " << chapterFile;
3995                 }
3996                 file.close();
3997             }
3998         }
3999     }
4000     bool exportAudio;
4001     if (m_renderWidget->automaticAudioExport()) {
4002         exportAudio = m_activeTimeline->checkProjectAudio();
4003     } else exportAudio = m_renderWidget->selectedAudioExport();
4004
4005     // Set playlist audio volume to 100%
4006     QDomDocument doc;
4007     doc.setContent(playlistContent);
4008     QDomElement tractor = doc.documentElement().firstChildElement("tractor");
4009     if (!tractor.isNull()) {
4010         QDomNodeList props = tractor.elementsByTagName("property");
4011         for (int i = 0; i < props.count(); i++) {
4012             if (props.at(i).toElement().attribute("name") == "meta.volume") {
4013                 props.at(i).firstChild().setNodeValue("1");
4014                 break;
4015             }
4016         }
4017     }
4018
4019     // Do we want proxy rendering
4020     if (m_projectList->useProxy() && !m_renderWidget->proxyRendering()) {
4021         QString root = doc.documentElement().attribute("root");
4022
4023         // replace proxy clips with originals
4024         QMap <QString, QString> proxies = m_projectList->getProxies();
4025
4026         QDomNodeList producers = doc.elementsByTagName("producer");
4027         QString producerResource;
4028         QString suffix;
4029         for (uint n = 0; n < producers.length(); n++) {
4030             QDomElement e = producers.item(n).toElement();
4031             producerResource = EffectsList::property(e, "resource");
4032             if (producerResource.isEmpty()) continue;
4033             if (!producerResource.startsWith("/")) {
4034                 producerResource.prepend(root + "/");
4035             }
4036             if (producerResource.contains('?')) {
4037                 // slowmotion producer
4038                 suffix = "?" + producerResource.section('?', 1);
4039                 producerResource = producerResource.section('?', 0, 0);
4040             }
4041             else suffix.clear();
4042             if (!producerResource.isEmpty()) {
4043                 if (proxies.contains(producerResource)) {
4044                     EffectsList::setProperty(e, "resource", proxies.value(producerResource) + suffix);
4045                     // We need to delete the "aspect_ratio" property because proxy clips
4046                     // sometimes have different ratio than original clips
4047                     EffectsList::removeProperty(e, "aspect_ratio");
4048                     EffectsList::removeMetaProperties(e);
4049                 }
4050             }
4051         }
4052
4053         /*QMapIterator<QString, QString> i(proxies);
4054         while (i.hasNext()) {
4055             i.next();
4056             // Replace all keys with their values (proxy path with original path)
4057             QString key = i.key();
4058             playlistContent.replace(key, i.value());
4059             if (!root.isEmpty() && key.startsWith(root)) {
4060                 // in case the resource path in MLT playlist is relative
4061                 key.remove(0, root.count() + 1);
4062                 playlistContent.replace(key, i.value());
4063             }
4064         }*/
4065     }
4066     playlistContent = doc.toString();
4067
4068     // Do save scenelist
4069     QFile file(playlistPath);
4070     if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) {
4071         m_messageLabel->setMessage(i18n("Cannot write to file %1").arg(playlistPath), ErrorMessage);
4072         return;
4073     }
4074     file.write(playlistContent.toUtf8());
4075     if (file.error() != QFile::NoError) {
4076         m_messageLabel->setMessage(i18n("Cannot write to file %1").arg(playlistPath), ErrorMessage);
4077         file.close();
4078         return;
4079     }
4080     file.close();
4081     m_renderWidget->slotExport(scriptExport, m_activeTimeline->inPoint(), m_activeTimeline->outPoint(), m_activeDocument->metadata(), playlistPath, scriptPath, exportAudio);
4082 }
4083
4084 void MainWindow::slotUpdateTimecodeFormat(int ix)
4085 {
4086     KdenliveSettings::setFrametimecode(ix == 1);
4087     m_clipMonitor->updateTimecodeFormat();
4088     m_projectMonitor->updateTimecodeFormat();
4089     m_transitionConfig->updateTimecodeFormat();
4090     m_effectStack->updateTimecodeFormat();
4091     //m_activeTimeline->projectView()->clearSelection();
4092     m_activeTimeline->updateRuler();
4093 }
4094
4095 void MainWindow::slotRemoveFocus()
4096 {
4097     statusBar()->setFocus();
4098     statusBar()->clearFocus();
4099 }
4100
4101 void MainWindow::slotRevert()
4102 {
4103     if (KMessageBox::warningContinueCancel(this, i18n("This will delete all changes made since you last saved your project. Are you sure you want to continue?"), i18n("Revert to last saved version")) == KMessageBox::Cancel) return;
4104     KUrl url = m_activeDocument->url();
4105     if (closeCurrentDocument(false))
4106         doOpenFile(url, NULL);
4107 }
4108
4109
4110 void MainWindow::slotShutdown()
4111 {
4112     if (m_activeDocument) m_activeDocument->setModified(false);
4113     // Call shutdown
4114     QDBusConnectionInterface* interface = QDBusConnection::sessionBus().interface();
4115     if (interface && interface->isServiceRegistered("org.kde.ksmserver")) {
4116         QDBusInterface smserver("org.kde.ksmserver", "/KSMServer", "org.kde.KSMServerInterface");
4117         smserver.call("logout", 1, 2, 2);
4118     } else if (interface && interface->isServiceRegistered("org.gnome.SessionManager")) {
4119         QDBusInterface smserver("org.gnome.SessionManager", "/org/gnome/SessionManager", "org.gnome.SessionManager");
4120         smserver.call("Shutdown");
4121     }
4122 }
4123
4124 void MainWindow::slotUpdateTrackInfo()
4125 {
4126     if (m_activeDocument)
4127         m_transitionConfig->updateProjectFormat(m_activeDocument->mltProfile(), m_activeDocument->timecode(), m_activeDocument->tracksList());
4128 }
4129
4130 void MainWindow::slotChangePalette(QAction *action, const QString &themename)
4131 {
4132     // Load the theme file
4133     QString theme;
4134     if (action == NULL) theme = themename;
4135     else theme = action->data().toString();
4136     KdenliveSettings::setColortheme(theme);
4137     // Make palette for all widgets.
4138     QPalette plt = kapp->palette();
4139     if (theme.isEmpty()) {
4140         plt = QApplication::desktop()->palette();
4141     } else {
4142         KSharedConfigPtr config = KSharedConfig::openConfig(theme);
4143
4144 #if KDE_IS_VERSION(4,6,3)
4145         plt = KGlobalSettings::createNewApplicationPalette(config);
4146 #else
4147         // Since there was a bug in createApplicationPalette in KDE < 4.6.3 we need
4148         // to do the palette loading stuff ourselves. (https://bugs.kde.org/show_bug.cgi?id=263497)
4149         QPalette::ColorGroup states[3] = { QPalette::Active, QPalette::Inactive,
4150                                             QPalette::Disabled };
4151         // TT thinks tooltips shouldn't use active, so we use our active colors for all states
4152         KColorScheme schemeTooltip(QPalette::Active, KColorScheme::Tooltip, config);
4153
4154         for ( int i = 0; i < 3 ; i++ ) {
4155             QPalette::ColorGroup state = states[i];
4156             KColorScheme schemeView(state, KColorScheme::View, config);
4157             KColorScheme schemeWindow(state, KColorScheme::Window, config);
4158             KColorScheme schemeButton(state, KColorScheme::Button, config);
4159             KColorScheme schemeSelection(state, KColorScheme::Selection, config);
4160
4161             plt.setBrush( state, QPalette::WindowText, schemeWindow.foreground() );
4162             plt.setBrush( state, QPalette::Window, schemeWindow.background() );
4163             plt.setBrush( state, QPalette::Base, schemeView.background() );
4164             plt.setBrush( state, QPalette::Text, schemeView.foreground() );
4165             plt.setBrush( state, QPalette::Button, schemeButton.background() );
4166             plt.setBrush( state, QPalette::ButtonText, schemeButton.foreground() );
4167             plt.setBrush( state, QPalette::Highlight, schemeSelection.background() );
4168             plt.setBrush( state, QPalette::HighlightedText, schemeSelection.foreground() );
4169             plt.setBrush( state, QPalette::ToolTipBase, schemeTooltip.background() );
4170             plt.setBrush( state, QPalette::ToolTipText, schemeTooltip.foreground() );
4171
4172             plt.setColor( state, QPalette::Light, schemeWindow.shade( KColorScheme::LightShade ) );
4173             plt.setColor( state, QPalette::Midlight, schemeWindow.shade( KColorScheme::MidlightShade ) );
4174             plt.setColor( state, QPalette::Mid, schemeWindow.shade( KColorScheme::MidShade ) );
4175             plt.setColor( state, QPalette::Dark, schemeWindow.shade( KColorScheme::DarkShade ) );
4176             plt.setColor( state, QPalette::Shadow, schemeWindow.shade( KColorScheme::ShadowShade ) );
4177
4178             plt.setBrush( state, QPalette::AlternateBase, schemeView.background( KColorScheme::AlternateBackground) );
4179             plt.setBrush( state, QPalette::Link, schemeView.foreground( KColorScheme::LinkText ) );
4180             plt.setBrush( state, QPalette::LinkVisited, schemeView.foreground( KColorScheme::VisitedText ) );
4181         }
4182 #endif
4183     }
4184
4185     kapp->setPalette(plt);
4186     const QObjectList children = statusBar()->children();
4187
4188     foreach(QObject * child, children) {
4189         if (child->isWidgetType())
4190             ((QWidget*)child)->setPalette(plt);
4191         const QObjectList subchildren = child->children();
4192         foreach(QObject * subchild, subchildren) {
4193             if (subchild->isWidgetType())
4194                 ((QWidget*)subchild)->setPalette(plt);
4195         }
4196     }
4197     if (m_activeTimeline) {
4198         m_activeTimeline->projectView()->updatePalette();
4199     }
4200 }
4201
4202
4203 QPixmap MainWindow::createSchemePreviewIcon(const KSharedConfigPtr &config)
4204 {
4205     // code taken from kdebase/workspace/kcontrol/colors/colorscm.cpp
4206     const uchar bits1[] = { 0xff, 0xff, 0xff, 0x2c, 0x16, 0x0b };
4207     const uchar bits2[] = { 0x68, 0x34, 0x1a, 0xff, 0xff, 0xff };
4208     const QSize bitsSize(24, 2);
4209     const QBitmap b1 = QBitmap::fromData(bitsSize, bits1);
4210     const QBitmap b2 = QBitmap::fromData(bitsSize, bits2);
4211
4212     QPixmap pixmap(23, 16);
4213     pixmap.fill(Qt::black); // ### use some color other than black for borders?
4214
4215     KConfigGroup group(config, "WM");
4216     QPainter p(&pixmap);
4217     KColorScheme windowScheme(QPalette::Active, KColorScheme::Window, config);
4218     p.fillRect(1,  1, 7, 7, windowScheme.background());
4219     p.fillRect(2,  2, 5, 2, QBrush(windowScheme.foreground().color(), b1));
4220
4221     KColorScheme buttonScheme(QPalette::Active, KColorScheme::Button, config);
4222     p.fillRect(8,  1, 7, 7, buttonScheme.background());
4223     p.fillRect(9,  2, 5, 2, QBrush(buttonScheme.foreground().color(), b1));
4224
4225     p.fillRect(15,  1, 7, 7, group.readEntry("activeBackground", QColor(96, 148, 207)));
4226     p.fillRect(16,  2, 5, 2, QBrush(group.readEntry("activeForeground", QColor(255, 255, 255)), b1));
4227
4228     KColorScheme viewScheme(QPalette::Active, KColorScheme::View, config);
4229     p.fillRect(1,  8, 7, 7, viewScheme.background());
4230     p.fillRect(2, 12, 5, 2, QBrush(viewScheme.foreground().color(), b2));
4231
4232     KColorScheme selectionScheme(QPalette::Active, KColorScheme::Selection, config);
4233     p.fillRect(8,  8, 7, 7, selectionScheme.background());
4234     p.fillRect(9, 12, 5, 2, QBrush(selectionScheme.foreground().color(), b2));
4235
4236     p.fillRect(15,  8, 7, 7, group.readEntry("inactiveBackground", QColor(224, 223, 222)));
4237     p.fillRect(16, 12, 5, 2, QBrush(group.readEntry("inactiveForeground", QColor(20, 19, 18)), b2));
4238
4239     p.end();
4240     return pixmap;
4241 }
4242
4243 void MainWindow::slotSwitchMonitors()
4244 {
4245     m_monitorManager->slotSwitchMonitors(!m_clipMonitor->isActive());
4246     if (m_projectMonitor->isActive()) m_activeTimeline->projectView()->setFocus();
4247     else m_projectList->focusTree();
4248 }
4249
4250 void MainWindow::slotSwitchFullscreen()
4251 {
4252     if (m_projectMonitor->isActive()) m_projectMonitor->slotSwitchFullScreen();
4253     else m_clipMonitor->slotSwitchFullScreen();
4254 }
4255
4256 void MainWindow::slotInsertZoneToTree()
4257 {
4258     if (!m_clipMonitor->isActive() || m_clipMonitor->activeClip() == NULL) return;
4259     QStringList info = m_clipMonitor->getZoneInfo();
4260     m_projectList->slotAddClipCut(info.at(0), info.at(1).toInt(), info.at(2).toInt());
4261 }
4262
4263 void MainWindow::slotInsertZoneToTimeline()
4264 {
4265     if (m_activeTimeline == NULL || m_clipMonitor->activeClip() == NULL) return;
4266     QStringList info = m_clipMonitor->getZoneInfo();
4267     m_activeTimeline->projectView()->insertClipCut(m_clipMonitor->activeClip(), info.at(1).toInt(), info.at(2).toInt());
4268 }
4269
4270
4271 void MainWindow::slotDeleteProjectClips(QStringList ids, QMap<QString, QString> folderids)
4272 {
4273     if (m_activeDocument && m_activeTimeline) {
4274         if (!ids.isEmpty()) {
4275             for (int i = 0; i < ids.size(); ++i) {
4276                 m_activeTimeline->slotDeleteClip(ids.at(i));
4277             }
4278             m_activeDocument->clipManager()->slotDeleteClips(ids);
4279         }
4280         if (!folderids.isEmpty()) m_projectList->deleteProjectFolder(folderids);
4281         m_activeDocument->setModified(true);
4282     }
4283 }
4284
4285 void MainWindow::slotShowTitleBars(bool show)
4286 {
4287     QList <QDockWidget *> docks = findChildren<QDockWidget *>();
4288     for (int i = 0; i < docks.count(); i++) {
4289         QDockWidget* dock = docks.at(i);
4290         if (show) {
4291             dock->setTitleBarWidget(0);
4292         } else {
4293             if (!dock->isFloating()) {
4294                 dock->setTitleBarWidget(new QWidget);
4295             }
4296         }
4297     }
4298     KdenliveSettings::setShowtitlebars(show);
4299 }
4300
4301 void MainWindow::slotSwitchTitles()
4302 {
4303     slotShowTitleBars(!KdenliveSettings::showtitlebars());
4304 }
4305
4306 QString MainWindow::getMimeType(bool open)
4307 {
4308     QString mimetype = "application/x-kdenlive";
4309     KMimeType::Ptr mime = KMimeType::mimeType(mimetype);
4310     if (!mime) {
4311         mimetype = "*.kdenlive";
4312         if (open) mimetype.append(" *.tar.gz");
4313     }
4314     else if (open) mimetype.append(" application/x-compressed-tar");
4315     return mimetype;
4316 }
4317
4318 void MainWindow::slotMonitorRequestRenderFrame(bool request)
4319 {
4320     if (request) {
4321         m_projectMonitor->render->sendFrameForAnalysis = true;
4322         return;
4323     } else {
4324         for (int i = 0; i < m_gfxScopesList.count(); i++) {
4325             if (m_gfxScopesList.at(i)->isVisible() && tabifiedDockWidgets(m_gfxScopesList.at(i)).isEmpty() && static_cast<AbstractGfxScopeWidget *>(m_gfxScopesList.at(i)->widget())->autoRefreshEnabled()) {
4326                 request = true;
4327                 break;
4328             }
4329         }
4330     }
4331 #ifdef DEBUG_MAINW
4332     qDebug() << "Any scope accepting new frames? " << request;
4333 #endif
4334     if (!request) {
4335         m_projectMonitor->render->sendFrameForAnalysis = false;
4336     }
4337 }
4338
4339
4340 void MainWindow::slotOpenStopmotion()
4341 {
4342     if (m_stopmotion == NULL) {
4343         m_stopmotion = new StopmotionWidget(m_monitorManager, m_activeDocument->projectFolder(), m_stopmotion_actions->actions(), this);
4344         connect(m_stopmotion, SIGNAL(addOrUpdateSequence(const QString &)), m_projectList, SLOT(slotAddOrUpdateSequence(const QString)));
4345         //for (int i = 0; i < m_gfxScopesList.count(); i++) {
4346             // Check if we need the renderer to send a new frame for update
4347             /*if (!m_scopesList.at(i)->widget()->visibleRegion().isEmpty() && !(static_cast<AbstractScopeWidget *>(m_scopesList.at(i)->widget())->autoRefreshEnabled())) request = true;*/
4348             //connect(m_stopmotion, SIGNAL(gotFrame(QImage)), static_cast<AbstractGfxScopeWidget *>(m_gfxScopesList.at(i)->widget()), SLOT(slotRenderZoneUpdated(QImage)));
4349             //static_cast<AbstractScopeWidget *>(m_scopesList.at(i)->widget())->slotMonitorCapture();
4350         //}
4351     }
4352     m_stopmotion->show();
4353 }
4354
4355 void MainWindow::slotDeleteClip(const QString &id)
4356 {
4357     QList <ClipProperties *> list = findChildren<ClipProperties *>();
4358     for (int i = 0; i < list.size(); ++i) {
4359         list.at(i)->disableClipId(id);
4360     }
4361     m_projectList->slotDeleteClip(id);
4362 }
4363
4364 void MainWindow::slotUpdateProxySettings()
4365 {
4366     if (m_renderWidget) m_renderWidget->updateProxyConfig(m_projectList->useProxy());
4367     if (KdenliveSettings::enableproxy())
4368         KStandardDirs::makeDir(m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash) + "proxy/");
4369     m_projectList->updateProxyConfig();
4370 }
4371
4372 void MainWindow::slotInsertNotesTimecode()
4373 {
4374     int frames = m_projectMonitor->render->seekPosition().frames(m_activeDocument->fps());
4375     QString position = m_activeDocument->timecode().getTimecodeFromFrames(frames);
4376     m_notesWidget->insertHtml("<a href=\"" + QString::number(frames) + "\">" + position + "</a> ");
4377 }
4378
4379 void MainWindow::slotArchiveProject()
4380 {
4381     QList <DocClipBase*> list = m_projectList->documentClipList();
4382     QDomDocument doc = m_activeDocument->xmlSceneList(m_projectMonitor->sceneList(), m_projectList->expandedFolders());
4383     ArchiveWidget *d = new ArchiveWidget(m_activeDocument->url().fileName(), doc, list, m_activeTimeline->projectView()->extractTransitionsLumas(), this);
4384     d->exec();
4385 }
4386
4387
4388 void MainWindow::slotOpenBackupDialog(const KUrl url)
4389 {
4390     KUrl projectFile;
4391     KUrl projectFolder;
4392     QString projectId;
4393     kDebug()<<"// BACKUP URL: "<<url.path();
4394     if (!url.isEmpty()) {
4395         // we could not open the project file, guess where the backups are
4396         projectFolder = KUrl(KdenliveSettings::defaultprojectfolder());
4397         projectFile = url;
4398     }
4399     else {
4400         projectFolder = m_activeDocument->projectFolder();
4401         projectFile = m_activeDocument->url();
4402         projectId = m_activeDocument->getDocumentProperty("documentid");
4403     }
4404
4405     BackupWidget *dia = new BackupWidget(projectFile, projectFolder, projectId, this);
4406     if (dia->exec() == QDialog::Accepted) {
4407         QString requestedBackup = dia->selectedFile();
4408         m_activeDocument->backupLastSavedVersion(projectFile.path());
4409         closeCurrentDocument(false);
4410         doOpenFile(KUrl(requestedBackup), NULL);
4411         m_activeDocument->setUrl(projectFile);
4412         m_activeDocument->setModified(true);
4413         setCaption(m_activeDocument->description());
4414     }
4415     delete dia;
4416 }
4417
4418 void MainWindow::slotElapsedTime()
4419 {
4420     kDebug()<<"-----------------------------------------\n"<<"Time elapsed: "<<m_timer.elapsed()<<"\n-------------------------";
4421 }
4422
4423
4424 void MainWindow::slotDownloadResources()
4425 {
4426     QString currentFolder;
4427     if (m_activeDocument) currentFolder = m_activeDocument->projectFolder().path();
4428     else currentFolder = KdenliveSettings::defaultprojectfolder();
4429     ResourceWidget *d = new ResourceWidget(currentFolder);
4430     connect(d, SIGNAL(addClip(KUrl, const QString &)), this, SLOT(slotAddProjectClip(KUrl, const QString &)));
4431     d->show();
4432 }
4433
4434 #include "mainwindow.moc"
4435
4436 #ifdef DEBUG_MAINW
4437 #undef DEBUG_MAINW
4438 #endif