Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 stopmotion (0.8.4-2) unstable; urgency=medium
 .
   * Merge upstream port to Qt5 (closes: #875194)
   * Adjust build scripts to use Qt5
Author: Barak A. Pearlmutter <bap@debian.org>
Bug-Debian: https://bugs.debian.org/875194

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-02-02

--- stopmotion-0.8.4.orig/README.md
+++ stopmotion-0.8.4/README.md
@@ -11,7 +11,7 @@ INSTALLATION
 You need the following packages installed to compile:
 - make and gcc (`build-essential`)
 - `gdb`
-- Qt4 (`libqt4-dev` and `qt4-dev-tools`)
+- Qt5 (`qtbase5-dev` and `qttools5-dev-tools`)
 - tar (`libtar-dev`)
 - XML2 (`libxml2-dev`)
 - vorbisfile (`libvorbis-dev`)
@@ -19,11 +19,11 @@ You need the following packages installe
 
 For example, in Ubuntu or Debian you would open a terminal and type:
 
-    sudo apt install build-essential gdb libqt4-dev qt4-dev-tools libtar-dev libxml2-dev libvorbis-dev pkg-config git vgrabbj uvccapture
+    sudo apt install build-essential gdb qtbase5-dev qttest5-dev-tools libtar-dev libxml2-dev libvorbis-dev pkg-config git vgrabbj uvccapture
 
 In OpenSuSE you first type:
 
-    sudo zypper install -t pattern devel_qt4
+    sudo zypper install -t pattern devel_qt5
     sudo zypper install git libvorbis-devel libxml2-devel
 
 Then open your browser and visit `https://rpm.pbone.net` and find both
@@ -36,10 +36,10 @@ filenames as appropriate):
 Once the dependencies are installed you can navigate to the source
 code directory and type the following to build Stopmotion:
 
-    qmake -qt=4
+    qmake -qt=5
     sudo make install
 
-If `qmake -qt=4` does not work, you can just use `qmake`.
+If `qmake -qt=5` does not work, you can just use `qmake`.
 
 
 WHO CAN USE IT
--- stopmotion-0.8.4.orig/src/application/editmenuhandler.cpp
+++ stopmotion-0.8.4/src/application/editmenuhandler.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2014 by Linuxstopmotion contributors;              *
+ *   Copyright (C) 2005-2017 by Linuxstopmotion contributors;              *
  *   see the AUTHORS file for details.                                     *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -28,10 +28,11 @@
 #include <QApplication>
 #include <QClipboard>
 #include <QDrag> 
-#include <QStringList>
 #include <QList>
-#include <QUrl>
+#include <QMimeData>
 #include <QStatusBar>
