mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:27:44 +00:00
Spreadsheet: Add conditional formatting
Currently only supports setting the foregound and the background colours. This patch also unifies `foreground_color' and `background_color' used throughout to a `Format' struct, in hopes of getting more formatting options one day :P
This commit is contained in:
parent
6902a09e47
commit
395df7b27d
13 changed files with 401 additions and 28 deletions
|
@ -1,3 +1,6 @@
|
|||
compile_json_gui(CondFormatting.json CondFormattingUI.h cond_fmt_ui_json)
|
||||
compile_json_gui(CondView.json CondFormattingViewUI.h cond_fmt_view_ui_json)
|
||||
|
||||
set(SOURCES
|
||||
Cell.cpp
|
||||
CellSyntaxHighlighter.cpp
|
||||
|
@ -7,6 +10,8 @@ set(SOURCES
|
|||
CellType/String.cpp
|
||||
CellType/Type.cpp
|
||||
CellTypeDialog.cpp
|
||||
CondFormattingUI.h
|
||||
CondFormattingViewUI.h
|
||||
HelpWindow.cpp
|
||||
JSIntegration.cpp
|
||||
Spreadsheet.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue