reported in CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799,
CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181,
CVE-2009-1182 and CVE-2009-1183.
also some patches from poppler for postscript output generation problems
seen here.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
KPDF
* Don't close with no further notice when trying to allocate too much
memory.
* Fix crash on some PDF with empty property strings.
* PDF passwords are Latin1, so encode them correctly.
* Allow to exit the presentation mode using the shortcut used for starting
it.
* Do not download remote documents again when saving them.
* Draw underlined links correctly.
* Fix crash on PDF that specify masks with parts outside the page.
* Support PDF with name tokens bigger than 127 altough the specification
says they can not be longer as Acrobat does.
SVG thumbnailer
* Fix problem with with "#" in foldername on svg-files.
KPDF
* Add a slotTogglePresentation() DCOP method to toggle the presentation
mode.
* Improve handling of page sizes when printing.
* Do not crash when leaving the presentation mode.
* Do no print the boxes around links.
* Reset the title of the KPDF window correctly when reloading a document.
* Take into account the accessibility settings when drawing an empty
page waiting for the real page to be rendered.
* Security fix for CVE-2007-3387.
* Correctly open documents in paths with special characters (like #).
* Save the case sensitivity setting of the Find dialog during each session.
* Don't crash when we don't have a CTU.
* Correctly take into account the margins when printing.
* Properly pass the standard accelerators to the presentation mode, and
make the presentation mode able to handle those.
* Provide horizontal scrollbar in table of contents sidebar instead of
cropping the entries.
* Increase time between accessing /proc/memory to check available memory.
libkscan
* Correctly retrieve the x/y scan resolution and store it into the
scanned image.
KolourPaint
* Always enable the paste actions to guarantee that pasting from non-Qt
applications is always allowed (non-Qt applications do not notify
KolourPaint when they place objects into the clipboard).
* Paste transparent pixels as white instead of uninitialized colors,
when the app does not support pasting transparent pixels (such as
OpenOffice.org).
* Make "Edit / Paste in New Window" always paste white pixels as white
(it used to paste them as transparent when the selection transparency
mode was set to Transparent).
* Saving, exporting and printing a document with an active text box,
that has opaque text and a transparent background, antialiases the text
with the document below.
PDF metainfo plugin
* Free memory and file descriptor as soon as possible after reading the
metadata.
KPDF
* Show the tooltip of a link when hovering on them.
* Add the possibility of rasterize the file to image before printing it.
* React to the commands for opening the TOC pane, and for expanding the
subtrees of the TOC.
* Fix unability to open some files.
* Fix keyboard navigation when switching tabs in konqueror.
* Fix wrongly asking for password.
* Render pstricks psgrid correctly.
* Fix some transparency issues.
* Accept image width and height to be reals even if standard mandates
integers.
* Fix problems with deletion of message boxes of already closed documents.
* Restore the previously open pane in the side toolbox after reloading a
watched document.
* Improve selected page size detection when printing.
KolourPaint
* Add "File / Scan...".
* Save local files atomically - KolourPaint will no longer truncate an
existing file if the KImageIO library for the file format is missing
or if you run out of disk space.
* Add global session save/restore.
* Make "File / Open Recent" work consistently when multiple windows are
open.
Kuickshow
* Fix crash when pressing delete without having anything selected.
KolourPaint
* Fix crash triggered by rapidly deselecting the selection after
drag-scaling it.
KPDF
* Show only the filename instead of the whole path in the KPDF window
caption.
* Make viewport scroll when selection reaches the viewport border.
* Put the right title when generating PostScript documents (e.g. when
printing).
* Show a 'keep password' checkbox when using a wallet so the user can
decide if he wants the password saved in the wallet.
* Allow to cancel selecting by pressing Esc.
* Preload next and previous page if threading is enabled and memory
usage setting is not low.
* Fix kpdf ignoring user defined margins when printing.
* Fix crash when using the mouse wheel over the page view with no
document opened.
* Fix crash on some broken pdf files.
* Finally fix session restoring.
* Fix presentation mode not beign kept when a watched file changes
and presentation mode is open.
* Fix presentation mode times beign strange when having auto-advance
on and changing pages manually.
* Fix some small memory leaks.
kfax
* Fix handling of filenames with non-ascii chars.
kghostview
* Fix crash when clicking anywhere in the open file dialog in fullscreen
mode.
* Fix off-by-one issue during parsing certain ps files.
kmrml
* Show an error messagebox when indexing failed.
* Check for a valid gift installation and disable the indexing GUI if
not found.
kfile-plugins
* Improve exif information reading.
* Fix endless recursion with malicious input files.
Changes:
KPDF
* Fix possible crash when the document has an incorrectly defined blend
mode.
* Several memoryleaks fixed.
* Make "find as you type" work better.
* Fix middle-click zoom not working after dragging to the top of the screen.
* Fix crash on some malformed documents.
* DCOP currentPage() not updated while in Presentation mode.
* Fix bug that prevented the correct restoring of the document viewport
on session restore.
* More friendly for RightToLeft languages: fix the mini-progressbar, the
message pane and the previous/next page buttons to look and work
correctly for that writing style.
kfax
* Fix crash on multipage TIFF when doing zoom out and hitting "PgDown".
KPDF
* Update the thumbnail selection when toggling a search.
* Fix the rendering of incorrect glyphs on some documents with
Type 3 fonts.
* Do not crash while printing some documents with jpeg images.
* Make watching of ps files work.
* Make space scroll by viewport-page, not by document-page.
* Fix PDF files sometimes opening as ASCII.
* Fix find next is quickly disabled when the "search as you type"
feature is used.
* Make the find dialog remember searched texts.
* Do not crash on files that have GfxImageColorMap we can not parse.
kview
* Install photobookui.rc to the correct place.