Caolan
- tdf#162113 regression in font style dropdown
→ https://gerrit.libreoffice.org/c/core/+/173071 - text disappears on converting metafile to curve
- review and poke around at chart work
- oss-fuzz zip CEN find
→ https://gerrit.libreoffice.org/c/core/+/173208 - text disappears on converting metafile to curve
- various patch reviews
- null deref seen in Cool Call
- fix a few minor potential glitches in chart work
→ merged - part of the interlocked issues is svg export issue tdf#155488
→ https://gerrit.libreoffice.org/c/core/+/173260 - do TTT on coverity+crashtesting
- comment on cool#10042, look around the affected code a bit
- finally fix this with
→ https://gerrit.libreoffice.org/c/core/+/173126- check other similar reports to see if they are dups
- ofz#71490 Container-overflow in SvMemoryStream::GetData
→ https://gerrit.libreoffice.org/c/core/+/173371 - crashtesting, new null-deref
→ https://gerrit.libreoffice.org/c/core/+/173378 - null deref in SwXTextDocument::initializeForTiledRendering
→ https://gerrit.libreoffice.org/c/core/+/173364
Jaume
Writer commenting improvements:
- Allow promoting reply comments to toplevel ones:
- UI improvements:
- worked on thread UI, looked at popup and formatting
Mike
- Table content hiding under footer
- Fixed
- A problem of replacement graphic missing sometimes
- They suggest blocking when it’s being generated
- Found the problematic code (the replacement is cleared, then OLE calls are made, releasing the solar mutex, at which point, Java thread proceeds and gets the empty replacement: EmbeddedObjectRef::GetReplacement)
- The idea is, to avoid clearing oGraphic - it seems unnecessary for taking graphic stream
- Needs testing
- Estimation done
Tomaz
New online slideshow presentation
- Bug fixes and testing to get the slideshow into release
- Missing buttons in the transition
- Figuring what’s wrong
- Thought that the issue is the missing OpenGLTransitionFactory
- Found out the issue is that OpenGL transitions (3D transitions) were not added into the registry if ENABLE_OPENGL_TRANSITIONS is true
- This is not true in online - OpenGL on the server is not a relevant condition
- Missing buttons in the transition
- VCL / Drawinglayer slide rendering
- Working to render text box object paragraphs rendered each in its own layer
- each paragraph in a layer only
- Working to render text box object paragraphs rendered each in its own layer
- searching for a way to hide paragraphs and then re-render the object for each paragraph
- alternatively render object and get the information where the paragraphs are located, then remove other paragraphs (or set clipping region, but may cause issue when text is close together)
- WIP
Miklos
Worked on https://github.com/CollaboraOnline/online/issues/9992.