Revision 809259

Go back to digest for 25th May 2008

Features in Graphics

Pino Toscano committed changes in /trunk/KDE/kdegraphics/okular:

Start implementing the JavaScript scripting API for PDF documents, thanks to Harri and Maksim and the brand-new public KJS API.

This starts the implementation of some of the API objects needed, like App, Console, Data, Document, Field, FullScreen, Spell, Util.

Also, workaround the fact that we cannot change the read-only status for form fields.

File Changes

Added 17 files
  • /trunk/KDE/kdegraphics/okular/core/script
  •   /executor_kjs.cpp
  •   /executor_kjs_p.h
  •   /kjs_console.cpp
  •   /kjs_console_p.h
  •   /kjs_data.cpp
  •   /kjs_data_p.h
  •   /kjs_document.cpp
  •   /kjs_document_p.h
  •   /kjs_field.cpp
  •   /kjs_field_p.h
  •   /kjs_fullscreen.cpp
  •   /kjs_fullscreen_p.h
  •   /kjs_spell.cpp
  •   /kjs_spell_p.h
  •   /kjs_util.cpp
  •   /kjs_util_p.h
Modified 2 files
  • /trunk/KDE/kdegraphics/okular
  •   /CMakeLists.txt
  •   /core/scripter.cpp
19 files changed in total