From d98cf86914ae8e7ed288b71b76061fb9c3b19516 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sat, 27 Mar 2021 14:15:51 +0100 Subject: [PATCH] samples works --- Samples/common/ui/Interfaces/Divers/0.crow | 2 +- .../ui/Interfaces/Divers/splitter0.crow | 6 +- .../ui/Interfaces/Divers/splitter2.crow | 5 + .../ui/Interfaces/Divers/splitter3.crow | 7 ++ .../ui/Interfaces/Divers/splitter4.crow | 7 ++ .../Experimental/multiColorPick.crow | 25 +++++ .../Experimental/multiColorPick2.crow | 46 +++++++++ .../ui/Interfaces/Experimental/table-fit.crow | 22 +++++ .../ui/Interfaces/Experimental/table.crow | 14 +++ .../ui/Interfaces/Experimental/table2.crow | 18 ++++ .../ui/Interfaces/Experimental/table3.crow | 9 ++ .../Interfaces/Experimental/tabviewTest.crow | 22 +++++ .../Experimental/tabviewTestVertical.crow | 31 +++++++ .../Experimental/tabviewTestVertical2.crow | 53 +++++++++++ Samples/common/ui/icons/bar-chart.svg | 10 +- .../common/ui/templates/ColorPicker.template | 93 ++++++++++++------- Samples/common/ui/templates/TabItem.template | 20 ++-- 17 files changed, 332 insertions(+), 58 deletions(-) create mode 100644 Samples/common/ui/Interfaces/Divers/splitter2.crow create mode 100644 Samples/common/ui/Interfaces/Divers/splitter3.crow create mode 100644 Samples/common/ui/Interfaces/Divers/splitter4.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/multiColorPick.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/multiColorPick2.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/table-fit.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/table.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/table2.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/table3.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/tabviewTest.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/tabviewTestVertical.crow create mode 100644 Samples/common/ui/Interfaces/Experimental/tabviewTestVertical2.crow diff --git a/Samples/common/ui/Interfaces/Divers/0.crow b/Samples/common/ui/Interfaces/Divers/0.crow index adc13fd8..49cb6605 100644 --- a/Samples/common/ui/Interfaces/Divers/0.crow +++ b/Samples/common/ui/Interfaces/Divers/0.crow @@ -73,7 +73,7 @@ - + diff --git a/Samples/common/ui/Interfaces/Divers/splitter0.crow b/Samples/common/ui/Interfaces/Divers/splitter0.crow index 218ba621..6c97e008 100644 --- a/Samples/common/ui/Interfaces/Divers/splitter0.crow +++ b/Samples/common/ui/Interfaces/Divers/splitter0.crow @@ -1,7 +1,7 @@  - + diff --git a/Samples/common/ui/Interfaces/Divers/splitter2.crow b/Samples/common/ui/Interfaces/Divers/splitter2.crow new file mode 100644 index 00000000..37f6fee9 --- /dev/null +++ b/Samples/common/ui/Interfaces/Divers/splitter2.crow @@ -0,0 +1,5 @@ + + diff --git a/Samples/common/ui/Interfaces/Divers/splitter3.crow b/Samples/common/ui/Interfaces/Divers/splitter3.crow new file mode 100644 index 00000000..f1e260a8 --- /dev/null +++ b/Samples/common/ui/Interfaces/Divers/splitter3.crow @@ -0,0 +1,7 @@ + + diff --git a/Samples/common/ui/Interfaces/Divers/splitter4.crow b/Samples/common/ui/Interfaces/Divers/splitter4.crow new file mode 100644 index 00000000..142cc502 --- /dev/null +++ b/Samples/common/ui/Interfaces/Divers/splitter4.crow @@ -0,0 +1,7 @@ + + diff --git a/Samples/common/ui/Interfaces/Experimental/multiColorPick.crow b/Samples/common/ui/Interfaces/Experimental/multiColorPick.crow new file mode 100644 index 00000000..5b01c069 --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/multiColorPick.crow @@ -0,0 +1,25 @@ + + + + + + + \ No newline at end of file diff --git a/Samples/common/ui/Interfaces/Experimental/multiColorPick2.crow b/Samples/common/ui/Interfaces/Experimental/multiColorPick2.crow new file mode 100644 index 00000000..211937c4 --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/multiColorPick2.crow @@ -0,0 +1,46 @@ + + + + + + + \ No newline at end of file diff --git a/Samples/common/ui/Interfaces/Experimental/table-fit.crow b/Samples/common/ui/Interfaces/Experimental/table-fit.crow new file mode 100644 index 00000000..138b60e7 --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/table-fit.crow @@ -0,0 +1,22 @@ + + + + + + + + + + + +
\ No newline at end of file diff --git a/Samples/common/ui/Interfaces/Experimental/table.crow b/Samples/common/ui/Interfaces/Experimental/table.crow new file mode 100644 index 00000000..b8277a2b --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/table.crow @@ -0,0 +1,14 @@ + + + + + + + +
\ No newline at end of file diff --git a/Samples/common/ui/Interfaces/Experimental/table2.crow b/Samples/common/ui/Interfaces/Experimental/table2.crow new file mode 100644 index 00000000..5416897c --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/table2.crow @@ -0,0 +1,18 @@ + + + + + + + +
\ No newline at end of file diff --git a/Samples/common/ui/Interfaces/Experimental/table3.crow b/Samples/common/ui/Interfaces/Experimental/table3.crow new file mode 100644 index 00000000..0a9e0b52 --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/table3.crow @@ -0,0 +1,9 @@ + + + +
\ No newline at end of file diff --git a/Samples/common/ui/Interfaces/Experimental/tabviewTest.crow b/Samples/common/ui/Interfaces/Experimental/tabviewTest.crow new file mode 100644 index 00000000..c578b0ca --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/tabviewTest.crow @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file diff --git a/Samples/common/ui/Interfaces/Experimental/tabviewTestVertical.crow b/Samples/common/ui/Interfaces/Experimental/tabviewTestVertical.crow new file mode 100644 index 00000000..cc224ec6 --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/tabviewTestVertical.crow @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Samples/common/ui/Interfaces/Experimental/tabviewTestVertical2.crow b/Samples/common/ui/Interfaces/Experimental/tabviewTestVertical2.crow new file mode 100644 index 00000000..6ecc74ed --- /dev/null +++ b/Samples/common/ui/Interfaces/Experimental/tabviewTestVertical2.crow @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Samples/common/ui/icons/bar-chart.svg b/Samples/common/ui/icons/bar-chart.svg index ff86c961..9e79812d 100644 --- a/Samples/common/ui/icons/bar-chart.svg +++ b/Samples/common/ui/icons/bar-chart.svg @@ -2,9 +2,9 @@ - - - - - + + + + + diff --git a/Samples/common/ui/templates/ColorPicker.template b/Samples/common/ui/templates/ColorPicker.template index 96d6edbd..2d963fc4 100644 --- a/Samples/common/ui/templates/ColorPicker.template +++ b/Samples/common/ui/templates/ColorPicker.template @@ -1,39 +1,60 @@  - -