[okular] [Bug 474256] KF5JS to Qt5Qml Transition: JavaScript-driven animations in PDFs no longer working

2023-09-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474256

--- Comment #1 from a.gr...@web.de ---
Created attachment 161494
  --> https://bugs.kde.org/attachment.cgi?id=161494&action=edit
LaTeX source file of animation example

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 474256] KF5JS to Qt5Qml Transition: JavaScript-driven animations in PDFs no longer working

2023-09-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474256

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/graphics/okular/-/merge_requests/817

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 474256] KF5JS to Qt5Qml Transition: JavaScript-driven animations in PDFs no longer working

2023-09-11 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=474256

--- Comment #3 from Albert Astals Cid  ---
Git commit bb102528ee807e05f66516d5b3987ab986d0583f by Albert Astals Cid, on
behalf of Volker Krause.
Committed on 11/09/2023 at 19:36.
Pushed by aacid into branch 'master'.

The nFace argument in PDF JS button icon methods is optional

M  +2-2core/script/js_field_p.h

https://invent.kde.org/graphics/okular/-/commit/bb102528ee807e05f66516d5b3987ab986d0583f

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 474256] KF5JS to Qt5Qml Transition: JavaScript-driven animations in PDFs no longer working

2023-09-11 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=474256

Albert Astals Cid  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||23.08.1
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/e41f68
   ||2b3d1b1382aebda8c5575b53295
   ||ddf01df

--- Comment #4 from Albert Astals Cid  ---
Git commit e41f682b3d1b1382aebda8c5575b53295ddf01df by Albert Astals Cid, on
behalf of Volker Krause.
Committed on 11/09/2023 at 19:36.
Pushed by aacid into branch 'master'.

Fix creation of new JS objects

A default constructed QJSValue is undefined, not an object.
FIXED-IN: 23.08.1

M  +1-1core/script/js_app.cpp
M  +1-1core/script/js_document.cpp
M  +1-1core/script/js_field.cpp

https://invent.kde.org/graphics/okular/-/commit/e41f682b3d1b1382aebda8c5575b53295ddf01df

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 474256] KF5JS to Qt5Qml Transition: JavaScript-driven animations in PDFs no longer working

2023-09-11 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=474256

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/okular/-/commit/e41f68 |hics/okular/-/commit/0f896f
   |2b3d1b1382aebda8c5575b53295 |779d4969c7c1f04468faf197796
   |ddf01df |cd712ad

--- Comment #6 from Albert Astals Cid  ---
Git commit 0f896f779d4969c7c1f04468faf197796cd712ad by Albert Astals Cid, on
behalf of Volker Krause.
Committed on 11/09/2023 at 19:44.
Pushed by aacid into branch 'release/23.08'.

Fix creation of new JS objects

A default constructed QJSValue is undefined, not an object.
FIXED-IN: 23.08.1
(cherry picked from commit e41f682b3d1b1382aebda8c5575b53295ddf01df)

M  +1-1core/script/js_app.cpp
M  +1-1core/script/js_document.cpp
M  +1-1core/script/js_field.cpp

https://invent.kde.org/graphics/okular/-/commit/0f896f779d4969c7c1f04468faf197796cd712ad

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 474256] KF5JS to Qt5Qml Transition: JavaScript-driven animations in PDFs no longer working

2023-09-11 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=474256

--- Comment #5 from Albert Astals Cid  ---
Git commit 60a634a36e5e235b14c28cce71183c76146f4d6c by Albert Astals Cid, on
behalf of Volker Krause.
Committed on 11/09/2023 at 19:44.
Pushed by aacid into branch 'release/23.08'.

The nFace argument in PDF JS button icon methods is optional
(cherry picked from commit bb102528ee807e05f66516d5b3987ab986d0583f)

M  +2-2core/script/js_field_p.h

https://invent.kde.org/graphics/okular/-/commit/60a634a36e5e235b14c28cce71183c76146f4d6c

-- 
You are receiving this mail because:
You are the assignee for the bug.