- 27 Nov, 2013 1 commit
-
-
Carlos Garcia Campos authored
Instead of using the number of document tested. We don't really need to set a number to a particular document, we only want to know the progress of the whole process. This ensures that the progress is shown in the correct order. It also simplifies the code a bit. Also improved the output formatting to make it easier to read.
-
- 25 Nov, 2013 2 commits
-
-
Carlos Garcia Campos authored
And use the for_area variants of the API to get the text, text layout and text attributes.
-
Carlos Garcia Campos authored
-
- 22 Nov, 2013 2 commits
-
-
Carlos Garcia Campos authored
Make TextPage::getSelectionWords() return a list of TextWordSelection instead of a list of TextWord so that it's possible to know which characters of the word are inside the given selection rectangle. Adapt the glib frontend to the new API and use the selection bounds instead of the whole word to build the list of characters in poppler_page_get_text_layout() and poppler_page_get_text_attributes(), which ensures the number of glyphs returned is in sync with the number of characters returned by poppler_page_get_text(). https://bugs.freedesktop.org/show_bug.cgi?id=71160
-
* Move the annotation's rectangle to properties to make the list view of annotations cleaner. * Remove duplicated information: flags and page are already present in the UI. https://bugs.freedesktop.org/show_bug.cgi?id=70982
-
- 21 Nov, 2013 2 commits
-
-
Albert Astals Cid authored
-
Bug #71835
-
- 19 Nov, 2013 5 commits
- 18 Nov, 2013 2 commits
-
-
Albert Astals Cid authored
Conflicts: poppler/Catalog.cc poppler/Catalog.h
-
Bug #26049
-
- 17 Nov, 2013 2 commits
-
-
* Prepare UI to add multiple annotations type. * Remove dialog and button add annotations. https://bugs.freedesktop.org/show_bug.cgi?id=69978
-
Annotation objects contain at least two keys, Rect and Subtype. The former has the coordinates where the annotation is placed. The getter and setter allows to obtain and modify the position of a given annotation. https://bugs.freedesktop.org/show_bug.cgi?id=70901
-
- 15 Nov, 2013 11 commits
-
-
-
Albert Astals Cid authored
-
Bug #71640
-
Bug #71639
-
Albert Astals Cid authored
And this is why the xml based api has to die Bug #71643 Found by Hib
-
Fixes warning: CXX ImageOutputDev.lo ImageOutputDev.cc: In member function 'void ImageOutputDev::writeImageFile(ImgWriter*, ImageOutputDev::ImageFormat, const char*, Stream*, int, int, GfxImageColorMap*)': ImageOutputDev.cc:409:28: warning: 'imgStr' may be used uninitialized in this function [-Wmaybe-uninitialized] Bug #71642
-
Bug #71640
-
Bug #71639
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Rregression was caused by e1ffa910 Fixes bug #70854
-
- 12 Nov, 2013 1 commit
-
-
Parse attributes and standard types of StructElem nodes of the document structure tree. Type name aliases are resolved via the RoleMap (and cycles detected). Both standard attributes and user properties are mapped to instances of the Attribute class. Attributes are parsed both via ClassMap references and directly referenced from the StructElem objects. https://bugs.freedesktop.org/show_bug.cgi?id=64815
-
- 11 Nov, 2013 1 commit
-
-
- 05 Nov, 2013 4 commits
-
-
Move out from Annotation properties to the top. This make better use of the space. Make the remove button active only if there is an annotation selected. https://bugs.freedesktop.org/show_bug.cgi?id=69978
- 26 Oct, 2013 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 23 Oct, 2013 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Fixes crashes if you had %s and similar in the filename Inspired from patch by Pedro Ribeiro <pedrib@gmail.com> Bug #69434
-
- 10 Oct, 2013 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Seems this can happen by looking at the backtrace in https://bugs.kde.org/show_bug.cgi?id=325810
-
- 05 Oct, 2013 1 commit
-
-