Status report: consultancy team, week 13, 2026

Caolan

Mike

  • Display Logo as Comment Avatar in Collabora
    • Done
    • Need to cherry-pick to co-25.04
    • config change, no documentation needed, the comment in coolwsd.xml describes it
  • Support Navigation to Specific Comment in Collabora from integration UI
    • Navigating in Calc is problematic between sheets
      • navigateAndFocusComment only works for comments on current sheet
      • Comments are hidden in many async handlers - including click, change sheet, scroll
    • On it

Tomaz

Calc: Pre-View Spreadsheet Filtering

  • Add other operations that can extend the auto-filter range
    • Tests need adapting - added multiple ways how to set a cell content
    • But changes the expectations, so need to adapt this
    • Implemented undo/redo of sort data for other operations
    • Preparing for merging
  • Added a way to show auto-filter range on the sheet
    • not really necessary for this, but was useful for debugging
    • will only add to 26.04

PDF primitive

  • Added the PdfPrimitive2D and used ScenePrimitive2D code as a template how we can render the size and area that we currently need
  • Added CairoPixelProcessor path for PdfPrimitive2D, which can render directly using Cairo
    • can use direct buffer from PDFium and use it as cairo surface without copying
    • seems to be quite fast - but using the optimized build with a fast computer
  • Potential to use caching, but for online the existing tile caching might be already doing this
  • CI issues that need to be resolved

Miklos

Worked on: