Dale Glass
|
36cba56325
|
A bit more documentation
|
2023-05-19 00:17:38 +02:00 |
|
Dale Glass
|
4d70155e59
|
Create ScriptManagerScriptingInterface to move off the scripting API into its own class
Add a lot of documentation
|
2023-05-19 00:17:38 +02:00 |
|
Dale Glass
|
9e21792508
|
Some minor improvements to Doxygen generation
Enable graphs, use SVG
|
2023-05-19 00:17:38 +02:00 |
|
Dale Glass
|
e35aa8046d
|
Add more Doxygen docs
Doesn't work right in ScriptManager, looks like a conflict with JSDoc
|
2023-05-19 00:17:38 +02:00 |
|
|
887ebd5365
|
Removed deadlock in signal proxy disconnect again
|
2023-05-19 00:17:38 +02:00 |
|
|
d25e5491eb
|
Fixed V8 crash with Create App
|
2023-05-19 00:17:38 +02:00 |
|
|
b554fc70ea
|
Added script timers performance debugging
|
2023-05-19 00:17:38 +02:00 |
|
|
faf9b75487
|
Added signal time and call count debugging
|
2023-05-19 00:17:38 +02:00 |
|
|
1ad1aee11f
|
Minor scripting-related fixes
|
2023-05-19 00:17:38 +02:00 |
|
|
5cf32a968c
|
V8 fixes
|
2023-05-19 00:17:37 +02:00 |
|
|
f65e72c8f2
|
Listing objects and their properties on API debugger now works
|
2023-05-19 00:17:37 +02:00 |
|
|
37cc62d082
|
Fix problem with sit script
|
2023-05-19 00:17:37 +02:00 |
|
|
5809576577
|
Fixed Create App
|
2023-05-19 00:17:37 +02:00 |
|
|
c3417b807c
|
Increased thread safety in V8
|
2023-05-19 00:17:37 +02:00 |
|
|
57a2dccc6a
|
V8 bugfixes
|
2023-05-19 00:17:37 +02:00 |
|
|
89f29ce5ca
|
Safer demarshal functions with no void pointers
|
2023-05-19 00:17:37 +02:00 |
|
|
acbec55b70
|
Further work on V8
|
2023-05-19 00:17:37 +02:00 |
|
|
b786ffccd5
|
Added more debug info to crash with signals
|
2023-05-19 00:17:37 +02:00 |
|
|
3e692a60b4
|
V8 fixes
|
2023-05-19 00:17:37 +02:00 |
|
|
3a5b927979
|
Functions connected to signals now use context that was active during connecting
|
2023-05-19 00:17:37 +02:00 |
|
|
044cd506a6
|
Script engine thread safety improvements
|
2023-05-19 00:17:37 +02:00 |
|
|
6bd8a8d503
|
V8 threading safetyu improvements
|
2023-05-19 00:17:37 +02:00 |
|
|
5099e68b56
|
V8 fixes, including calls and signals
|
2023-05-19 00:17:37 +02:00 |
|
|
c8898e8366
|
Added script include test
|
2023-05-19 00:17:37 +02:00 |
|
|
a7b1fdcae6
|
Fixed convertJSObjectToVariant
|
2023-05-19 00:17:37 +02:00 |
|
|
539c2812c3
|
Fixed Window.location
|
2023-05-19 00:17:37 +02:00 |
|
|
66a87def43
|
Fixed script array to QVariant conversion
|
2023-05-19 00:17:37 +02:00 |
|
|
cb4dc4c7e8
|
Fixed location JS API
|
2023-05-19 00:17:37 +02:00 |
|
|
4f4c8931a9
|
V8 fixes, incl. enum API objects fix
|
2023-05-19 00:17:37 +02:00 |
|
|
4cfde4bcc1
|
Switched off animation handlers for now, because they deadlocked with V8
|
2023-05-19 00:17:37 +02:00 |
|
|
de91769e2f
|
Fixed some V8 crashes
|
2023-05-19 00:17:37 +02:00 |
|
|
3f1a7605a5
|
Fixed build warnings
|
2023-05-19 00:17:37 +02:00 |
|
|
1550049b0c
|
Fixed script value iterator and connect functionality
|
2023-05-19 00:17:37 +02:00 |
|
|
e786fd4864
|
Fixed Script.require
|
2023-05-19 00:17:37 +02:00 |
|
|
386242d9c7
|
Fixed adding properties to methods
|
2023-05-19 00:17:37 +02:00 |
|
|
076349a488
|
Re-enabled script module cache creation
|
2023-05-19 00:17:37 +02:00 |
|
Dale Glass
|
e72bf600ce
|
Add missing require test
|
2023-05-19 00:17:37 +02:00 |
|
Dale Glass
|
2960cc0284
|
Add missing override
|
2023-05-19 00:17:36 +02:00 |
|
Dale Glass
|
890f8e0bc2
|
Add missing dependency on script-engine
|
2023-05-19 00:17:36 +02:00 |
|
Dale Glass
|
ac7ebe2888
|
Add hasProperty for checking whether a property exists
|
2023-05-19 00:17:36 +02:00 |
|
|
5f2c13da52
|
Added debug function to list object members
|
2023-05-19 00:17:36 +02:00 |
|
|
ed968e1ebd
|
Further work on evaluateInClosure
|
2023-05-19 00:17:36 +02:00 |
|
|
70d4a43009
|
Fixed evaluateInClosure and other V8 stuff
|
2023-05-19 00:17:36 +02:00 |
|
|
cc20ced1ca
|
Some V8 debuging messages
|
2023-05-19 00:17:36 +02:00 |
|
|
da458ccef9
|
Fixed getting current script name
|
2023-05-19 00:17:36 +02:00 |
|
|
6301d23c48
|
Fixed object deletion event, temporarily disabled watchdog log commands to make reading logs easier
|
2023-05-19 00:17:36 +02:00 |
|
|
0d454eb6e8
|
V8 fixes, including making debug console work
|
2023-05-19 00:17:36 +02:00 |
|
|
97137c7b13
|
More fixes for V8
|
2023-05-19 00:17:36 +02:00 |
|
|
2f9f78fb87
|
Fixed setting properties of ScriptObjectV8Proxy
|
2023-05-19 00:17:36 +02:00 |
|
|
0b8958204f
|
Fixed vector math, added simple test for it
|
2023-05-19 00:17:36 +02:00 |
|