Caolan
- Sign in to Master
→ 97.5 GiB of pptx, added 167,661 files to interop-test-files from
a 10 day common-crawl run - landlock: add a run-nocaps target
→ https://gerrit.collaboraoffice.com/c/online/+/9346 - merge a bunch of landlock related things and find some more
pieces that needed to be adjusted. - add FODP to the test filter list, alongside FODG, FODS and FODT
→ https://gerrit.collaboraoffice.com/c/online/+/9343 - replace FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION with ENABLE_FUZZERS
→ https://gerrit.collaboraoffice.com/c/online/+/9301 - firebird: call writeFile outside the SAL_WARN_IF condition
→ https://gerrit.collaboraoffice.com/c/core/+/8421 - crashtesting: odt export duplicated a paragraph-anchored text frame
→ https://gerrit.collaboraoffice.com/c/online/+/9280 - CODA, work on “reattaching” webview/front-end to documents to prototype reducing active webviews
- windows is no longer an incremental builder, so now a 35/40 minute build
- Add make-4.4.1-msvc.exe.
→ Making sure you're not a bot! - must faster locally, not so much on the real builders
- don’t build the nss command line tools
→ https://gerrit.collaboraoffice.com/c/online/+/9500
- Add make-4.4.1-msvc.exe.
- impress a11y
- allow pausing the slideshow’s automatic advance with P or Pause
→ https://gerrit.collaboraoffice.com/c/online/+/7987
- allow pausing the slideshow’s automatic advance with P or Pause
- coda fixes
- Related: cool#14039 append to QTWEBENGINE_CHROMIUM_FLAGS instead of replacing it
→ https://gerrit.collaboraoffice.com/c/online/+/9484 - crashtesting: skip the deferred-break split in headers on the run path too
→ https://gerrit.collaboraoffice.com/c/online/+/6704 - windows build time
- add gb_CONFIGURE_DEPENDENCY_TRACKING and pass it to the automake externals
→ https://gerrit.collaboraoffice.com/c/online/+/9626 - don’t build icu dependency files when dependency tracking is off
→ https://gerrit.collaboraoffice.com/c/online/+/9619 - let the harfbuzz meson build share make’s job pool and load limit
→ https://gerrit.collaboraoffice.com/c/online/+/9755 - crashtesting: sc: convert remaining raw ScPatternAttr* class members to CellAttributeHolder
→ https://gerrit.collaboraoffice.com/c/online/+/3163 - crashtesting: endless resize of a zero-width object overflows its coordinates
→ https://gerrit.collaboraoffice.com/c/online/+/9614 - crashtesting: segv on loading rtf export of tdf136042-1.odt
→ https://gerrit.collaboraoffice.com/c/online/+/9580 - coda fixes
- CODA: Error messages and backtrace when loading a csv file, to review
- CODA - Q : Duplicating the sheet in csv file keeps the app in Save loop, open
- CODA-M: Impress: copy/paste works within the same document but fails across documents (nothing is pasted)., closed
Mike
-
PPTX 1st page background missing on open and after save
- Implemented - the missing feature (polygonal clip mask) plus several related changes
-
Checkbox form controls font name and size saved incorrectly to XLSX
- Implemented in main
-
Line break in document variable is not imported
- Analyzed and estimated
-
Writer DOCX with Form protection has trouble clicking on field
- Analyzed and estimated
Tomaz
Vector rendering for online:
- Analyzed what needs to be done for vector rendering
- Gone through (sub)tasks and added more information
- Added new (sub)tasks for vector rendering
- hit-test
- missing primitives
- glow primitive rendering
- primitive based dark mode
- …
- Text prediction
- Reviewed ground work for text prediction
- Adding missing information to primitives and callbacks (cursor position)
- Reviewed ground work for text prediction
- Animations for slideshows
- Nothing new added
- Adding support for missing primitives
- Re-implemented all the missing ones (from the initial experiment)
- Done some code review of that
- Added a task with current state
PPTX->ODP->PPTX regression - green shape
- Found the issue, fixing now
Editeng hyperlinks as attributes (not fields)
- TODO
Working with Ben (volunteer) to get LAMBDA support into Calc:
- Look into OOXML compatibility issues
- Found many compatibility issues with @, # and union operators (and rewriting)
- Added OOXMLRewriter
- Fixed operator priority issues
- Added reference self-checking XLSX document
- Reviewing the code now