summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/ChangeLog')
-rw-r--r--Build/source/libs/poppler/poppler-src/ChangeLog4365
1 files changed, 4230 insertions, 135 deletions
diff --git a/Build/source/libs/poppler/poppler-src/ChangeLog b/Build/source/libs/poppler/poppler-src/ChangeLog
index b485fb46a50..590171350fe 100644
--- a/Build/source/libs/poppler/poppler-src/ChangeLog
+++ b/Build/source/libs/poppler/poppler-src/ChangeLog
@@ -1,3 +1,4098 @@
+commit 72e0a3a087f160d819f7697a8536bbee12240c7a
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Dec 3 20:25:06 2017 +0100
+
+ 0.62.0
+
+ CMakeLists.txt | 6 +++---
+ NEWS | 26 ++++++++++++++++++++++++++
+ cpp/Doxyfile | 2 +-
+ qt5/src/CMakeLists.txt | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 5 files changed, 32 insertions(+), 6 deletions(-)
+
+commit 90958363fd5e8c5e74a889e0c2140c71a0c09eb6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Dec 3 20:23:09 2017 +0100
+
+ Add missing (C)
+
+ poppler/Error.cc | 2 +-
+ poppler/UTF.cc | 2 +-
+ poppler/UTF.h | 2 +-
+ poppler/UnicodeMapFuncs.h | 1 +
+ utils/JSInfo.cc | 2 +-
+ utils/pdfdetach.cc | 2 +-
+ utils/pdffonts.cc | 2 +-
+ utils/pdfseparate.cc | 1 +
+ utils/pdfsig.cc | 1 +
+ utils/pdftohtml.cc | 1 +
+ utils/pdftotext.cc | 1 +
+ utils/printencodings.cc | 1 +
+ 12 files changed, 12 insertions(+), 6 deletions(-)
+
+commit f007ab6beb2616850488271da5162f4ef0dbe789
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Dec 2 14:13:50 2017 +1030
+
+ INSTALL: add debug options
+
+ also ensure cmake commands are lowercase to be consistent with our
+ code style.
+
+ INSTALL | 38 +++++++++++++++++++++++++++++++++-----
+ 1 file changed, 33 insertions(+), 5 deletions(-)
+
+commit cef42ac807f4da7ae91be1b6b81b50adb9684975
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Dec 2 14:01:42 2017 +1030
+
+ Fix UTF test fail
+
+ The buffer size was not large enough. Increase it and add an assert to
+ check the buffer size.
+
+ qt5/tests/check_utf_conversion.cpp | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit fb4c69d270a618bb23791e52f46ec73c86574294
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Dec 1 23:44:17 2017 +0100
+
+ Remove the Qt4 frontend
+
+ .gitignore | 2 -
+ CMakeLists.txt | 17 -
+ cmake/modules/FindQt4.cmake | 1311 -------
+ poppler-qt4.pc.cmake | 12 -
+ qt4/.gitignore | 4 -
+ qt4/CMakeLists.txt | 6 -
+ qt4/demos/.gitignore | 4 -
+ qt4/demos/CMakeLists.txt | 28 -
+ qt4/demos/abstractinfodock.cpp | 57 -
+ qt4/demos/abstractinfodock.h | 48 -
+ qt4/demos/documentobserver.cpp | 50 -
+ qt4/demos/documentobserver.h | 50 -
+ qt4/demos/embeddedfiles.cpp | 82 -
+ qt4/demos/embeddedfiles.h | 44 -
+ qt4/demos/fonts.cpp | 72 -
+ qt4/demos/fonts.h | 43 -
+ qt4/demos/info.cpp | 72 -
+ qt4/demos/info.h | 43 -
+ qt4/demos/main_viewer.cpp | 33 -
+ qt4/demos/metadata.cpp | 50 -
+ qt4/demos/metadata.h | 43 -
+ qt4/demos/navigationtoolbar.cpp | 144 -
+ qt4/demos/navigationtoolbar.h | 65 -
+ qt4/demos/optcontent.cpp | 69 -
+ qt4/demos/optcontent.h | 47 -
+ qt4/demos/pageview.cpp | 101 -
+ qt4/demos/pageview.h | 53 -
+ qt4/demos/permissions.cpp | 66 -
+ qt4/demos/permissions.h | 43 -
+ qt4/demos/thumbnails.cpp | 84 -
+ qt4/demos/thumbnails.h | 48 -
+ qt4/demos/toc.cpp | 88 -
+ qt4/demos/toc.h | 43 -
+ qt4/demos/viewer.cpp | 319 --
+ qt4/demos/viewer.h | 73 -
+ qt4/src/.gitignore | 9 -
+ qt4/src/ArthurOutputDev.cc | 812 ----
+ qt4/src/ArthurOutputDev.h | 170 -
+ qt4/src/CMakeLists.txt | 54 -
+ qt4/src/Doxyfile | 1637 ---------
+ qt4/src/Mainpage.dox | 85 -
+ qt4/src/poppler-annotation-helper.h | 181 -
+ qt4/src/poppler-annotation-private.h | 112 -
+ qt4/src/poppler-annotation.cc | 5089
+ --------------------------
+ qt4/src/poppler-annotation.h | 1375 -------
+ qt4/src/poppler-base-converter.cc | 105 -
+ qt4/src/poppler-converter-private.h | 49 -
+ qt4/src/poppler-document.cc | 850 -----
+ qt4/src/poppler-embeddedfile-private.h | 42 -
+ qt4/src/poppler-embeddedfile.cc | 135 -
+ qt4/src/poppler-export.h | 20 -
+ qt4/src/poppler-fontinfo.cc | 150 -
+ qt4/src/poppler-form.cc | 416 ---
+ qt4/src/poppler-form.h | 343 --
+ qt4/src/poppler-link-extractor-private.h | 57 -
+ qt4/src/poppler-link-extractor.cc | 84 -
+ qt4/src/poppler-link-private.h | 57 -
+ qt4/src/poppler-link.cc | 710 ----
+ qt4/src/poppler-link.h | 641 ----
+ qt4/src/poppler-media.cc | 168 -
+ qt4/src/poppler-media.h | 100 -
+ qt4/src/poppler-movie.cc | 110 -
+ qt4/src/poppler-optcontent-private.h | 124 -
+ qt4/src/poppler-optcontent.cc | 456 ---
+ qt4/src/poppler-optcontent.h | 84 -
+ qt4/src/poppler-page-private.h | 57 -
+ qt4/src/poppler-page-transition-private.h | 28 -
+ qt4/src/poppler-page-transition.cc | 101 -
+ qt4/src/poppler-page-transition.h | 158 -
+ qt4/src/poppler-page.cc | 810 ----
+ qt4/src/poppler-pdf-converter.cc | 115 -
+ qt4/src/poppler-private.cc | 296 --
+ qt4/src/poppler-private.h | 241 --
+ qt4/src/poppler-ps-converter.cc | 280 --
+ qt4/src/poppler-qiodeviceoutstream-private.h | 47 -
+ qt4/src/poppler-qiodeviceoutstream.cc | 64 -
+ qt4/src/poppler-qt4.h | 1990 ----------
+ qt4/src/poppler-sound.cc | 132 -
+ qt4/src/poppler-textbox.cc | 63 -
+ qt4/tests/.gitignore | 33 -
+ qt4/tests/CMakeLists.txt | 67 -
+ qt4/tests/README.unittest | 23 -
+ qt4/tests/check_actualtext.cpp | 33 -
+ qt4/tests/check_attachments.cpp | 157 -
+ qt4/tests/check_dateConversion.cpp | 142 -
+ qt4/tests/check_fonts.cpp | 248 --
+ qt4/tests/check_goostring.cpp | 127 -
+ qt4/tests/check_lexer.cpp | 107 -
+ qt4/tests/check_links.cpp | 98 -
+ qt4/tests/check_metadata.cpp | 275 --
+ qt4/tests/check_optcontent.cpp | 446 ---
+ qt4/tests/check_pagelabelinfo.cpp | 43 -
+ qt4/tests/check_pagelayout.cpp | 49 -
+ qt4/tests/check_pagemode.cpp | 73 -
+ qt4/tests/check_password.cpp | 88 -
+ qt4/tests/check_permissions.cpp | 44 -
+ qt4/tests/check_search.cpp | 175 -
+ qt4/tests/check_strings.cpp | 250 --
+ qt4/tests/poppler-attachments.cpp | 39 -
+ qt4/tests/poppler-fonts.cpp | 89 -
+ qt4/tests/poppler-forms.cpp | 166 -
+ qt4/tests/poppler-texts.cpp | 40 -
+ qt4/tests/stress-poppler-dir.cpp | 67 -
+ qt4/tests/stress-poppler-qt4.cpp | 74 -
+ qt4/tests/stress-threads-qt4.cpp | 309 --
+ qt4/tests/test-password-qt4.cpp | 136 -
+ qt4/tests/test-poppler-qt4.cpp | 235 --
+ qt4/tests/test-render-to-file.cpp | 69 -
+ 108 files changed, 25623 deletions(-)
+
+commit bb0011b74093cfbf5a21b72861ac46a2b8699c0e
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Dec 1 23:37:38 2017 +0100
+
+ Make the disable for ENABLE_CMS be none
+
+ as it is for ENABLE_LIBOPENJPEG and for ENABLE_DCTDECODER
+
+ CMakeLists.txt | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 0ea5ad393601f0b1c060268cf1c310b47f928f7b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Dec 1 23:35:28 2017 +0100
+
+ Stop supporting openjpeg1, you really want to use openjpeg2 :)
+
+ CMakeLists.txt | 54 ++---------------
+ config.h.cmake | 6 --
+ poppler/JPEG2000Stream.cc | 145
+ ----------------------------------------------
+ 3 files changed, 5 insertions(+), 200 deletions(-)
+
+commit ce8e17e4fa96b7dd639c72818bba5a26c16cc1cb
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Dec 1 23:19:39 2017 +0100
+
+ Stop supporting lcms1, you really want to use lcms2 :)
+
+ CMakeLists.txt | 36 ++++++------------------------------
+ config.h.cmake | 3 ---
+ poppler/Gfx.cc | 5 -----
+ poppler/GfxState.cc | 40 ----------------------------------------
+ 4 files changed, 6 insertions(+), 78 deletions(-)
+
+commit 42d8d7ffd8b5393dc3103a45932b70bc8ca61c2e
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Nov 22 21:50:24 2017 +0100
+
+ Open files that state 8 bits as third field of W
+
+ Even we only really accept 32 bits since it is really strange to have
+ more than 2^31 generations
+
+ Bug #103469
+
+ poppler/XRef.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 6ab81a63323e8339647f883649bf74f9d96820ae
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Tue Nov 7 17:25:27 2017 +0100
+
+ Document the meaning of the 'type' integer of a shading
+
+ poppler/GfxState.h | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 0a9d6debdb3d4e28d9125a007244bca0c1cd760a
+Author: Jean Ghali <jghali@libertysurf.fr>
+Date: Fri Nov 17 23:13:56 2017 +0100
+
+ Include glibc.h where needed
+
+ at least for strtok_r
+
+ fofi/FoFiType1.cc | 2 ++
+ poppler/CharCodeToUnicode.cc | 2 ++
+ poppler/GlobalParams.cc | 2 ++
+ poppler/PDFDoc.cc | 2 ++
+ poppler/UnicodeMap.cc | 2 ++
+ 5 files changed, 10 insertions(+)
+
+commit e0302537ec0919d9f3dbf180ebbc6e2653b1049b
+Author: Albert Astals Cid <albert.astals.cid@kdab.com>
+Date: Wed Nov 15 10:44:14 2017 +0100
+
+ qt5: Add API to let the rendering process callback to get a partial
+ rendering
+
+ Bug #103372
+
+ qt5/src/poppler-page.cc | 254
+ +++++++++++++++++++++++++++++++++---------------
+ qt5/src/poppler-qt5.h | 78 +++++++++++++++
+ 2 files changed, 254 insertions(+), 78 deletions(-)
+
+commit 33b8e6220d06a26378d7d21c88ead6e2280c2e52
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Nov 15 19:58:53 2017 +1030
+
+ fix MSC macro
+
+ poppler/GlobalParams.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a6dd3f957f5979fa34a05ba963862de7d0d9df61
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Nov 12 10:33:07 2017 +1030
+
+ Support unicode on windows console
+
+ The Win32Console should be used in programs that require unicode
+ support for command line arguments and stdio ouput on windows. On
+ windows it gets the command line arguments from GetCommandLineW and
+ converts to UTF-8, and redefines the stdio output functions to convert
+ UTF-8 to calls to WriteConsoleW. On other platforms this class is a
+ no-op.
+
+ poppler/PDFDoc.cc | 9 +-
+ poppler/UTF.cc | 287
+ ++++++++++++++++++++++++++++++++++++-
+ poppler/UTF.h | 39 +++++
+ qt5/tests/CMakeLists.txt | 1 +
+ qt5/tests/check_utf_conversion.cpp | 87 +++++++++++
+ utils/CMakeLists.txt | 1 +
+ utils/JSInfo.cc | 1 +
+ utils/Win32Console.cc | 167 +++++++++++++++++++++
+ utils/Win32Console.h | 63 ++++++++
+ utils/pdfdetach.cc | 2 +
+ utils/pdffonts.cc | 2 +
+ utils/pdfimages.cc | 2 +
+ utils/pdfinfo.cc | 2 +
+ utils/pdfseparate.cc | 2 +
+ utils/pdfsig.cc | 2 +
+ utils/pdftocairo-win32.cc | 1 +
+ utils/pdftocairo.cc | 2 +
+ utils/pdftohtml.cc | 2 +
+ utils/pdftoppm.cc | 2 +
+ utils/pdftops.cc | 2 +
+ utils/pdftotext.cc | 2 +
+ 21 files changed, 676 insertions(+), 2 deletions(-)
+
+commit 49107ffcd4d3c9b18fc950d37bede08f89bcfcda
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Nov 12 10:33:07 2017 +1030
+
+ Fix some mingw warnings
+
+ - Include poppler-config.h for mingw PRINTF_FORMAT
+ - Only redefine strcasecmp for MSVC
+ - Recent versions of MSVC have snprintf and vsnprintf
+
+ poppler/Error.cc | 1 +
+ poppler/GlobalParams.cc | 2 +-
+ poppler/PDFDoc.cc | 1 +
+ test/perf-test.cc | 15 +++------------
+ 4 files changed, 6 insertions(+), 13 deletions(-)
+
+commit 4f687665c39da743e802fc71ba05fb5966095293
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Nov 12 10:33:07 2017 +1030
+
+ sort encoding list
+
+ makes it easier to find encodings listed by -listenc
+
+ utils/printencodings.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 5c394f71f03d27507db3446ad34f299393fa3621
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Nov 12 10:33:07 2017 +1030
+
+ Move UTF8.h to UnicodeMapFuncs.h and rename UCS2 to UTF16
+
+ UTF8.h is not exclusively UTF-8 code. Renaming to UnicodeMapFuncs.h
+ identifies the file as containing maps for UnicodeMap and is
+ consistent with the name UnicodeMapTables.h.
+
+ The mapUCS2 code was changed to support UTF-16 in 979ef1ca without
+ changing the name.
+
+ CMakeLists.txt | 2 +-
+ poppler/GlobalParams.cc | 4 ++--
+ poppler/{UTF8.h => UnicodeMapFuncs.h} | 6 +++---
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+commit 9ff60568ab420e86295bfa81cef9375d7c5600b8
+Author: Thomas Zajic <zlatko@gmx.at>
+Date: Tue Nov 14 22:25:37 2017 +0100
+
+ pdfsig: install man page
+
+ utils/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d63ddd1fb762e536dd78f24bd3e3ddbc3504e1eb
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Tue Nov 14 20:05:33 2017 +0100
+
+ Use GfxLabColorSpace::transform only when USE_CMS is set
+
+ The recent commit e84338a44f27afb9872cb108fc29683b35ac55f7
+ introduced an unqualified use of GfxLabColorSpace::transform,
+ even though that member only exists if USE_CMS is set.
+
+ Fix this by adding the appropriate preprocessor conditionals.
+
+ poppler/GfxState.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 19909998a2f1f703c9978510ae1fc3baed84de31
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Nov 11 05:38:25 2017 +1030
+
+ glib demo: fix warning
+
+ glib/demo/selections.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e84338a44f27afb9872cb108fc29683b35ac55f7
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Nov 13 00:37:00 2017 +0100
+
+ GfxLabColorSpace::parse: Fix crash in broken documents
+
+ Bug #103582
+
+ poppler/GfxState.cc | 28 ++++++++++++++++++----------
+ 1 file changed, 18 insertions(+), 10 deletions(-)
+
+commit fea27db14358c8342c9f5bdbe6cb3bff02cebc2b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Nov 12 19:54:52 2017 +0100
+
+ Fix leak if parseDA fails
+
+ poppler/Form.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit faeb48920d64a776911a259bcf1bb6231ac1d24c
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Nov 12 19:14:32 2017 +0100
+
+ 0.61.1
+
+ CMakeLists.txt | 2 +-
+ NEWS | 11 +++++++++++
+ cpp/Doxyfile | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 5 files changed, 15 insertions(+), 4 deletions(-)
+
+commit 155597a09b2c7fcbd0eea2b5a2021a5b65476e4c
+Author: Jeroen Ooms <jeroenooms@gmail.com>
+Date: Sat Nov 4 05:33:09 2017 -0700
+
+ Fix for corrupted image files on Windows
+
+ Bug #102494
+
+ cpp/poppler-image.cpp | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit c45efa2d7e0db8a4ace0e8c6955b3fa48dc6d070
+Author: Adam Sampson <ats@offog.org>
+Date: Sun Nov 5 11:45:00 2017 +0000
+
+ Fix incorrect paths in .pc files.
+
+ The change in 67c3878ef10449b241c37d1022e2518029860335 used the
+ CMAKE_INSTALL_x variables instead of CMAKE_INSTALL_FULL_x; the former
+ contain things like "include" instead of full paths, so the resulting
+ .pc files break packages that depend on poppler. Use the latter.
+
+ Also fix a missing @ in the qt5 file.
+
+ Bug #103578
+
+ poppler-cairo.pc.cmake | 4 ++--
+ poppler-cpp.pc.cmake | 4 ++--
+ poppler-glib.pc.cmake | 4 ++--
+ poppler-qt4.pc.cmake | 4 ++--
+ poppler-qt5.pc.cmake | 4 ++--
+ poppler-splash.pc.cmake | 4 ++--
+ poppler.pc.cmake | 4 ++--
+ 7 files changed, 14 insertions(+), 14 deletions(-)
+
+commit 7ccedf2b082e4d46257fb247e1f6e1197d66eead
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Nov 8 21:07:45 2017 +1030
+
+ cairo: don't overflow y * stride when accessing image data
+
+ poppler/CairoOutputDev.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 6ae4293fce77290f4fbdc643c999809d5924bf2c
+Author: Roland Hieber <r.hieber@pengutronix.de>
+Date: Wed Nov 8 08:22:01 2017 +0100
+
+ CMake: add the custom buildtests target only once
+
+ Make BUILDTESTS_ADDED a global property, so the `buildtests` target
+ gets added only once. As far as I understood, this seems to fulfil
+ the requirements of CMP0002.
+
+ Bug #103003
+
+ cmake/modules/PopplerMacros.cmake | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit aaa9c5308766a88d0512b87051d7c7082f152a9f
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Nov 3 11:25:02 2017 +0100
+
+ Poppler 0.61
+
+ CMakeLists.txt | 6 +++---
+ NEWS | 20 ++++++++++++++++++++
+ cpp/Doxyfile | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 5 files changed, 26 insertions(+), 6 deletions(-)
+
+commit 79b704b4017cf66dc3c39b49425c8b02760e5165
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Nov 3 11:14:10 2017 +0100
+
+ Update (C) for commits since last release
+
+ fofi/FoFiTrueType.cc | 2 +-
+ goo/FixedPoint.cc | 14 ++++++++++++++
+ goo/FixedPoint.h | 15 +++++++++++++++
+ goo/GooMutex.h | 1 +
+ goo/GooString.cc | 2 +-
+ goo/GooString.h | 1 +
+ goo/gfile.cc | 2 +-
+ goo/gfile.h | 2 +-
+ goo/glibc.h | 2 +-
+ goo/glibc_strtok_r.cc | 1 +
+ poppler/Annot.cc | 2 +-
+ poppler/Annot.h | 2 +-
+ poppler/Array.cc | 1 +
+ poppler/Array.h | 1 +
+ poppler/CMap.cc | 1 +
+ poppler/CMap.h | 2 +-
+ poppler/CairoFontEngine.cc | 2 +-
+ poppler/CairoFontEngine.h | 2 +-
+ poppler/CairoRescaleBox.cc | 2 +-
+ poppler/Catalog.cc | 2 +-
+ poppler/Catalog.h | 2 +-
+ poppler/CharCodeToUnicode.cc | 2 +-
+ poppler/CharCodeToUnicode.h | 1 +
+ poppler/DCTStream.cc | 1 +
+ poppler/Decrypt.cc | 2 +-
+ poppler/Dict.cc | 1 +
+ poppler/Dict.h | 1 +
+ poppler/FlateEncoder.cc | 1 +
+ poppler/FlateStream.cc | 1 +
+ poppler/GlobalParams.cc | 2 +-
+ poppler/GlobalParams.h | 2 +-
+ poppler/GlobalParamsWin.cc | 2 +-
+ poppler/Object.h | 2 +-
+ poppler/OutputDev.cc | 2 +-
+ poppler/OutputDev.h | 2 +-
+ poppler/PDFDoc.cc | 2 +-
+ poppler/PDFDoc.h | 2 +-
+ poppler/PDFDocFactory.cc | 1 +
+ poppler/PSOutputDev.cc | 2 +-
+ poppler/PSOutputDev.h | 2 +-
+ poppler/Page.cc | 2 +-
+ poppler/Page.h | 2 +-
+ poppler/SplashOutputDev.cc | 2 +-
+ poppler/SplashOutputDev.h | 2 +-
+ poppler/StructTreeRoot.cc | 1 +
+ poppler/TextOutputDev.cc | 2 +-
+ poppler/TextOutputDev.h | 2 +-
+ poppler/UnicodeMap.cc | 1 +
+ poppler/UnicodeMap.h | 14 ++++++++++++++
+ poppler/XRef.cc | 2 +-
+ poppler/XRef.h | 2 +-
+ poppler/poppler-config.h.cmake | 1 +
+ qt4/src/ArthurOutputDev.cc | 1 +
+ qt4/src/poppler-document.cc | 1 +
+ qt4/src/poppler-page.cc | 1 +
+ qt5/src/ArthurOutputDev.cc | 1 +
+ qt5/src/poppler-document.cc | 1 +
+ qt5/src/poppler-page.cc | 1 +
+ splash/Splash.cc | 2 +-
+ splash/Splash.h | 2 +-
+ splash/SplashFTFont.cc | 1 +
+ splash/SplashFTFont.h | 1 +
+ splash/SplashFTFontEngine.cc | 1 +
+ splash/SplashFTFontEngine.h | 1 +
+ splash/SplashFTFontFile.cc | 2 +-
+ splash/SplashFTFontFile.h | 1 +
+ splash/SplashFontEngine.cc | 1 +
+ splash/SplashFontEngine.h | 1 +
+ splash/SplashMath.h | 1 +
+ splash/SplashState.cc | 1 +
+ splash/SplashState.h | 1 +
+ splash/SplashTypes.h | 1 +
+ splash/SplashXPath.cc | 1 +
+ utils/pdfimages.cc | 2 +-
+ utils/pdftocairo-win32.cc | 2 +-
+ utils/pdftoppm.cc | 2 +-
+ utils/pdftops.cc | 2 +-
+ 77 files changed, 117 insertions(+), 40 deletions(-)
+
+commit b8b6a7c9240d1b98e79463ea93245127ac56e764
+Author: Sandro Mani <manisandro@gmail.com>
+Date: Fri Nov 3 10:37:25 2017 +0100
+
+ mingw: change library names to include the soversion
+
+ Bug #103157
+
+ CMakeLists.txt | 4 ++++
+ cpp/CMakeLists.txt | 4 ++++
+ glib/CMakeLists.txt | 4 ++++
+ qt4/src/CMakeLists.txt | 4 ++++
+ qt5/src/CMakeLists.txt | 4 ++++
+ 5 files changed, 20 insertions(+)
+
+commit f6ad64878d91cbd0c19531c7ff669af0e0fa0912
+Author: Sandro Mani <manisandro@gmail.com>
+Date: Tue Oct 31 00:24:11 2017 +0100
+
+ Install pkg-config files also on mingw
+
+ cmake/modules/PopplerMacros.cmake | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 67c3878ef10449b241c37d1022e2518029860335
+Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
+Date: Tue Oct 31 00:20:29 2017 +0100
+
+ cmake: support GNUInstallDirs
+
+ This allows users to set various install directories, e.g.
+ libdir, includedir, mandir...
+
+ Bug #103211
+
+ CMakeLists.txt | 21 ++++++++++-----------
+ cmake/modules/GObjectIntrospectionMacros.cmake | 4 ++--
+ cpp/CMakeLists.txt | 2 +-
+ glib/CMakeLists.txt | 2 +-
+ glib/reference/CMakeLists.txt | 2 +-
+ poppler-cairo.pc.cmake | 5 ++---
+ poppler-cpp.pc.cmake | 5 ++---
+ poppler-glib.pc.cmake | 5 ++---
+ poppler-qt4.pc.cmake | 5 ++---
+ poppler-qt5.pc.cmake | 5 ++---
+ poppler-splash.pc.cmake | 5 ++---
+ poppler.pc.cmake | 5 ++---
+ qt4/src/CMakeLists.txt | 2 +-
+ qt5/src/CMakeLists.txt | 2 +-
+ utils/CMakeLists.txt | 22
+ +++++++++++-----------
+ 15 files changed, 42 insertions(+), 50 deletions(-)
+
+commit 4d109589e5d2ac989d4fd7ac318ddf976f3106ed
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Sun Oct 29 20:28:52 2017 +0100
+
+ Fix leak in ArthurOutputDev::updateFont
+
+ Bug #103508
+
+ qt5/src/ArthurOutputDev.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit b9ae2fd75c147988653093d0ecbf66188d81f8fc
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 22 18:29:31 2017 +1030
+
+ glib demo: correct the previous warnings fix
+
+ Bug 103050
+
+ glib/demo/utils.c | 20 +++++++++++++-------
+ 1 file changed, 13 insertions(+), 7 deletions(-)
+
+commit d72f0383b959d8495a452d2d32377e588b15ad65
+Author: Kay Dohmann <k.dohmann@gmx.net>
+Date: Mon Oct 23 23:31:13 2017 +0200
+
+ Tweak LZWStream::processNextCode
+
+ Fixes file attached at bug 103174 and doesn't seem to cause any
+ regression in the files we have around
+
+ Bug #103174
+
+ poppler/Stream.cc | 16 +++++++---------
+ 1 file changed, 7 insertions(+), 9 deletions(-)
+
+commit e0926ca8a94bafa6d5bfd694064c5e30da2b79db
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Thu Oct 5 18:32:40 2017 +0200
+
+ Properly implement saveState / restoreState
+
+ Not all of the internal state was actually saved/restored in
+ those methods, which lead to inconsistencies between the
+ ArthurOutputDev state and the GfxState object.
+
+ Bug #103118
+
+ qt5/src/ArthurOutputDev.cc | 14 ++++++++++++++
+ qt5/src/ArthurOutputDev.h | 9 +++++++++
+ 2 files changed, 23 insertions(+)
+
+commit ebf6d1ca736fecad49fbf543875c794770bd4d57
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Fri Sep 15 11:18:58 2017 +0200
+
+ Clean up the remaining Splash code in Arthur backend
+
+ - remove some goto-style error handling
+ - use nullptr
+ - use std::unique_ptr (fixes a leak)
+ - remove unused data member m_currentFont
+ - remove some unused forward declarations
+
+ Bug #103117
+
+ qt5/src/ArthurOutputDev.cc | 48
+ +++++++++++++++++-----------------------------
+ qt5/src/ArthurOutputDev.h | 4 ----
+ 2 files changed, 18 insertions(+), 34 deletions(-)
+
+commit 0a8174945379142348ce1006ce88cb1a75c01c96
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Oct 22 12:45:05 2017 +0200
+
+ isfinite -> std::isfinite
+
+ Fixes build on the travis CI
+
+ poppler/SplashOutputDev.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 9c7b557da043c897292219a16f419ba9650e6dfc
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 20:22:02 2017 +1030
+
+ Fix mingw warnings
+
+ poppler/Annot.cc | 6 +++---
+ poppler/DCTStream.cc | 6 ++++--
+ poppler/GlobalParams.cc | 29 +++++++++++++++++------------
+ poppler/XRef.cc | 1 +
+ poppler/poppler-config.h.cmake | 3 +--
+ 5 files changed, 26 insertions(+), 19 deletions(-)
+
+commit 69414f14f60c49f9e0a8243603c6330fa3d11837
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 18:40:58 2017 +1030
+
+ mingw build fix - use win32 threads
+
+ The cmake FindThreads detects both win32 and pthreads on mingw.
+ It also attempts a TryRun test for pthreads which won't work with
+ a cross compile.
+
+ CMakeLists.txt | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit ecd2b7bf71b110b0e245e2866a13f2c0a901921f
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 17:03:19 2017 +1030
+
+ Remove VC7 workaround
+
+ VC7 (2002) does not support C++11
+
+ poppler/Gfx.cc | 8 --------
+ 1 file changed, 8 deletions(-)
+
+commit 6e3e639c632f8527f9dc75061605e4a55f2faae9
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 16:59:31 2017 +1030
+
+ Use <cmath> for isfinite()
+
+ poppler/SplashOutputDev.cc | 21 +--------------------
+ 1 file changed, 1 insertion(+), 20 deletions(-)
+
+commit f9cef28b504445c7976baa0a51676204f95397fc
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 15:13:42 2017 +1030
+
+ c++11 has long long
+
+ fofi/FoFiTrueType.cc | 1 +
+ fofi/FoFiType1.cc | 1 +
+ goo/GooString.cc | 36 ------------------------------------
+ goo/GooString.h | 13 -------------
+ poppler/Object.h | 1 +
+ poppler/PDFDoc.cc | 1 +
+ 6 files changed, 4 insertions(+), 49 deletions(-)
+
+commit 4f2bd307711f792f8caf93a560444e17bd98611a
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 13:45:38 2017 +1030
+
+ Remove fmax/fmin from poppler-config.h
+
+ C++11 has fmax/fmin in <cmath> so use it and remove the #ifdefs
+ for MSVC.
+
+ poppler/TextOutputDev.cc | 2 +-
+ poppler/poppler-config.h.cmake | 6 ------
+ 2 files changed, 1 insertion(+), 7 deletions(-)
+
+commit 555e2ea6b6f80a6f79eeaa44a39c24dc8461e78c
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 13:33:07 2017 +1030
+
+ Move strtok_r to goo/glibc
+
+ Move strtok_r out of poppler-config.h as it is not used in any
+ header files
+
+ Move strtok_r.cpp to goo/glibc_strtok_r.cc to keep it with the
+ other emulated
+ glibc functions. But keep it in a separate file due to the different
+ license.
+
+ CMakeLists.txt | 2 +-
+ ConfigureChecks.cmake | 1 +
+ config.h.cmake | 3 +++
+ goo/glibc.h | 4 ++++
+ poppler/strtok_r.cpp => goo/glibc_strtok_r.cc | 4 +++-
+ poppler/poppler-config.h.cmake | 8 --------
+ 6 files changed, 12 insertions(+), 10 deletions(-)
+
+commit 2ca32d2cfc57626bbc833d4981c7d0a071ccc985
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 13:18:12 2017 +1030
+
+ move/remove macros from poppler-config.h that don't need to be there
+
+ popen/pclose are not used in any .h files - move to config.h
+
+ POPEN_READ_MODE is not used - remove
+
+ config.h.cmake | 8 ++++++++
+ poppler/poppler-config.h.cmake | 15 ---------------
+ 2 files changed, 8 insertions(+), 15 deletions(-)
+
+commit bf3931016614c434f7229e00bb75e3b113803d04
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 12:55:41 2017 +1030
+
+ Remove unused HAVE_ZLIB_H/HAVE_LIBZ macros
+
+ CMakeLists.txt | 3 ---
+ config.h.cmake | 3 ---
+ 2 files changed, 6 deletions(-)
+
+commit 82e7f4bad79d122fe8cf16be54901d1f1668ca37
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 12:05:10 2017 +1030
+
+ Make poppler compile if threads not available
+
+ CMakeLists.txt | 5 ++++-
+ goo/GooMutex.h | 6 +++++-
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+commit 350b905537f59323a6b9a854cf019e8e95940bd6
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Oct 2 11:36:42 2017 +1030
+
+ Use -pthread flag instead of -lpthread
+
+ The -pthread flag should be used for compiling with threads as it sets
+ flags for both the preprocessor and linker.
+
+ In cmake this is achieved with the set(THREADS_PREFER_PTHREAD_FLAG
+ TRUE)
+ before find_package(Threads) and using the Threads::Threads import
+ target.
+
+ Also added set(CMAKE_THREAD_PREFER_PTHREAD TRUE) as we only support
+ pthread on non windows platforms.
+
+ CMakeLists.txt | 11 +++++------
+ glib/CMakeLists.txt | 4 ++--
+ utils/CMakeLists.txt | 4 ++--
+ 3 files changed, 9 insertions(+), 10 deletions(-)
+
+commit e01e6db4e0643b7b318a3d7dc49442bb2d6ade00
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 20:51:13 2017 +1030
+
+ HAVE_PTHREAD is not used
+
+ config.h.cmake | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 36010177e9c168d110c44407512c93b49a9cf95c
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 19:28:13 2017 +1030
+
+ Remove unused macros
+
+ The jpeg.h HAVE_BOOLEAN is only required if the application defines
+ type 'boolean' to prevent jpeg.h from redefining it.
+
+ ConfigureChecks.cmake | 6 ------
+ config.h.cmake | 36 ------------------------------------
+ 2 files changed, 42 deletions(-)
+
+commit 6658754b9b8dfd1ba692da2681d95e21e9c1c2d4
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 19:09:28 2017 +1030
+
+ We always have config.h so drop the macro
+
+ CMakeLists.txt | 1 -
+ poppler/CairoRescaleBox.cc | 2 --
+ 2 files changed, 3 deletions(-)
+
+commit 7b0d736ccd5d3e1327684d21d6afbe2dec01188f
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 19:04:39 2017 +1030
+
+ c++11 has <cstdint> so we can drop the stdint.h checks and emulation
+
+ ConfigureChecks.cmake | 1 -
+ config.h.cmake | 3 ---
+ goo/gtypes_p.h | 30 ------------------------------
+ poppler/CairoOutputDev.cc | 2 +-
+ poppler/CairoRescaleBox.cc | 2 +-
+ poppler/Decrypt.cc | 2 +-
+ utils/pdftocairo-win32.h | 2 +-
+ utils/pdftocairo.cc | 2 +-
+ 8 files changed, 5 insertions(+), 39 deletions(-)
+
+commit 465edbbffcc94f9af9fac7606086a28362f92d09
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 18:48:07 2017 +1030
+
+ Fix remaining -Wundef warnings
+
+ and make -Wundef a default warning
+
+ cmake/modules/PopplerMacros.cmake | 2 +-
+ goo/FixedPoint.h | 2 +-
+ goo/TiffWriter.cc | 2 +-
+ goo/gfile.cc | 20 ++++++++---------
+ goo/gfile.h | 10 ++++-----
+ poppler/Annot.cc | 12 +++++-----
+ poppler/Annot.h | 2 +-
+ poppler/Array.cc | 6 ++---
+ poppler/Array.h | 2 +-
+ poppler/CMap.cc | 14 ++++++------
+ poppler/CMap.h | 4 ++--
+ poppler/CairoFontEngine.cc | 10 ++++-----
+ poppler/CairoFontEngine.h | 2 +-
+ poppler/Catalog.cc | 6 ++---
+ poppler/Catalog.h | 2 +-
+ poppler/CharCodeToUnicode.cc | 16 +++++++-------
+ poppler/CharCodeToUnicode.h | 4 ++--
+ poppler/Dict.cc | 8 +++----
+ poppler/Dict.h | 2 +-
+ poppler/FlateStream.cc | 2 +-
+ poppler/Gfx.cc | 4 ++--
+ poppler/GlobalParams.cc | 12 +++++-----
+ poppler/GlobalParams.h | 4 ++--
+ poppler/GlobalParamsWin.cc | 2 +-
+ poppler/OutputDev.cc | 2 +-
+ poppler/OutputDev.h | 2 +-
+ poppler/PDFDoc.cc | 6 ++---
+ poppler/PDFDoc.h | 2 +-
+ poppler/PDFDocFactory.cc | 4 ++--
+ poppler/PSOutputDev.cc | 24 ++++++++++----------
+ poppler/PSOutputDev.h | 8 +++----
+ poppler/Page.cc | 6 ++---
+ poppler/Page.h | 2 +-
+ poppler/Stream.cc | 8 +++----
+ poppler/Stream.h | 2 +-
+ poppler/TextOutputDev.cc | 14 ++++++------
+ poppler/TextOutputDev.h | 14 ++++++------
+ poppler/UnicodeMap.cc | 16 +++++++-------
+ poppler/UnicodeMap.h | 4 ++--
+ poppler/XRef.cc | 10 ++++-----
+ poppler/XRef.h | 2 +-
+ utils/ImageOutputDev.cc | 4 ++--
+ utils/pdfimages.cc | 4 ++--
+ utils/pdftocairo.cc | 46
+ +++++++++++++++++++--------------------
+ utils/pdftoppm.cc | 6 ++---
+ utils/pdftops.cc | 6 ++---
+ 46 files changed, 171 insertions(+), 171 deletions(-)
+
+commit b424862bf5df75db651076c780c7242eaf887479
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 18:18:42 2017 +1030
+
+ Remove HAVE_FREETYPE macros
+
+ Freetype is a mandatory dependency so we can drop the macros.
+
+ CMakeLists.txt | 1 -
+ config.h.cmake | 3 ---
+ poppler/SplashOutputDev.cc | 8 --------
+ poppler/poppler-config.h.cmake | 7 +------
+ qt4/src/ArthurOutputDev.cc | 2 --
+ qt5/src/ArthurOutputDev.cc | 2 --
+ splash/SplashFTFont.cc | 4 ----
+ splash/SplashFTFont.h | 4 ----
+ splash/SplashFTFontEngine.cc | 4 ----
+ splash/SplashFTFontEngine.h | 4 ----
+ splash/SplashFTFontFile.cc | 4 ----
+ splash/SplashFTFontFile.h | 4 ----
+ splash/SplashFontEngine.cc | 20 --------------------
+ splash/SplashFontEngine.h | 6 ------
+ utils/pdftoppm.cc | 2 --
+ 15 files changed, 1 insertion(+), 74 deletions(-)
+
+commit e0428ef002e9c8d6e2046fcdeeedcf7462367501
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 18:02:15 2017 +1030
+
+ Remove unused t1lib code
+
+ CMakeLists.txt | 6 -
+ poppler/SplashOutputDev.cc | 3 -
+ poppler/poppler-config.h.cmake | 2 +-
+ qt4/src/ArthurOutputDev.cc | 3 -
+ qt5/src/ArthurOutputDev.cc | 3 -
+ splash/SplashFontEngine.cc | 30 ----
+ splash/SplashFontEngine.h | 6 -
+ splash/SplashT1Font.cc | 309
+ -----------------------------------------
+ splash/SplashT1Font.h | 69 ---------
+ splash/SplashT1FontEngine.cc | 138 ------------------
+ splash/SplashT1FontEngine.h | 50 -------
+ splash/SplashT1FontFile.cc | 134 ------------------
+ splash/SplashT1FontFile.h | 70 ----------
+ 13 files changed, 1 insertion(+), 822 deletions(-)
+
+commit 7f01a804455dcc9d87fa17b566b8bd269b2d5489
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 17:31:23 2017 +1030
+
+ Use _WIN32 to check for windows, not WIN32
+
+ These should have been fixed in #24259 but must have been missed.
+
+ goo/gfile.cc | 4 ++--
+ goo/gfile.h | 2 +-
+ poppler/GlobalParams.cc | 4 ++--
+ splash/SplashMath.h | 6 +++---
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+commit e38ffea64dc9c113607168e298c7ccdf8edaa61e
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 17:25:19 2017 +1030
+
+ Fix some -Wundef warnings
+
+ goo/FixedPoint.cc | 2 +-
+ poppler/GlobalParams.cc | 2 +-
+ poppler/PSOutputDev.cc | 8 +--
+ poppler/SplashOutputDev.cc | 158
+ ++++++++++++++++++++++----------------------
+ poppler/SplashOutputDev.h | 2 +-
+ qt4/src/poppler-document.cc | 2 +-
+ qt4/src/poppler-page.cc | 4 +-
+ qt5/src/poppler-document.cc | 2 +-
+ qt5/src/poppler-page.cc | 4 +-
+ splash/Splash.cc | 76 ++++++++++-----------
+ splash/Splash.h | 10 +--
+ splash/SplashBitmap.cc | 20 +++---
+ splash/SplashBitmap.h | 2 +-
+ splash/SplashFTFont.cc | 6 +-
+ splash/SplashFontEngine.h | 4 +-
+ splash/SplashMath.h | 42 ++++++------
+ splash/SplashState.cc | 10 +--
+ splash/SplashState.h | 2 +-
+ splash/SplashTypes.h | 16 ++---
+ splash/SplashXPath.cc | 6 +-
+ utils/pdftoppm.cc | 12 ++--
+ utils/pdftops.cc | 6 +-
+ 22 files changed, 198 insertions(+), 198 deletions(-)
+
+commit 9bb84057624c3b2f8fc5d137e70ae34efa46fe31
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 13:27:10 2017 +1030
+
+ glib demo: fix deprecated warnings
+
+ glib/demo/utils.c | 16 +++++++++++++---
+ 1 file changed, 13 insertions(+), 3 deletions(-)
+
+commit 5d954d1c4f25447f70d949e31afeeefb70c2a8d5
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 12:53:38 2017 +1030
+
+ Fix warning: implicit declaration of function ‘localtime_r’
+
+ poppler/glib/demo/utils.c:488:20: warning: implicit declaration of
+ function ‘localtime_r’ [-Wimplicit-function-declaration]
+ if (time == 0 || !localtime_r (&time, &t)) return NULL;
+ ^~~~~~~~~~~
+
+ The c files also need the -D_DEFAULT_SOURCE feature macro to enable
+ non standard C++11 functons.
+
+ cmake/modules/PopplerMacros.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8ccc9efb6c5f717b8cd206a92f802c66bc0a69c7
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Oct 1 12:35:19 2017 +1030
+
+ Fix warning: comparison of unsigned expression < 0 is always false
+
+ poppler/FlateEncoder.cc | 1 -
+ poppler/StructTreeRoot.cc | 4 ++--
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+commit 88571e7877f729eec2f7a3552b0fa6cc913ae1a6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Oct 19 18:11:49 2017 +0200
+
+ Move setPSCenter from GlobalParams to PSOutputDev
+
+ poppler/GlobalParams.cc | 16 ----------------
+ poppler/GlobalParams.h | 3 ---
+ poppler/PSOutputDev.cc | 3 ++-
+ poppler/PSOutputDev.h | 4 +++-
+ utils/pdftops.cc | 8 ++++----
+ 5 files changed, 9 insertions(+), 25 deletions(-)
+
+commit 5b8fe4ee986673f15fcf8f58409cc85e8bf7ca12
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Oct 19 17:49:06 2017 +0200
+
+ Remove various never called internal setters from GlobalParams.h
+
+ TextKeepTinyChars: false, simplify if in TextOutputDev
+ DisableFreeTypeHinting: didn't actually have a getter :D
+ StrokeAdjust: true, adjust the code in Cairo/SplashOutputDev to
+ use gTrue
+ ScreenType: unset, simplify switch in SplashOutputDev
+ ScreenSize: -1, simplify code in SplashOutputDev
+ ScreenDotRadius: -1, simplify code in SplashOutputDev
+ ScreenGamma: 1.0, simplify code in SplashOutputDev
+ ScreenBlackThreshold: 0.0, simplify code in SplashOutputDev
+ ScreenWhiteThreshold: 1.0, simplify code in SplashOutputDev
+ MinLineWidth: 0.0, define it as static const in SplashOutputDev
+ since was used in various places
+ MapNumericCharNames: true, remove GfxFont.cc if guard
+ MapUnknownCharNames: true, remove GfxFont.cc if guard
+
+ poppler/CairoOutputDev.cc | 2 +-
+ poppler/GfxFont.cc | 94 +++++++++++-----------
+ poppler/GlobalParams.cc | 193
+ ---------------------------------------------
+ poppler/GlobalParams.h | 44 -----------
+ poppler/SplashOutputDev.cc | 66 +++++-----------
+ poppler/TextOutputDev.cc | 3 +-
+ 6 files changed, 68 insertions(+), 334 deletions(-)
+
+commit 19ebd40547186a8ea6da08c8d8e2a6d6b7e84f5d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Oct 13 00:55:49 2017 +0200
+
+ CairoOutputDev: Fix crash in broken files
+
+ Bug #103016
+
+ poppler/CairoOutputDev.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 7ee9dadef37b20bca707a6b1e858e17d191e368b
+Author: Jason Crain <jason@inspiresomeone.us>
+Date: Thu Oct 5 15:32:13 2017 -0500
+
+ TextOutputDev: Fix crash in fuzzed file
+
+ This file crashes pdftotext because it positions texts past INT_MIN,
+ leading to overflow in subsequent calculations.
+
+ Bug #103116
+
+ poppler/TextOutputDev.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit 369cd504e70e55378c6395355056fa8676679e56
+Author: David Tardon <dtardon@redhat.com>
+Date: Fri Oct 6 08:07:35 2017 +0200
+
+ do not install Function.cc, as it's not a header
+
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit f09a9923bb65755e183694c5f1be6af4a50e96e6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Oct 5 19:15:44 2017 +0200
+
+ Poppler 0.60.1
+
+ CMakeLists.txt | 2 +-
+ NEWS | 7 +++++++
+ cpp/Doxyfile | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 5 files changed, 11 insertions(+), 4 deletions(-)
+
+commit e816c7a47caa0c3f5261d467333f8c2eb6a2ad51
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Oct 5 18:51:49 2017 +0200
+
+ FindLIBOPENJPEG.cmake: Add CheckCXXSourceCompiles
+
+ Since we use check_cxx_source_compiles
+
+ cmake/modules/FindLIBOPENJPEG.cmake | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f538b74a38acb53b877e000a64647ce8043133ac
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Tue Oct 3 00:04:17 2017 +0200
+
+ qt5: ArthurOutputDev: Add missing 'return' in error paths
+
+ qt5/src/ArthurOutputDev.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit c2ba8fd8cf51af48a9e789d29e9fd5512d1688e3
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Oct 2 23:46:49 2017 +0200
+
+ Poppler 0.60.0
+
+ CMakeLists.txt | 4 ++--
+ NEWS | 28 ++++++++++++++++++++++++++++
+ cpp/Doxyfile | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/CMakeLists.txt | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 6 files changed, 34 insertions(+), 6 deletions(-)
+
+commit 9432e0bfc4c4f2e16b7c152aa8b04d6d19ed4898
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Oct 2 23:29:21 2017 +0200
+
+ Add missing (C)
+
+ cpp/poppler-private.cpp | 1 +
+ fofi/FoFiTrueType.cc | 2 +-
+ goo/GooString.cc | 2 +-
+ goo/GooString.h | 2 +-
+ goo/JpegWriter.cc | 1 +
+ goo/gmem.h | 2 +-
+ poppler/CairoOutputDev.cc | 2 +-
+ poppler/CurlPDFDocBuilder.cc | 2 +-
+ poppler/Decrypt.cc | 2 +-
+ poppler/GfxState.h | 2 +-
+ poppler/GlobalParams.cc | 2 +-
+ poppler/PSOutputDev.cc | 2 +-
+ poppler/PSOutputDev.h | 2 +-
+ poppler/UnicodeMap.cc | 1 +
+ qt4/src/poppler-link.cc | 2 +-
+ qt4/src/poppler-private.cc | 2 +-
+ qt5/src/poppler-link.cc | 2 +-
+ qt5/src/poppler-private.cc | 2 +-
+ qt5/src/poppler-qt5.h | 1 +
+ splash/Splash.cc | 2 +-
+ splash/SplashFTFontFile.cc | 1 +
+ splash/SplashFTFontFile.h | 1 +
+ utils/pdfseparate.cc | 2 +-
+ 23 files changed, 23 insertions(+), 17 deletions(-)
+
+commit da02d7c683f1788d38cccb3716edd1ba011cb94c
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Oct 2 23:05:59 2017 +0200
+
+ remove m4 gtk-doc.make and add comments to poppler-features.h.cmake
+
+ glib/poppler-features.h.cmake | 55 ++++++++
+ gtk-doc.make | 305
+ ----------------------------------------
+ m4/.gitignore | 5 -
+ m4/ax_pthread.m4 | 317
+ ------------------------------------------
+ m4/define-dir.m4 | 34 -----
+ m4/gtk-doc.m4 | 88 ------------
+ m4/iconv.m4 | 180 ------------------------
+ m4/introspection.m4 | 94 -------------
+ m4/libjpeg.m4 | 114 ---------------
+ 9 files changed, 55 insertions(+), 1137 deletions(-)
+
+commit f871b82edfd632f79ec7bdd0b4d560cd348d8b1a
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Fri Sep 8 23:27:45 2017 +0200
+
+ qt5: ArthurOutputDev: Fix several small bugs related to dash pattern
+ handling
+
+ qt5/src/ArthurOutputDev.cc | 21 ++++++++++++++++++++-
+ 1 file changed, 20 insertions(+), 1 deletion(-)
+
+commit 3ec5e86ca000653525650a99755c85e512a04bdc
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Fri Sep 29 21:24:23 2017 +0200
+
+ qt5: ArthurOutputDev: Implement the drawSoftMaskedImage method
+
+ qt5/src/ArthurOutputDev.cc | 67
+ ++++++++++++++++++++++++++++++++++++++++++++++
+ qt5/src/ArthurOutputDev.h | 9 +++++++
+ 2 files changed, 76 insertions(+)
+
+commit 376ae2f8b8a92fd7bd751fbfcd0aa46530b59ca4
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 30 11:27:44 2017 +0200
+
+ Remove the gir-girs target
+
+ It depends on the same files (subset) as the gir-typelibs target
+ meaning that sometimes when doing a parallel build you'd get the
+ two commands trying to generate the same file at once and bad
+ things happen
+
+ cmake/modules/GObjectIntrospectionMacros.cmake | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 19eedc6fb693a62f305e13079501e3105f869f3c
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 30 11:12:31 2017 +0200
+
+ Fix crash in broken files
+
+ Bug #103045
+
+ fofi/FoFiTrueType.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5df4a8b0ad56b11c9be3b362e33810c5af57952b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Sep 26 23:49:41 2017 +0200
+
+ Enable libcurl support by default
+
+ CMakeLists.txt | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 2c92c7b6a828c9db8a38f079ea7a3d51c12a481d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Sep 25 19:33:44 2017 +0200
+
+ Fix infinite recursion on broken files
+
+ Bug #102969
+
+ poppler/Gfx.cc | 46 ++++++++++++++++++++++++++++++++++------------
+ poppler/GfxState.cc | 33 ++++++++++++++++++---------------
+ poppler/GfxState.h | 15 +++++++++------
+ 3 files changed, 61 insertions(+), 33 deletions(-)
+
+commit d3f12611b30e6421f05603a9838ed9131b1aa61e
+Author: Bernd Kuhls <berndkuhls@hotmail.com>
+Date: Sun Sep 24 23:56:29 2017 +0200
+
+ include ctype.h for isdigit
+
+ Bug #102951
+
+ poppler/Form.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a1a4be92323ae45f1ecc16595438520309554eb0
+Author: Carlos Garcia Campos <carlosgc@gnome.org>
+Date: Sun Sep 24 13:21:58 2017 +0200
+
+ cairo: do not use the custom downscaling for rendering images when
+ using cairo >= 1.14
+
+ poppler/CairoOutputDev.cc | 10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 3b64fc488e7ff10634aa2dd76ad4f152ebfe7edc
+Author: Carlos Garcia Campos <carlosgc@gnome.org>
+Date: Sun Sep 24 12:39:06 2017 +0200
+
+ regtest: change default value of utils dir to ../build/utils
+
+ regtest/main.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit deba5f3c57929a96105d822c8cba46e5334694c7
+Author: Carlos Garcia Campos <carlosgc@gnome.org>
+Date: Sun Sep 24 12:31:43 2017 +0200
+
+ cairo: Do not extend the pattern in drawImageMaskRegular
+
+ This is causing some documents with tiling patterns to take ages
+ to render,
+ since we switched to use drawImageMaskRegular in 00a536a4. This patch
+ applies the same changes made in 7d8dfb09 and db87dc7f for
+ drawImageMaskPrescaled to drawImageMaskRegular.
+
+ poppler/CairoOutputDev.cc | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit cceb80b353ca748d1e04373d238195fd548319b8
+Author: Carlos Garcia Campos <cgarcia@igalia.com>
+Date: Sun Sep 24 08:24:44 2017 +0200
+
+ glib: Make g-ir-scanner always link to the libs in build directory
+
+ It was using the installed libraries, causing a build failure when
+ there's new API added to the poppler core.
+
+ glib/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2afde7084ab55893182c2da59c429b48eb5d5a35
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 22 18:18:54 2017 +0200
+
+ Remove GlobalParams::splashResolution
+
+ Noone was setting or getting the variable
+
+ poppler/GlobalParams.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit df783c5d10490e94e911316a6f42bb2d91a22dea
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 22 18:18:50 2017 +0200
+
+ Add a const to the static structure
+
+ poppler/GlobalParamsWin.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a309cbfdd831b37461284b95763ca5a872e6af2b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 22 18:18:46 2017 +0200
+
+ Remove GlobalParams::setPSFile
+
+ It had a setter but not a getter so wasn't used for anything
+
+ poppler/GlobalParams.cc | 13 -------------
+ poppler/GlobalParams.h | 2 --
+ 2 files changed, 15 deletions(-)
+
+commit 7af5f7cadbdb89e0eaab148940c2c65cb12cc6d6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 22 18:18:42 2017 +0200
+
+ Remove GlobalParams::ccFontFiles
+
+ it was never filled so it was basically a noop
+
+ poppler/GfxFont.cc | 10 ----------
+ poppler/GlobalParams.cc | 14 --------------
+ poppler/GlobalParams.h | 3 ---
+ 3 files changed, 27 deletions(-)
+
+commit b5f8be7ede64e55d44ed484797a66ca068ba955f
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 22 18:18:39 2017 +0200
+
+ Remove GlobalParams::fontDirs
+
+ It was only read but never filled so it was basically a noop
+
+ poppler/GlobalParams.cc | 31 +------------------------------
+ poppler/GlobalParams.h | 1 -
+ 2 files changed, 1 insertion(+), 31 deletions(-)
+
+commit 3463537624a24e3bdcaa42c135d337c6cd452ea5
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 22 18:18:22 2017 +0200
+
+ Remove GlobalParams::getPSResidentFont*
+
+ There was no way to set its contents so it's basically a noop
+
+ poppler/GfxFont.cc | 38 ----------------------
+ poppler/GlobalParams.cc | 85
+ -------------------------------------------------
+ poppler/GlobalParams.h | 29 -----------------
+ poppler/PSOutputDev.cc | 6 ----
+ 4 files changed, 158 deletions(-)
+
+commit 851bc59c6f4b007333d064af5c6992702b92cdf6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Sep 21 20:45:52 2017 +0200
+
+ Remove the autotools based build system
+
+ .gitignore | 20 +-
+ INSTALL | 244 ++------
+ INSTALL.cmake | 76 ---
+ Makefile.am | 133 -----
+ autogen.sh | 117 ----
+ configure.ac | 1154
+ --------------------------------------
+ cpp/Makefile.am | 74 ---
+ cpp/tests/Makefile.am | 21 -
+ fofi/Makefile.am | 28 -
+ glib/Makefile.am | 122 ----
+ glib/demo/Makefile.am | 56 --
+ glib/poppler-features.h.in | 88 ---
+ glib/reference/Makefile.am | 92 ---
+ glib/reference/version.xml.in | 1 -
+ goo/Makefile.am | 69 ---
+ poppler-cairo-uninstalled.pc.in | 6 -
+ poppler-cairo.pc.in | 9 -
+ poppler-cpp-uninstalled.pc.in | 7 -
+ poppler-cpp.pc.in | 13 -
+ poppler-glib-uninstalled.pc.in | 7 -
+ poppler-glib.pc.in | 13 -
+ poppler-qt4-uninstalled.pc.in | 7 -
+ poppler-qt4.pc.in | 13 -
+ poppler-qt5-uninstalled.pc.in | 7 -
+ poppler-qt5.pc.in | 13 -
+ poppler-splash-uninstalled.pc.in | 7 -
+ poppler-splash.pc.in | 9 -
+ poppler-uninstalled.pc.in | 6 -
+ poppler.pc.in | 11 -
+ poppler/Makefile.am | 348 ------------
+ poppler/poppler-config.h.in | 196 -------
+ qt4/Makefile.am | 1 -
+ qt4/demos/Makefile.am | 65 ---
+ qt4/src/Makefile.am | 76 ---
+ qt4/tests/Makefile.am | 141 -----
+ qt5/Makefile.am | 1 -
+ qt5/demos/Makefile.am | 65 ---
+ qt5/src/Makefile.am | 78 ---
+ qt5/tests/Makefile.am | 141 -----
+ splash/Makefile.am | 73 ---
+ test/Makefile.am | 67 ---
+ utils/Makefile.am | 155 -----
+ 42 files changed, 43 insertions(+), 3787 deletions(-)
+
+commit 1a33f60da2996ea64c1b903580885697940cf046
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Sep 21 20:32:25 2017 +0200
+
+ Add some constness to the basic classes
+
+ goo/GooString.cc | 2 +-
+ goo/GooString.h | 2 +-
+ poppler/Array.cc | 8 +--
+ poppler/Array.h | 12 ++---
+ poppler/Dict.cc | 18 +++----
+ poppler/Dict.h | 26 +++++-----
+ poppler/Object.cc | 4 +-
+ poppler/Object.h | 152
+ +++++++++++++++++++++++++++---------------------------
+ 8 files changed, 112 insertions(+), 112 deletions(-)
+
+commit 135843fa8398364e0559c2b0b96f9be4a44572c5
+Author: Carlos Garcia Campos <cgarcia@igalia.com>
+Date: Wed Sep 20 19:38:14 2017 +0200
+
+ Add gtk-doc support to CMake build
+
+ CMakeLists.txt | 4 +-
+ glib/CMakeLists.txt | 4 +
+ glib/reference/CMakeLists.txt | 12 ++
+ gtkdoc.py | 440
+ ++++++++++++++++++++++++++++++++++++++++++
+ make-glib-api-docs | 66 +++++++
+ 5 files changed, 525 insertions(+), 1 deletion(-)
+
+commit e51db61a33cdbe6307f048b65912a85f6cd1ec5b
+Author: William Bader <william@newspapersystems.com>
+Date: Wed Sep 20 19:36:46 2017 +0200
+
+ PSOutputDev: Fix wrong text generation
+
+ This patch moves the code to update the max valid glyph hash into its
+ own function and updates the max valid glyph only if the new value is
+ higher than the previous value.
+ This fixes a problem with pages that have multiple copies of the same
+ font with different glyph counts. If poppler processed the font
+ with the
+ smaller count last, and then the PDF wrote text in the font with the
+ larger count, pdftops would not show the glyphs above the maximum
+ of the
+ smaller font.
+
+ Bug #102760
+
+ poppler/PSOutputDev.cc | 16 ++++++++++------
+ poppler/PSOutputDev.h | 1 +
+ 2 files changed, 11 insertions(+), 6 deletions(-)
+
+commit 6665839b5ce2e4f6fb2acc682ce2f91ed2404ce8
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Sep 20 19:36:29 2017 +0200
+
+ qt5: The tests don't need GUI
+
+ qt5/tests/check_actualtext.cpp | 2 +-
+ qt5/tests/check_attachments.cpp | 2 +-
+ qt5/tests/check_dateConversion.cpp | 2 +-
+ qt5/tests/check_fonts.cpp | 2 +-
+ qt5/tests/check_goostring.cpp | 2 +-
+ qt5/tests/check_lexer.cpp | 2 +-
+ qt5/tests/check_links.cpp | 2 +-
+ qt5/tests/check_metadata.cpp | 2 +-
+ qt5/tests/check_optcontent.cpp | 2 +-
+ qt5/tests/check_pagelabelinfo.cpp | 2 +-
+ qt5/tests/check_pagelayout.cpp | 2 +-
+ qt5/tests/check_pagemode.cpp | 2 +-
+ qt5/tests/check_password.cpp | 2 +-
+ qt5/tests/check_permissions.cpp | 2 +-
+ qt5/tests/check_search.cpp | 2 +-
+ qt5/tests/check_strings.cpp | 2 +-
+ 16 files changed, 16 insertions(+), 16 deletions(-)
+
+commit 26a067d4a84f80eeb892e30a5ab608d0fbea1de5
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Sep 20 10:36:04 2017 +0200
+
+ Remove the moc includes
+
+ Some people are having trouble with them and automoc really should
+ be taking care of this so no need to have the include. Let's hope this
+ doesn't break some other people :D
+
+ qt5/demos/abstractinfodock.cpp | 1 -
+ qt5/demos/embeddedfiles.cpp | 1 -
+ qt5/demos/fonts.cpp | 1 -
+ qt5/demos/info.cpp | 1 -
+ qt5/demos/metadata.cpp | 1 -
+ qt5/demos/navigationtoolbar.cpp | 1 -
+ qt5/demos/optcontent.cpp | 1 -
+ qt5/demos/pageview.cpp | 1 -
+ qt5/demos/permissions.cpp | 1 -
+ qt5/demos/thumbnails.cpp | 1 -
+ qt5/demos/toc.cpp | 1 -
+ qt5/demos/viewer.cpp | 1 -
+ qt5/src/poppler-optcontent.cc | 1 -
+ 13 files changed, 13 deletions(-)
+
+commit 939465c40902d72e0c05d4f3a27ee67e4a007ed7
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Sep 19 21:19:03 2017 +0200
+
+ Fix crash in broken files
+
+ Bug #102854
+
+ poppler/Stream.cc | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit a8aa61f774503c9ebd840e148c4fa31a6959600d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Sep 19 21:17:49 2017 +0200
+
+ autotools: Fix build
+
+ qt5/src/Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 6b82904b717994c887f33bfc72e4999363fc8e72
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 17 23:03:48 2017 +0200
+
+ Fix printf-like format warnings
+
+ poppler/Stream.h | 2 +-
+ test/perf-test.cc | 2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit b26924e32128b7ba57260e9fdc54be1893bcff77
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 17 02:06:32 2017 +0200
+
+ A few more static markers
+
+ test/perf-test.cc | 2 +-
+ utils/pdftocairo-win32.cc | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 4a4e291246f238731429729e10633ee1f627eb77
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 17 01:58:36 2017 +0200
+
+ Make newer gcc happy about fallthrough
+
+ on HtmlOutputDev.cc fixes a leak when printHtml is false
+
+ fofi/FoFiTrueType.cc | 2 ++
+ poppler/Annot.cc | 4 ++--
+ poppler/SplashOutputDev.cc | 8 ++++++++
+ splash/Splash.cc | 2 ++
+ utils/HtmlOutputDev.cc | 9 ++++-----
+ 5 files changed, 18 insertions(+), 7 deletions(-)
+
+commit 0790dd3afb8370aebca8e7e154bbd2b5ae5cd5a2
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 16 18:01:49 2017 +0200
+
+ Fix missing-declarations warnings
+
+ ... and add it to default warning set
+
+ cmake/modules/PopplerMacros.cmake | 2 +-
+ cpp/tests/poppler-dump.cpp | 2 +-
+ glib/poppler-action.cc | 1 +
+ goo/JpegWriter.cc | 2 +-
+ goo/gmem.h | 2 +-
+ poppler/Annot.cc | 6 ++--
+ poppler/Decrypt.cc | 2 +-
+ poppler/TextOutputDev.cc | 2 +-
+ qt4/src/poppler-link.cc | 2 +-
+ qt4/src/poppler-private.cc | 6 ++--
+ qt4/tests/check_links.cpp | 4 +--
+ qt4/tests/poppler-forms.cpp | 14 ++++-----
+ qt5/src/poppler-link.cc | 2 +-
+ qt5/src/poppler-private.cc | 6 ++--
+ qt5/tests/check_links.cpp | 4 +--
+ qt5/tests/poppler-forms.cpp | 18 ++++++------
+ test/perf-test-preview-dummy.cc | 4 +++
+ test/perf-test.cc | 62
+ +++++++++++++++++++--------------------
+ utils/pdfinfo.cc | 4 +--
+ utils/pdfseparate.cc | 2 +-
+ utils/pdfsig.cc | 6 ++--
+ utils/pdftotext.cc | 2 +-
+ utils/pdfunite.cc | 6 ++--
+ 23 files changed, 83 insertions(+), 78 deletions(-)
+
+commit afd91b148d3d0ba025821740ff4c075b1de2fdc5
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 16 17:47:42 2017 +0200
+
+ Fix warning: format ‘%x’ expects argument of type ‘unsigned
+ int*’, but argument 3 has type ‘int*’
+
+ poppler/UnicodeMap.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a0ed20f3fb8025706ad9a580f6a692316bf6df66
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 16 17:45:42 2017 +0200
+
+ -Woverflow fixes
+
+ cpp/poppler-private.cpp | 4 ++--
+ glib/poppler-document.cc | 3 +--
+ goo/GooString.cc | 6 ++++++
+ goo/GooString.h | 1 +
+ poppler/Annot.cc | 9 +++------
+ poppler/Form.cc | 13 +++++--------
+ qt4/src/poppler-private.cc | 4 ++--
+ qt5/src/poppler-private.cc | 4 ++--
+ 8 files changed, 22 insertions(+), 22 deletions(-)
+
+commit d51cc34d7d51b6ddb7bfba318ed12bcbe763be6a
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 16 17:35:15 2017 +0200
+
+ -pedantic fixes
+
+ glib/poppler-media.cc | 2 +-
+ glib/poppler-movie.cc | 2 +-
+ glib/poppler-structure-element.cc | 2 +-
+ goo/glibc.h | 2 +-
+ poppler/StructElement.cc | 14 +++++++-------
+ utils/JSInfo.cc | 2 +-
+ 6 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 804a823a67fedc3e633e89f817232d3c15715b56
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Sep 16 20:16:58 2017 +0930
+
+ cmake: restructure the warnings into a "default" and "extra" group
+
+ Most of the previous warnings are now in default. Extra warnings that
+ should be fixed but currently result in a lot of warnings are in the
+ extra group.
+
+ The old no/yes/kde COMPILE_WARNINGS option has been replaced with the
+ boolean option EXTRA_WARN (default off) to enable the extra warnings.
+
+ CMakeLists.txt | 18 +++++-------------
+ cmake/modules/PopplerMacros.cmake | 32 ++++++++++++++++++++++++--------
+ 2 files changed, 29 insertions(+), 21 deletions(-)
+
+commit 6d40d4bad46ce1b53624feca7410b35e4fe0048d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 15 01:07:59 2017 +0200
+
+ CurlPDFDocBuilder don't crash if given a url that doesn't exist
+
+ poppler/CurlPDFDocBuilder.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit cc43c720e857548175a9e35b0686a1a7a8957f50
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Fri Aug 18 11:51:06 2017 +0200
+
+ Replace Splash font rendering by Qt font rendering
+
+ Previously, the Arthur backend would use Splash code to do
+ its font rendering. That was not a satisfactory solution:
+ Qt can do font rendering directly. Also, the Splash font
+ rendering in the Arthur code had a few bugs, which lead
+ to legible-but-not-pretty fonts.
+
+ This patch replaces the Splash font rendering by Qt font
+ rendering. Some Splash code will have to remain, because
+ Qt seems unable to do the proper charcode-to-glyph-index
+ transformations.
+
+ I took a lot of inspiration from Mihai Niculescu's patch at
+
+ https://lists.freedesktop.org/archives/poppler/2013-June/010370.html
+
+ That's why the patch adds Mihai's name in the copyright list.
+
+ qt5/src/ArthurOutputDev.cc | 254
+ +++++++++++++++++++++++++--------------------
+ qt5/src/ArthurOutputDev.h | 31 +++++-
+ splash/SplashFTFontFile.cc | 4 +
+ splash/SplashFTFontFile.h | 3 +
+ 4 files changed, 177 insertions(+), 115 deletions(-)
+
+commit da63c35549e8852a410946ab016a3f25ac701bdf
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Sep 14 19:14:41 2017 +0200
+
+ FoFiType1C::convertToType0: Fix crash in broken files
+
+ Bug #102724
+
+ fofi/FoFiType1C.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 504b3590182175390f474657a372e78fb1508262
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Sep 14 19:14:23 2017 +0200
+
+ Splash::scaleImage: Do not try to scale if srcHeight or srcWidth
+ are < 1
+
+ Bug #102719
+
+ splash/Splash.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 500ce88a3b5b0bd556ac6941ba66a86cae44663a
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Wed Sep 13 12:12:29 2017 +0200
+
+ Fix two minor typos
+
+ qt5/tests/test-render-to-file.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 80f9819b6233f9f9b5fd44f0e4cad026e5d048c2
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Sep 13 23:09:45 2017 +0200
+
+ isImageInterpolationRequired: Fix divide by 0 on broken documents
+
+ Bug #102688
+
+ splash/Splash.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aaf5327649e8f7371c9d3270e7813c43ddfd47ee
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Sep 13 23:01:03 2017 +0200
+
+ Gfx::doShowText: Fix infinite recursion on broken files
+
+ Bug #102701
+
+ poppler/Gfx.cc | 25 +++++++++++++++++++++++--
+ poppler/Gfx.h | 1 +
+ poppler/GfxFont.cc | 8 ++++++++
+ poppler/GfxFont.h | 1 +
+ 4 files changed, 33 insertions(+), 2 deletions(-)
+
+commit 476394e7a025e02e4897da2e765df2c895d0708f
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Sep 13 22:58:14 2017 +0200
+
+ XRef::parseEntry: Fix crash in broken file
+
+ Bug #102687
+
+ poppler/XRef.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 0f891b85169dabd3d23348aba40266547bd4bcf6
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Sep 13 20:12:52 2017 +0930
+
+ pdfinfo: don't truncate dest name
+
+ utils/pdfinfo.cc | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 951e7b3c1f337ceaf490edce3c575f89c45cb6d4
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Sep 13 19:24:07 2017 +0930
+
+ cmake: ensure user cflags/cxxflags are appended to end
+
+ cmake/modules/PopplerMacros.cmake | 44
+ +++++++++++++++++++++------------------
+ 1 file changed, 24 insertions(+), 20 deletions(-)
+
+commit a5c616a65a77bf597836cced6f987e5b93480ca5
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Sep 11 20:55:01 2017 +0930
+
+ cmake INSTALL file
+
+ INSTALL.cmake | 76
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 76 insertions(+)
+
+commit a5e5649ecf16fa05770620dbbd4985935dc2bbff
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Sep 11 12:35:16 2017 +0200
+
+ Fix crash in FoFiType1C::convertToType0 in broken files
+
+ Bug #102653
+
+ fofi/FoFiType1C.cc | 435
+ +++++++++++++++++++++++++++--------------------------
+ 1 file changed, 220 insertions(+), 215 deletions(-)
+
+commit 325887ebef8ea1c6ef9d3607a59d95ffea383986
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 10 17:41:47 2017 +0200
+
+ Make JBIG2Stream::readGenericBitmap return cleanly on error
+
+ instead of causing abort
+
+ Also fixes warning when compiled with newer gcc
+
+ poppler/JBIG2Stream.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f253a28f4c5bb65c363d31b8b46f984c660499ee
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 8 19:05:36 2017 +0200
+
+ qt5: in development -> is stable
+
+ The API itself is done-ish even if it gets improvements from time to
+ time. In development seems to imply "don't use me yet"
+
+ qt5/src/Mainpage.dox | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1316c7a41f4dd7276f404f775ebb5fef2d24ab1c
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 8 18:29:42 2017 +0200
+
+ Annot: Fix crash on broken files
+
+ Bug #102607
+
+ poppler/Annot.cc | 42 +++++++++++++++++++++++-------------------
+ 1 file changed, 23 insertions(+), 19 deletions(-)
+
+commit 2532df6060092e9fab7f041ae9598aff9cdd94bb
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 8 18:28:15 2017 +0200
+
+ Annot: Fix crash on broken files
+
+ Bug #102601
+
+ poppler/Annot.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 6472d8493f7e82cc78b41da20a2bf19fcb4e0a7d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 8 18:26:05 2017 +0200
+
+ SplashOutputDev: Fix crash on broken files
+
+ Bug #102604
+
+ poppler/SplashOutputDev.cc | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 3ab44e2a77b560198c1e1616cfb39c1ac7374e29
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 8 18:21:40 2017 +0200
+
+ Remove unmaintained TODO file
+
+ TODO | 40 ----------------------------------------
+ 1 file changed, 40 deletions(-)
+
+commit dfcf997e6fbca31dbe051fbd9c32aca818825e38
+Author: Hans-Ulrich Jüttner <huj@froreich-bioscientia.de>
+Date: Wed Sep 6 11:03:52 2017 +0200
+
+ Added methods to get and set the font size of text fields
+
+ Fixes bug #101692
+
+ poppler/Annot.cc | 24 +++----------
+ poppler/Form.cc | 92
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ poppler/Form.h | 16 +++++++++
+ qt5/src/poppler-form.cc | 12 ++++++-
+ qt5/src/poppler-form.h | 10 ++++++
+ 5 files changed, 134 insertions(+), 20 deletions(-)
+
+commit 0bda8bb8eda838316a61238441665abfd24eb020
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Thu Sep 7 19:55:54 2017 +0200
+
+ Disable glib if cairo is not found
+
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 118cd73a3c4eba78bbfed16cfc2996dec5491944
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Sep 6 19:42:26 2017 +0200
+
+ cmake: Give people the option to build poppler as a static library
+
+ CMakeLists.txt | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 766a32ff59dadd9ae4639d8a79861a17be6aec52
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Tue Sep 5 20:55:45 2017 +0930
+
+ cmake: add options to disable glib/qt4/qt5
+
+ CMakeLists.txt | 54
+ ++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 34 insertions(+), 20 deletions(-)
+
+commit 101aba9a8d6623bca419946262fea6b46a790454
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Sep 5 19:34:12 2017 +0200
+
+ cmake: Fix build when using a cairo different than the system one
+
+ glib/demo/CMakeLists.txt | 2 +-
+ test/CMakeLists.txt | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 1d3f00e8c53dbbd3a8409993b7b66667df434b5d
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Tue Sep 5 06:39:49 2017 +0930
+
+ ignore build directory
+
+ .gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 340a99f580b9f7b6add831e9a0252574bfea66f2
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Fri Sep 1 22:16:49 2017 +0200
+
+ Control whether renderToImage shows annotations
+
+ I'd like to control whether the renderToImage and renderToPainter
+ methods show annotations or not. To this end, this patch introduces
+ a new value 'HideAnnotations' to the Document::RenderHint enum.
+
+ qt5/src/poppler-page.cc | 36 ++++++++++++++++++++++++++++++++++--
+ qt5/src/poppler-qt5.h | 3 ++-
+ 2 files changed, 36 insertions(+), 3 deletions(-)
+
+commit dd80c182cbcb188af0dd590f222ba9bbb31e3fb7
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Sep 4 19:36:06 2017 +0200
+
+ Fix building with old clang
+
+ poppler/StructElement.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a22cd0badbc177f8a2eedb0386895ddf3379c618
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 3 23:35:08 2017 +0200
+
+ Initial make dist support in cmake
+
+ .gitattributes | 5 +++++
+ CMakeLists.txt | 9 +++++++++
+ 2 files changed, 14 insertions(+)
+
+commit 85bfedad416906b1a5dff377d470387692b5ca70
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 3 22:54:32 2017 +0200
+
+ Poppler 0.59
+
+ CMakeLists.txt | 4 ++--
+ NEWS | 15 +++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ poppler/Makefile.am | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 7 files changed, 22 insertions(+), 7 deletions(-)
+
+commit 98b4c23cf6f6eb0dbc167ed0606932b0d8de39f1
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 3 22:50:31 2017 +0200
+
+ Update (C)
+
+ utils/pdfinfo.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5c8dfc90603111aea36add20c88abde79a351d85
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 3 22:32:09 2017 +0200
+
+ Remove the old if/else cmake syntax
+
+ that was weird and forced you to replicate the if clause in the
+ else and
+ endif
+
+ CMakeLists.txt | 154
+ +++++++++++++++++++++++------------------------
+ cpp/tests/CMakeLists.txt | 2 +-
+ glib/CMakeLists.txt | 2 +-
+ qt4/src/CMakeLists.txt | 2 +-
+ qt4/tests/CMakeLists.txt | 8 +--
+ qt5/src/CMakeLists.txt | 2 +-
+ qt5/tests/CMakeLists.txt | 8 +--
+ test/CMakeLists.txt | 10 +--
+ utils/CMakeLists.txt | 10 +--
+ 9 files changed, 99 insertions(+), 99 deletions(-)
+
+commit 251bb42e9af251c86b8fec120e14972ac7c07106
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Sep 3 22:23:18 2017 +0200
+
+ Remove the check for cmake >= 2.8.8 since we're requiring 3.1 already
+
+ CMakeLists.txt | 25 ++++++++++---------------
+ 1 file changed, 10 insertions(+), 15 deletions(-)
+
+commit 3ea09e735f81a2a16a204388bc474871aaa10271
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Sep 2 17:50:58 2017 +0930
+
+ Fix warning when compiling with cygwin
+
+ ImageOutputDev.cc:532:14: warning: ‘f’ may be used uninitialized
+ in this function [-Wmaybe-uninitialized]
+
+ utils/ImageOutputDev.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6ef21aea5bb8b87f9a7e9217c316cd5e10612a62
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Sep 2 17:50:35 2017 +0930
+
+ Fix cygwin 32-bit compile
+
+ poppler/goo/gfile.cc: In function ‘GBool openTempFile(GooString**,
+ FILE**, const char*)’:
+ poppler/goo/gfile.cc:409:37: error: ‘mkstemp’ was not declared
+ in this scope
+ fd = mkstemp((*name)->getCString());
+ ^
+ poppler/goo/gfile.cc:417:39: error: ‘fdopen’ was not declared
+ in this scope
+ if (fd < 0 || !(*f = fdopen(fd, mode))) {
+ ^
+ poppler/goo/gfile.cc: In function ‘int Gfseek(FILE*, Goffset,
+ int)’:
+ poppler/goo/gfile.cc:558:34: error: ‘fseeko’ was not declared
+ in this scope
+ return fseeko(f, offset, whence);
+ ^
+ poppler/goo/gfile.cc: In function ‘Goffset Gftell(FILE*)’:
+ poppler/goo/gfile.cc:572:18: error: ‘ftello’ was not declared
+ in this scope
+ return ftello(f);
+ ^
+
+ cmake/modules/PopplerMacros.cmake | 2 +-
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 048237db6a7122a5769a15c7dd3ae3680e06e9bb
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 2 22:59:32 2017 +0200
+
+ pdfunite: Fix API porting error that caused abort in some cases
+
+ We need to check for xRef->getTrailerDict() existing before accessing
+ xRef->getDocInfo();
+
+ poppler/PDFDoc.cc | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+commit 4459d817194431f4f00553d5ad67b960a37e4c9d
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Sep 2 20:16:44 2017 +0930
+
+ pdfinfo: use GooString.append instead of sprintf/strcat
+
+ https://lists.freedesktop.org/archives/poppler/2017-September/012437.html
+
+ utils/pdfinfo.cc | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit 267ff8af69ae7e8526d9bfe5063207c87a9b70b5
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 2 13:27:33 2017 +0200
+
+ Fix infinite recursion in NameTree parsing in broken files
+
+ poppler/Catalog.cc | 16 +++++++++++++---
+ poppler/Catalog.h | 2 +-
+ 2 files changed, 14 insertions(+), 4 deletions(-)
+
+commit c5487b653b1c37882af32a25296611e64d7ba867
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 2 11:55:17 2017 +0200
+
+ pdfinfo: -dests don't crash in broken documents
+
+ That have pages that don't have ref
+
+ utils/pdfinfo.cc | 38 ++++++++++++++++++++------------------
+ 1 file changed, 20 insertions(+), 18 deletions(-)
+
+commit 10660b359dc960f4b0f3728243c64eec79c39851
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 2 11:50:00 2017 +0200
+
+ pdfinfo: Fix memory leaks when using -dests
+
+ utils/pdfinfo.cc | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+commit ea6174def73f7478ae76843bb88ef85c5a6150f9
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Sep 2 11:31:51 2017 +0200
+
+ pdfinfo: Fix crash if getDest* returns nullptr
+
+ utils/pdfinfo.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 73e12716f3e4643c2ea13421902b8220596454d7
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 1 20:11:27 2017 +0200
+
+ Poppler 0.58
+
+ CMakeLists.txt | 4 ++--
+ NEWS | 30 ++++++++++++++++++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ poppler/Makefile.am | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 7 files changed, 37 insertions(+), 7 deletions(-)
+
+commit 8a5c7be5b5772672b34638532793cf62be78e9b8
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Sep 1 20:02:17 2017 +0200
+
+ Add missing includes
+
+ goo/JpegWriter.cc | 2 +-
+ goo/JpegWriter.h | 2 +-
+ goo/gfile.cc | 1 +
+ goo/gfile.h | 1 +
+ poppler/CairoOutputDev.cc | 2 +-
+ poppler/Gfx.cc | 2 +-
+ poppler/GlobalParams.cc | 1 +
+ poppler/GlobalParamsWin.cc | 2 ++
+ poppler/Outline.cc | 1 +
+ poppler/Stream.cc | 2 +-
+ poppler/Stream.h | 2 +-
+ splash/SplashBitmap.cc | 2 +-
+ splash/SplashBitmap.h | 2 +-
+ utils/pdftocairo.cc | 2 +-
+ 14 files changed, 15 insertions(+), 9 deletions(-)
+
+commit 26f64a2a34a9273897c34045ea7af5e8c3c603cb
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Aug 31 15:37:07 2017 +0200
+
+ cmake: enable glib for windows too
+
+ There's no need to not having it enabled
+
+ cmake/modules/FindGLIB.cmake | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+commit 90bc39daf9d3276b166b4c88e1d2c1988aa41c71
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Mon Aug 28 10:25:12 2017 +0200
+
+ Document some parameters of the drawChar method
+
+ Thanks to Adrian Johnson, who explained their meaning to me.
+
+ poppler/OutputDev.h | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 59e6e9b3e4d77229051cafeeeb65a82e9a966204
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Aug 27 12:54:03 2017 +0200
+
+ Add missing inlcudes when compiling with cmake+mingw
+
+ utils/pdftocairo-win32.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 13cf327cd512ebc26c8bd31cdd80d61027634bcb
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Aug 27 12:51:19 2017 +0200
+
+ cmake: Use -std=c++11 instead of -std=gnu++11
+
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1602610ce2bbab2feb0177f0876e1ed0ee40a472
+Author: Tobias C. Berner <tcberner@freebsd.org>
+Date: Sun Aug 27 12:16:05 2017 +0200
+
+ Include time.h for time_t
+
+ qt5/src/poppler-form.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 40cb9f4bf6f35ea62bc7b9e5c23008f98ebd4b36
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Aug 24 11:14:34 2017 +0200
+
+ Fix build with mingw
+
+ config.h.cmake | 6 ++++++
+ poppler/GlobalParamsWin.cc | 21 ++++++---------------
+ poppler/Link.cc | 14 ++------------
+ poppler/PDFDoc.cc | 4 +---
+ 4 files changed, 15 insertions(+), 30 deletions(-)
+
+commit 5be33ba49071a9ffeb62be93e5dc01267318d1c2
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Aug 23 21:00:09 2017 +0930
+
+ Fix Outline title
+
+ poppler/Outline.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1b84a71ee2550ae4b14cb1e40576de1f022eb2e8
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Tue Aug 22 11:43:08 2017 +0200
+
+ Use Qt::SvgMiterJoin instead of Qt::MiterJoin
+
+ The two differ in what happens when the miter limit is exceeded.
+ According to
+
+ https://bugreports.qt.io/browse/QTBUG-52640
+
+ Qt::SvgMiterJoin is what the pdf standard requires.
+
+ Closes: https://bugs.freedesktop.org/show_bug.cgi?id=102356
+
+ qt5/src/ArthurOutputDev.cc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 0793b6740121f4af07360800bebdc6238fc43087
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Sun Aug 13 19:47:15 2017 +0200
+
+ Document the updateCTM method
+
+ poppler/OutputDev.h | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit 488d28ec9507eb99c7cb4cd2cafb54995a8bc9f8
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Aug 16 21:01:07 2017 +0930
+
+ pdfimages: support listing/extracting inline images
+
+ The difficulty with extracting inline images is that inline images do
+ not provide any way of determining the length or end of image data
+ without decoding the image. We can get the length by using ImageStream
+ to decode the data then check the stream position. But then we are
+ still unable to extract the undecoded image data because embedded
+ streams can only be read once.
+
+ Since inline images tend to be small the solution implemented is to
+ modify EmbedStream to keep a copy of the data read from it in memory
+ and then allow the data to be read again.
+
+ Two new functions have been added to EmbedStream. rewind() will cause
+ EmbedStream.getChar() to stop recording data and switch to replaying
+ the saved data, returning EOF when the end of the saved data is
+ reached. The restore() function will make getChar() switch back to
+ reading from the parent stream.
+
+ ImageOutputDev can now extract or get the image size by first using
+ ImageStream to read data from the embedded stream. After calling
+ rewind() the undecoded image data can be read from the embedded stream
+ until EOF is returned. Then restore() is called so that Gfx can read
+ the 'EI' from the end of the embedded stream.
+
+ Bug 25625
+
+ poppler/Gfx.cc | 2 +-
+ poppler/Stream.cc | 96
+ +++++++++++++++++++++++++++++++++++++++++++------
+ poppler/Stream.h | 14 ++++++--
+ utils/ImageOutputDev.cc | 67 ++++++++++++++++++++++++++++++----
+ utils/ImageOutputDev.h | 1 +
+ 5 files changed, 159 insertions(+), 21 deletions(-)
+
+commit b9030a069756c84669ed6f408399cc7e2ce4fd10
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sun Jul 16 12:23:28 2017 +0930
+
+ pdftoppm: add -jpegopt for setting jpeg compression parameters
+
+ Bug 45727
+
+ splash/SplashBitmap.cc | 25 ++++++++++++----
+ splash/SplashBitmap.h | 15 ++++++++--
+ utils/pdftoppm.1 | 15 ++++++++++
+ utils/pdftoppm.cc | 80
+ ++++++++++++++++++++++++++++++++++++++++++++++----
+ 4 files changed, 120 insertions(+), 15 deletions(-)
+
+commit dd54243f00557e84dba887403912d12463c8b1e9
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Jul 15 21:26:29 2017 +0930
+
+ pdftocairo: add -jpegopt for setting jpeg compression parameters
+
+ Bug 45727
+
+ goo/JpegWriter.cc | 10 ++++++++
+ goo/JpegWriter.h | 2 ++
+ utils/pdftocairo.1 | 17 ++++++++++++-
+ utils/pdftocairo.cc | 71
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 99 insertions(+), 1 deletion(-)
+
+commit 00a536a455e4dd396c6b8b74d3e6a5c82d987eed
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Wed Aug 16 21:21:58 2017 +0930
+
+ cairo 1.14 now has high quality downscaling
+
+ The filter needs to be GOOD or BEST to activate the high quality
+ downscaling.
+
+ poppler/CairoOutputDev.cc | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit 535bc8eeaf8d354a84129fe00c3a5e3ac0a85aa3
+Author: Christoph Cullmann <cullmann@kde.org>
+Date: Wed Aug 16 21:11:36 2017 +0930
+
+ win32: call ANSI functions directly
+
+ to be able to compile with different -DUNICODE variants
+
+ Bug 100312
+
+ goo/gfile.cc | 14 +++++++-------
+ goo/gfile.h | 2 +-
+ poppler/GlobalParams.cc | 2 +-
+ poppler/GlobalParamsWin.cc | 20 ++++++++++----------
+ 4 files changed, 19 insertions(+), 19 deletions(-)
+
+commit a8d670b59b0301040e716f3a11a78fce1177337d
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Tue Aug 15 21:35:27 2017 +0930
+
+ pdfinfo: add -dests option to print named destinations
+
+ Bug 97262
+
+ utils/pdfinfo.1 | 4 ++
+ utils/pdfinfo.cc | 140
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ 2 files changed, 143 insertions(+), 1 deletion(-)
+
+commit 6d3239a2fd04595fecfb81a8703794877f4d8dec
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Tue Aug 15 20:09:25 2017 +0200
+
+ Fix build with autotools
+
+ qt5/src/Makefile.am | 1 +
+ utils/Makefile.am | 4 ++++
+ 2 files changed, 5 insertions(+)
+
+commit b56a697c58bcf09063827b9c109be9c04a033b8a
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Aug 15 12:25:26 2017 +0200
+
+ Improvements to the previous Signature commit
+
+ * Remove FormWidgetSignature::setFormSignatureType, the API was
+ weird,
+ make it be an output parameter of getCheckedSignature
+
+ * include cleanup
+
+ * Make validation time mandatory, marking to use -1 for *now*
+
+ * Remove setFormSignatureType noone uses
+
+ * Fix compilation wihtout NSS3
+
+ * Don't static cast between NSS3 HASH_HashType and poppler-qt5
+ HashAlgorithm
+
+ * Actually pass validationTime down in FormFieldSignature::validate
+
+ * Add since markers to poppler-qt5 functions/enums
+
+ * Fix spacing
+
+ * Remove SignatureValidationInfo::signingDateTime that returns
+ QDateTime, having two functions that return the same is a bit
+ confusing,
+ and we're not filling the timezone info anyway, so let it be a time_t
+
+ poppler/Form.cc | 17 ++++---------
+ poppler/Form.h | 20 ++++++----------
+ poppler/SignatureHandler.h | 5 ++--
+ poppler/SignatureInfo.cc | 7 +++++-
+ poppler/SignatureInfo.h | 4 ++--
+ qt5/src/poppler-form.cc | 52 ++++++++++++++++++++++------------------
+ qt5/src/poppler-form.h | 59
+ +++++++++++++++++++++++++++++-----------------
+ utils/pdfsig.cc | 25 +++++---------------
+ 8 files changed, 96 insertions(+), 93 deletions(-)
+
+commit a81700dfa638872fe9641289971ca9a2b50b42ad
+Author: Hans-Ulrich Jüttner <huj@froreich-bioscientia.de>
+Date: Tue Aug 15 10:27:26 2017 +0200
+
+ Various signature related improvements
+
+ Export signature via Qt5 interface.
+ Add support for signatures of SubFilter "ETSI.CAdES.detached".
+ Add an optional validation time to method validateSignature().
+ Print full Subject Distinguished Name, signing time, hash algorithm
+ and a statement wether the total document is signed in pdfsig.
+
+ Fixes bug #99271
+
+ poppler/Form.cc | 178
+ ++++++++++++++++++++++++++++++++++++++++++--
+ poppler/Form.h | 34 ++++++++-
+ poppler/SignatureHandler.cc | 34 ++++++++-
+ poppler/SignatureHandler.h | 5 +-
+ poppler/SignatureInfo.cc | 33 +++++++-
+ poppler/SignatureInfo.h | 9 ++-
+ qt5/src/poppler-form.cc | 112 ++++++++++++++++++++++++++++
+ qt5/src/poppler-form.h | 58 +++++++++++++++
+ utils/pdfsig.1 | 6 +-
+ utils/pdfsig.cc | 73 ++++++++++++++++++
+ 10 files changed, 523 insertions(+), 19 deletions(-)
+
+commit e15a0df15b89e1c7ba98cd7bbbf8ef97e541d231
+Author: Hannah von Reth <vonreth@kde.org>
+Date: Sun Aug 13 20:26:44 2017 +0200
+
+ Remove old/wrong cmake code for MSVC
+
+ cpp/CMakeLists.txt | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 236f4ff4f516cb68a2d102627b0a3da73578c67f
+Author: Hannah von Reth <vonreth@kde.org>
+Date: Sun Aug 13 20:24:15 2017 +0200
+
+ Use WIN32_LEAN_AND_MEAN on Windows
+
+ CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 1abf98b76ba134adc44883cd2ae345f769ca0d5a
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Sat Aug 12 16:42:40 2017 +0200
+
+ qt5: ArthurOutputDev: Properly set the QPainter transformation
+
+ Previously, the code did not touch the QPainter world transformation
+ matrix. Rather, the code contained ad hoc coordinate transformations
+ scattered throughout the code. This patch does a cleanup: the
+ QPainter
+ transformation matrix is set properly, and the hand-coded
+ transformations are removed. This should not affect the rendering
+ output, but it makes the current (and future!) code simpler to
+ read and write.
+
+ qt5/src/ArthurOutputDev.cc | 56
+ ++++++++++++++++++++++++----------------------
+ qt5/src/ArthurOutputDev.h | 4 ++++
+ 2 files changed, 33 insertions(+), 27 deletions(-)
+
+commit 2baaa02087ef66b97bf3c4bce49785a10632178f
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Aug 13 12:35:39 2017 +0200
+
+ Revert part of last commit, we wants tests not to fail :)
+
+ qt5/tests/check_metadata.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3af2e18fc31f18efb36408281ca5879f284edaa4
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Fri Aug 11 22:55:41 2017 +0200
+
+ Fix copy'n'paste bugs: Qt4 -> Qt5
+
+ qt5/src/ArthurOutputDev.h | 2 +-
+ qt5/src/poppler-annotation.h | 2 +-
+ qt5/tests/check_metadata.cpp | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit a9581e624fa62b3905b790ac10d1349b1f96048a
+Author: Roland Hieber <r.hieber@pengutronix.de>
+Date: Fri Aug 11 11:44:26 2017 +0200
+
+ Form.h: fix error: 'vector' in namespace 'std' does not name a type
+
+ Bug #102147
+
+ Original error message while compiling with
+ OSELAS.Toolchain-2016.06.1-arm-v7a-linux-gnueabi,
+ gcc-5.4.0-glibc-2.23-binutils-2.26-kernel-4.6-sanitized:
+
+ make[5]: Entering directory
+ '/ptx/work/dude/WORK_B/rhi/OSELAS.BSP-Miele-PST/platform-cpu20/build-target/poppler-0.57.0/qt4/src'
+ CXX libpoppler_qt4_la-poppler-form.lo
+ In file included from poppler-form.cc:26:0:
+ ../../poppler/Form.h:544:14: error: 'vector' in namespace
+ 'std' does not name a template type
+ ../../poppler/Form.h:556:8: error: 'vector' in namespace
+ 'std' does not name a template type
+ Makefile:735: recipe for target
+ 'libpoppler_qt4_la-poppler-form.lo' failed
+
+ configure arguments were:
+
+ --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ --libdir=/usr/lib --host=arm-v7a-linux-gnueabi
+ --build=x86_64-host-linux-gnu --enable-option-checking
+ --disable-silent-rules --disable-dependency-tracking
+ --enable-shared --enable-fast-install --enable-libtool-lock
+ --enable-xpdf-headers --enable-build-type=release
+ --disable-single-precision --enable-fixedpoint --enable-cmyk
+ --disable-relocatable --enable-libopenjpeg=none
+ --disable-libnss
+ --disable-libtiff --enable-largefile --enable-zlib
+ --disable-zlib-uncompress --enable-libcurl
+ --enable-dctdecoder=libjpeg --enable-libpng
+ --disable-splash-output --enable-cairo-output
+ --enable-poppler-glib --disable-introspection
+ --disable-gtk-doc
+ --disable-gtk-doc-html --disable-gtk-doc-pdf
+ --enable-poppler-qt4 --disable-poppler-qt5
+ --enable-poppler-cpp
+ --disable-gtk-test --enable-utils --disable-compile-warnings
+ --enable-cms=lcms1 --without-x
+ --with-font-configuration=fontconfig --without-libiconv-prefix
+ --with-testdatadir=
+
+ Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
+
+ poppler/Form.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f0ecbc6f988aa19ffb2b7e583dca4e609f2f6c65
+Author: Thomas Freitag <Thomas.Freitag@alfa.de>
+Date: Thu Aug 10 09:17:27 2017 +0200
+
+ Tweak which cmap we use
+
+ Bug #101855
+
+ poppler/GfxFont.cc | 20 +++++++++-----------
+ 1 file changed, 9 insertions(+), 11 deletions(-)
+
+commit 7e844eae94bc4eda1c6dcc3460840b25f4ca7898
+Author: Oliver Sander <oliver.sander@tu-dresden.de>
+Date: Wed Aug 9 11:09:50 2017 +0200
+
+ qt5: Arthur: initialize the image with the paper color
+
+ Bug #102129
+
+ qt5/src/poppler-page.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit d7b800933e1b57c180247708991f5c3a282f8305
+Author: Jason Alan Palmer <jalanpalmer@gmail.com>
+Date: Wed Aug 9 00:41:05 2017 +0200
+
+ cpp: Fix page.text() not taking page orientation into account
+
+ Bug #94517
+
+ cpp/poppler-page.cpp | 10 +++++++++-
+ cpp/tests/poppler-dump.cpp | 3 ++-
+ 2 files changed, 11 insertions(+), 2 deletions(-)
+
+commit cd04a81343fd5cba824a891f25c01eeffee5f906
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Aug 8 22:42:46 2017 +0200
+
+ Fix use of uninitialized value use
+
+ Bug #102117
+
+ poppler/XRef.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fe97135ffb18eaaec7d23a7394641ba103bfe48d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Aug 1 19:30:28 2017 +0200
+
+ Make the openjpeg1 code compile with the new Object API
+
+ poppler/JPEG2000Stream.cc | 13 ++++---------
+ 1 file changed, 4 insertions(+), 9 deletions(-)
+
+commit e5ff049c3d11e6ea24b624807730acd21a6ef4d5
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Aug 1 01:07:00 2017 +0200
+
+ Gfx::doImage: Simplify memory management
+
+ of maskColorMap by using a std::unique_ptr
+
+ Fixes a memory leak reported by Coverity
+
+ poppler/Gfx.cc | 10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+commit 19eda068ae1866e4f46efc9534b34779007fdc16
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Aug 1 00:53:52 2017 +0200
+
+ Fix memory leak on corner case condition
+
+ poppler/Parser.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit dbe7a5da3dce56210bd4ca2deaf8f5ad4a9d0529
+Merge: 687474e1 c167f35b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Aug 1 00:12:13 2017 +0200
+
+ Merge remote-tracking branch 'origin/master' into better_object
+
+commit c167f35b8c3fd7e94fa97385949b2c133d918ed4
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jul 31 23:39:37 2017 +0200
+
+ Poppler 0.57
+
+ CMakeLists.txt | 4 ++--
+ NEWS | 14 ++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ poppler/Makefile.am | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 7 files changed, 21 insertions(+), 7 deletions(-)
+
+commit be0384d2220a75d2666b1fd2228e156b1595a57f
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jul 31 23:34:57 2017 +0200
+
+ Add missing (C)
+
+ poppler/StructTreeRoot.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 0e7f6cb1c42db3d65395365833472ff859def87a
+Author: Jannick <thirdedition@gmx.net>
+Date: Mon Jul 31 19:53:12 2017 +0200
+
+ Fix some warnings in some unusual #ifdef combinations
+
+ Bug #101812
+
+ poppler/PSOutputDev.cc | 2 +-
+ poppler/Stream.cc | 5 ++---
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+commit f55d6a64dd3f69fa9c1ba984218809cc50c9b052
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jul 31 19:45:32 2017 +0200
+
+ Add missing (C)
+
+ utils/pdfseparate.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 543b0ea219191122fee0583ce62c19e31de34109
+Author: Roland Hieber <r.hieber@pengutronix.de>
+Date: Mon Jul 17 11:35:32 2017 +0200
+
+ configure.ac: fix --disable-FEATURE actually enabling the feature
+
+ Forwarded: https://bugs.freedesktop.org/show_bug.cgi?id=101818
+
+ A frequently seen antipattern is to use
+ AC_ARG_ENABLE(feature, help, action-if-given, action-if-not-given) as
+ AC_ARG_ENABLE(feature, help, action-if-enabled, action-if-disabled).
+ However, action-if-given is also evaluated for --disable-FEATURE (with
+ enableval=no), which results in --disable-FEATURE and --enable-FEATURE
+ doing the same in this case.
+
+ Rewrite the single-precision, fixedpoint and cmyk arguments
+ accordingly
+ so the user is not confused if they explicitely want to disable those
+ options.
+
+ Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
+
+ configure.ac | 32 ++++++++++++++++++++++++++------
+ 1 file changed, 26 insertions(+), 6 deletions(-)
+
+commit 92ad743b63c3e82211ea0b2e4d4471dd3f71cebc
+Author: Léonard Michelet <leonard.michelet@smile.fr>
+Date: Mon Jul 31 19:40:06 2017 +0200
+
+ pdfseparate: minor improvement to the documentation
+
+ Bug #101800
+
+ utils/pdfseparate.1 | 7 ++++---
+ utils/pdfseparate.cc | 2 +-
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit 0a2096743fa749a8a7d4caa714eecbe8a9661619
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jul 31 16:52:46 2017 +0200
+
+ Add some more overrides
+
+ poppler/CurlCachedFile.h | 4 ++--
+ poppler/CurlPDFDocBuilder.h | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 687474e17db59482dc4538740701bdb32bc9d6bd
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jul 31 16:47:31 2017 +0200
+
+ Build++
+
+ poppler/CurlPDFDocBuilder.cc | 5 +----
+ poppler/Stream.cc | 2 +-
+ 2 files changed, 2 insertions(+), 5 deletions(-)
+
+commit 66e718e753a527289ce86cd206fcffd23fc28d81
+Merge: 9cecd78f 213ae24b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jul 31 16:39:53 2017 +0200
+
+ Merge remote-tracking branch 'origin/master' into better_object
+
+commit 213ae24b4df97f557e771060e37197d0e57f6f7f
+Author: Jannick <thirdedition@gmx.net>
+Date: Sun Jul 16 19:51:49 2017 +0200
+
+ added override tag to function declarations
+
+ poppler/FlateStream.h | 16 ++++++++--------
+ poppler/JPXStream.h | 16 ++++++++--------
+ poppler/Stream.h | 16 ++++++++--------
+ 3 files changed, 24 insertions(+), 24 deletions(-)
+
+commit ab371fe60568947e355d89e28d489f7f9a1a7404
+Author: Jason Crain <jason@inspiresomeone.us>
+Date: Sun Jul 16 12:07:54 2017 -0500
+
+ pdftohtml: skip control characters
+
+ W3C disallows them and they cause a warning in PHP.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=101770
+
+ utils/HtmlFonts.cc | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 0f4ea2f18b1953ccc88bcbd6b16ede828b44e561
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Mon Jul 10 21:06:30 2017 +0930
+
+ Fix parsing of Type 1 fonts with newlines in encoding sequences
+
+ Adobe Type 1 font spec states that the encoding sequences should be of
+ the form:
+
+ dup index /name put
+
+ The bug 101728 test case has the encoding sequences in the form:
+
+ dup
+ index /name put
+
+ Make the Type 1 parse handle encoding sequences split over more than
+ one line.
+
+ Bug 101728
+
+ fofi/FoFiType1.cc | 40 +++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 35 insertions(+), 5 deletions(-)
+
+commit 75fff6556eaf0ef3a6fcdef2c2229d0b6d1c58d9
+Author: Caolán McNamara <caolanm@redhat.com>
+Date: Wed Jul 12 14:12:46 2017 +0100
+
+ CVE-2017-9865 (fdo#100774) avoid stack buffer overflow
+
+ in GfxImageColorMap:getGray
+
+ by passing first arg to getGray of maximum possibly required size
+
+ and similar in HtmlOutputDev::drawPngImage
+
+ utils/HtmlOutputDev.cc | 6 ++++--
+ utils/ImageOutputDev.cc | 6 ++++--
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+commit 5d0c23a9f6cdc3fd216335124788958f46932158
+Author: Jan-Erik S <janerik234678@gmail.com>
+Date: Sat Jul 29 18:23:39 2017 +0200
+
+ Fix crash in broken document
+
+ poppler/StructTreeRoot.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 852fd28674e14f25c6902c0adab19909f73f2632
+Author: David Faure <faure@kde.org>
+Date: Sat Jul 29 18:18:23 2017 +0200
+
+ Set RUNPATH for poppler shared libs
+
+ Bug #101945
+
+ CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 771c82623e8e1e0c92b8ca6f7c2b8a81ccbb60d3
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jul 3 22:44:42 2017 +0200
+
+ pdfunite: fix crash in broken documents
+
+ Bug #101208
+
+ poppler/PDFDoc.cc | 70
+ +++++++++++++++++++++++++++++++++++++++++--------------
+ poppler/PDFDoc.h | 21 +++++++----------
+ 2 files changed, 62 insertions(+), 29 deletions(-)
+
+commit 02d9b182b80d5745b79480b0b8d0eb49b0be304e
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Jun 21 22:49:26 2017 +0200
+
+ Poppler 0.56
+
+ CMakeLists.txt | 2 +-
+ NEWS | 8 ++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 6 files changed, 13 insertions(+), 5 deletions(-)
+
+commit 3a2759aa2a98c2157cb35731b95e393b8882f8d3
+Author: Jose Aliste <jaliste@src.gnome.org>
+Date: Tue May 16 18:44:49 2017 -0400
+
+ Check numComps is between reasonable bounds
+
+ Before this patch, some PDF might crash because of an overflow
+ if numComps does not lie between 0 and 4.
+ This is a security fix for CVE-2017-0319.
+
+ poppler/Stream.cc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit d9c88e1c8892c79b8865a0dabdcc0d3ffd55c195
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Jun 21 00:56:38 2017 +0200
+
+ Fix crash in malformed documents
+
+ poppler/GfxState.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 55db66c69fd56826b8523710046deab1a8d14ba2
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Jun 21 00:55:20 2017 +0200
+
+ Fix crash in malformed documents
+
+ poppler/JBIG2Stream.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5266fa426d73c5dbdb3dd903d50885097833acc6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Jun 20 23:58:26 2017 +0200
+
+ Fix crash in malformed document
+
+ Bug #101526
+
+ poppler/Stream.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 112b8ab16128c6e7f80fe7c1890f7b63abd85cce
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Jun 20 23:51:16 2017 +0200
+
+ Fix crash in broken documents
+
+ Fixes bug #101525
+
+ poppler/JBIG2Stream.cc | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 4e68bf998f886cab8a45fa315164d8ba7aa0dee4
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Jun 20 23:43:23 2017 +0200
+
+ Fix crash on broken documents
+
+ Fixes bug #101524
+
+ poppler/JBIG2Stream.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 558cdb4a4efbb2227f4009f5d87cdd94bfb40107
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Jun 20 23:37:26 2017 +0200
+
+ Fix crash in malformed documents
+
+ Fixes bug #101523
+
+ poppler/GfxFont.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f7030a0176ed0ab484a401acc26072060e420679
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jun 19 23:45:24 2017 +0200
+
+ Fix crash on broken documents
+
+ Bug #101505
+
+ goo/GooHash.cc | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit e465d36b8ecf46b80af4ac6b941ae56eb4883a89
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jun 19 23:35:29 2017 +0200
+
+ Fix crash on malformed files
+
+ Bug #101502
+
+ poppler/GfxState.cc | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit e2ab2fa9d8c41e0115b2c276a2594cd2f7c217e6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Jun 19 23:18:51 2017 +0200
+
+ Fix crash on malformed files
+
+ Bug #101500
+
+ poppler/Function.cc | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+commit 17e4111da1ae5c9798ca0c040bf75c01bbb72a8a
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 17:47:23 2017 +0200
+
+ Break earlier on reaching recursion limit
+
+ Bug #101379
+
+ poppler/Parser.cc | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit 8e1a2474c5513f7b2f4718258ca90e2d6e03f127
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 12:35:41 2017 +0200
+
+ pdftohmtl: Initialize rotSkewMat
+
+ Fixes uninitialized memory read at bug #100314
+
+ utils/HtmlFonts.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit dd7b0eec87ffc389ee3ba7319442e681e19b15ba
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 12:33:35 2017 +0200
+
+ Remove unused constructor
+
+ utils/HtmlFonts.h | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 5b05222ccd18a121ea2ae1d67b8b5d4947cdfce0
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 12:33:06 2017 +0200
+
+ Fix crash in malformed file
+
+ Bug #101429
+
+ poppler/Annot.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e1b5053e54b0ef7d6b09f3b9c97883db533d509a
+Author: Even Rouault <even.rouault@spatialys.com>
+Date: Fri Jun 16 00:21:53 2017 +0200
+
+ Fix crash on broken file
+
+ Fixes bug #101366
+
+ poppler/SplashOutputDev.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 9e05af3da0ce14c48f0652e01718960c6bc7b4b0
+Author: Hans-Ulrich Jüttner <huj@froreich-bioscientia.de>
+Date: Wed Jun 14 23:19:48 2017 +0200
+
+ FormFieldButton::setState() shouldn't check the field is readOnly
+
+ Bug #101419
+
+ poppler/Form.cc | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 9cecd78ff12a145fd7a61d226d54fd8f9ce19638
+Merge: b5ca57db 23a2f6a2
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 18:35:14 2017 +0200
+
+ Merge remote-tracking branch 'origin/master' into better_object
+
+commit 23a2f6a2492a0957489eac31b6700b4d68180bdb
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 17:47:23 2017 +0200
+
+ Break earlier on reaching recursion limit
+
+ Bug #101379
+
+ poppler/Parser.cc | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+commit 5323bc8baf9add8c28a0a6970ab94b6386f38d14
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 12:35:41 2017 +0200
+
+ pdftohmtl: Initialize rotSkewMat
+
+ Fixes uninitialized memory read at bug #100314
+
+ utils/HtmlFonts.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 67159370014e5cb3ef296b256bf410e0468fe71e
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 12:33:35 2017 +0200
+
+ Remove unused constructor
+
+ utils/HtmlFonts.h | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit d52bba350acb3023ebdba8537854206641cd0998
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat Jun 17 12:33:06 2017 +0200
+
+ Fix crash in malformed file
+
+ Bug #101429
+
+ poppler/Annot.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit db254b4b5b1ac2dae46b9fd5ad23af311e481489
+Author: Even Rouault <even.rouault@spatialys.com>
+Date: Fri Jun 16 00:21:53 2017 +0200
+
+ Fix crash on broken file
+
+ Fixes bug #101366
+
+ poppler/SplashOutputDev.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 9fc5ed2176da68442927127bea8c427800eb244c
+Author: Hans-Ulrich Jüttner <huj@froreich-bioscientia.de>
+Date: Wed Jun 14 23:19:48 2017 +0200
+
+ FormFieldButton::setState() should check the field isn't readOnly
+
+ Bug #101419
+
+ poppler/Form.cc | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+commit 5c9b08a875b07853be6c44e43ff5f7f059df666a
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat May 27 00:09:17 2017 +0200
+
+ pdfunite: Fix crash with broken documents
+
+ Sometimes we can't parse pages so check before accessing them
+
+ Thanks to Jiaqi Peng for the report
+
+ Fixes bugs #101153 and #101149
+
+ utils/pdfunite.cc | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
+commit ff05069f34a00d67cdddb033f6240a3407e90057
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun May 21 23:39:38 2017 +0200
+
+ Poppler 0.55.0
+
+ CMakeLists.txt | 2 +-
+ NEWS | 16 ++++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 6 files changed, 21 insertions(+), 5 deletions(-)
+
+commit 680b3f6b80e6d342a6b6e3fe8f1953857784f737
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun May 21 23:20:56 2017 +0200
+
+ Update (C)
+
+ poppler/Object.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0bf38541443cb8dee4d9a5197fdfcf91f6043a2d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun May 21 23:20:38 2017 +0200
+
+ Don't forget to ship this file ^_^
+
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit aa03a71c3a1127cffd19bb0f596c4b361a7f2269
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun May 21 22:37:23 2017 +0200
+
+ Fix abort in files with broken Decode arrays
+
+ Fixes KDE bug #379835
+
+ poppler/GfxState.cc | 18 ++++++++++++------
+ poppler/Object.h | 7 +++++++
+ 2 files changed, 19 insertions(+), 6 deletions(-)
+
+commit 65c5a5266462244130f110599ac5d1011a04216e
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun May 21 18:42:15 2017 +0200
+
+ Fail by default if libopenjpeg2/1 is not available
+
+ You can "force" to use the unmaintained JPX decoder or none at all
+
+ CMakeLists.txt | 30 +++++++++++++++++++++++++++---
+ config.h.cmake | 3 +++
+ configure.ac | 29 +++++++++++++++++++++++++----
+ poppler/Stream.cc | 5 +++++
+ 4 files changed, 60 insertions(+), 7 deletions(-)
+
+commit ea6d3200ae26775dcc26ed80fad18ca51e7f7f07
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun May 21 18:08:41 2017 +0200
+
+ Fix openjpeg text
+
+ We've prefered openjpeg2 over 1 for a while
+
+ CMakeLists.txt | 2 +-
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit b286a6b5b1a63563263072305da04604cb022488
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun May 21 17:45:00 2017 +0200
+
+ Fail by default if libjpeg is not available
+
+ You can "force" to use the unmaintained DCT decoder or none at all
+
+ CMakeLists.txt | 29 +++++++++++++++++++++++------
+ config.h.cmake | 3 +++
+ configure.ac | 40 +++++++++++++++++++++++++++++++---------
+ poppler/Stream.cc | 7 ++++++-
+ 4 files changed, 63 insertions(+), 16 deletions(-)
+
+commit b5ca57dbfecd9e680b3bd4b293b0eac400d24cfb
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat May 13 01:05:43 2017 +0200
+
+ Fix memory leak in XRef::constructXRef
+
+ poppler/XRef.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b21c5f7741bb0af47c64c042a8586d922d26b47a
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat May 13 00:13:43 2017 +0200
+
+ Use initNullAfterMalloc since this is after a greallocn
+
+ poppler/XRef.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e98ca09fafadbf7d37b838ed2f8953dc6a53a034
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sat May 13 00:01:05 2017 +0200
+
+ Forgot to add my (C) here
+
+ poppler/Rendition.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 47aa71cf39764135f3e3a39cbfb8efc50de1ac28
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 12 23:38:26 2017 +0200
+
+ Make Dict incRef/decRef private
+
+ poppler/Catalog.cc | 40 +++++++++++-----------------------------
+ poppler/Catalog.h | 2 +-
+ poppler/Dict.h | 9 +++++----
+ poppler/PDFDoc.cc | 37 ++++++++++++++++---------------------
+ poppler/PDFDoc.h | 7 +++----
+ poppler/Page.cc | 17 ++++++++---------
+ poppler/Page.h | 2 +-
+ utils/pdfunite.cc | 12 +++++-------
+ 8 files changed, 50 insertions(+), 76 deletions(-)
+
+commit 0d7aa8c8aa491e005f78b019eff78f400764a61c
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 12 23:10:53 2017 +0200
+
+ Make Array incRef/decRef private
+
+ poppler/Array.h | 9 +++++----
+ poppler/PDFDoc.cc | 14 +++++++-------
+ 2 files changed, 12 insertions(+), 11 deletions(-)
+
+commit b1f4e35fa2da8909dee07529ce1dd9445639793b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 12 23:03:28 2017 +0200
+
+ Make Stream incRef/decRef private
+
+ Object handles it for us
+
+ Also remove incRef/decRef from OutStream
+
+ glib/poppler-action.cc | 2 +-
+ glib/poppler-attachment.cc | 15 ++++---------
+ glib/poppler-media.cc | 19 +++++++----------
+ poppler/FileSpec.h | 1 +
+ poppler/Rendition.cc | 53
+ +++++++++++++++++++++++-----------------------
+ poppler/Rendition.h | 6 ++++--
+ poppler/Stream.cc | 1 -
+ poppler/Stream.h | 18 ++++++----------
+ 8 files changed, 50 insertions(+), 65 deletions(-)
+
+commit d34e5304a9094d505ffce8ec4069d4ddf2ee5950
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 12 22:41:03 2017 +0200
+
+ Get rid of another incRef() call
+
+ poppler/Annot.cc | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+commit a7f2baa21a09454cb393dce806896e62e548f63e
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 12 22:38:41 2017 +0200
+
+ Pass the Object around instead of the Dict
+
+ Saves an awkard incRef call
+
+ poppler/Annot.cc | 198
+ +++++++++++++++++++++++++++----------------------------
+ poppler/Annot.h | 46 ++++++-------
+ poppler/Form.cc | 2 +-
+ 3 files changed, 122 insertions(+), 124 deletions(-)
+
+commit 0321bca7a3f6f5bd8b8f3e6ad13f4441e53c909b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 12 22:25:36 2017 +0200
+
+ SplashOutputDev::doUpdateFont - Fix crash on broken file
+
+ poppler/SplashOutputDev.cc | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 96ff78d63d2173671d07f62910b1d85c5fc509ff
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed May 10 11:20:56 2017 +0200
+
+ cpp: Return nullptr if the page at index can't be fethed
+
+ That is the same of what the glib/qt frontends do.
+
+ Bug #100981
+
+ cpp/poppler-document.cpp | 13 ++++++++++++-
+ cpp/tests/poppler-dump.cpp | 18 +++++++++++++-----
+ 2 files changed, 25 insertions(+), 6 deletions(-)
+
+commit d83b11300386c7f0364acff06bd809e9efcbe4ca
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue May 9 16:08:18 2017 +0200
+
+ JPXStreamPrivate::init2 - Fix memory leak in broken files
+
+ poppler/JPEG2000Stream.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 270866ebac7920503c0856a5dd1e7937ab68dd5f
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue May 9 14:34:57 2017 +0200
+
+ GfxDeviceNColorSpace::parse - Fix memory leak on broken files
+
+ poppler/GfxState.cc | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 22123c836b35c1e8a1feb831899aacd991597c45
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue May 9 10:59:21 2017 +0200
+
+ TextPool::addWord - Fix memory leak on broken files
+
+ poppler/TextOutputDev.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit d7a102f49e2ea63c1cf3ed79134ce6fc2b2c6a59
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue May 9 10:50:27 2017 +0200
+
+ FoFiType1::parse - Fix memory leak on broken files
+
+ fofi/FoFiType1.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 9773c1534668d84b8267c3e5c9d612076fa231a5
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue May 9 00:38:07 2017 +0200
+
+ New Object API
+
+ Implement the move operators and copy construtor
+
+ Almost all the init() functions are gone and we just have simple
+ constructors now
+
+ Also made free() public since you're not supposed to call it anymore,
+ unless you're being evil and malloc'ing Objects like Array/Dict/XRef
+
+ This has a huge reaction chain, most importantly we
+ don't get objects by passing a pointer Object parameter, we
+ just get the object as a return value, which is a much clearer API
+ - aobj->copy(&obj);
+ + obj = aobj->copy();
+ before I was never sure what was being copied into what
+
+ Comes with a huge diff, I probably made some mistake in the porting
+ since there was lots of copy & paste involved
+
+ cpp/poppler-document.cpp | 14 +-
+ cpp/poppler-page.cpp | 5 +-
+ glib/poppler-action.cc | 27 +-
+ glib/poppler-attachment.cc | 4 +-
+ glib/poppler-document.cc | 30 +-
+ glib/poppler-input-stream.cc | 10 +-
+ glib/poppler-input-stream.h | 4 +-
+ glib/poppler-movie.cc | 5 +-
+ glib/poppler-page.cc | 13 +-
+ glib/poppler-structure-element.cc | 37 +-
+ poppler/Annot.cc | 1779
+ +++++++++++++++--------------------
+ poppler/Annot.h | 27 +-
+ poppler/Array.cc | 34 +-
+ poppler/Array.h | 8 +-
+ poppler/CMap.cc | 12 +-
+ poppler/CairoFontEngine.cc | 6 +-
+ poppler/CairoOutputDev.cc | 5 +-
+ poppler/Catalog.cc | 383 +++-----
+ poppler/Catalog.h | 2 +-
+ poppler/DCTStream.cc | 8 +-
+ poppler/Dict.cc | 49 +-
+ poppler/Dict.h | 12 +-
+ poppler/FileSpec.cc | 133 ++-
+ poppler/FileSpec.h | 5 +-
+ poppler/FontInfo.cc | 43 +-
+ poppler/Form.cc | 337 +++----
+ poppler/Form.h | 2 +-
+ poppler/Function.cc | 225 ++---
+ poppler/Gfx.cc | 767 ++++++---------
+ poppler/Gfx.h | 14 +-
+ poppler/GfxFont.cc | 350 +++----
+ poppler/GfxFont.h | 4 +-
+ poppler/GfxState.cc | 794 ++++++----------
+ poppler/Hints.cc | 25 +-
+ poppler/JBIG2Stream.cc | 5 +-
+ poppler/JPEG2000Stream.cc | 17 +-
+ poppler/Lexer.cc | 74 +-
+ poppler/Lexer.h | 7 +-
+ poppler/Linearization.cc | 57 +-
+ poppler/Link.cc | 197 ++--
+ poppler/Movie.cc | 112 +--
+ poppler/Movie.h | 2 +-
+ poppler/Object.cc | 67 +-
+ poppler/Object.h | 153 ++-
+ poppler/OptionalContent.cc | 144 +--
+ poppler/Outline.cc | 49 +-
+ poppler/PDFDoc.cc | 371 +++-----
+ poppler/PDFDoc.h | 8 +-
+ poppler/PSOutputDev.cc | 406 +++-----
+ poppler/Page.cc | 192 ++--
+ poppler/Page.h | 17 +-
+ poppler/PageLabelInfo.cc | 52 +-
+ poppler/PageTransition.cc | 34 +-
+ poppler/Parser.cc | 96 +-
+ poppler/Parser.h | 9 +-
+ poppler/PopplerCache.cc | 21 +-
+ poppler/PopplerCache.h | 4 +-
+ poppler/Rendition.cc | 169 ++--
+ poppler/SecurityHandler.cc | 85 +-
+ poppler/Sound.cc | 40 +-
+ poppler/Sound.h | 5 +-
+ poppler/SplashOutputDev.cc | 15 +-
+ poppler/StdinPDFDocBuilder.cc | 7 +-
+ poppler/Stream.cc | 133 +--
+ poppler/Stream.h | 24 +-
+ poppler/StructElement.cc | 244 ++---
+ poppler/StructTreeRoot.cc | 74 +-
+ poppler/ViewerPreferences.cc | 43 +-
+ poppler/XRef.cc | 404 +++-----
+ poppler/XRef.h | 16 +-
+ qt4/src/poppler-annotation-helper.h | 39 +-
+ qt4/src/poppler-document.cc | 13 +-
+ qt4/src/poppler-form.cc | 7 +-
+ qt4/src/poppler-optcontent.cc | 17 +-
+ qt4/src/poppler-page.cc | 18 +-
+ qt4/src/poppler-private.h | 6 +-
+ qt4/tests/check_lexer.cpp | 63 +-
+ qt4/tests/check_optcontent.cpp | 114 +--
+ qt5/src/poppler-annotation-helper.h | 39 +-
+ qt5/src/poppler-document.cc | 11 +-
+ qt5/src/poppler-form.cc | 5 +-
+ qt5/src/poppler-optcontent.cc | 17 +-
+ qt5/src/poppler-page.cc | 16 +-
+ qt5/src/poppler-private.h | 6 +-
+ qt5/tests/check_lexer.cpp | 91 +-
+ qt5/tests/check_optcontent.cpp | 114 +--
+ test/pdf-fullrewrite.cc | 21 +-
+ utils/pdfinfo.cc | 21 +-
+ utils/pdftohtml.cc | 13 +-
+ utils/pdftotext.cc | 24 +-
+ utils/pdfunite.cc | 208 ++--
+ 91 files changed, 3539 insertions(+), 5850 deletions(-)
+
+commit 3c29ded4bee5eadb829ed46af2ec92be57b0077b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 5 23:32:32 2017 +0200
+
+ Make Object free itself on init and destruction
+
+ Will make for a *much* easier way to code.
+
+ Patches with more std::move coming on top.
+
+ Most things seem to work though i'm pretty sure some things are
+ broken.
+
+ NEEDS TESTING
+
+ poppler/Annot.cc | 3 +-
+ poppler/Array.cc | 5 +--
+ poppler/Array.h | 4 ++-
+ poppler/Catalog.cc | 29 ++++++++++-------
+ poppler/Catalog.h | 6 ++--
+ poppler/DCTStream.cc | 8 ++---
+ poppler/DCTStream.h | 4 +--
+ poppler/Dict.cc | 29 ++++++++---------
+ poppler/Dict.h | 4 ++-
+ poppler/Form.cc | 1 -
+ poppler/Gfx.cc | 25 ++++++---------
+ poppler/Movie.cc | 30 +++++++++++-------
+ poppler/Movie.h | 2 ++
+ poppler/Object.cc | 51 +++++++++++++++++++++++++++---
+ poppler/Object.h | 79
+ +++++++++++++++++++++++++++++-----------------
+ poppler/OptionalContent.cc | 2 +-
+ poppler/Page.cc | 4 +--
+ poppler/Page.h | 6 ++--
+ poppler/Parser.cc | 4 +--
+ poppler/Stream.cc | 36 ++++++++++++++-------
+ poppler/Stream.h | 8 ++---
+ poppler/StructElement.cc | 10 ++----
+ poppler/XRef.cc | 19 ++++++++---
+ utils/pdfunite.cc | 4 +--
+ 24 files changed, 234 insertions(+), 139 deletions(-)
+
+commit d73bcd3721f3b53bb97241cc53a6abf807aff782
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 5 15:12:42 2017 +0200
+
+ auto_ptr -> unique_ptr
+
+ cpp/poppler-document.cpp | 25 +++++++++++++------------
+ cpp/poppler-image.cpp | 9 +++++----
+ cpp/poppler-page.cpp | 3 ++-
+ cpp/tests/poppler-dump.cpp | 9 +++++----
+ cpp/tests/poppler-render.cpp | 5 +++--
+ qt4/tests/check_fonts.cpp | 4 ++--
+ qt4/tests/check_links.cpp | 4 ++--
+ qt5/tests/check_fonts.cpp | 4 ++--
+ qt5/tests/check_links.cpp | 4 ++--
+ 9 files changed, 36 insertions(+), 31 deletions(-)
+
+commit 9ad9d92591a6389f84919ff2de3668c2b6158dc9
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 5 00:57:35 2017 +0200
+
+ Fix memory leak in error condition
+
+ Coverity was complaining we missed one delete in one of the error
+ conditions, so just made colorMap not be newer, no need to care about
+ deletes ;)
+
+ poppler/Gfx.cc | 18 ++++++++----------
+ 1 file changed, 8 insertions(+), 10 deletions(-)
+
+commit cdab9a2dc27a10c84550db28fac8dbdcdcd4d29d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri May 5 00:47:45 2017 +0200
+
+ Move the bits sanity checking a bit higher in the function
+
+ Saves some time and makes the code simpler as we have to delete one
+ thing less
+
+ poppler/Gfx.cc | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+commit b2545e9368a58a6987614f75d39da4568a076881
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu May 4 21:24:23 2017 +0200
+
+ Fix regression in GfxIndexedColorSpace::mapColorToBase
+
+ The bounds check was off by one, making file from bug 100931 render
+ incorrectly. Bug #100931
+
+ poppler/GfxState.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 09000ce81397eba1eed383f730e48b92b932e0b4
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu May 4 18:35:16 2017 +0200
+
+ Minor optimization
+
+ Do not create a timer for every single operation since we hardly
+ run the
+ profileCommands if branch
+
+ poppler/Gfx.cc | 13 +++++++++----
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+commit b21b041f7948680c03109f0c404400a9dbc4544c
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Apr 25 19:48:24 2017 +0200
+
+ Fix memory leak when reconstructing broken files
+
+ Need to free the catalog variable if we're going to fetch over
+ it again
+
+ Bug #100776
+
+ poppler/XRef.cc | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 278439531b13b0b047dbe3a75aa3f1b3407c8bd4
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Tue Apr 25 19:42:15 2017 +0200
+
+ Fix memory leak (and probably logic bug) parsing broken XRef entries
+
+ Don't need to get obj1 again to ask if it's an int64 instead of an int
+
+ Bug #100775
+
+ poppler/XRef.cc | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 478be219772a6c298baad568da3643895cd50d35
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Apr 21 16:29:44 2017 +0200
+
+ Poppler 0.54
+
+ CMakeLists.txt | 2 +-
+ NEWS | 14 ++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ glib/CMakeLists.txt | 2 +-
+ glib/Makefile.am | 2 +-
+ gtk-doc.make | 1 +
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 9 files changed, 22 insertions(+), 7 deletions(-)
+
+commit d627a38b3a25906b356413a1de29aaad9f7a0f28
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Fri Apr 21 16:03:49 2017 +0200
+
+ Update (C)
+
+ poppler/XRef.cc | 2 +-
+ qt5/src/poppler-private.h | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 3a13817da1fff5244267bbc7dee178ac665de4e0
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Fri Apr 21 19:23:07 2017 +0930
+
+ pdfimages: don't fail listing if inline image data contains 'EI'
+
+ Normally when listing images we don't read the image data. But for
+ inline images we should read the image data to advance the stream
+ position to the end of the image data. If we don't advance the stream
+ position and the image data happens to contain 'EI', Gfx will resume
+ reading the content stream from the middle of the image data.
+
+ Bug 100737
+
+ utils/ImageOutputDev.cc | 61
+ ++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 45 insertions(+), 16 deletions(-)
+
+commit e3779c849c86685c9bc294af407b364daf4b2202
+Author: Carlos Garcia Campos <carlosgc@gnome.org>
+Date: Sat Apr 8 09:56:59 2017 +0200
+
+ glib: Fix return value in API doc comment of
+ poppler_movie_get_play_mode
+
+ glib/poppler-movie.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cc7809e73c71e0e6b7db29dc8a12cfb573448b77
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Apr 5 23:18:52 2017 +0200
+
+ Make XRef reconstruction a bit better
+
+ Also detect streams whose endstream is on the middle of a line and
+ not only at the beginning
+
+ Bug #100509
+
+ poppler/XRef.cc | 30 +++++++++++++++++++-----------
+ 1 file changed, 19 insertions(+), 11 deletions(-)
+
+commit 2bbd110113f789c56609b3288258f667e0f3851a
+Author: Carlos Garcia Campos <carlosgc@gnome.org>
+Date: Sun Apr 2 15:49:48 2017 +0200
+
+ glib-demo: Show play mode in movie properties view
+
+ glib/demo/utils.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit dad9b36e0e91524e8e342cf924026c37fcb1730e
+Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
+Date: Sun Apr 2 15:28:20 2017 +0200
+
+ glib: Expose movie play mode
+
+ With this patch the movie play mode can be queried via the glib
+ interface. An enum value is obtained that reports whether the movie
+ should be played once, in loop, and so forth...
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=99625
+
+ glib/poppler-movie.cc | 35
+ +++++++++++++++++++++++++++++++++++
+ glib/poppler-movie.h | 31 ++++++++++++++++++++++++++-----
+ glib/reference/poppler-sections.txt | 4 ++++
+ 3 files changed, 65 insertions(+), 5 deletions(-)
+
+commit 0dbec24428d96ae78be8ca06b230d68cde445614
+Author: Christoph Cullmann <cullmann@kde.org>
+Date: Wed Mar 22 23:45:41 2017 +0100
+
+ qt5: Compile with -DQT_NO_CAST_FROM_BYTEARRAY
+
+ Bug #100311
+
+ qt5/src/poppler-private.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7ba4eb3ac3f23236e3df1ef992160d702dc5e4e9
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Mar 22 23:42:57 2017 +0100
+
+ Poppler 0.53
+
+ CMakeLists.txt | 4 ++--
+ NEWS | 18 ++++++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ poppler/Makefile.am | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/CMakeLists.txt | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ qt5/src/Makefile.am | 2 +-
+ 9 files changed, 27 insertions(+), 9 deletions(-)
+
+commit 411c963a9fe7d0d51bc96f046792688a020bfc66
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Mar 19 12:40:37 2017 +0100
+
+ Update (C)
+
+ goo/PNGWriter.cc | 2 +-
+ goo/PNGWriter.h | 2 +-
+ goo/TiffWriter.cc | 2 +-
+ goo/TiffWriter.h | 2 +-
+ poppler/GfxState.h | 2 +-
+ utils/ImageOutputDev.cc | 2 +-
+ utils/ImageOutputDev.h | 2 +-
+ 7 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 96333f6dcd93afadea35f9301c7a919545037ed4
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Mar 8 23:33:00 2017 +0100
+
+ Add override markers
+
+ cmake/modules/PopplerMacros.cmake | 4 +
+ fofi/FoFiIdentifier.cc | 42 +--
+ fofi/FoFiTrueType.h | 2 +-
+ fofi/FoFiType1.h | 2 +-
+ glib/poppler-cached-file-loader.h | 4 +-
+ glib/poppler-input-stream.h | 34 +--
+ goo/JpegWriter.h | 10 +-
+ goo/NetPBMWriter.h | 8 +-
+ goo/PNGWriter.h | 8 +-
+ goo/TiffWriter.h | 10 +-
+ poppler/Annot.h | 50 ++--
+ poppler/CairoFontEngine.h | 6 +-
+ poppler/CairoOutputDev.cc | 2 +-
+ poppler/CairoOutputDev.h | 344 +++++++++++-----------
+ poppler/DCTStream.h | 18 +-
+ poppler/Decrypt.h | 24 +-
+ poppler/FlateEncoder.h | 16 +-
+ poppler/Form.h | 18 +-
+ poppler/Function.h | 52 ++--
+ poppler/GfxFont.h | 20 +-
+ poppler/GfxState.cc | 2 +-
+ poppler/GfxState.h | 366
+ +++++++++++------------
+ poppler/JBIG2Stream.cc | 16 +-
+ poppler/JBIG2Stream.h | 22 +-
+ poppler/JPEG2000Stream.h | 24 +-
+ poppler/Link.h | 66 ++---
+ poppler/LocalPDFDocBuilder.h | 5 +-
+ poppler/MarkedContentOutputDev.h | 22 +-
+ poppler/PSOutputDev.cc | 16 +-
+ poppler/PSOutputDev.h | 142 ++++-----
+ poppler/PopplerCache.cc | 2 +-
+ poppler/PreScanOutputDev.h | 110 +++----
+ poppler/SecurityHandler.h | 30 +-
+ poppler/SplashOutputDev.cc | 2 +-
+ poppler/SplashOutputDev.h | 210 ++++++-------
+ poppler/StdinCachedFile.h | 5 +-
+ poppler/StdinPDFDocBuilder.h | 5 +-
+ poppler/Stream.h | 422
+ +++++++++++++--------------
+ poppler/TextOutputDev.cc | 38 +--
+ poppler/TextOutputDev.h | 46 +--
+ poppler/XRef.cc | 2 +-
+ poppler/XRef.h | 12 +-
+ qt4/CMakeLists.txt | 3 +
+ qt4/src/poppler-annotation.h | 8 +-
+ qt4/src/poppler-link.h | 2 +-
+ qt5/demos/abstractinfodock.h | 6 +-
+ qt5/demos/embeddedfiles.h | 6 +-
+ qt5/demos/fonts.h | 4 +-
+ qt5/demos/info.h | 4 +-
+ qt5/demos/metadata.h | 4 +-
+ qt5/demos/navigationtoolbar.h | 6 +-
+ qt5/demos/optcontent.h | 6 +-
+ qt5/demos/pageview.h | 6 +-
+ qt5/demos/permissions.h | 4 +-
+ qt5/demos/thumbnails.h | 4 +-
+ qt5/demos/toc.h | 4 +-
+ qt5/demos/viewer.h | 2 +-
+ qt5/src/ArthurOutputDev.cc | 2 +-
+ qt5/src/ArthurOutputDev.h | 90 +++---
+ qt5/src/poppler-annotation.cc | 56 ++--
+ qt5/src/poppler-annotation.h | 84 +++---
+ qt5/src/poppler-form.h | 16 +-
+ qt5/src/poppler-link-extractor-private.h | 10 +-
+ qt5/src/poppler-link.h | 24 +-
+ qt5/src/poppler-optcontent.h | 18 +-
+ qt5/src/poppler-qiodeviceoutstream-private.h | 10 +-
+ qt5/src/poppler-qt5.h | 6 +-
+ qt5/tests/stress-threads-qt5.cpp | 4 +-
+ qt5/tests/test-password-qt5.cpp | 4 +-
+ qt5/tests/test-poppler-qt5.cpp | 6 +-
+ splash/SplashFTFont.h | 12 +-
+ splash/SplashFTFontFile.h | 6 +-
+ splash/SplashPattern.h | 12 +-
+ test/gtk-test.cc | 6 +-
+ utils/HtmlOutputDev.h | 56 ++--
+ utils/ImageOutputDev.h | 62 ++--
+ utils/pdftohtml.cc | 12 +-
+ 77 files changed, 1404 insertions(+), 1400 deletions(-)
+
+commit da490581b1b4d50efdba1e25115697e17bb0ef51
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Mar 8 22:07:34 2017 +0100
+
+ Compile in C++11 mode
+
+ I tried using AX_CXX_COMPILE_STDCXX_11 for the autotools side but
+ could not get it to fill CXXFLAGS or any other variable i could find,
+ help welcome
+
+ CMakeLists.txt | 4 +++-
+ configure.ac | 1 +
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit aa8633267d1d0e2079bb4a2b82bc7b36a4d306f5
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Mar 6 22:45:52 2017 +0100
+
+ pdfinfo: Fix memory leak when printing JS
+
+ utils/JSInfo.cc | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit d30e66cf39ef69a81bdd91e21203c876f38d9a09
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Mar 6 22:43:27 2017 +0100
+
+ pdfinfo: fix leak when printing JS
+
+ utils/JSInfo.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit a7632c5db6875828500dce7c984ec933d5349f26
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Mar 6 22:34:20 2017 +0100
+
+ pdftohtml: fix small memory leak when constructing some filenames
+
+ utils/HtmlOutputDev.cc | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 8ebec831c2abea9f13761474990c0d94346c1a35
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Mon Mar 6 22:24:06 2017 +0100
+
+ SplashOutputDev: Fix memory leak when rendering images with colormap
+ and matte color
+
+ poppler/SplashOutputDev.cc | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit cfaeeadbc642a297486481d9efd6068fd9ef7ea3
+Author: Adrian Johnson <ajohnson@redneon.com>
+Date: Sat Mar 4 10:54:29 2017 +1030
+
+ pdfimages: support 16bpc png and tiff images
+
+ bug 99988
+
+ goo/PNGWriter.cc | 4 ++++
+ goo/PNGWriter.h | 3 ++-
+ goo/TiffWriter.cc | 6 ++++++
+ goo/TiffWriter.h | 3 ++-
+ poppler/GfxState.h | 4 ++++
+ utils/ImageOutputDev.cc | 38 +++++++++++++++++++++++++++++++++++++-
+ utils/ImageOutputDev.h | 1 +
+ 7 files changed, 56 insertions(+), 3 deletions(-)
+
+commit 1b0653ce395242547b2b34b99034a19cd2d3ea6b
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Mar 2 01:00:12 2017 +0100
+
+ Qt5: Expose Form additional actions
+
+ qt5/src/poppler-form.cc | 20 ++++++++++++++++++++
+ qt5/src/poppler-form.h | 19 +++++++++++++++++++
+ 2 files changed, 39 insertions(+)
+
+commit a4c6433c423bd0dcc5056d9ee0375188fea9a0bc
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Mar 2 00:56:43 2017 +0100
+
+ Update (C) of previous commit
+
+ poppler/Form.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0151e6e3824a6db907d871a2e56f5c20c001b588
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Mar 2 00:56:27 2017 +0100
+
+ Qt5: expose form calculate order
+
+ qt5/src/poppler-document.cc | 18 +++++++++++++++++-
+ qt5/src/poppler-qt5.h | 9 ++++++++-
+ 2 files changed, 25 insertions(+), 2 deletions(-)
+
+commit 0ae3d40a79c25feb5cb9bce6fc8cc48c30bfd1b6
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Mar 2 00:52:21 2017 +0100
+
+ Parse AcroForm CO (calculateOrder)
+
+ poppler/Form.cc | 19 +++++++++++++++++++
+ poppler/Form.h | 4 ++++
+ 2 files changed, 23 insertions(+)
+
+commit bbfc56b3c9a1e613e6db008a56c9c3333ae1427a
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Thu Mar 2 00:45:44 2017 +0100
+
+ Make FormWidget* setters ignore isReadOnly
+
+ isReadOnly is for the user but poppler needs to be able to set the
+ value for example for fields whose value is autocalculated
+
+ poppler/Form.cc | 23 +----------------------
+ 1 file changed, 1 insertion(+), 22 deletions(-)
+
+commit f853145556a61a3d1104d6fd62261924d9fc9e50
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Sun Feb 19 23:25:47 2017 +0100
+
+ There's no config file
+
+ poppler/GlobalParams.h | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+commit c7a7c34fcb875414eb3092df84f8e8e8e523648d
+Author: Albert Astals Cid <aacid@kde.org>
+Date: Wed Feb 15 23:26:10 2017 +0100
+
+ Poppler 0.52.0
+
+ CMakeLists.txt | 2 +-
+ NEWS | 16 ++++++++++++++++
+ configure.ac | 2 +-
+ cpp/Doxyfile | 2 +-
+ qt4/src/Doxyfile | 2 +-
+ qt5/src/Doxyfile | 2 +-
+ 6 files changed, 21 insertions(+), 5 deletions(-)
+
commit baad9bd0406f63cffa8054c5831ccc3cb5d207e3
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Feb 15 23:05:55 2017 +0100
@@ -2301,7 +6396,7 @@ Date: Wed Mar 2 00:49:00 2016 +0100
1 file changed, 3 insertions(+), 2 deletions(-)
commit 9d33825e6f6167f07b2739645b93249b2bc043da
-Merge: a8853b1 f3e3ebe
+Merge: a8853b1d f3e3ebe5
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Mar 2 00:37:11 2016 +0100
@@ -6231,7 +10326,7 @@ Date: Sun Sep 14 11:45:12 2014 +0200
1 file changed, 1 insertion(+)
commit 8ce31485faa26994c52f4d032cc5a8355aba23d1
-Merge: 4589ce1 303287e
+Merge: 4589ce17 303287eb
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Sep 26 00:40:43 2014 +0200
@@ -6271,7 +10366,7 @@ Date: Fri Sep 12 19:22:20 2014 +0200
1 file changed, 4 insertions(+), 1 deletion(-)
commit fe67324d450c356b7c876cf50da705156112513a
-Merge: e62e18e f74a596
+Merge: e62e18e1 f74a5964
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Aug 21 21:39:52 2014 +0200
@@ -6378,7 +10473,7 @@ Date: Fri Aug 1 07:51:10 2014 +0200
1 file changed, 1 insertion(+), 4 deletions(-)
commit b72a534d6c7d8bc026812b68f9d9ac6bf9a2200a
-Merge: f2e4154 ef3f758
+Merge: f2e4154e ef3f7585
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Aug 3 01:06:57 2014 +0200
@@ -6532,7 +10627,7 @@ Date: Mon Jul 21 00:29:28 2014 +0200
4 files changed, 38 insertions(+), 6 deletions(-)
commit ce782112746f629a8e7be6f2daf6ece6ab19917d
-Merge: 2c0cb68 26372cf
+Merge: 2c0cb689 26372cfa
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Jul 20 20:35:13 2014 +0200
@@ -6591,7 +10686,7 @@ Date: Thu Jul 17 07:33:10 2014 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2c0cb689910e8579bf428b3999bcac0cb27b0e51
-Merge: 0b639cd 1161e72
+Merge: 0b639cd2 1161e728
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Jul 12 17:21:07 2014 +0200
@@ -6619,7 +10714,7 @@ Date: Sat Jul 12 08:35:45 2014 +0200
1 file changed, 5 insertions(+), 2 deletions(-)
commit 0b639cd2ac1071f5b741031a78d8e2bc18d2b7d7
-Merge: bb16c71 a5ad55b
+Merge: bb16c716 a5ad55b7
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Jul 11 00:32:46 2014 +0200
@@ -6684,7 +10779,7 @@ Date: Sat Jun 7 12:00:52 2014 +0200
2 files changed, 1 insertion(+), 19 deletions(-)
commit 74c72223cf609e7c24594f95cab6f9865ad562ac
-Merge: f8f7b3a 47a947f
+Merge: f8f7b3a6 47a947f1
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Jul 11 00:23:04 2014 +0200
@@ -6702,7 +10797,7 @@ Date: Thu Jun 19 10:11:21 2014 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit f8f7b3a61bc7eb1e569c25a630b5e127b5dcae62
-Merge: 805ff76 aa6205d
+Merge: 805ff761 aa6205d1
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Jul 9 00:23:22 2014 +0200
@@ -6835,7 +10930,7 @@ Date: Thu Jun 19 19:57:31 2014 +0200
2 files changed, 2 insertions(+), 1 deletion(-)
commit 8a5e59c6ea7ccd0ecbdb4b37bf3fe4e74e1c0e8e
-Merge: 1b70533 310fbee
+Merge: 1b705331 310fbeec
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Jun 18 00:37:03 2014 +0200
@@ -7026,7 +11121,7 @@ Date: Sun Jun 8 12:57:25 2014 +0200
3 files changed, 22 insertions(+), 6 deletions(-)
commit 2dd9b95fd910023a7d9d23f2c2e41dcab91d3c31
-Merge: fed71eb b36d27b
+Merge: fed71ebd b36d27b4
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Jun 6 21:43:49 2014 +0200
@@ -7113,7 +11208,7 @@ Date: Sun May 11 18:31:10 2014 +0200
8 files changed, 137 insertions(+), 10 deletions(-)
commit d2892cd893e4379914a08e66682ed5c423743a41
-Merge: 0844220 7e9fc61
+Merge: 08442203 7e9fc61e
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed May 7 22:27:41 2014 +0200
@@ -7134,7 +11229,7 @@ Date: Wed May 7 22:25:59 2014 +0200
1 file changed, 4 insertions(+), 1 deletion(-)
commit 0844220347f984c3d9b04fe53e690ee0e8c74afe
-Merge: 84278d8 0a6c1ff
+Merge: 84278d8a 0a6c1ff7
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed May 7 21:56:07 2014 +0200
@@ -7155,7 +11250,7 @@ Date: Wed May 7 21:54:46 2014 +0200
3 files changed, 162 insertions(+), 4 deletions(-)
commit 84278d8adbb1f6e9a28588fcb4db30c9ef70adde
-Merge: 7b94b11 5b2cdef
+Merge: 7b94b119 5b2cdef4
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun May 4 22:21:25 2014 +0200
@@ -7173,7 +11268,7 @@ Date: Sun May 4 22:20:30 2014 +0200
1 file changed, 2 insertions(+), 1 deletion(-)
commit 7b94b119f07713af7b8b9f1ac3ea3f1d35c1e240
-Merge: c859d2b bae836c
+Merge: c859d2b8 bae836cd
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun May 4 16:21:24 2014 +0200
@@ -7413,7 +11508,7 @@ Date: Sun Apr 6 15:14:50 2014 +0200
1 file changed, 2 insertions(+), 1 deletion(-)
commit 07621ebbda8ab85cf4cd76a6092efc67aa14454d
-Merge: 8d3a2c9 9fcd46a
+Merge: 8d3a2c9d 9fcd46ac
Author: Pino Toscano <pino@kde.org>
Date: Sat Apr 5 15:49:31 2014 +0200
@@ -9001,7 +13096,7 @@ Date: Fri Jan 3 00:29:28 2014 +0100
1 file changed, 4 insertions(+), 4 deletions(-)
commit 381ae2877acace4e8908b07ee5fb442bc19bf814
-Merge: 64100e7 a2f0e4b
+Merge: 64100e7f a2f0e4b1
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Jan 3 00:04:29 2014 +0100
@@ -9093,7 +13188,7 @@ Date: Fri Dec 20 20:25:26 2013 +0100
1 file changed, 7 insertions(+), 1 deletion(-)
commit 8e24fcc0d296e07327e9cbe297f627bfc6471ee3
-Merge: 85efba3 b02f873
+Merge: 85efba38 b02f8731
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Dec 18 21:51:57 2013 +0100
@@ -9270,7 +13365,7 @@ Date: Tue Dec 10 20:14:39 2013 +0100
5 files changed, 82 insertions(+), 20 deletions(-)
commit f77bc21813ae7234ec4ce94ce4e92230fe5c174a
-Merge: 06e9dc9 58e04a0
+Merge: 06e9dc91 58e04a08
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Dec 7 16:56:11 2013 +0000
@@ -9721,7 +13816,7 @@ Date: Mon Oct 28 22:41:41 2013 -0700
1 file changed, 15 insertions(+), 55 deletions(-)
commit 770a7ac9833a3c4f4f0399093272d4d0bdc7923b
-Merge: e7a0f2b 9ae29c7
+Merge: e7a0f2b9 9ae29c7a
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Nov 21 23:58:29 2013 +0100
@@ -9805,7 +13900,7 @@ Date: Sun Nov 17 23:30:14 2013 -0800
4 files changed, 80 insertions(+)
commit c01cee165392ba8297e4168111a66d2acb272a99
-Merge: 07c2554 47605a8
+Merge: 07c25548 47605a8a
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Nov 18 22:58:28 2013 +0100
@@ -9871,7 +13966,7 @@ Date: Fri Nov 15 20:35:12 2013 +0100
1 file changed, 4 insertions(+), 2 deletions(-)
commit 4da94680d4d2d6b1bd3351d476a20f9c7ae565bc
-Merge: 3ea3d7c 78c407a
+Merge: 3ea3d7c6 78c407ac
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Nov 15 20:27:00 2013 +0100
@@ -9959,7 +14054,7 @@ Date: Fri Nov 15 19:55:19 2013 +0100
1 file changed, 4 insertions(+), 2 deletions(-)
commit 33e703ac9bb6cf69664d6c6fddd3bebd56336074
-Merge: 8294d18 7c74bcc
+Merge: 8294d18e 7c74bccd
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Nov 15 19:50:10 2013 +0100
@@ -10095,7 +14190,7 @@ Date: Sat Oct 26 18:48:50 2013 +0200
2 files changed, 2 insertions(+), 2 deletions(-)
commit 9f09b9596f1fc52481914019d68c8f9b85b5c438
-Merge: bd893d4 61f79b8
+Merge: bd893d4a 61f79b84
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Oct 24 01:03:02 2013 +0200
@@ -10117,7 +14212,7 @@ Date: Thu Oct 24 00:54:56 2013 +0200
1 file changed, 30 insertions(+), 1 deletion(-)
commit bd893d4a543a6cc3a525655f37def38440944f28
-Merge: 93e8b05 daa0990
+Merge: 93e8b05f daa0990a
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Oct 10 02:19:34 2013 +0200
@@ -10314,7 +14409,7 @@ Date: Tue Oct 1 22:57:55 2013 +0200
2 files changed, 113 insertions(+)
commit 9bc8f3240698d5a8ae4c0129e768840664d28c22
-Merge: a2742c8 e2fe851
+Merge: a2742c8f e2fe8513
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Oct 1 19:19:32 2013 +0200
@@ -10333,7 +14428,7 @@ Date: Tue Oct 1 19:15:08 2013 +0200
1 file changed, 46 insertions(+), 6 deletions(-)
commit a2742c8fce0594ccbdb036dd0c29c6e15d2229f3
-Merge: 6b30a52 06dabe1
+Merge: 6b30a521 06dabe1e
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Sep 30 19:32:41 2013 +0200
@@ -10363,7 +14458,7 @@ Date: Fri Sep 27 12:39:00 2013 +0200
1 file changed, 1 insertion(+)
commit 6b30a5214e39993025cf2fb9f221e1360de7fa9c
-Merge: 4966b6f dc344b4
+Merge: 4966b6f4 dc344b41
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Sep 21 10:38:45 2013 +0200
@@ -10379,7 +14474,7 @@ Date: Sat Sep 21 10:37:30 2013 +0200
1 file changed, 7 insertions(+)
commit 4966b6f4193cc9d13f63e92bdc2aac0c8b78298d
-Merge: 0f074b1 1e612d3
+Merge: 0f074b16 1e612d33
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Sep 21 10:15:28 2013 +0200
@@ -10397,7 +14492,7 @@ Date: Sat Sep 21 10:10:16 2013 +0200
1 file changed, 3 insertions(+), 2 deletions(-)
commit 0f074b16317d874fe58d7042f8434282786ca757
-Merge: d277432 b8682d8
+Merge: d2774325 b8682d86
Author: Pino Toscano <pino@kde.org>
Date: Mon Sep 16 19:53:10 2013 +0200
@@ -10666,7 +14761,7 @@ Date: Sun Aug 25 20:13:12 2013 +0200
4 files changed, 355 insertions(+), 17 deletions(-)
commit d006ac567e59e82c4c6cb42c5e429a4aa516ac0b
-Merge: d391af7 ed3585e
+Merge: d391af7e ed3585ef
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Aug 25 19:36:33 2013 +0200
@@ -10745,7 +14840,7 @@ Date: Sat Aug 3 09:05:21 2013 +0930
14 files changed, 322 insertions(+), 1 deletion(-)
commit c2453fc1307ebb222747f976e1311ecc5e99abfa
-Merge: 3bb8c2e 70298a0
+Merge: 3bb8c2e3 70298a02
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Aug 20 19:53:17 2013 +0200
@@ -10764,7 +14859,7 @@ Date: Tue Aug 20 19:46:01 2013 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3bb8c2e34039cf473bf72ed9dab55664deab3ab7
-Merge: 71c1d16 fc78330
+Merge: 71c1d162 fc783300
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Aug 20 00:41:13 2013 +0200
@@ -10784,14 +14879,14 @@ Date: Tue Aug 20 00:37:56 2013 +0200
1 file changed, 19 insertions(+), 11 deletions(-)
commit 71c1d162477a243db07b62ef3c056a2946f8986e
-Merge: 7d1de78 678c767
+Merge: 7d1de78a 678c7675
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Aug 18 16:41:20 2013 +0200
Merge remote-tracking branch 'origin/poppler-0.24'
commit 7d1de78ad79162217ee0ca6c2e99ce51017a327d
-Merge: 7e0d969 fbea224
+Merge: 7e0d969d fbea2241
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Aug 18 16:40:34 2013 +0200
@@ -10842,7 +14937,7 @@ Date: Sat Aug 17 01:32:38 2013 +0200
1 file changed, 2 insertions(+), 6 deletions(-)
commit 7e0d969dc2439637ab16e609df8223504316f87d
-Merge: 6efc0c7 ef64206
+Merge: 6efc0c7a ef642065
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Aug 17 01:13:30 2013 +0200
@@ -10940,7 +15035,7 @@ Date: Tue Aug 13 19:39:30 2013 +0200
2 files changed, 27 insertions(+), 2 deletions(-)
commit 8a1740b0b6ee4b217ecbe9d0046e4afa491e9f17
-Merge: b27588c c3f953d
+Merge: b27588c4 c3f953dc
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Aug 12 22:47:44 2013 +0200
@@ -10965,7 +15060,7 @@ Date: Mon Aug 12 22:42:13 2013 +0200
1 file changed, 3 insertions(+), 3 deletions(-)
commit b8b5773386ee4f57e72c2b867421cdff8a2eab5a
-Merge: 5f9d385 62d079b
+Merge: 5f9d385d 62d079b4
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Aug 8 20:47:05 2013 +0200
@@ -10985,7 +15080,7 @@ Date: Thu Aug 8 20:45:08 2013 +0200
1 file changed, 6 insertions(+), 9 deletions(-)
commit 5f9d385dbec3148614b84ae24cae47177e18dbfc
-Merge: af450a8 86dbc5f
+Merge: af450a88 86dbc5f6
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Aug 8 20:41:25 2013 +0200
@@ -11590,7 +15685,7 @@ Date: Wed Jun 26 11:33:55 2013 +0200
1 file changed, 4 insertions(+), 4 deletions(-)
commit e27c1057caf4d878a0dc43c92c9e0b565db8fe40
-Merge: c55b577 ee8cfbc
+Merge: c55b577c ee8cfbc7
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Jun 25 19:17:13 2013 +0200
@@ -12044,7 +16139,7 @@ Date: Thu May 16 16:16:32 2013 +0200
1 file changed, 18 insertions(+)
commit 07992075a6d1d29db57f997f67d5a4a6deacbbb4
-Merge: 4a0bd6f 25f453e
+Merge: 4a0bd6fd 25f453ef
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Jun 9 12:17:53 2013 +0200
@@ -12090,7 +16185,7 @@ Date: Sun Jun 9 12:08:06 2013 +0200
1 file changed, 2 insertions(+), 1 deletion(-)
commit 4a0bd6fdb2e9e3c589e1bdb282e7c2bfca8567b1
-Merge: bbd27c9 17a16a2
+Merge: bbd27c92 17a16a27
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Jun 9 12:06:10 2013 +0200
@@ -12309,7 +16404,7 @@ Date: Fri May 31 12:24:55 2013 +0200
1 file changed, 2 insertions(+), 2 deletions(-)
commit 01a825f3f9f5dcf686fc123d2cf80b9c525d0d89
-Merge: a57f937 b4b1310
+Merge: a57f9378 b4b13102
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Jun 1 13:47:29 2013 +0200
@@ -12370,7 +16465,7 @@ Date: Mon May 27 23:40:07 2013 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 30282d3fdbbb3029d9a0f838b2cd979bb962235c
-Merge: 61f6658 56044ef
+Merge: 61f66588 56044ef4
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon May 27 00:20:12 2013 +0200
@@ -12431,7 +16526,7 @@ Date: Mon May 20 00:09:45 2013 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 71d327194293cb3d1a0e274eaf4451c7afe81e8a
-Merge: 7b2df1f 6a98b56
+Merge: 7b2df1f9 6a98b56f
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri May 17 23:04:12 2013 +0200
@@ -12461,7 +16556,7 @@ Date: Fri May 17 20:56:51 2013 +0200
2 files changed, 167 insertions(+)
commit 54f539b4436a1a3e0eab2ef0904c302865082982
-Merge: b3d8f51 3a6e2de
+Merge: b3d8f510 3a6e2de1
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu May 16 21:27:47 2013 +0200
@@ -12565,7 +16660,7 @@ Date: Mon May 13 23:00:40 2013 +0200
1 file changed, 1 insertion(+)
commit 30a519f21dd5df8d41a43a58b2cbd95fe657df73
-Merge: 998a9e7 0c0aef2
+Merge: 998a9e7c 0c0aef20
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon May 13 20:40:04 2013 +0200
@@ -12605,7 +16700,7 @@ Date: Mon May 13 19:51:52 2013 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 998a9e7c982a72b0e931304b719de40f30094d12
-Merge: 5e73cb0 73d09cd
+Merge: 5e73cb05 73d09cd5
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon May 13 19:30:26 2013 +0200
@@ -12626,7 +16721,7 @@ Date: Mon May 13 19:28:40 2013 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5e73cb059e27f68b329513de609d52e84d73f8af
-Merge: 5e9654a b3e44fc
+Merge: 5e9654a3 b3e44fc5
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue May 7 22:00:02 2013 +0200
@@ -12644,7 +16739,7 @@ Date: Tue May 7 21:53:31 2013 +0200
1 file changed, 2 insertions(+), 2 deletions(-)
commit 5e9654a3eb28b2c8b0985545778dd0e45829f8e1
-Merge: eeecd97 a107428
+Merge: eeecd971 a107428e
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Apr 25 20:45:34 2013 +0200
@@ -12753,7 +16848,7 @@ Date: Sat Apr 20 16:41:56 2013 +0200
1 file changed, 19 insertions(+), 18 deletions(-)
commit fd648e83e60db7157b7273ffddc02308b0c5813b
-Merge: 970e9f6 53b9cec
+Merge: 970e9f63 53b9cec6
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Apr 21 23:30:16 2013 +0200
@@ -12782,7 +16877,7 @@ Date: Fri Apr 12 13:26:55 2013 +0200
1 file changed, 3 insertions(+), 5 deletions(-)
commit f8bf602620b3c7570f483ac66fc4d6a76a81a882
-Merge: bbd27dc 62a5b4d
+Merge: bbd27dc4 62a5b4d5
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Apr 14 16:40:51 2013 +0200
@@ -12808,7 +16903,7 @@ Date: Sun Apr 14 16:37:14 2013 +0200
3 files changed, 7 insertions(+), 2 deletions(-)
commit bbd27dc4ce7b24af890d80f597f74e5d7ee0215a
-Merge: ea3698c 5bc0080
+Merge: ea3698cf 5bc00809
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Apr 12 00:10:27 2013 +0200
@@ -12861,7 +16956,7 @@ Date: Thu Apr 11 23:22:20 2013 +0200
4 files changed, 4 insertions(+), 4 deletions(-)
commit ea3698cfffc9c132081f5691287ef1fd17911b2a
-Merge: fcc1468 aaaea5d
+Merge: fcc14682 aaaea5d0
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Apr 10 20:42:01 2013 +0200
@@ -12880,7 +16975,7 @@ Date: Wed Apr 10 16:41:48 2013 +0200
2 files changed, 4 insertions(+), 4 deletions(-)
commit fcc14682899ff4981bfece74dbc8c290a625b05c
-Merge: f11e216 e6559a0
+Merge: f11e2162 e6559a0d
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Apr 7 17:44:12 2013 +0200
@@ -12904,7 +16999,7 @@ Date: Sun Apr 7 17:42:23 2013 +0200
4 files changed, 15 insertions(+), 6 deletions(-)
commit f11e21627121c3ff81c0ec7f4d71936a2dd590c3
-Merge: e1ffa91 b9fdb0c
+Merge: e1ffa910 b9fdb0cb
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Apr 6 23:26:54 2013 +0200
@@ -12953,7 +17048,7 @@ Date: Sat Apr 6 23:20:48 2013 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 94bee4601cbbda0e7c6205a04650e0510f198aee
-Merge: 42368fb b312210
+Merge: 42368fb9 b312210b
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Apr 6 23:19:25 2013 +0200
@@ -13154,7 +17249,7 @@ Date: Sat Mar 9 08:44:36 2013 -0600
2 files changed, 25 insertions(+), 8 deletions(-)
commit 8cbdbc64897a34beb226d4dc4c58095f10013f29
-Merge: 2bce2cf a01e2d4
+Merge: 2bce2cf2 a01e2d41
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Mar 20 22:37:06 2013 +0100
@@ -13184,7 +17279,7 @@ Date: Tue Mar 19 22:53:47 2013 +0100
2 files changed, 36 insertions(+)
commit b2d07cbf0c2f94bd25e1422e366ff78031815867
-Merge: 80cf78f 3206950
+Merge: 80cf78f2 32069506
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Mar 18 21:06:59 2013 +0100
@@ -13220,7 +17315,7 @@ Date: Mon Mar 18 18:15:14 2013 +0100
1 file changed, 2 insertions(+), 1 deletion(-)
commit 80cf78f2020e2f4cf33ed49fe522c6861d710588
-Merge: b21780e 72c8312
+Merge: b21780e6 72c8312d
Author: Adrian Johnson <ajohnson@redneon.com>
Date: Mon Mar 18 20:02:08 2013 +1030
@@ -13247,7 +17342,7 @@ Date: Sat Mar 16 23:20:35 2013 +0100
1 file changed, 1 insertion(+), 1 deletion(-)
commit 75849a0d7c205c048714b90883695b6bebd2298c
-Merge: ec7140b 5a51812
+Merge: ec7140b3 5a51812b
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Mar 12 20:27:59 2013 +0100
@@ -13280,7 +17375,7 @@ Date: Mon Mar 11 19:20:06 2013 +0100
6 files changed, 22 insertions(+), 6 deletions(-)
commit ec7140b3f56b034fbbc53cb8066ba01fe9f60f47
-Merge: c86062f 5db6585
+Merge: c86062f9 5db6585c
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Mar 8 16:41:21 2013 +0100
@@ -13314,7 +17409,7 @@ Date: Fri Mar 8 16:37:11 2013 +0100
4 files changed, 30 insertions(+), 10 deletions(-)
commit c86062f982d6eb08cb27b654b6317c71ab77c692
-Merge: 677e5b2 4e142b6
+Merge: 677e5b26 4e142b60
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Mar 4 20:13:36 2013 +0100
@@ -13390,7 +17485,7 @@ Date: Sun Mar 3 18:00:11 2013 +0100
14 files changed, 145 insertions(+), 237 deletions(-)
commit 1f4a012f7570ffd2120e3e8c2236de5408f3dda3
-Merge: 15d4039 a766740
+Merge: 15d40392 a766740c
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Mar 1 19:16:52 2013 +0100
@@ -13408,7 +17503,7 @@ Date: Fri Mar 1 19:12:22 2013 +0100
1 file changed, 10 insertions(+), 4 deletions(-)
commit 15d40392a29dded8a29c2dc9d7c15b402515e033
-Merge: be5d9af 39882df
+Merge: be5d9af3 39882dfe
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Feb 28 19:46:59 2013 +0100
@@ -13467,7 +17562,7 @@ Date: Wed Feb 20 23:12:17 2013 +0100
11 files changed, 139 insertions(+), 45 deletions(-)
commit 60c5e072d4b930507469e6e8c234971725a4aa26
-Merge: 0d42a6d 8d62625
+Merge: 0d42a6da 8d626256
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Feb 20 21:08:53 2013 +0100
@@ -13485,7 +17580,7 @@ Date: Wed Feb 20 21:07:10 2013 +0100
1 file changed, 2 insertions(+), 1 deletion(-)
commit 0d42a6dab479d27de1ecb2b47ad3f7568b1ee638
-Merge: 7eb7880 8fb243b
+Merge: 7eb78809 8fb243bf
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Feb 20 00:00:09 2013 +0100
@@ -13512,7 +17607,7 @@ Date: Tue Feb 19 23:11:46 2013 +0100
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7eb7880907cb7b6bd1032013d6ce4c49aa3525c4
-Merge: 2c84acb 1389aa4
+Merge: 2c84acbf 1389aa41
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Feb 19 22:26:37 2013 +0100
@@ -13528,7 +17623,7 @@ Date: Tue Feb 19 22:25:56 2013 +0100
1 file changed, 2 insertions(+), 2 deletions(-)
commit 2c84acbfd02eeeaf0d20542798e907cb011c1e57
-Merge: 401c35b ffd33e7
+Merge: 401c35b7 ffd33e7b
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Feb 19 11:32:11 2013 +0100
@@ -13562,7 +17657,7 @@ Date: Mon Feb 18 22:33:07 2013 +0100
1 file changed, 1 insertion(+), 1 deletion(-)
commit 94364adade4dc27e5d80bc14511d4f2b7ea4ab0d
-Merge: 164805b 47f30fa
+Merge: 164805b4 47f30fa9
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Feb 18 20:34:34 2013 +0100
@@ -13594,7 +17689,7 @@ Date: Mon Feb 18 20:05:12 2013 +0100
6 files changed, 198 insertions(+), 160 deletions(-)
commit 527b91a0ef97906041ffe57e88f0d26e1c407af0
-Merge: df35562 95609be
+Merge: df355624 95609be5
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Feb 18 19:49:14 2013 +0100
@@ -13613,7 +17708,7 @@ Date: Mon Feb 18 19:47:19 2013 +0100
1 file changed, 4 insertions(+), 4 deletions(-)
commit df3556240d5e4b4546b3c42b29be6d2be83a2802
-Merge: 4dacd7c 5c7057c
+Merge: 4dacd7cd 5c7057c6
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Feb 12 23:55:24 2013 +0100
@@ -13630,7 +17725,7 @@ Date: Tue Feb 12 23:54:47 2013 +0100
2 files changed, 10 insertions(+), 10 deletions(-)
commit 4dacd7cdeb19d16fe7737c71e34904c7363c6b63
-Merge: 7f2c255 9fc4b9f
+Merge: 7f2c255f 9fc4b9f7
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Feb 12 22:59:56 2013 +0100
@@ -13669,7 +17764,7 @@ Date: Tue Feb 12 22:48:40 2013 +0100
11 files changed, 110 insertions(+), 24 deletions(-)
commit c2ebcbea2267f861c491c0cd6c1fbf2dc2aff7d2
-Merge: 48ed05d dca21f8
+Merge: 48ed05d9 dca21f86
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Feb 10 12:01:13 2013 +0100
@@ -14703,7 +18798,7 @@ Date: Sat Dec 1 22:34:00 2012 +0100
1 file changed, 1 insertion(+), 1 deletion(-)
commit c7ae96b162e8a05269a54c31f8e7c411edc84553
-Merge: 1f279c3 b1dacd1
+Merge: 1f279c32 b1dacd1e
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Dec 1 21:26:24 2012 +0100
@@ -15439,7 +19534,7 @@ Date: Fri Nov 9 20:02:25 2012 +0100
8 files changed, 22 insertions(+), 8 deletions(-)
commit 98b7cfd289abb53a745a88d6ec99e95df477fc8f
-Merge: 40efa72 d254174
+Merge: 40efa729 d254174e
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Nov 9 00:38:19 2012 +0100
@@ -15679,7 +19774,7 @@ Date: Wed Oct 24 18:37:06 2012 +0200
1 file changed, 438 insertions(+), 438 deletions(-)
commit 77a980472e76b568346a49057b0217111a14a4cd
-Merge: 74d6217 46fb365
+Merge: 74d6217b 46fb3653
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Oct 23 00:23:53 2012 +0200
@@ -15737,7 +19832,7 @@ Date: Fri Oct 19 17:22:13 2012 +0200
1 file changed, 4 insertions(+), 2 deletions(-)
commit f38194cfae8f8690bc3767cbdcf140519564366c
-Merge: 80cf434 5312984
+Merge: 80cf4347 5312984b
Author: Albert Astals Cid <aacid@kde.org>
Date: Fri Oct 19 00:02:02 2012 +0200
@@ -15764,7 +19859,7 @@ Date: Wed Oct 17 08:27:13 2012 +0200
2 files changed, 38 insertions(+)
commit 0b3ff2dc4e1ba37dd66f5913b10a9d69e31c40ce
-Merge: fb5cb0f 528b64b
+Merge: fb5cb0fb 528b64bb
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Oct 17 00:28:40 2012 +0200
@@ -16040,7 +20135,7 @@ Date: Sat Oct 6 10:26:55 2012 +0200
2 files changed, 8 insertions(+)
commit 042d332c1c9f628e3bfaabf3da9e04436a8677b5
-Merge: 7b9a9f8 e044814
+Merge: 7b9a9f80 e044814c
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Oct 4 00:53:01 2012 +0200
@@ -16058,7 +20153,7 @@ Date: Thu Oct 4 00:51:04 2012 +0200
1 file changed, 4 insertions(+)
commit 7b9a9f809d07303fe5adff9210731613df8b2adf
-Merge: 3b0962c 9451b7a
+Merge: 3b0962cd 9451b7a6
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Oct 3 01:24:04 2012 +0200
@@ -16076,7 +20171,7 @@ Date: Wed Oct 3 01:21:45 2012 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3b0962cd14b15ce92c0916f58ed5ba00aebe80b0
-Merge: a9d7ea2 42908e6
+Merge: a9d7ea2e 42908e6e
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Oct 2 19:51:48 2012 +0200
@@ -16094,7 +20189,7 @@ Date: Tue Oct 2 19:31:04 2012 +0200
1 file changed, 8 insertions(+), 7 deletions(-)
commit a9d7ea2eb549acbf6ca7e2a299ffed46ff3d8758
-Merge: 397d7b4 9bb6845
+Merge: 397d7b45 9bb68456
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Sep 26 15:31:29 2012 +0200
@@ -16115,7 +20210,7 @@ Date: Wed Sep 26 15:13:47 2012 +0200
1 file changed, 1 insertion(+)
commit 397d7b4597ad4bc8ab41fd7a99078473a3c93eb0
-Merge: 6013d49 2c0f70a
+Merge: 6013d49d 2c0f70af
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Sep 26 15:00:04 2012 +0200
@@ -16198,7 +20293,7 @@ Date: Wed Sep 26 11:48:14 2012 +0200
1 file changed, 8 insertions(+)
commit 6013d49d852c58c4c23f787fd7dd64731c0918f1
-Merge: b97c28c 671df5d
+Merge: b97c28c4 671df5da
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Sep 26 00:53:28 2012 +0200
@@ -16214,7 +20309,7 @@ Date: Wed Sep 26 00:52:32 2012 +0200
1 file changed, 3 insertions(+), 1 deletion(-)
commit b97c28c42a18d1c2a8fabea52c092d948811d582
-Merge: 32bb874 f8c116f
+Merge: 32bb8741 f8c116f1
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Sep 25 23:22:23 2012 +0200
@@ -16383,7 +20478,7 @@ Date: Sun Sep 16 17:53:47 2012 +0200
3 files changed, 48 insertions(+), 34 deletions(-)
commit e8b6d2ac3a874dd5de166b52625fa628004ea5fe
-Merge: 7cb4072 9f51baa
+Merge: 7cb40726 9f51baaf
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Sep 16 14:08:34 2012 +0200
@@ -16408,7 +20503,7 @@ Date: Sun Sep 16 14:05:01 2012 +0200
1 file changed, 6 insertions(+), 1 deletion(-)
commit 7cb40726f9e80ee2b2f27ca6ce151b46c6ec091d
-Merge: e980d11 c6d7084
+Merge: e980d110 c6d7084d
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Sep 16 13:50:19 2012 +0200
@@ -16430,7 +20525,7 @@ Date: Sun Sep 16 13:48:51 2012 +0200
3 files changed, 131 insertions(+), 2 deletions(-)
commit e980d11061c19f13c75f93506e07903b4d1c7f97
-Merge: b72c02d 3658088
+Merge: b72c02d1 36580883
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Sep 15 20:41:50 2012 +0200
@@ -16603,7 +20698,7 @@ Date: Tue Sep 11 23:33:25 2012 +0200
14 files changed, 1415 insertions(+), 487 deletions(-)
commit cb2ed646c4ef4161e443ee0a377d1111b3be28ff
-Merge: f3a1b76 3ce4d21
+Merge: f3a1b765 3ce4d213
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Sep 11 19:29:19 2012 +0200
@@ -16679,7 +20774,7 @@ Date: Mon Sep 10 19:29:01 2012 +0200
6 files changed, 19 insertions(+), 6 deletions(-)
commit 1b40cdd9f863cd3868db85b5ccfa77a8350c56d6
-Merge: 6c40a55 b3e86db
+Merge: 6c40a553 b3e86dbd
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Sep 10 18:49:52 2012 +0200
@@ -16698,7 +20793,7 @@ Date: Sun Sep 9 23:35:45 2012 +0200
2 files changed, 14 insertions(+), 4 deletions(-)
commit 6c40a553a3c8825931c59797059392fd110531cc
-Merge: 17fc1bf 558a7d9
+Merge: 17fc1bfa 558a7d9b
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Sep 9 23:27:40 2012 +0200
@@ -16807,7 +20902,7 @@ Date: Sun Sep 9 21:15:06 2012 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 17fc1bfa8013cafe3b348f0cc07ef08bf9c7dd9a
-Merge: e0118be a4f5911
+Merge: e0118be3 a4f59113
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Sep 9 12:52:49 2012 +0200
@@ -16832,7 +20927,7 @@ Date: Sun Sep 9 12:48:26 2012 +0200
1 file changed, 8 insertions(+)
commit e0118be3ba38bd00fa2a9c20c5b4cd82e820ba0b
-Merge: 2c41430 ccd3db5
+Merge: 2c414307 ccd3db5a
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Sep 8 18:15:43 2012 +0200
@@ -21346,7 +25441,7 @@ Date: Tue Feb 14 19:37:21 2012 +0100
9 files changed, 308 insertions(+), 167 deletions(-)
commit b505920db6d3dac58c7e9f4f8917f4c4449b08a0
-Merge: 9250449 a631281
+Merge: 9250449a a6312817
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Feb 14 19:18:54 2012 +0100
@@ -21490,7 +25585,7 @@ Date: Mon Feb 6 19:55:07 2012 +0100
12 files changed, 26 insertions(+), 49 deletions(-)
commit ea6bc19564865e04431d9154802ae7fba975a716
-Merge: e17f095 92ce79f
+Merge: e17f0956 92ce79f4
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Feb 6 01:18:25 2012 +0100
@@ -23215,7 +27310,7 @@ Date: Sat Sep 24 09:43:05 2011 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 718c735aed540aa49b8dde250ca886c6ad93f5b6
-Merge: 6721916 69707f0
+Merge: 6721916c 69707f0a
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date: Sat Sep 24 09:38:52 2011 +0200
@@ -23313,7 +27408,7 @@ Date: Sun Sep 18 18:16:14 2011 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6721916c92d720947b3285c85fdbe6610c6bf013
-Merge: 8456a6e e23f6b9
+Merge: 8456a6e1 e23f6b9c
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date: Sun Sep 18 16:31:10 2011 +0200
@@ -23435,7 +27530,7 @@ Date: Sun Sep 18 11:36:11 2011 +0200
2 files changed, 91 insertions(+), 25 deletions(-)
commit 258d56ba85902a8ab50eec3fe66dd6425226fa59
-Merge: 72a7736 12c6239
+Merge: 72a77363 12c6239c
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date: Sun Sep 18 11:12:38 2011 +0200
@@ -25122,7 +29217,7 @@ Date: Tue Aug 30 16:21:40 2011 +0200
4 files changed, 69 insertions(+), 66 deletions(-)
commit f298e7f844105f2d9a36144e59be86c341e37507
-Merge: 2a6bd7a 0ca5453
+Merge: 2a6bd7aa 0ca5453f
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Aug 30 16:21:58 2011 +0200
@@ -33711,7 +37806,7 @@ Date: Mon Mar 22 21:49:22 2010 +0100
1 file changed, 7 insertions(+), 2 deletions(-)
commit 0819acd52a2ce74f0e176626d7b2233e10232d53
-Merge: c4ddbe8 92738eb
+Merge: c4ddbe89 92738ebb
Author: Pino Toscano <pino@kde.org>
Date: Mon Mar 22 21:43:01 2010 +0100
@@ -35115,7 +39210,7 @@ Date: Sun Feb 21 21:06:31 2010 +0100
1 file changed, 2 insertions(+), 2 deletions(-)
commit a18dab9e53a20a76eb46fa3a868fffdd3c754ce2
-Merge: fa09892 f3862f7
+Merge: fa098929 f3862f7d
Author: Pino Toscano <pino@kde.org>
Date: Sun Feb 21 19:56:38 2010 +0100
@@ -41537,7 +45632,7 @@ Date: Mon Dec 22 00:46:49 2008 +0100
1 file changed, 1 insertion(+), 1 deletion(-)
commit bfb975466f0ff78e9e292b6af7cac66e4c331456
-Merge: 3e27892 ea3546f
+Merge: 3e278925 ea3546f8
Author: Pino Toscano <pino@kde.org>
Date: Mon Dec 22 00:29:38 2008 +0100
@@ -42649,7 +46744,7 @@ Date: Mon Sep 29 21:14:40 2008 +0200
1 file changed, 2 insertions(+), 1 deletion(-)
commit a29984ab777c64a1cb286b667a6a91ad9b191f40
-Merge: f399afe 6865872
+Merge: f399afe6 68658721
Author: Pino Toscano <pino@kde.org>
Date: Sun Sep 28 23:39:08 2008 +0200
@@ -43271,7 +47366,7 @@ Date: Tue Sep 2 19:16:55 2008 +0200
1 file changed, 3 insertions(+)
commit 630aa133017d15ddc7bf96c79f43c5b60fa9749a
-Merge: b2bc9b3 de82255
+Merge: b2bc9b3f de822554
Author: Pino Toscano <pino@kde.org>
Date: Tue Sep 2 01:25:55 2008 +0200
@@ -43576,7 +47671,7 @@ Date: Sun Aug 24 19:25:27 2008 +0200
4 files changed, 5 insertions(+), 5 deletions(-)
commit 22f6af73961686895f207fe13022a21333455862
-Merge: 12a9e42 6d6913a
+Merge: 12a9e427 6d6913a7
Author: Pino Toscano <pino@kde.org>
Date: Sun Aug 24 19:03:24 2008 +0200
@@ -45064,7 +49159,7 @@ Date: Sat Apr 26 18:12:51 2008 +0200
1 file changed, 2 insertions(+), 2 deletions(-)
commit f9c7e8037b7165b6271ce7aea0d315053c4d66a5
-Merge: 59d33d8 f5fec4f
+Merge: 59d33d8e f5fec4fd
Author: Pino Toscano <pino@kde.org>
Date: Sat Apr 26 18:09:59 2008 +0200
@@ -45366,7 +49461,7 @@ Date: Sat Apr 12 21:08:54 2008 +0200
1 file changed, 1 insertion(+), 1 deletion(-)
commit bc2b2ffd2144f951c311e968fba4bc50b7c43ff3
-Merge: cd5afe6 bacc1dd
+Merge: cd5afe6d bacc1dd9
Author: Iñigo Martínez <inigomartinez@gmail.com>
Date: Sat Apr 12 17:40:49 2008 +0200
@@ -46270,7 +50365,7 @@ Date: Wed Mar 12 21:43:12 2008 +1030
1 file changed, 4 insertions(+), 3 deletions(-)
commit 0b2c3bb25c908b07e760d824dbfe93c6051812aa
-Merge: 362fe01 9c472f7
+Merge: 362fe013 9c472f76
Author: Iñigo Martínez <inigomartinez@gmail.com>
Date: Wed Mar 12 00:23:58 2008 +0100
@@ -46311,7 +50406,7 @@ Date: Tue Mar 11 23:58:05 2008 +0100
4 files changed, 11 insertions(+), 10 deletions(-)
commit d7e642732ced592362d9787bddadb7a110dcc5a5
-Merge: 3642f0c 2d6c605
+Merge: 3642f0c4 2d6c6053
Author: Iñigo Martínez <inigomartinez@gmail.com>
Date: Tue Mar 11 23:41:59 2008 +0100
@@ -46358,7 +50453,7 @@ Date: Tue Mar 11 22:49:00 2008 +0100
2 files changed, 620 insertions(+)
commit 43e5dd941d4bc35c4eebbad66c13235639e0c1a0
-Merge: aab1768 4fdd254
+Merge: aab17684 4fdd2543
Author: Albert Astals Cid <aacid@kde.org>
Date: Tue Mar 11 22:31:22 2008 +0100
@@ -46445,7 +50540,7 @@ Date: Mon Mar 10 22:08:43 2008 +0100
1 file changed, 40 insertions(+), 5 deletions(-)
commit 94ceb3cae79dc7786fa59fd889a87160780ed5df
-Merge: 0f9e843 35f34bd
+Merge: 0f9e8430 35f34bd4
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Mar 9 23:34:11 2008 +0100
@@ -46589,7 +50684,7 @@ Date: Wed Feb 27 22:56:33 2008 +0100
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5b2f8f21fca63508570a0c77c6f7221a322e6e57
-Merge: 7e65118 4254f12
+Merge: 7e651186 4254f123
Author: Pino Toscano <pino@kde.org>
Date: Wed Feb 27 22:10:12 2008 +0100
@@ -46614,7 +50709,7 @@ Date: Wed Feb 27 22:03:17 2008 +0100
2 files changed, 39 insertions(+), 6 deletions(-)
commit 4254f1237ebed09b8e1c85f935a20bde3d8f36ff
-Merge: ed6c0c2 0569ae7
+Merge: ed6c0c26 0569ae76
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Feb 27 20:44:27 2008 +0100
@@ -46664,7 +50759,7 @@ Date: Wed Feb 27 20:42:55 2008 +0100
4 files changed, 6 insertions(+), 6 deletions(-)
commit 0569ae76b6af1723b4606af189242a23199f387d
-Merge: f395531 d8eba8c
+Merge: f395531a d8eba8c1
Author: Brad Hards <bradh@kde.org>
Date: Thu Feb 28 06:26:09 2008 +1100
@@ -47304,7 +51399,7 @@ Date: Mon Feb 18 23:34:06 2008 +0100
5 files changed, 102 insertions(+), 6 deletions(-)
commit 3c407efe9f1f0cc3f6366d3a2b6e9b687656cc95
-Merge: 51f0cea 7f4acb8
+Merge: 51f0cea0 7f4acb87
Author: Pino Toscano <pino@kde.org>
Date: Mon Feb 18 21:30:42 2008 +0100
@@ -47630,7 +51725,7 @@ Date: Wed Feb 13 20:55:18 2008 +0100
1 file changed, 1 insertion(+)
commit 9cfe10ab7f51d329647e102e446baaef043d8cc6
-Merge: e918729 7d65b4d
+Merge: e9187292 7d65b4da
Author: Pino Toscano <pino@kde.org>
Date: Wed Feb 13 20:53:43 2008 +0100
@@ -47719,7 +51814,7 @@ Date: Wed Feb 13 18:42:49 2008 +0100
2 files changed, 4 insertions(+), 4 deletions(-)
commit 7574cb71f24ce5b32427f243c39b6029fb58ec81
-Merge: e798802 4e45e5c
+Merge: e798802f 4e45e5ca
Author: Pino Toscano <pino@kde.org>
Date: Wed Feb 13 01:07:31 2008 +0100
@@ -47867,7 +51962,7 @@ Date: Mon Feb 11 02:27:19 2008 +0100
3 files changed, 115 insertions(+)
commit 278b33f25df418ef12798100002845a3e2ceebd3
-Merge: c730b33 fdb0a4a
+Merge: c730b33f fdb0a4a2
Author: Pino Toscano <pino@kde.org>
Date: Mon Feb 11 00:57:24 2008 +0100
@@ -47938,7 +52033,7 @@ Date: Sun Feb 10 01:09:57 2008 +0100
1 file changed, 3 insertions(+), 3 deletions(-)
commit d3275e4263372b534c276f81d0c997ecb6675487
-Merge: c2186c1 5347a97
+Merge: c2186c18 5347a97e
Author: Albert Astals Cid <aacid@kde.org>
Date: Sat Feb 9 23:57:03 2008 +0100
@@ -47978,7 +52073,7 @@ Date: Sat Feb 9 18:23:59 2008 +0100
2 files changed, 37 insertions(+), 2 deletions(-)
commit afb255366d56551bdc307766199bef9c5021d3ac
-Merge: 8c44b17 8cb0e75
+Merge: 8c44b175 8cb0e752
Author: Pino Toscano <pino@kde.org>
Date: Sat Feb 9 17:58:49 2008 +0100
@@ -48015,7 +52110,7 @@ Date: Sat Feb 9 13:37:04 2008 +0100
1 file changed, 2 insertions(+), 2 deletions(-)
commit 5fb0c9d31c1abf2e6ad306c112fbd2a7c33d8772
-Merge: 2655663 2255c85
+Merge: 26556636 2255c85e
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date: Sat Feb 9 13:15:15 2008 +0100
@@ -48036,7 +52131,7 @@ Date: Sat Feb 9 13:14:41 2008 +0100
4 files changed, 79 insertions(+), 7 deletions(-)
commit 2255c85e4939a0752083dca21984ff4398baf8d2
-Merge: 5ba9287 56c9246
+Merge: 5ba92876 56c92460
Author: Pino Toscano <pino@kde.org>
Date: Sat Feb 9 12:49:45 2008 +0100
@@ -48165,7 +52260,7 @@ Date: Fri Feb 8 02:21:32 2008 +0100
3 files changed, 11 insertions(+), 11 deletions(-)
commit 1aeba15b5eb9b30943259824678ebc9e4f56e870
-Merge: a489063 22d10c1
+Merge: a4890637 22d10c19
Author: Pino Toscano <pino@kde.org>
Date: Fri Feb 8 01:39:16 2008 +0100
@@ -48278,7 +52373,7 @@ Date: Thu Feb 7 01:07:28 2008 +0100
1 file changed, 13 insertions(+), 13 deletions(-)
commit c31990dfe50c7a0e3999e6d967699fce5ccb3339
-Merge: 7701e2a 6d58cda
+Merge: 7701e2a5 6d58cda8
Author: Pino Toscano <pino@kde.org>
Date: Tue Feb 5 00:38:00 2008 +0100
@@ -48305,7 +52400,7 @@ Date: Mon Feb 4 23:33:51 2008 +0100
1 file changed, 4 insertions(+), 1 deletion(-)
commit aa0435f1544fe1adcf10173e34eaeaf2a7a703c7
-Merge: b43f4e9 37600b5
+Merge: b43f4e9a 37600b5e
Author: Pino Toscano <pino@kde.org>
Date: Mon Feb 4 20:56:53 2008 +0100
@@ -48491,7 +52586,7 @@ Date: Tue Jan 29 20:23:08 2008 +0100
4 files changed, 13 insertions(+), 8 deletions(-)
commit 77b91c852ad3d5554afc03aee92a1d928f233401
-Merge: 0babb0e 0533696
+Merge: 0babb0eb 05336967
Author: Albert Astals Cid <aacid@kde.org>
Date: Mon Jan 28 20:44:34 2008 +0100
@@ -48927,7 +53022,7 @@ Date: Thu Jan 10 23:51:54 2008 +0100
1 file changed, 2 insertions(+), 2 deletions(-)
commit 348f4f9d9d5b0f91da6f46e0fcefec80255d4179
-Merge: 8a8a4f0 4eca2e0
+Merge: 8a8a4f01 4eca2e04
Author: Albert Astals Cid <tsdgeos@bluebox.localdomain>
Date: Sat Jan 5 23:03:06 2008 +0100
@@ -49223,7 +53318,7 @@ Date: Mon Dec 10 22:00:30 2007 +0100
1 file changed, 1 insertion(+), 1 deletion(-)
commit e807f9c72c7f0c5cc0655918f676f4af54739442
-Merge: bf57117 e2ea743
+Merge: bf57117d e2ea7430
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Dec 9 18:07:30 2007 +0100
@@ -49271,7 +53366,7 @@ Date: Thu Dec 6 23:58:26 2007 +0100
1 file changed, 1 insertion(+), 1 deletion(-)
commit bb0ec68f21d355081ff75aad641bc3809141e398
-Merge: 5a34cdd b925ea2
+Merge: 5a34cddf b925ea23
Author: Albert Astals Cid <aacid@kde.org>
Date: Thu Dec 6 18:38:54 2007 +0100
@@ -49448,7 +53543,7 @@ Date: Thu Nov 8 23:34:07 2007 +0100
1 file changed, 15 insertions(+), 6 deletions(-)
commit 944d327fd7036332a33b4ad6476ceca7a650ef6e
-Merge: fb1d1f4 c340255
+Merge: fb1d1f45 c340255f
Author: Albert Astals Cid <aacid@kde.org>
Date: Wed Nov 7 23:52:47 2007 +0100
@@ -49496,7 +53591,7 @@ Date: Mon Nov 5 20:31:18 2007 +1100
2 files changed, 46 insertions(+), 1 deletion(-)
commit 570fe464a2aae4f22d0b47cce73b8bc36b116e9f
-Merge: 1c7b7a0 7875067
+Merge: 1c7b7a0c 78750679
Author: Brad Hards <bradh@kde.org>
Date: Mon Nov 5 15:55:39 2007 +1100
@@ -49616,7 +53711,7 @@ Date: Sun Nov 4 14:03:35 2007 +0100
1 file changed, 8 deletions(-)
commit d694e1dd042fb97fbc62046b69cafe30d6f9ea58
-Merge: ba5b31c 432e657
+Merge: ba5b31c6 432e657a
Author: Albert Astals Cid <aacid@kde.org>
Date: Sun Nov 4 13:26:47 2007 +0100
@@ -49745,7 +53840,7 @@ Date: Thu Oct 25 20:56:58 2007 +0200
3 files changed, 522 insertions(+), 1 deletion(-)
commit 6bd637dc135045b20abf024d394538d7a3160795
-Merge: c01ab71 25b273d
+Merge: c01ab714 25b273db
Author: Albert Astals Cid <tsdgeos@bluebox.localdomain>
Date: Tue Oct 23 23:27:01 2007 +0200
@@ -50006,7 +54101,7 @@ Date: Fri Sep 28 21:01:50 2007 +0200
5 files changed, 527 insertions(+), 4 deletions(-)
commit d0c0f26d2c95232c216e3daa15e98a3aff14ac27
-Merge: 59d55f7 38d5bb1
+Merge: 59d55f73 38d5bb15
Author: Krzysztof Kowalczyk <kkowalczyk@gmail.com>
Date: Tue Sep 25 03:33:52 2007 -0700