Index: head/graphics/scantailor/files/patch-ImageViewBase.cpp =================================================================== --- head/graphics/scantailor/files/patch-ImageViewBase.cpp (nonexistent) +++ head/graphics/scantailor/files/patch-ImageViewBase.cpp (revision 536094) @@ -0,0 +1,10 @@ +--- ImageViewBase.cpp.orig 2020-05-21 09:35:48 UTC ++++ ImageViewBase.cpp +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + #include + #include Property changes on: head/graphics/scantailor/files/patch-ImageViewBase.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/scantailor/files/patch-filters_output_OutputGenerator.cpp =================================================================== --- head/graphics/scantailor/files/patch-filters_output_OutputGenerator.cpp (nonexistent) +++ head/graphics/scantailor/files/patch-filters_output_OutputGenerator.cpp (revision 536094) @@ -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 + #include + #include ++#include + #include + #include + #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 Property changes on: head/graphics/scantailor/files/patch-filters_output_OutputGenerator.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/scantailor/files/patch-filters_page__layout_ImageView.cpp =================================================================== --- head/graphics/scantailor/files/patch-filters_page__layout_ImageView.cpp (nonexistent) +++ head/graphics/scantailor/files/patch-filters_page__layout_ImageView.cpp (revision 536094) @@ -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 + #include + #include ++#include + #include + #include + #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 Property changes on: head/graphics/scantailor/files/patch-filters_page__layout_ImageView.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/scantailor/files/patch-filters_page__layout_Thumbnail.cpp =================================================================== --- head/graphics/scantailor/files/patch-filters_page__layout_Thumbnail.cpp (nonexistent) +++ head/graphics/scantailor/files/patch-filters_page__layout_Thumbnail.cpp (revision 536094) @@ -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 ++#include + #include + #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 Property changes on: head/graphics/scantailor/files/patch-filters_page__layout_Thumbnail.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/scantailor/files/patch-filters_select__content_ContentBoxFinder.cpp =================================================================== --- head/graphics/scantailor/files/patch-filters_select__content_ContentBoxFinder.cpp (nonexistent) +++ head/graphics/scantailor/files/patch-filters_select__content_ContentBoxFinder.cpp (revision 536094) @@ -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 + #include ++#include + #include + #include + #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 Property changes on: head/graphics/scantailor/files/patch-filters_select__content_ContentBoxFinder.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/scantailor/files/patch-zones_ZoneContextMenuInteraction.cpp =================================================================== --- head/graphics/scantailor/files/patch-zones_ZoneContextMenuInteraction.cpp (nonexistent) +++ head/graphics/scantailor/files/patch-zones_ZoneContextMenuInteraction.cpp (revision 536094) @@ -0,0 +1,10 @@ +--- zones/ZoneContextMenuInteraction.cpp.orig 2020-05-21 09:38:01 UTC ++++ zones/ZoneContextMenuInteraction.cpp +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + #include + #include "ImageViewBase.h" Property changes on: head/graphics/scantailor/files/patch-zones_ZoneContextMenuInteraction.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/scantailor/files/patch-zones_ZoneDefaultInteraction.cpp =================================================================== --- head/graphics/scantailor/files/patch-zones_ZoneDefaultInteraction.cpp (nonexistent) +++ head/graphics/scantailor/files/patch-zones_ZoneDefaultInteraction.cpp (revision 536094) @@ -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 + #include ++#include + #include "ImageViewBase.h" + #include "SerializableSpline.h" + #include "ZoneInteractionContext.h" Property changes on: head/graphics/scantailor/files/patch-zones_ZoneDefaultInteraction.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