+#include <QStringList>
+#include <QUrl>
 
 
 EditMenuHandler::EditMenuHandler ( QObject *parent, QStatusBar *sb, 
--- stopmotion-0.8.4.orig/src/application/externalcommand.cpp
+++ stopmotion-0.8.4/src/application/externalcommand.cpp
@@ -1,6 +1,6 @@
 /***************************************************************************
- *   Copyright (C) 2005-2008 by Bjoern Erik Nilsen & Fredrik Berg Kjoelstad*
- *   bjoern.nilsen@bjoernen.com & fredrikbk@hotmail.com                    *
+ *   Copyright (C) 2005-2017 by Linuxstopmotion contributors;              *
+ *   see the AUTHORS file for details.                                     *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -19,11 +19,13 @@
  ***************************************************************************/
 #include "externalcommand.h"
 
-#include <QMessageBox>
-#include <QVBoxLayout>
+#include <QByteArray>
+#include <QChar>
 #include <QHBoxLayout>
 #include <QLabel>
+#include <QMessageBox>
 #include <QTextCursor>
+#include <QVBoxLayout>
 
 
 ExternalCommand::ExternalCommand(QWidget *parent)
--- stopmotion-0.8.4.orig/src/application/modelhandler.cpp
+++ stopmotion-0.8.4/src/application/modelhandler.cpp
@@ -1,6 +1,6 @@
 /***************************************************************************
- *   Copyright (C) 2005-2008 by Bjoern Erik Nilsen & Fredrik Berg Kjoelstad*
- *   bjoern.nilsen@bjoernen.com & fredrikbk@hotmail.com                    *
+ *   Copyright (C) 2005-2017 by Linuxstopmotion contributors;              *
+ *   see the AUTHORS file for details.                                     *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -25,13 +25,14 @@
 #include "src/technical/stringiterator.h"
 
 #include <QChar>
-#include <QProcess>
-#include <QStatusBar>
 #include <QFileDialog>
+#include <QMessageBox>
+#include <QMimeData>
+#include <QProcess>
 #include <QPushButton>
-#include <QStringList>
+#include <QStatusBar>
 #include <QString>
-#include <QMessageBox>
+#include <QStringList>
 
 
 ModelHandler::ModelHandler ( QObject *parent, QStatusBar *sb, FrameBar *frameBar,
@@ -70,7 +71,7 @@ void ModelHandler::chooseFrame() {
 			<< "CompuServe Graph. Interch. Format (*.gif *.GIF)"
 			<< "Interleaved Bitmap (*.lbm *.iff *.LBM *.IFF)"
 			<< "All files (*)";
-	fileDialog->setFilters(filters);
+	fileDialog->setNameFilters(filters);
 	fileDialog->setAcceptMode(QFileDialog::AcceptOpen);
 	fileDialog->setFileMode(QFileDialog::ExistingFiles);
 
--- stopmotion-0.8.4.orig/src/presentation/frontends/qtfrontend/aboutdialog.cpp
+++ stopmotion-0.8.4/src/presentation/frontends/qtfrontend/aboutdialog.cpp
@@ -1,6 +1,6 @@
 /***************************************************************************
- *   Copyright (C) 2005-2008 by Bjoern Erik Nilsen & Fredrik Berg Kjoelstad*
- *   bjoern.nilsen@bjoernen.com & fredrikbk@hotmail.com                    *
+ *   Copyright (C) 2005-2017 by Linuxstopmotion contributors;              *
+ *   see the AUTHORS file for details.                                     *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -22,8 +22,10 @@
 #include "licence.h"
 #include "graphics/stopmotion_logo.xpm"
 
-#include <QtGui>
-
+#include <QLabel>
+#include <QPushButton>
+#include <QTextEdit>
+#include <QVBoxLayout>
 
 AboutDialog::AboutDialog(QWidget *parent)
 	: QDialog(parent)
@@ -33,7 +35,7 @@ AboutDialog::AboutDialog(QWidget *parent
 	QWidget *widget = new QWidget;
 	QVBoxLayout *layout = new QVBoxLayout;
 	QLabel *label = new QLabel;
-	label->setPixmap(stopmotion_logo);
+	label->setPixmap(QPixmap(stopmotion_logo));
 	label->setScaledContents(true);
 	layout->addWidget(label);
 	layout->addWidget( new QLabel(
--- stopmotion-0.8.4.orig/src/presentation/frontends/qtfrontend/exporttab.cpp
+++ stopmotion-0.8.4/src/presentation/frontends/qtfrontend/exporttab.cpp
@@ -101,7 +101,7 @@ void ExportTab::makeGUI()
 	connect( closeButton, SIGNAL(clicked()),this, SLOT(closeSettings()) );
 
 	askForOutput = new QLabel(
-			tr("Do you want to be asked for an output file everytime you choose to export?"));
+			tr("Do you want to be asked for an output file every time you choose to export?"));
 
 	yesButton = new QRadioButton(tr("Yes"));
 	yesButton->setChecked(true);
@@ -384,7 +384,7 @@ void ExportTab::retranslateStrings()
 	editButton->setText( tr("&Edit") );
 
 	askForOutput->setText(
-			tr("Do you want to be asked for an output file everytime you choose to export?"));
+			tr("Do you want to be asked for an output file every time you choose to export?"));
 
 	yesButton->setText(tr("Yes"));
 	noButton->setText(tr("No"));
--- stopmotion-0.8.4.orig/src/presentation/frontends/qtfrontend/framebar/framebar.cpp
+++ stopmotion-0.8.4/src/presentation/frontends/qtfrontend/framebar/framebar.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2016 by Linuxstopmotion contributors;              *
+ *   Copyright (C) 2005-2017 by Linuxstopmotion contributors;              *
  *   see the AUTHORS file for details.                                     *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -25,17 +25,17 @@
 #include "src/presentation/frontends/qtfrontend/framebar/scenearrowbutton.h"
 #include "framepreferencesmenu.h"
 
-#include <QImage>
-#include <QFrame>
-#include <QImage>
+#include <QDebug>
 #include <QDragEnterEvent>
-#include <QResizeEvent>
 #include <QDropEvent>
-#include <QVBoxLayout>
+#include <QFrame>
+#include <QImage>
+#include <QImageReader>
+#include <QMimeData>
 #include <QPixmap>
+#include <QResizeEvent>
 #include <QScrollBar>
-#include <QImageReader>
-#include <QDebug>
+#include <QVBoxLayout>
 
 #include <algorithm>
 
--- stopmotion-0.8.4.orig/src/presentation/frontends/qtfrontend/framebar/scenethumbview.cpp
+++ stopmotion-0.8.4/src/presentation/frontends/qtfrontend/framebar/scenethumbview.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2014 by Linuxstopmotion contributors;              *
+ *   Copyright (C) 2005-2017 by Linuxstopmotion contributors;              *
  *   see the AUTHORS file for details.                                     *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -26,17 +26,18 @@
 #include "src/domain/domainfacade.h"
 #include "src/presentation/frontends/qtfrontend/framebar/scenearrowbutton.h"
 
-#include <QPainter>
-#include <QImage>
 #include <QApplication>
-#include <QStringList>
-#include <QPixmap>
-#include <QMouseEvent>
-#include <QPaintEvent>
 #include <QDropEvent>
-#include <QPushButton>
 #include <QIcon>
+#include <QImage>
 #include <QList>
+#include <QMimeData>
+#include <QMouseEvent>
+#include <QPaintEvent>
+#include <QPainter>
+#include <QPixmap>
+#include <QPushButton>
+#include <QStringList>
 #include <QUrl>
 
 
--- stopmotion-0.8.4.orig/src/presentation/frontends/qtfrontend/frameview.cpp
+++ stopmotion-0.8.4/src/presentation/frontends/qtfrontend/frameview.cpp
@@ -24,7 +24,6 @@
 #include "src/presentation/frontends/qtfrontend/imagegrabthread.h"
 #include "src/presentation/frontends/qtfrontend/qtfrontend.h"
 
-#include <QX11Info>
 #include <QMessageBox>
 #include <QApplication>
 #include <QPainter>
--- stopmotion-0.8.4.orig/src/presentation/frontends/qtfrontend/mainwindowgui.cpp
+++ stopmotion-0.8.4/src/presentation/frontends/qtfrontend/mainwindowgui.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2014 by Linuxstopmotion contributors;              *
+ *   Copyright (C) 2005-2017 by Linuxstopmotion contributors;              *
  *   see the AUTHORS file for details.                                     *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -56,7 +56,13 @@
 #include "graphics/icons/videoexport.xpm"
 #include "graphics/icons/languages.xpm"
 
-#include <QtGui>
+#include <QShortcut>
+#include <QPixmap>
+#include <QFileDialog>
+#include <QMessageBox>
+#include <QMimeData>
+#include <QWhatsThis>
+#include <QDesktopWidget>
 #include <QFileSystemWatcher>
 #include <QClipboard>
 
@@ -254,40 +260,40 @@ void MainWindowGUI::createActions()
 {
 	//File menu
 	newAct = new QAction(this);
-	newAct->setIcon(QIcon(filenewicon));
+	newAct->setIcon(QPixmap(filenewicon));
 	newAct->setShortcut(ControlModifier+Key_N);
 	connect(newAct, SIGNAL(triggered()), this, SLOT(newProject()));
 
 	openAct = new QAction(this);
-	openAct->setIcon(QIcon(fileopenicon));
+	openAct->setIcon(QPixmap(fileopenicon));
 	openAct->setShortcut(ControlModifier+Key_O);
 	connect(openAct, SIGNAL(triggered()), this, SLOT(openProject()));
 
 	mostRecentAct = new QAction(this);
-	mostRecentAct->setIcon(QIcon(windowicon));
+	mostRecentAct->setIcon(QPixmap(windowicon));
 	connect(mostRecentAct, SIGNAL(triggered()), this, SLOT(openMostRecent()));
 
 	secondMostRecentAct = new QAction(this);
-	secondMostRecentAct->setIcon(QIcon(windowicon));
+	secondMostRecentAct->setIcon(QPixmap(windowicon));
 	connect(secondMostRecentAct, SIGNAL(triggered()), this, SLOT(openSecondMostRecent()));
 
 	thirdMostRecentAct = new QAction(this);
-	thirdMostRecentAct->setIcon(QIcon(windowicon));
+	thirdMostRecentAct->setIcon(QPixmap(windowicon));
 	connect(thirdMostRecentAct, SIGNAL(triggered()), this, SLOT(openThirdMostRecent()));
 
 	saveAct = new QAction(this);
-	saveAct->setIcon(QIcon(filesaveasicon));
+	saveAct->setIcon(QPixmap(filesaveasicon));
 	saveAct->setShortcut(ControlModifier+Key_S);
 	connect(saveAct, SIGNAL(triggered()), this, SLOT(saveProject()));
 
 	saveAsAct = new QAction(this);
-	saveAsAct->setIcon(QIcon(filesaveicon));
+	saveAsAct->setIcon(QPixmap(filesaveicon));
 	saveAsAct->setShortcut(ControlModifier+ShiftModifier+Key_S);
 	connect(saveAsAct, SIGNAL(triggered()), this, SLOT(saveProjectAs()));
 
 	videoAct = new QAction(this);
 	videoAct->setShortcut(ControlModifier+ALT+Key_V);
-	videoAct->setIcon(QIcon(videoexport));
+	videoAct->setIcon(QPixmap(videoexport));
 	connect(videoAct, SIGNAL(triggered()), this, SLOT(exportToVideo()));
 
 	cinerellaAct = new QAction(this);
@@ -296,33 +302,33 @@ void MainWindowGUI::createActions()
 	connect(cinerellaAct, SIGNAL(triggered()), this, SLOT(exportToCinerella()));
 
 	quitAct = new QAction(this);
-	quitAct->setIcon(QIcon(quiticon));
+	quitAct->setIcon(QPixmap(quiticon));
 	quitAct->setShortcut(ControlModifier+Key_Q);
 	connect(quitAct, SIGNAL(triggered()), stApp, SLOT(quit()));
 
 	//Edit menu
 	undoAct = new QAction(this);
-	undoAct->setIcon(QIcon(undoicon));
+	undoAct->setIcon(QPixmap(undoicon));
 	undoAct->setShortcut(ControlModifier+Key_Z);
 	connect(undoAct, SIGNAL(triggered()), editMenuHandler, SLOT(undo()));
 
 	redoAct = new QAction(this);
-	redoAct->setIcon(QIcon(redoicon));
+	redoAct->setIcon(QPixmap(redoicon));
 	redoAct->setShortcut(ControlModifier+ShiftModifier+Key_Z);
 	connect(redoAct, SIGNAL(triggered()), editMenuHandler, SLOT(redo()));
 
 	cutAct = new QAction(this);
-	cutAct->setIcon(QIcon(cuticon));
+	cutAct->setIcon(QPixmap(cuticon));
 	cutAct->setShortcut(ControlModifier+Key_X);
 	connect(cutAct, SIGNAL(triggered()), editMenuHandler, SLOT(cut()));
 
 	copyAct = new QAction(this);
-	copyAct->setIcon(QIcon(copyicon));
+	copyAct->setIcon(QPixmap(copyicon));
 	copyAct->setShortcut(ControlModifier+Key_C);
 	connect(copyAct, SIGNAL(triggered()), editMenuHandler, SLOT(copy()));
 
 	pasteAct = new QAction(this);
-	pasteAct->setIcon(QIcon(pasteicon));
+	pasteAct->setIcon(QPixmap(pasteicon));
 	pasteAct->setShortcut(ControlModifier+Key_V);
 	connect(pasteAct, SIGNAL(triggered()), editMenuHandler, SLOT(paste()));
 
@@ -331,13 +337,13 @@ void MainWindowGUI::createActions()
 	connect(gotoFrameAct, SIGNAL(triggered()), gotoMenuWidget, SLOT(show()));
 
 	configureAct = new QAction(this);
-	configureAct->setIcon(QIcon(configureicon));
+	configureAct->setIcon(QPixmap(configureicon));
 	configureAct->setShortcut(ControlModifier+Key_P);
 	connect(configureAct, SIGNAL(triggered()), this, SLOT(showPreferencesMenu()));
 
 	//Help menu
 	whatsthisAct = new QAction(this);
-	whatsthisAct->setIcon(QIcon(whatsthisicon));
+	whatsthisAct->setIcon(QPixmap(whatsthisicon));
 	whatsthisAct->setShortcut(ShiftModifier+Key_F1);
 	connect(whatsthisAct, SIGNAL(triggered()), this, SLOT(whatsThis()));
 
@@ -346,7 +352,7 @@ void MainWindowGUI::createActions()
 	connect(helpAct, SIGNAL(triggered()), this, SLOT(showHelpDialog()));
 
 	aboutAct = new QAction(this);
-	aboutAct->setIcon(QIcon(windowicon));
+	aboutAct->setIcon(QPixmap(windowicon));
 	connect(aboutAct, SIGNAL(triggered()), this, SLOT(showAboutDialog()));
 }
 
@@ -538,7 +544,7 @@ void MainWindowGUI::retranslateStrings()
 
 	settingsMenu->clear();
 	settingsMenu->setTitle(tr("&Settings"));
-	languagesMenu->setIcon(QIcon(languages));
+	languagesMenu->setIcon(QPixmap(languages));
 	settingsMenu->addMenu(languagesMenu);
 	settingsMenu->addAction(configureAct);
 
--- stopmotion-0.8.4.orig/src/presentation/frontends/qtfrontend/qtfrontend.cpp
+++ stopmotion-0.8.4/src/presentation/frontends/qtfrontend/qtfrontend.cpp
@@ -27,12 +27,13 @@
 #include "src/domain/animation/workspacefile.h"
 #include "src/domain/domainfacade.h"
 
+#include <QApplication>
+#include <QLabel>
+#include <QMessageBox>
 #include <QProgressDialog>
 #include <QProgressBar>
+#include <QStatusBar>
 #include <QTimer>
-#include <QApplication>
-#include <QLabel>
-#include <QtGui>
 
 #include <cstring>
 #include <unistd.h>
--- stopmotion-0.8.4.orig/src/presentation/frontends/qtfrontend/toolsmenu.cpp
+++ stopmotion-0.8.4/src/presentation/frontends/qtfrontend/toolsmenu.cpp
@@ -276,7 +276,7 @@ void ToolsMenu::retranslateStrings() {
 			"backwards in the animation which should be mixed on top of the camera or "
 			"if you are in playback mode: how many images to play. </p> "
 			"<p>By mixing the previous image(s) onto the camera you can more easily see "
-			"how the next shot will be in relation to the other, therby making a smoother "
+			"how the next shot will be in relation to the other, thereby making a smoother "
 			"stop motion animation!</p>");
 	ui->mixSliderCaption->setWhatsThis(infoText );
 	ui->mixSlider->setWhatsThis(infoText);
--- stopmotion-0.8.4.orig/src/test/test.pro
+++ stopmotion-0.8.4/src/test/test.pro
@@ -1,6 +1,6 @@
 TEMPLATE = app
-QT += core
-CONFIG += qtestlib debug
+QT += core testlib widgets
+CONFIG += debug
 HEADERS += ../domain/undo/filelogger.h \
     ../domain/undo/command.h \
     ../domain/undo/commandlogger.h \
--- stopmotion-0.8.4.orig/stopmotion.pro
+++ stopmotion-0.8.4/stopmotion.pro
@@ -1,3 +1,4 @@
+QT += widgets
 CONFIG += debug_and_release
 HEADERS += src/domain/undo/filelogger.h \
     src/config.h \
@@ -301,6 +302,9 @@ INSTALLS += target translations icon des
 
 QMAKE_STRIP=:
 
+# qmake does not add these itself, it seems
+QMAKE_CLEAN += ui_helpbrowser.h ui_toolsmenu.h
+
 # Build translations
 QMAKE_EXTRA_COMPILERS += lrelease
 lrelease.input    = TRANSLATIONS
--- stopmotion-0.8.4.orig/translations/stopmotion_ar.ts
+++ stopmotion-0.8.4/translations/stopmotion_ar.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>أتريد تعيين ملف الإخراج قبل كل تصدير؟</translation>
     </message>
     <message>
@@ -1309,7 +1309,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>عدد الصور&lt;h4&gt;&lt;p&gt;بتغيير قيمة هذا المنزلق يمكنك تعيين عدد الصور رجوعا في التحريك التي ينبغي مزجها مع الكامرا أو إن كنت في طور العرض فإنه يعيّن عدد الصور التي تُعرض.&lt;/p&gt;&lt;p&gt;بمزج الصور السابقة بما يظهر في الكامرا يمكنك بيسر مشاهدة ما ستبدو عليه اللقطة التالية بالنسبة إلى سابقتها و بذلك تصنع تحريكا أسلس!&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_br.ts
+++ stopmotion-0.8.4/translations/stopmotion_br.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
@@ -1273,7 +1273,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_cz.ts
+++ stopmotion-0.8.4/translations/stopmotion_cz.ts
@@ -249,7 +249,7 @@
     <message>
         <location line="+10"/>
         <location line="+286"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Chcete pokaždé při exportu zvolit výstupní soubor?</translation>
     </message>
     <message>
@@ -1419,7 +1419,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location line="+8"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Počet obrázků&lt;/h4&gt; &lt;p&gt;Změnou hodnoty můžete nastavit kolik obrázků (směrem zpět) v animaci má být přidáno na kameru nebo kolik se jich má přehrát (při přehrávání)&lt;/p&gt; &lt;p&gt;Přidání obrázku (nebo obrázků) na kameru můžete snadněji vidět vztah dalšího rámu k ostatním a vytvořit tak plynulejší animaci!&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_de.ts
+++ stopmotion-0.8.4/translations/stopmotion_de.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Möchten Sie jedesmal nach einem Dateinamen gefragt werden, wenn Sie Export wählen?</translation>
     </message>
     <message>
@@ -1286,7 +1286,7 @@ Möchten Sie diese nutzen? (Ihre alten E
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Anzahl der Bilder&lt;/h4&gt; &lt;p&gt;Mit diesem Regler können Sie einstellen, wieviele Vorgänger-Bilder der Animation im Kamerabild eingeblendet werden sollten. Im playback-Modus: wie viele Bilder abgespielt werden. &lt;/p&gt; &lt;p&gt;Dadurch können Sie besser sehen, wie das nächste Bild im Verhältnis zu den vorhergehenden Bildern sein wird. Dies ermöglicht gleichmässige Bewegungsabläufe.&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_dk.ts
+++ stopmotion-0.8.4/translations/stopmotion_dk.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
@@ -1273,7 +1273,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_es.ts
+++ stopmotion-0.8.4/translations/stopmotion_es.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>¿Desea que se le pregunte por el archivo de salida cada vez que exporte?</translation>
     </message>
     <message>
@@ -1288,7 +1288,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Cantidad de imágenes&lt;/h4&gt; &lt;p&gt;Al cambiar este valor en la barra deslizadora se puede especificar cuántas imágenes anteriores de la animación se mezclan sobre la imagen que da la cámara, o si se encuentra en el modo de previsualización: cuántas imágenes reproducir.&lt;/p&gt; &lt;p&gt;Al mezclar las imágenes anteriores con la imagen de la cámara se ve fácilmente la relación que hay entre ellas, haciendo posible lograr movimientos más suaves&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_fi.ts
+++ stopmotion-0.8.4/translations/stopmotion_fi.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
@@ -1273,7 +1273,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_fr.ts
+++ stopmotion-0.8.4/translations/stopmotion_fr.ts
@@ -245,7 +245,7 @@
     <message>
         <location line="+10"/>
         <location line="+286"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Voulez-vous choisir le fichier destination à chaque export ?</translation>
     </message>
     <message>
@@ -1420,7 +1420,7 @@ Voulez-vous utiliser ce fichier ? ( Votr
     </message>
     <message>
         <location line="+8"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_gr.ts
+++ stopmotion-0.8.4/translations/stopmotion_gr.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
@@ -1273,7 +1273,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_he.ts
+++ stopmotion-0.8.4/translations/stopmotion_he.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>האם ברצונך להשאל לשם קובץ הפלט בכל פעם שתבחר לייצא?</translation>
     </message>
     <message>
@@ -1294,7 +1294,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;מספר התמונות&lt;/h4&gt; &lt;p&gt;על ידי שינוי ערך זה בסרגל הגלילה תוכל להגדיר כמה תמונות לחזור אחורה בהנפשה להצגה על גבי הצילום מהמצלמה או שאם אתה במצב נגינה: כמה תמונות להציג.&lt;/p&gt; &lt;p&gt;על ידי ערבול התמונה/ות הקודמת/ות אל תוך תצוגת המצלמה תוכל בקלות יתרה לראות כיצד תצא התמונה הבאה ביחס לאחרות, ובך ליצור הנפשת עצר חלקה יותר!&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_it.ts
+++ stopmotion-0.8.4/translations/stopmotion_it.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Desideri essere informato da un messaggio ogni volta che scegli di esportare?</translation>
     </message>
     <message>
@@ -1294,7 +1294,7 @@ Vuoi usarla? (Le vecchie preferenze sara
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Numero di immagini&lt;/h4&gt; &lt;p&gt;Cambiando questo valore nella barra di selezione puoi specificare di quante immagini riavvolgere l&apos;animazione che dovrebbe essere mixata con la camere o con la modalità playback: quante immagini avviare .&lt;/p&gt; &lt;p&gt;Mixando le immagini precedenti nella camera puoi pià facilmente vedere come lo scatto successivo starà in relazione alle altre, e quindi produrre una animazione in stop motion più fluida!&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_kl.ts
+++ stopmotion-0.8.4/translations/stopmotion_kl.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
@@ -1273,7 +1273,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_no_nb.ts
+++ stopmotion-0.8.4/translations/stopmotion_no_nb.ts
@@ -268,7 +268,7 @@
     <message>
         <location line="+10"/>
         <location line="+286"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Ønsker du å angi videofil hver gang du eksporterer?</translation>
     </message>
     <message>
@@ -1593,7 +1593,7 @@ lagret som ~/.stopmotion/preferences.xml
     </message>
     <message>
         <location line="+8"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Antall bilder&lt;/h4&gt;&lt;p&gt;Her kan du sette hvor mange tidligere bilder som skal brukes i den gitte modusen (enten playback eller miks).&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_no_nn.ts
+++ stopmotion-0.8.4/translations/stopmotion_no_nn.ts
@@ -268,7 +268,7 @@
     <message>
         <location line="+10"/>
         <location line="+286"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Ønsker du å angi videofil hver gang du eksporterer?</translation>
     </message>
     <message>
@@ -1593,7 +1593,7 @@ lagret som ~/.stopmotion/preferences.xml
     </message>
     <message>
         <location line="+8"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Antall bilder&lt;/h4&gt;&lt;p&gt;Her kan du sette hvor mange tidligere bilder som skal brukes i den gitte modusen (enten playback eller miks).&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_no_se.ts
+++ stopmotion-0.8.4/translations/stopmotion_no_se.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
@@ -1273,7 +1273,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_pt.ts
+++ stopmotion-0.8.4/translations/stopmotion_pt.ts
@@ -261,7 +261,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Deseja que lhe seja pedido o ficheiro de saída cada vêz que exporta?</translation>
     </message>
     <message>
@@ -1303,7 +1303,7 @@ será guardado em ~/.stopmotion/preferen
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Número de imagens&lt;/h4&gt; &lt;p&gt;Mudando este valor pode indicar quantas imagens anteriores da animação deve ser misturadas acima da câmara, ou se estiver em leitura : quantas imagens ler. &lt;/p&gt; &lt;p&gt;Misturando as imagens anteriores podera mais fácilmente ver a relação entre as imagens, obtendo uma animação mais regular!&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_ru.ts
+++ stopmotion-0.8.4/translations/stopmotion_ru.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Запрашивать имя файла каждый раз, когда вы будете экспортировать?</translation>
     </message>
     <message>
@@ -1315,7 +1315,7 @@ values exists. Do you want to use this o
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Количество изображений&lt;/h4&gt; &lt;p&gt;Изменяя значение этого ползунка, вы указываете, сколько предыдущихкадров будет наложено на изображение с камеры или, если вы находитесь в режиме воспроизведения,сколько кадров будет проиграно. &lt;/p&gt; &lt;p&gt;Накладывая предыдущие кадры на изображение с камеры, вы более чётко видите, как каждый последующий кадр соотносится с предыдущими, что позволяет вам создавать более плавную анимацию!&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_sl.ts
+++ stopmotion-0.8.4/translations/stopmotion_sl.ts
@@ -249,7 +249,7 @@
     <message>
         <location line="+10"/>
         <location line="+286"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation type="unfinished">Želite biti vprašani o izhodni datoteki vsakič, ko se odločite za izvažanje?</translation>
     </message>
     <message>
@@ -1419,7 +1419,7 @@ bodo shranjene v ~/.stopmotion/preferenc
     </message>
     <message>
         <location line="+8"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished">&lt;h4&gt;Število slik&lt;/h4&gt; &lt;p&gt;S spreminjanjem te vrednosti določite koliko slik nazaj v animaciji naj bo vidnih preko slike iz kamere in če ste v predvajalnem načinu; koliko sličic naj se predvaja. &lt;/p&gt; &lt;p&gt;Z gledanjem prejšnjih slik preko slike iz kamere lažje vidite kakšna bo naslednja sličica v odnosu na prejšnjo in s tem naredite gibanje v animaciji bolj gladko.&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_sv.ts
+++ stopmotion-0.8.4/translations/stopmotion_sv.ts
@@ -245,7 +245,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Vill du bli frågad om ett filnamn varje gång du väljer att exportera?</translation>
     </message>
     <message>
@@ -1454,7 +1454,7 @@ kommer sparas i ~/.stopmotion/preference
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;Antal bilder&lt;/h4&gt; &lt;p&gt;Genom att ändra värdet i den här barometern kan du specificera hur många bilder bakåt i animationen som ska mixas med kameran eller om du är i uppspelningsläge: hur många bilder som ska spelas.&lt;/p&gt; &lt;p&gt;Genom att mixa tidigare bilder med kameran kan du enklare se hur nästa bild kommer att bli i relation till de andra, därmed skapa en finare animation!&lt;/p&gt;</translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_tr.ts
+++ stopmotion-0.8.4/translations/stopmotion_tr.ts
@@ -241,7 +241,7 @@
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="104"/>
         <location filename="../src/presentation/frontends/qtfrontend/exporttab.cpp" line="390"/>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>Dışarı aktar seçeneğini her kullanışınızda hangi dosyaya yazacağınızın sorulmasını ister misiniz?</translation>
     </message>
     <message>
@@ -1290,7 +1290,7 @@ yeni bir kopyası bulundu. Bunu kullanma
     </message>
     <message>
         <location filename="../src/presentation/frontends/qtfrontend/toolsmenu.cpp" line="290"/>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_zh_CN.ts
+++ stopmotion-0.8.4/translations/stopmotion_zh_CN.ts
@@ -194,7 +194,7 @@
             <translation>编码器设置</translation>
         </message>
         <message>
-            <source>Do you want to be asked for an output file everytime you choose to export?</source>
+            <source>Do you want to be asked for an output file every time you choose to export?</source>
             <translation>您想要每次选择导出时，都向您询问输出文件名称吗？</translation>
         </message>
         <message>
@@ -1200,7 +1200,7 @@ values exists. Do you want to use this o
             <translation>&lt;h4&gt;抓取图片 (空格)&lt;/h4&gt;&lt;p&gt;按一下这个按钮以从相机&lt;em&gt;抓取&lt;/em&gt;图片，并将它置于动画之中&lt;/p&gt;&lt;p&gt;这也可以藉由按下&lt;b&gt;空格键&lt;/b&gt;&lt;/p&gt;来完成</translation>
         </message>
         <message>
-            <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+            <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
             <translation>&lt;h4&gt;图像数量&lt;/h4&gt;&lt;p&gt;藉由变更滑动杆中的值，您可以指定在动画中从后算起有多少图像，它们应该于相机顶部混合，或者如果您位于播放控制模式：有多少图像将要播放。&lt;/p&gt;&lt;p&gt;藉由混合前一个图像到相机上，您可以更容易看到下一个镜头与其他镜头是如何关联，以便制作比较平滑的定格动画 !&lt;/p&gt;</translation>
         </message>
         <message>
--- stopmotion-0.8.4.orig/translations/stopmotion_zh_TW.ts
+++ stopmotion-0.8.4/translations/stopmotion_zh_TW.ts
@@ -210,7 +210,7 @@
         <translation>編碼器設定值</translation>
     </message>
     <message>
-        <source>Do you want to be asked for an output file everytime you choose to export?</source>
+        <source>Do you want to be asked for an output file every time you choose to export?</source>
         <translation>您想要每次選擇匯出時，都向您詢問輸出檔案名稱嗎？</translation>
     </message>
     <message>
@@ -1308,7 +1308,7 @@ values exists. Do you want to use this o
         <translation>&lt;h4&gt;擷取圖框 (空格)&lt;/h4&gt;&lt;p&gt;按一下這個按鈕以從相機&lt;em&gt;擷取&lt;/em&gt;圖框，並將它置於動畫之中&lt;/p&gt;&lt;p&gt;這也可以藉由按下&lt;b&gt;空格鍵&lt;/b&gt;&lt;/p&gt;來完成</translation>
     </message>
     <message>
-        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, therby making a smoother stop motion animation!&lt;/p&gt;</source>
+        <source>&lt;h4&gt;Number of images&lt;/h4&gt; &lt;p&gt;By changing the value in this slidebar you can specify how many images backwards in the animation which should be mixed on top of the camera or if you are in playback mode: how many images to play. &lt;/p&gt; &lt;p&gt;By mixing the previous image(s) onto the camera you can more easily see how the next shot will be in relation to the other, thereby making a smoother stop motion animation!&lt;/p&gt;</source>
         <translation>&lt;h4&gt;圖像數量&lt;/h4&gt;&lt;p&gt;藉由變更滑動桿中的值，您可以指定在動畫中從後算起有多少圖像，它們應該於相機頂部混合，或者如果您位於播放控制模式：有多少圖像將要播放。&lt;/p&gt;&lt;p&gt;藉由混合前一個圖像到相機上，您可以更容易看到下一個鏡頭與其他鏡頭是如何關聯，以便製作較平滑的定格動畫 !&lt;/p&gt;</translation>
     </message>
     <message>
