[SCM] dvbcut/master: Update port-to-qt4 patch to fix Debian Bug #641992. Thanks Jindrich Makovicka!
fabricesp-guest at users.alioth.debian.org
fabricesp-guest at users.alioth.debian.org
Sun Jan 15 16:39:45 UTC 2012
The following commit has been merged in the master branch:
commit 00679a7d8daaee48d41474c1b674a1f8f96175c2
Author: Fabrice Coutadeur <coutadeurf at gmail.com>
Date: Fri Jan 13 22:02:50 2012 +0100
Update port-to-qt4 patch to fix Debian Bug #641992. Thanks Jindrich Makovicka!
diff --git a/debian/patches/port-to-qt4.patch b/debian/patches/port-to-qt4.patch
index 8208905..6ba1ef9 100644
--- a/debian/patches/port-to-qt4.patch
+++ b/debian/patches/port-to-qt4.patch
@@ -1491,7 +1491,7 @@ Raik
myEvent = false;
if (myEvent) {
-@@ -2177,14 +2185,14 @@ bool dvbcut::eventFilter(QObject *watche
+@@ -2177,14 +2185,15 @@ bool dvbcut::eventFilter(QObject *watche
newpos = 0;
else if (newpos >= pictures)
newpos = pictures - 1;
@@ -1505,10 +1505,11 @@ Raik
// propagate to base class
- return dvbcutbase::eventFilter(watched, e);
+ //return ui->eventFilter(watched, e);
++ return Q3MainWindow::eventFilter(watched, e);
}
int
-@@ -2199,6 +2207,11 @@ dvbcut::question(const QString & caption
+@@ -2199,6 +2208,11 @@ dvbcut::question(const QString & caption
}
int
@@ -1520,7 +1521,7 @@ Raik
dvbcut::critical(const QString & caption, const QString & text)
{
if (nogui) {
-@@ -2281,24 +2294,24 @@ void dvbcut::update_time_display()
+@@ -2281,24 +2295,24 @@ void dvbcut::update_time_display()
+ " " + timestr(pts);
QString outtime =
QString(mark) + " " + timestr(outpts);
@@ -1552,7 +1553,7 @@ Raik
+ QString(AR[idx.getaspectratio()]));
}
-@@ -2330,7 +2343,7 @@ void dvbcut::update_quick_picture_lookup
+@@ -2330,7 +2344,7 @@ void dvbcut::update_quick_picture_lookup
startpts=0;
}
@@ -1561,7 +1562,7 @@ Raik
if (item->rtti()==EventListItem::RTTI()) {
const EventListItem &eli=*static_cast<const EventListItem*>(item);
switch (eli.geteventtype()) {
-@@ -2402,8 +2415,8 @@ void dvbcut::helpAboutAction_activated()
+@@ -2402,8 +2416,8 @@ void dvbcut::helpAboutAction_activated()
"</span></body></html>").arg(VERSION_STRING));
}
@@ -1572,7 +1573,7 @@ Raik
#include <qdialog.h>
#include <qtextbrowser.h>
#include <qpushbutton.h>
-@@ -2413,10 +2426,10 @@ public:
+@@ -2413,10 +2427,10 @@ public:
helpDialog(QWidget *parent, const char *name, QString file)
: QDialog(parent, name)
{
@@ -1585,7 +1586,7 @@ Raik
prev = new QPushButton(tr("Prev"), hbox);
next = new QPushButton(tr("Next"), hbox);
home = new QPushButton(tr("Home"), hbox);
-@@ -2442,8 +2455,8 @@ public:
+@@ -2442,8 +2456,8 @@ public:
delete vbox;
}
private:
--
dvbcut packaging
More information about the pkg-multimedia-commits
mailing list