Revision 630479

Go back to digest for 11th February 2007

Features in KDE Base

Germain Garand committed changes in /trunk/KDE/kdelibs/khtml:

A simple "page scaling" zoom à la Opera.
For now, it replaces the font scaling action, as the method names used for it in KHTML part are better suited to a real zoom (e.g. setZoomFactor).
Need to reintroduce pure font-scaling under another name...

Also introduce an alternate, non-blitting painting mode for being able to do fixed positioning again.

QScrollArea's quite a bit on the terse side, so there was no such thing ;(
Should fix widget jittering issues as a bonus.

File Changes

Modified 7 files
  • /trunk/KDE/kdelibs/khtml
  •   /khtml_part.cpp
  •   /khtmlview.cpp
  •   /khtmlview.h
  •   /css/cssstyleselector.cpp
  •   /rendering/render_canvas.cpp
  •   /rendering/render_replaced.cpp
  •   /xml/dom_nodeimpl.cpp
7 files changed in total