Caolan
- merge reviews + debug and figure out textbox issue
in dark/light mode calc
→ https://gerrit.libreoffice.org/c/core/+/172427
→ https://gerrit.libreoffice.org/c/core/+/172426 - snap+appimage debugging, fontconfig and userns interface
- diging around snap + namespaces some more
- snap disables namespaces unless “userns” requested (and/or
(probably) browser support for optional browser sandboxes - so that depends on what the snap requests
→ Nextcloud Office: Namespaces wont' work out of the box inside of a snap · Issue #2864 · nextcloud-snap/nextcloud-snap · GitHub
- tdf#162659 load/save options checkbox regression
→ https://gerrit.libreoffice.org/c/core/+/172546 - tdf#162651 regression from online formula area redraw optimization
- area under removed editview needs to be refreshed
→ https://gerrit.libreoffice.org/c/core/+/172552 - puzzle out autocolor for online and editengine
- Debug why Sven’s pr had a link-time failure
- tdf#157198 auto correct done on EndExtTextInput not seen until
next update
→ https://gerrit.libreoffice.org/c/core/+/172553 - tdf#160675 regression in sidebar size panel
→ https://gerrit.libreoffice.org/c/core/+/172637 - establish that docker + Debian 12 + unprivileged has
seccomp and apparmor rules that block namespaces by default - debug coolwsd dumpState crash
→ don't recursively call StreamSocket::dumpState by caolanm · Pull Request #9950 · CollaboraOnline/online · GitHub - debug richdocumentscode problem of failure to connect
Jaume
- continued to work on: Improved document review flow for Collabora Online
Mike
- Tried to debug “Switching from Notes mode to Normal” - my GDB failed to be able to debug in the new “unprivileged namespace” mode
- Gokay took over - thanks!
- Deadlock while accessing CLSID Property of OLEs
- Fixed and notified
- copy paste is replaces theme with libreoffice theme
- Fixed in master and co-24.04; needs testing
- Reviewed a change from Jaume (asked for a simplification of the code)
Tomaz
New online slideshow presentation
- call deleteTexture, deleteBuffer when we don’t use those anymore
- when we switch slides, we can remove the previous slide texture
- fix error message when 3D transition is not supported
- we need to use NoTransition class in this case, not just return nothing
- VCL / Drawinglayer slide rendering
- figured out how which objects are in animations
- need to look into the tree of animations of all animation nodes
- check what the Target is and we get XShape, which can be transformed into an SdrObject
- in case of text box the animation is per paragraph, then the Target contains a ParagraphTarget struct, which has the “Shape” property
- modifying layer rendering to render the object that is animated as an independent layer - WIP
- TODO - render text box objects per paragraph - not sure how to do that currently
- Code review, testing,…
Miklos
Worked on: