Age | Commit message (Collapse) | Author |
|
SheetModel has its own custom updating method, and that must be called
in order to update the spreadsheet.
|
|
In the Spreadsheet app, selecting a cell and typing something (like
"1") would create an empty editing delegate, set "1" as its value and
immediately select the entire contents of the text box. If your goal
was to type "123", that "1" was selected and will be replaced by "23".
This changes the behavior of TableView to not select the editing
delegate's contents if its creation was a result of a keydown event.
|
|
This function allows to access cursor movement functionality outside of
SpreadsheetView class.
|
|
Fixes #4277.
|
|
|
|
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
|
|
Fixes #5910.
Fixes #4822 (as far as I can tell).
|
|
Fixes #5550.
|
|
|