okular/core/script
Andre Heinecke 8ed1d14f8d Fix CheckBox script usage
Summary:
This implements setting / getting the value of buttons,
which is important for checkboxes in scripts. It also moves
the checkbox activate action after the value is set so that
the correct value is used when the activation script is
executed.

Reviewers: #okular

Tags: #okular

Maniphest Tasks: T8097

Differential Revision: https://phabricator.kde.org/D10868
2018-03-20 23:19:29 +01:00
..
builtin.js Add initial support for built-in javascript functs 2018-02-22 00:12:44 +01:00
builtin.qrc Add initial support for built-in javascript functs 2018-02-22 00:12:44 +01:00
event.cpp Add JavaScript Event Object handling 2018-02-22 00:11:20 +01:00
event_p.h Add JavaScript Event Object handling 2018-02-22 00:11:20 +01:00
executor_kjs.cpp Add JavaScript Event Object handling 2018-02-22 00:11:20 +01:00
executor_kjs_p.h Add JavaScript Event Object handling 2018-02-22 00:11:20 +01:00
kjs_app.cpp Use QStringLiteral 2015-10-29 13:37:11 +01:00
kjs_app_p.h start implementing properties and methods of the global JS 'app' object 2008-05-18 19:33:46 +00:00
kjs_console.cpp clang-tidy: modernize-use-nullptr run 2017-09-06 00:19:48 +02:00
kjs_console_p.h Start implementing the JavaScript scripting API for PDF documents, 2008-05-18 16:37:07 +00:00
kjs_data.cpp Use QStringLiteral 2015-10-29 13:37:11 +01:00
kjs_data_p.h Start implementing the JavaScript scripting API for PDF documents, 2008-05-18 16:37:07 +00:00
kjs_document.cpp core: Fix build without implicit cast to/from ascii 2016-07-11 22:07:57 +02:00
kjs_document_p.h adapt to a change I just applied in kdelibs 2008-05-19 00:26:53 +00:00
kjs_event.cpp Add JavaScript Event Object handling 2018-02-22 00:11:20 +01:00
kjs_event_p.h Add JavaScript Event Object handling 2018-02-22 00:11:20 +01:00
kjs_field.cpp Fix CheckBox script usage 2018-03-20 23:19:29 +01:00
kjs_field_p.h Refresh the pixmap of the page that contains the field when setting its text 2017-03-03 00:36:08 +01:00
kjs_fullscreen.cpp Use QStringLiteral 2015-10-29 13:37:11 +01:00
kjs_fullscreen_p.h Start implementing the JavaScript scripting API for PDF documents, 2008-05-18 16:37:07 +00:00
kjs_spell.cpp clang-tidy: modernize-use-nullptr run 2017-09-06 00:19:48 +02:00
kjs_spell_p.h Start implementing the JavaScript scripting API for PDF documents, 2008-05-18 16:37:07 +00:00
kjs_util.cpp clang-tidy: modernize-use-nullptr run 2017-09-06 00:19:48 +02:00
kjs_util_p.h Start implementing the JavaScript scripting API for PDF documents, 2008-05-18 16:37:07 +00:00