Caolan
- accessibilty
- Missing label for hidden widget in validity dialog
- add a11y tests for settings dialog
- accessibility
- solve conflicting shortcuts in a systematic approach
→ Private/caolan/conflicting shortcuts by caolanm · Pull Request #15117 · CollaboraOnline/online · GitHub - add missing accessibility names to calc dialogs
- https://gerrit.libreoffice.org/c/core/+/201917
- “No shortcuts in Formula tab”
→ Formulas tab content missing shortcuts by caolanm · Pull Request #15085 · CollaboraOnline/online · GitHub
→ Private/caolan/missing formulas shortcuts25 by caolanm · Pull Request #15109 · CollaboraOnline/online · GitHub
- solve conflicting shortcuts in a systematic approach
- missing groupbutton shortcuts
- “Group button missing shortcut”
→ Private/caolan/missing groupbutton shortcuts by caolanm · Pull Request #15095 · CollaboraOnline/online · GitHub - expander toggling defocuses dialogs
- “Expanding Options in Advanced Filter defocuses dialog”
→ expander has no id, so focus cannot be restored to it by caolanm · Pull Request #15099 · CollaboraOnline/online · GitHub
→ expander has no id, so focus cannot be restored to it by caolanm · Pull Request #15106 · CollaboraOnline/online · GitHub - ‘enter’ defocuses treeviews
- “Format Cells > Numbers: Enter focuses out of dialog”
→ https://gerrit.libreoffice.org/c/core/+/202207
→ keep focused element and selected in sync by caolanm · Pull Request #15123 · CollaboraOnline/online · GitHub - ci breakage
→ try to make various annotation tests more reliable by caolanm · Pull Request #15136 · CollaboraOnline/online · GitHub - an effort to make OverlayObject::getBaseRange cheaper
→ https://gerrit.libreoffice.org/c/core/+/202329
Mike
- tdf#170961 — [Basic-IDE Dialog] Changing dialog properties may cause the form to become invisible or unresponsive
- A regression after regression after deadlock fixes.
- Underlying issue is - doing UI from a worked thread!
- Several separate issues (deadlocks from different mutexes, and also missing window invalidations)
- Done
Tomaz
Calc: Pre-View Spreadsheet Filtering
- Insert and delete rows / columns - undo/redo
- need to modify the sort data
- store sort data in undo
- Handle extending of auto-filter when you write at one row below the auto-filter
- sync to other sheet views
- extend the range in sort data, as well as order extending
- need to handle undo/redo - capture sort data
- Simplified and de-duplicated certain things
- Up-porting to 26.04 - more than 100 patches
- porting done, need to make sure there are no bugs specific to 26.04
- Most important things are now done
- needs a lot of testing
- look into if something has been missed
- sync for some missing operation in background
Miklos
Worked on: