1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Userland/Applications/Spreadsheet
AnotherTest 534626f917 Spreadsheet: Save the cells under the correct name
This broke in 6a6f19a72f, which replaced
the representation of columns with numbers.
As a result, the save logic would store cells as
"\x<column_index><row_number>", which is obviously wrong.
Fixes #5905.
Also simplifies the control flow in `import_worksheet` a bit.
2021-03-22 17:46:17 +01:00
..
CellType Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Readers Spreadsheet/XSV: Add at() accessors 2021-03-22 07:43:58 +01:00
Writers Spreadsheet/XSV: Make the writer respect QuoteAll 2021-03-22 07:43:58 +01:00
Cell.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Cell.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CellSyntaxHighlighter.cpp LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
CellSyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
CellTypeDialog.cpp Spreadsheet: Fix cell identifier label 2021-02-25 23:32:22 +01:00
CellTypeDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
CondFormatting.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ConditionalFormatting.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CondView.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
csv_export.gml Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
csv_import.gml Spreadsheet: Add an import wizard, and add support for custom CSV files 2021-03-22 07:43:58 +01:00
ExportDialog.cpp Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
ExportDialog.h Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
Forward.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
HelpWindow.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HelpWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ImportDialog.cpp Spreadsheet: Save the cells under the correct name 2021-03-22 17:46:17 +01:00
ImportDialog.h Spreadsheet: Add an import wizard, and add support for custom CSV files 2021-03-22 07:43:58 +01:00
JSIntegration.cpp Spreadsheet: Do not assume that user input has balanced parenthesis 2021-03-22 17:46:17 +01:00
JSIntegration.h LibJS: Rename GlobalObject::initialize() => initialize_global_object() 2021-03-17 16:53:35 +01:00
main.cpp Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
Position.h Spreadsheet: Fix cell identifier label 2021-02-25 23:32:22 +01:00
select_format_page.gml Spreadsheet: Add an import wizard, and add support for custom CSV files 2021-03-22 07:43:58 +01:00
Spreadsheet.cpp Spreadsheet: Save the cells under the correct name 2021-03-22 17:46:17 +01:00
Spreadsheet.h Spreadsheet: Implement the cut operation for cells 2021-03-01 11:37:02 +01:00
SpreadsheetModel.cpp Spreadsheet: Store the column index in a Position instead of its name 2021-02-24 21:02:02 +01:00
SpreadsheetModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetView.cpp Spreadsheet: Only append new columns/rows every 50ms 2021-03-22 07:43:58 +01:00
SpreadsheetView.h Spreadsheet: Only append new columns/rows every 50ms 2021-03-22 07:43:58 +01:00
SpreadsheetWidget.cpp Spreadsheet: Fix cell identifier label 2021-02-25 23:32:22 +01:00
SpreadsheetWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Workbook.cpp Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
Workbook.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00