Caolan
- check crash testing results
- fix a low hanging one
→ https://gerrit.libreoffice.org/c/core/+/177733
- fix a low hanging one
- autotext/settings:
- Get an appropriate place to apply userconfig settings before doc
is truly loaded but after childprocess acquired. - tdf#139700 regression
→ https://gerrit.libreoffice.org/c/core/+/177728 - autotext/settings:
- use more robust json parsing to survive missing/incomplete
config json. The obvious ones I used initially throw exceptions on
failures, use the other set that don’t - add etag stamps to testing wopi server json settings
- get userconfig triggered to install before document is loaded
- use more robust json parsing to survive missing/incomplete
- fix a low hanging failure to load what we export
→ fix https://gerrit.libreoffice.org/c/core/+/177788 - autotext/settings:
- set unique subforkit ids, only create new if id not already
running - work on spawning subforkit spare kits properly instead of
current hardcoded initial set of spare kit
- set unique subforkit ids, only create new if id not already
- online crash:
→ https://gerrit.libreoffice.org/c/core/+/177844 - upstream regression on iconview changes for our impress templates
→ https://gerrit.libreoffice.org/c/core/+/177855 - autotext/settings:
- more forkit rebalancing considering subforkits tinkering
- coolwsd crash
→ WebSocketHandler::handleTCPStream abort by caolanm · Pull Request #10673 · CollaboraOnline/online · GitHub
→ Private/caolan/use data method by caolanm · Pull Request #10674 · CollaboraOnline/online · GitHub - autotext/settings:
- rash added wordbooks but preload has cached the ones it
say at that time, so newly added don’t appear. Outline
idea with the same reinit via XInitialization as used
for some similar problems already seen. - More forkit rebalancing considering subforkits grind
- various existing rebalanceChildren, prespawnChildren, etc return
values either can’t actually happen, or don’t get checked anyway,
so that can be simplified in any case
→ "rebalance" return values cleanups by caolanm · Pull Request #10670 · CollaboraOnline/online · GitHub
Mike
- Text rendering issues when exporting Writer documents with embedded SVGs to PDF
- Saving without an explicit AA flag is still an issue
- Fixed that - adding another flag specifically for subpixel AA
- LibreOffice crash during paste
- An interesting call stack. It looks like some concurrency issue, but I can’t get it from code reading
- Created an “I don’t know if it helps” https://gerrit.libreoffice.org/c/core/+/177854
- desktop read-only mode
- Stages 1 and 2 are both done technically (the patches are in review)
- re-think why some checks in code were needed - replaced them with SDI flags, and fixed the places that needed to check these flags
- Only ADMX is left - on it
- Collabora destroying formulas
- Some mentoring
- TTT
Tomaz
PDF Form filled in PDF are not seen when Printing from COOL
- Changed copying to also copy over the widgets in /Annots array and adds the widget annotations to the /AcroForms catalog dictionary
- widgets can be hierarchical - handle that correctly
- in /AcroForms only top-level widgets need to be added - search which one is top-level and remember them when adding widgets
- Now can be correctly opened with a PDF reader supporting forms, especially important - Adobe Acrobat
- Added a test to check the widgets are copied over
Few slides does not show the text content while in presentation mode
- Sometimes the auto text is not correct
- Debugged and figured out what’s wrong
- Need to set the page background before rendering to the outliner
- after this it seems to works correctly
SlideShow Rework: Bug: some paragraphs can missing in the editor after animating text.
- When we set the visibility flag on primitives, we need to eventually set it back to the original state
- Added that, but couldn’t reproduce the issue in the bug, so hope it is fixed
Next: back to PDF 2.0 or slideshow rework