serenity/Userland/Applications/Spreadsheet
Karol Kosek 247db3fdd0 LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
These functions return the deprecated `Core::File` class, so let's mark
it as such to avoid possible confusion between future non try_*
functions which will use Core::Stream family classes and to possibly
grab someone's attention. :^)
2023-01-07 10:53:43 +00:00
..
CellType LibJS: Replace standalone js_string() with PrimitiveString::create() 2022-12-07 16:43:06 +00:00
Readers Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Tests
Writers Spreadsheet: Port XSV writer to Core::Stream 2023-01-07 04:03:01 +03:30
Cell.cpp LibJS: Replace standalone js_string() with PrimitiveString::create() 2022-12-07 16:43:06 +00:00
Cell.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CellSyntaxHighlighter.cpp
CellSyntaxHighlighter.h
CellTypeDialog.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
CellTypeDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CMakeLists.txt
CondFormatting.gml
ConditionalFormatting.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CondView.gml
csv_export.gml
csv_import.gml
ExportDialog.cpp Spreadsheet: Port ExportDialog to Core::Stream 2023-01-07 04:03:01 +03:30
ExportDialog.h Spreadsheet: Port ExportDialog to Core::Stream 2023-01-07 04:03:01 +03:30
Forward.h
HelpWindow.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
HelpWindow.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ImportDialog.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ImportDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
JSIntegration.cpp LibJS: Remove Object(Object& prototype) footgun 2022-12-14 15:11:57 +01:00
JSIntegration.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
Position.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
select_format_page.gml
Spreadsheet.cpp LibJS: Replace standalone js_string() with PrimitiveString::create() 2022-12-07 16:43:06 +00:00
Spreadsheet.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SpreadsheetModel.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
SpreadsheetModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SpreadsheetView.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
SpreadsheetView.h Spreadsheet: Remove cursor keys from is_navigation 2023-01-07 03:46:52 +03:30
SpreadsheetWidget.cpp LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
SpreadsheetWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Workbook.cpp Spreadsheet: Port ExportDialog to Core::Stream 2023-01-07 04:03:01 +03:30
Workbook.h Spreadsheet: Make file export functions return ErrorOr<> 2023-01-07 04:03:01 +03:30