CMakeLists.txt | 2 - NEWS | 39 +++++++++++++++++++++++++++++++ configure.ac | 2 - cpp/Doxyfile | 2 - glib/reference/tmpl/poppler-action.sgml | 7 ++--- glib/reference/tmpl/poppler-annot.sgml | 9 ------- glib/reference/tmpl/poppler-private.sgml | 10 +++++++ glib/reference/tmpl/poppler-unused.sgml | 8 ++++++ glib/reference/tmpl/poppler.sgml | 10 +++++++ qt/poppler-page.cc | 2 - qt4/src/Doxyfile | 2 - qt4/src/poppler-document.cc | 2 - qt4/src/poppler-movie.cc | 3 +- qt4/src/poppler-page.cc | 2 - 14 files changed, 79 insertions(+), 21 deletions(-)
New commits: commit 5722df7a5387e43ec73f659ca58d2d07b9c4be3b Author: Albert Astals Cid <[email protected]> Date: Sat Mar 27 22:04:43 2010 +0000 poppler 0.13.2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bb1ff2..8411441 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ find_package(Threads) set(POPPLER_MAJOR_VERSION "0") set(POPPLER_MINOR_VERSION "13") -set(POPPLER_MICRO_VERSION "1") +set(POPPLER_MICRO_VERSION "2") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") # command line switches diff --git a/NEWS b/NEWS index 712074d..f809092 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +Release 0.13.2 (0.14 Beta 1) + + core: + * Improve Movie support + * Fix experimental Arthur backend to compile when if Splash backend is disable + * Fix usage of some streams in the Cairo backend + * Small improvements in the experimental Arthur backend + * Minor annotation improvements + * Rework LinkRendition to follow the spec + * Add support for Set-OCG-State actions + * Correctly initialize the grayscale softmask color in the Splash backend + * Correctly initialize actualText in TextOutputDev when initialization fails + * Various MSVC fixes + + utils: + + glib: + * Add support for Movie objects + * Add support for Screen annotations + * Add support for rendition actions + * Add support for OCG State actions + * Improvements to the demo + + qt4: + * Always compile the experimental Arthur backend + * Minor speed improvement in QPainter usage + * Add a search overload that takes doubles instead of QRectF + + cpp: + * Fix iconv usage + * use gmtime() when gmtime_r() is not available + * Fix building in autotools in windows + * {from,to}_utf_8() -> {from,to}_utf8() + + build system: + * Multiple CMake build system fixes + * Fix of some DIST targets in autotools + * Make finding of Qt3 in autotools use pkg-config + Release 0.13.1 (0.14 Alpha 2) core: diff --git a/configure.ac b/configure.ac index 61f0655..68509ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([poppler_version_major],[0]) m4_define([poppler_version_minor],[13]) -m4_define([poppler_version_micro],[1]) +m4_define([poppler_version_micro],[2]) m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro]) AC_PREREQ(2.59) diff --git a/cpp/Doxyfile b/cpp/Doxyfile index 2193872..62fd80a 100644 --- a/cpp/Doxyfile +++ b/cpp/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.13.1 +PROJECT_NUMBER = 0.13.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index 444aa6c..367a88b 100644 --- a/qt4/src/Doxyfile +++ b/qt4/src/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt4 " # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.13.1 +PROJECT_NUMBER = 0.13.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. commit b82fd707747b9d87ebf3c8f7ce5ab70ccdf82809 Author: Albert Astals Cid <[email protected]> Date: Sat Mar 27 22:00:58 2010 +0000 gtk-doc changes diff --git a/glib/reference/tmpl/poppler-action.sgml b/glib/reference/tmpl/poppler-action.sgml index 4a10a17..5d6dddf 100644 --- a/glib/reference/tmpl/poppler-action.sgml +++ b/glib/reference/tmpl/poppler-action.sgml @@ -30,6 +30,8 @@ Action links @POPPLER_ACTION_URI: @POPPLER_ACTION_NAMED: @POPPLER_ACTION_MOVIE: +...@poppler_action_rendition: +...@poppler_action_ocg_state: <!-- ##### ENUM PopplerDestType ##### --> <para> @@ -110,10 +112,7 @@ Action links @type: @title: @operation: -...@has_annotation_ref: -...@has_annotation_title: -...@annotation_title: -...@annotation_id: +...@movie: <!-- ##### STRUCT PopplerDest ##### --> <para> diff --git a/glib/reference/tmpl/poppler-annot.sgml b/glib/reference/tmpl/poppler-annot.sgml index e5046ec..b4105b9 100644 --- a/glib/reference/tmpl/poppler-annot.sgml +++ b/glib/reference/tmpl/poppler-annot.sgml @@ -142,15 +142,6 @@ Annotations @Returns: -<!-- ##### FUNCTION poppler_annot_get_id ##### --> -<para> - -</para> - -...@poppler_annot: -...@returns: - - <!-- ##### FUNCTION poppler_annot_get_modified ##### --> <para> diff --git a/glib/reference/tmpl/poppler-private.sgml b/glib/reference/tmpl/poppler-private.sgml index 001b34e..fb167da 100644 --- a/glib/reference/tmpl/poppler-private.sgml +++ b/glib/reference/tmpl/poppler-private.sgml @@ -43,6 +43,16 @@ poppler-private </para> +<!-- ##### ARG PopplerDocument:format-major ##### --> +<para> + +</para> + +<!-- ##### ARG PopplerDocument:format-minor ##### --> +<para> + +</para> + <!-- ##### ARG PopplerDocument:keywords ##### --> <para> diff --git a/glib/reference/tmpl/poppler-unused.sgml b/glib/reference/tmpl/poppler-unused.sgml index e69de29..908a494 100644 --- a/glib/reference/tmpl/poppler-unused.sgml +++ b/glib/reference/tmpl/poppler-unused.sgml @@ -0,0 +1,8 @@ +<!-- ##### FUNCTION poppler_annot_get_id ##### --> +<para> + +</para> + +...@poppler_annot: +...@returns: + diff --git a/glib/reference/tmpl/poppler.sgml b/glib/reference/tmpl/poppler.sgml index 27828d7..b399249 100644 --- a/glib/reference/tmpl/poppler.sgml +++ b/glib/reference/tmpl/poppler.sgml @@ -79,6 +79,16 @@ poppler </para> +<!-- ##### ARG PopplerDocument:format-major ##### --> +<para> + +</para> + +<!-- ##### ARG PopplerDocument:format-minor ##### --> +<para> + +</para> + <!-- ##### ARG PopplerDocument:keywords ##### --> <para> commit ed0354be4eac615b80e7a868984cc527853788b4 Author: Albert Astals Cid <[email protected]> Date: Sat Mar 27 21:44:59 2010 +0000 some forgotten copyrights diff --git a/qt/poppler-page.cc b/qt/poppler-page.cc index e6b4178..a42aa15 100644 --- a/qt/poppler-page.cc +++ b/qt/poppler-page.cc @@ -5,7 +5,7 @@ * Copyright (C) 2005, Stefan Kebekus <[email protected]> * Copyright (C) 2006, Wilfried Huss <[email protected]> * Copyright (C) 2006, Jerry Epplin <[email protected]> - * Copyright (C) 2007, Pino Toscano <[email protected]> + * Copyright (C) 2007, 2010, Pino Toscano <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/qt4/src/poppler-document.cc b/qt4/src/poppler-document.cc index d91200f..41d35b6 100644 --- a/qt4/src/poppler-document.cc +++ b/qt4/src/poppler-document.cc @@ -2,7 +2,7 @@ * Copyright (C) 2005, Net Integration Technologies, Inc. * Copyright (C) 2005, 2008, Brad Hards <[email protected]> * Copyright (C) 2005-2009, Albert Astals Cid <[email protected]> - * Copyright (C) 2006-2009, Pino Toscano <[email protected]> + * Copyright (C) 2006-2010, Pino Toscano <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/qt4/src/poppler-movie.cc b/qt4/src/poppler-movie.cc index c96fce6..869e381 100644 --- a/qt4/src/poppler-movie.cc +++ b/qt4/src/poppler-movie.cc @@ -1,6 +1,7 @@ /* poppler-sound.cc: qt interface to poppler - * Copyright (C) 2008, Pino Toscano <[email protected]> + * Copyright (C) 2008, 2010, Pino Toscano <[email protected]> * Copyright (C) 2008, Albert Astals Cid <[email protected]> + * Copyright (C) 2010, Carlos Garcia Campos <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/qt4/src/poppler-page.cc b/qt4/src/poppler-page.cc index 4a3690a..6dbf50f 100644 --- a/qt4/src/poppler-page.cc +++ b/qt4/src/poppler-page.cc @@ -3,7 +3,7 @@ * Copyright (C) 2005, Brad Hards <[email protected]> * Copyright (C) 2005-2010, Albert Astals Cid <[email protected]> * Copyright (C) 2005, Stefan Kebekus <[email protected]> - * Copyright (C) 2006-2009, Pino Toscano <[email protected]> + * Copyright (C) 2006-2010, Pino Toscano <[email protected]> * Copyright (C) 2008 Carlos Garcia Campos <[email protected]> * Copyright (C) 2009 Shawn Rutledge <[email protected]> * _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
