Commit Graph

14 Commits (fb583f303a7db61a89dcefe26eb627ea5d99afe4)

Author SHA1 Message Date
Alex Hall 9916a2d919 (core) Suggest correct table when converting to RefList
3 years ago
Alex Hall 4cd888c342 (core) Just return a list from _get_col_subset, remove ColumnView class
3 years ago
Alex Hall 0e5c2bee59 (core) Add CellError to explain when a formula refers to a cell with an error value
3 years ago
Alex Hall 04e5d90f86 (core) Barely working reference lists in frontend
3 years ago
Alex Hall 305b133c59 (core) Remaining Python 3 compatibility changes
3 years ago
Alex Hall 16f297a250 (core) Simple Python 3 compatibility changes
3 years ago
Alex Hall 8138cc3123 (core) Make regression tests by recording pycalls when opening fixture docs
3 years ago
Alex Hall 2f3a0e0c7f (core) Showing censored values as a grey cell
3 years ago
Dmitry S b3a57e3b5c (core) Be more careful with avoiding actions which don't change encoded values
4 years ago
Dmitry S 0289e3ea17 (core) Fix issue with spurious changes produced by Calculate action.
4 years ago
Dmitry S e2226c3ab7 (core) Store formula values in DB, and include them into .stored/.undo fields of actions.
4 years ago
Dmitry S 7a8debae16 (core) Improve object serialization, to help get RECORD data to Custom Widgets.
4 years ago
Dmitry S 48ca124f23 (core) Render unmarshallable values as non-errors, using their repr() strings.
4 years ago
Paul Fitzpatrick b82eec714a (core) move data engine code to core
4 years ago