You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Albert Astals Cid
d78cbb79c9
Fix/Workaround file where we can't enter values in some fields
...
The problem was that the JS checker for the field format was using the
willCommit property of event and we don't define it so the JS
interpreter was going "ok nope, out of here" and the field didn't get edited.
I've read the willCommit definition in js_api_reference.pdf for almost
30 minutes, and even it's just 3 lines i don't think i understand it,
but i think that returning true is "safer", i.e. says that this event is
going to actually change the field, which as far as i can see it's what
we always do
BUGS: 421508
6 years ago
..
builtin.js
Add AFNumber_Format and l10n AFSimple_Calculate
6 years ago
builtin.qrc
Add initial support for built-in javascript functs
8 years ago
event.cpp
Fix minor issues found by EBN
7 years ago
event_p.h
Fix minor issues found by EBN
7 years ago
executor_kjs.cpp
Restrict time given for JavaScript evaluation to max. 2 seconds.
6 years ago
executor_kjs_p.h
Implemented display support and updated dependencies to Poppler > 0.79
7 years ago
kjs_app.cpp
Enable clazy qstring-allocations
6 years ago
kjs_app_p.h
Fixed indentation, bad algebra and moved display enum to KJSDisplay
7 years ago
kjs_console.cpp
Port deprecated QLayout::setMargin
7 years ago
kjs_console_p.h
Start implementing the JavaScript scripting API for PDF documents,
18 years ago
kjs_data.cpp
Use QStringLiteral
11 years ago
kjs_data_p.h
Start implementing the JavaScript scripting API for PDF documents,
18 years ago
kjs_display.cpp
Fixed indentation, bad algebra and moved display enum to KJSDisplay
7 years ago
kjs_display_p.h
Fixed indentation, bad algebra and moved display enum to KJSDisplay
7 years ago
kjs_document.cpp
Added support for the full name of fields, which is used in the JavaScript
7 years ago
kjs_document_p.h
adapt to a change I just applied in kdelibs
18 years ago
kjs_event.cpp
Fix/Workaround file where we can't enter values in some fields
6 years ago
kjs_event_p.h
Add JavaScript Event Object handling
8 years ago
kjs_field.cpp
Move the Q_PRIVATE_SLOTS to lambda connections
6 years ago
kjs_field_p.h
Refresh the pixmap of the page that contains the field when setting its text
9 years ago
kjs_fullscreen.cpp
Use QStringLiteral
11 years ago
kjs_fullscreen_p.h
Start implementing the JavaScript scripting API for PDF documents,
18 years ago
kjs_ocg.cpp
Enable most of clazy level2
6 years ago
kjs_ocg_p.h
Enable most of clazy level2
6 years ago
kjs_spell.cpp
Fix minor EBN issues
8 years ago
kjs_spell_p.h
Start implementing the JavaScript scripting API for PDF documents,
18 years ago
kjs_util.cpp
Add AFNumber_Format and l10n AFSimple_Calculate
6 years ago
kjs_util_p.h
Start implementing the JavaScript scripting API for PDF documents,
18 years ago