Index: head/graphics/diffpdf/files/patch-aboutform.cpp =================================================================== --- head/graphics/diffpdf/files/patch-aboutform.cpp (nonexistent) +++ head/graphics/diffpdf/files/patch-aboutform.cpp (revision 487374) @@ -0,0 +1,19 @@ +--- aboutform.cpp.orig 2013-10-15 07:01:22 UTC ++++ aboutform.cpp +@@ -11,7 +11,6 @@ + */ + + #include "aboutform.hpp" +-#include + #include + #include + #include +@@ -52,7 +51,7 @@ AboutForm::AboutForm(QWidget *parent) : + "" + "I also provide training and consultancy in C++, Go, Python 2, " + "Python 3, C++/Qt, and PyQt4.").arg(qApp->applicationName()) +- .arg(Version).arg(qVersion()).arg(POPPLER_VERSION)); ++ .arg(Version).arg(qVersion()).arg("Qt 5")); + QTextBrowser *contributorsBrowser = new QTextBrowser; + contributorsBrowser->setReadOnly(true); + contributorsBrowser->setHtml(tr("" Property changes on: head/graphics/diffpdf/files/patch-aboutform.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/diffpdf/files/patch-diffpdf.pro =================================================================== --- head/graphics/diffpdf/files/patch-diffpdf.pro (nonexistent) +++ head/graphics/diffpdf/files/patch-diffpdf.pro (revision 487374) @@ -0,0 +1,46 @@ +--- diffpdf.pro.orig 2013-10-15 07:01:22 UTC ++++ diffpdf.pro +@@ -31,35 +31,36 @@ TRANSLATIONS += diffpdf_fr.ts + TRANSLATIONS += diffpdf_de.ts + TRANSLATIONS += diffpdf_es.ts + CODECFORTR = UTF-8 +-LIBS += -lpoppler-qt4 ++LIBS += -lpoppler-qt5 ++QT += widgets printsupport + win32 { + CONFIG += release + } + exists($(HOME)/opt/poppler024/) { + message(Using locally built Poppler library) + INCLUDEPATH += $(HOME)/opt/poppler024/include/poppler/cpp +- INCLUDEPATH += $(HOME)/opt/poppler024/include/poppler/qt4 ++ INCLUDEPATH += $(HOME)/opt/poppler024/include/poppler/qt5 + LIBS += -Wl,-rpath -Wl,$(HOME)/opt/poppler024/lib -L$(HOME)/opt/poppler024/lib + } else { + exists(/poppler_lib) { + message(Using locally built Poppler library on Windows) + INCLUDEPATH += /c/poppler_lib/include/poppler/cpp +- INCLUDEPATH += /c/poppler_lib/include/poppler/qt4 ++ INCLUDEPATH += /c/poppler_lib/include/poppler/qt5 + LIBS += -Wl,-rpath -Wl,/c/poppler_lib/bin -Wl,-L/c/poppler_lib/bin + } else { +- exists(/usr/include/poppler/qt4) { ++ exists(/usr/include/poppler/qt5) { + INCLUDEPATH += /usr/include/poppler/cpp +- INCLUDEPATH += /usr/include/poppler/qt4 ++ INCLUDEPATH += /usr/include/poppler/qt5 + } else { + INCLUDEPATH += /usr/local/include/poppler/cpp +- INCLUDEPATH += /usr/local/include/poppler/qt4 ++ INCLUDEPATH += /usr/local/include/poppler/qt5 + } + } + } + #exists($(HOME)/opt/podofo09/) { + # message(Using locally built PoDoFo library) + # INCLUDEPATH += $(HOME)/opt/podofo09/include/poppler/cpp +-# INCLUDEPATH += $(HOME)/opt/podofo09/include/poppler/qt4 ++# INCLUDEPATH += $(HOME)/opt/podofo09/include/poppler/qt5 + # LIBS += -Wl,-rpath -Wl,$(HOME)/opt/podofo09/lib64 -Wl,-L$(HOME)/opt/podofo09/lib64 + #} else { + # exists(/usr/include/podofo) { Property changes on: head/graphics/diffpdf/files/patch-diffpdf.pro ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/diffpdf/files/patch-generic.hpp =================================================================== --- head/graphics/diffpdf/files/patch-generic.hpp (nonexistent) +++ head/graphics/diffpdf/files/patch-generic.hpp (revision 487374) @@ -0,0 +1,11 @@ +--- generic.hpp.orig 2013-10-15 07:01:22 UTC ++++ generic.hpp +@@ -12,7 +12,7 @@ + for more details. + */ + +-#include ++#include + #include + #include + #include Property changes on: head/graphics/diffpdf/files/patch-generic.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/diffpdf/files/patch-helpform.cpp =================================================================== --- head/graphics/diffpdf/files/patch-helpform.cpp (nonexistent) +++ head/graphics/diffpdf/files/patch-helpform.cpp (revision 487374) @@ -0,0 +1,10 @@ +--- helpform.cpp.orig 2013-10-15 07:01:22 UTC ++++ helpform.cpp +@@ -11,7 +11,6 @@ + */ + + #include "helpform.hpp" +-#include + #include + #include + #include Property changes on: head/graphics/diffpdf/files/patch-helpform.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/diffpdf/files/patch-label.cpp =================================================================== --- head/graphics/diffpdf/files/patch-label.cpp (nonexistent) +++ head/graphics/diffpdf/files/patch-label.cpp (revision 487374) @@ -0,0 +1,10 @@ +--- label.cpp.orig 2013-10-15 07:01:22 UTC ++++ label.cpp +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + + Label::Label(QWidget *parent) : QLabel(parent) + { Property changes on: head/graphics/diffpdf/files/patch-label.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/diffpdf/files/patch-lineedit.cpp =================================================================== --- head/graphics/diffpdf/files/patch-lineedit.cpp (nonexistent) +++ head/graphics/diffpdf/files/patch-lineedit.cpp (revision 487374) @@ -0,0 +1,10 @@ +--- lineedit.cpp.orig 2013-10-15 07:01:22 UTC ++++ lineedit.cpp +@@ -14,6 +14,7 @@ + #include "lineedit.hpp" + #include + #include ++#include + + + LineEdit::LineEdit(QWidget *parent) : QLineEdit(parent) Property changes on: head/graphics/diffpdf/files/patch-lineedit.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/diffpdf/files/patch-main.cpp =================================================================== --- head/graphics/diffpdf/files/patch-main.cpp (nonexistent) +++ head/graphics/diffpdf/files/patch-main.cpp (revision 487374) @@ -0,0 +1,10 @@ +--- main.cpp.orig 2013-10-15 07:01:22 UTC ++++ main.cpp +@@ -31,7 +31,6 @@ int main(int argc, char *argv[]) + app.setOrganizationDomain("qtrac.eu"); + app.setApplicationName("DiffPDF"); + app.setWindowIcon(QIcon(":/icon.png")); +- QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); + + QTextStream out(stdout); + QStringList args = app.arguments().mid(1); Property changes on: head/graphics/diffpdf/files/patch-main.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/diffpdf/files/patch-mainwindow.hpp =================================================================== --- head/graphics/diffpdf/files/patch-mainwindow.hpp (nonexistent) +++ head/graphics/diffpdf/files/patch-mainwindow.hpp (revision 487374) @@ -0,0 +1,11 @@ +--- mainwindow.hpp.orig 2013-10-15 07:01:22 UTC ++++ mainwindow.hpp +@@ -19,7 +19,7 @@ + #else + #include + #endif +-#include ++#include + #include + #include + #include Property changes on: head/graphics/diffpdf/files/patch-mainwindow.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/diffpdf/files/patch-optionsform.cpp =================================================================== --- head/graphics/diffpdf/files/patch-optionsform.cpp (nonexistent) +++ head/graphics/diffpdf/files/patch-optionsform.cpp (revision 487374) @@ -0,0 +1,26 @@ +--- optionsform.cpp.orig 2013-10-15 07:01:22 UTC ++++ optionsform.cpp +@@ -76,9 +76,9 @@ void OptionsForm::createWidgets() + << qMakePair(tr("Diagonal \\"), Qt::FDiagPattern) + << qMakePair(tr("Diagonal Cross"), Qt::DiagCrossPattern)) + brushStyleComboBox->addItem(brushSwatch(pair.second, color), +- pair.first, pair.second); ++ pair.first, QVariant::fromValue(pair.second)); + brushStyleComboBox->setCurrentIndex(brushStyleComboBox->findData( +- brush.style())); ++ QVariant::fromValue(brush.style()))); + + penStyleComboBox = new QComboBox; + typedef QPair PenPair; +@@ -90,9 +90,9 @@ void OptionsForm::createWidgets() + << qMakePair(tr("Dash-Dotted"), Qt::DashDotLine) + << qMakePair(tr("Dash-Dot-Dotted"), Qt::DashDotDotLine)) + penStyleComboBox->addItem(penStyleSwatch(pair.second, color), +- pair.first, pair.second); ++ pair.first, QVariant::fromValue(pair.second)); + penStyleComboBox->setCurrentIndex(penStyleComboBox->findData( +- pen.style())); ++ QVariant::fromValue(pen.style()))); + + alphaSpinBox = new QSpinBox; + alphaSpinBox->setRange(1, 100); Property changes on: head/graphics/diffpdf/files/patch-optionsform.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property