Date: Thu, 21 May 2020 09:46:04 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536094 - head/graphics/scantailor/files Message-ID: <202005210946.04L9k4G1055930@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 21 09:46:03 2020 New Revision: 536094 URL: https://svnweb.freebsd.org/changeset/ports/536094 Log: graphics/scantailor: prepare for Qt5-5.15 Added: head/graphics/scantailor/files/ head/graphics/scantailor/files/patch-ImageViewBase.cpp (contents, props changed) head/graphics/scantailor/files/patch-filters_output_OutputGenerator.cpp (contents, props changed) head/graphics/scantailor/files/patch-filters_page__layout_ImageView.cpp (contents, props changed) head/graphics/scantailor/files/patch-filters_page__layout_Thumbnail.cpp (contents, props changed) head/graphics/scantailor/files/patch-filters_select__content_ContentBoxFinder.cpp (contents, props changed) head/graphics/scantailor/files/patch-zones_ZoneContextMenuInteraction.cpp (contents, props changed) head/graphics/scantailor/files/patch-zones_ZoneDefaultInteraction.cpp (contents, props changed) Added: head/graphics/scantailor/files/patch-ImageViewBase.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-ImageViewBase.cpp Thu May 21 09:46:03 2020 (r536094) @@ -0,0 +1,10 @@ +--- ImageViewBase.cpp.orig 2020-05-21 09:35:48 UTC ++++ ImageViewBase.cpp +@@ -22,6 +22,7 @@ + #include <QMouseEvent> + #include <QPaintEngine> + #include <QPointer> ++#include <QPainterPath> + #include <QScrollBar> + #include <QSettings> + #include <QtWidgets/QMainWindow> Added: head/graphics/scantailor/files/patch-filters_output_OutputGenerator.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-filters_output_OutputGenerator.cpp Thu May 21 09:46:03 2020 (r536094) @@ -0,0 +1,17 @@ +--- filters/output/OutputGenerator.cpp.orig 2020-05-21 09:40:03 UTC ++++ filters/output/OutputGenerator.cpp +@@ -25,6 +25,7 @@ + #include <imageproc/ImageCombination.h> + #include <QDebug> + #include <QPainter> ++#include <QPainterPath> + #include <QtCore/QSettings> + #include <boost/bind.hpp> + #include "DebugImages.h" +@@ -2666,4 +2667,4 @@ QImage OutputGenerator::posterizeImage(const QImage& i + posterizationOptions.isForceBlackAndWhite(), 0, qRound(background_color.lightnessF() * 255)) + .getImage(); + } +-} // namespace output +\ No newline at end of file ++} // namespace output Added: head/graphics/scantailor/files/patch-filters_page__layout_ImageView.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-filters_page__layout_ImageView.cpp Thu May 21 09:46:03 2020 (r536094) @@ -0,0 +1,17 @@ +--- filters/page_layout/ImageView.cpp.orig 2020-05-21 09:34:10 UTC ++++ filters/page_layout/ImageView.cpp +@@ -27,6 +27,7 @@ + #include <imageproc/Transform.h> + #include <QMouseEvent> + #include <QPainter> ++#include <QPainterPath> + #include <boost/bind.hpp> + #include <boost/lambda/lambda.hpp> + #include "ImagePresentation.h" +@@ -1160,4 +1161,4 @@ void ImageView::enableMiddleRectInteraction(const bool + bool ImageView::isShowingMiddleRectEnabled() const { + return (!m_nullContentRect && m_settings->isShowingMiddleRectEnabled()) || m_alignment.isNull(); + } +-} // namespace page_layout +\ No newline at end of file ++} // namespace page_layout Added: head/graphics/scantailor/files/patch-filters_page__layout_Thumbnail.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-filters_page__layout_Thumbnail.cpp Thu May 21 09:46:03 2020 (r536094) @@ -0,0 +1,17 @@ +--- filters/page_layout/Thumbnail.cpp.orig 2020-05-21 09:40:03 UTC ++++ filters/page_layout/Thumbnail.cpp +@@ -18,6 +18,7 @@ + + #include "Thumbnail.h" + #include <QPainter> ++#include <QPainterPath> + #include <utility> + #include "Utils.h" + #include "imageproc/PolygonUtils.h" +@@ -111,4 +112,4 @@ void Thumbnail::paintOverImage(QPainter& painter, + paintDeviant(painter); + } + } // Thumbnail::paintOverImage +-} // namespace page_layout +\ No newline at end of file ++} // namespace page_layout Added: head/graphics/scantailor/files/patch-filters_select__content_ContentBoxFinder.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-filters_select__content_ContentBoxFinder.cpp Thu May 21 09:46:03 2020 (r536094) @@ -0,0 +1,17 @@ +--- filters/select_content/ContentBoxFinder.cpp.orig 2020-05-21 09:40:03 UTC ++++ filters/select_content/ContentBoxFinder.cpp +@@ -19,6 +19,7 @@ + #include "ContentBoxFinder.h" + #include <QDebug> + #include <QPainter> ++#include <QPainterPath> + #include <cmath> + #include <queue> + #include "DebugImages.h" +@@ -1353,4 +1354,4 @@ const SEDM& ContentBoxFinder::Garbage::sedm() { + + return m_sedm; + } +-} // namespace select_content +\ No newline at end of file ++} // namespace select_content Added: head/graphics/scantailor/files/patch-zones_ZoneContextMenuInteraction.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-zones_ZoneContextMenuInteraction.cpp Thu May 21 09:46:03 2020 (r536094) @@ -0,0 +1,10 @@ +--- zones/ZoneContextMenuInteraction.cpp.orig 2020-05-21 09:38:01 UTC ++++ zones/ZoneContextMenuInteraction.cpp +@@ -21,6 +21,7 @@ + #include <QMenu> + #include <QMessageBox> + #include <QPainter> ++#include <QPainterPath> + #include <QSignalMapper> + #include <boost/bind.hpp> + #include "ImageViewBase.h" Added: head/graphics/scantailor/files/patch-zones_ZoneDefaultInteraction.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/scantailor/files/patch-zones_ZoneDefaultInteraction.cpp Thu May 21 09:46:03 2020 (r536094) @@ -0,0 +1,10 @@ +--- zones/ZoneDefaultInteraction.cpp.orig 2020-05-21 09:38:01 UTC ++++ zones/ZoneDefaultInteraction.cpp +@@ -19,6 +19,7 @@ + #include "ZoneDefaultInteraction.h" + #include <QMouseEvent> + #include <QPainter> ++#include <QPainterPath> + #include "ImageViewBase.h" + #include "SerializableSpline.h" + #include "ZoneInteractionContext.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210946.04L9k4G1055930>