From ef4fd765fd77831cfbdb28b99e55c6a31960e2fd Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sat, 28 Sep 2024 08:49:12 +0000 Subject: [PATCH] Switches all icons from Material Symbols (Apache License 2.0) to Tabler Icons (MIT License) due to license incompatibilities with Redmine's GPLv2 license. (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23083 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/images/icons.svg | 722 +++++++++++------- app/assets/images/jstoolbar/bold.svg | 2 +- app/assets/images/jstoolbar/code.svg | 1 + app/assets/images/jstoolbar/code_blocks.svg | 1 - app/assets/images/jstoolbar/h1.svg | 2 +- app/assets/images/jstoolbar/h2.svg | 2 +- app/assets/images/jstoolbar/h3.svg | 2 +- app/assets/images/jstoolbar/help.svg | 2 +- app/assets/images/jstoolbar/image.svg | 2 +- .../images/jstoolbar/indent-decrease.svg | 1 + .../images/jstoolbar/indent-increase.svg | 1 + .../images/jstoolbar/indent_decrease.svg | 1 - .../images/jstoolbar/indent_increase.svg | 1 - app/assets/images/jstoolbar/italic.svg | 2 +- app/assets/images/jstoolbar/letter-c.svg | 1 + app/assets/images/jstoolbar/list-check.svg | 1 + app/assets/images/jstoolbar/list-numbers.svg | 1 + app/assets/images/jstoolbar/list.svg | 1 + app/assets/images/jstoolbar/list_bulleted.svg | 1 - app/assets/images/jstoolbar/list_numbered.svg | 1 - app/assets/images/jstoolbar/strikethrough.svg | 2 +- app/assets/images/jstoolbar/table.svg | 2 +- app/assets/images/jstoolbar/underline.svg | 1 + app/assets/images/jstoolbar/underlined.svg | 1 - app/assets/images/jstoolbar/wiki_link.svg | 5 +- 25 files changed, 478 insertions(+), 281 deletions(-) create mode 100644 app/assets/images/jstoolbar/code.svg delete mode 100644 app/assets/images/jstoolbar/code_blocks.svg create mode 100644 app/assets/images/jstoolbar/indent-decrease.svg create mode 100644 app/assets/images/jstoolbar/indent-increase.svg delete mode 100644 app/assets/images/jstoolbar/indent_decrease.svg delete mode 100644 app/assets/images/jstoolbar/indent_increase.svg create mode 100644 app/assets/images/jstoolbar/letter-c.svg create mode 100644 app/assets/images/jstoolbar/list-check.svg create mode 100644 app/assets/images/jstoolbar/list-numbers.svg create mode 100644 app/assets/images/jstoolbar/list.svg delete mode 100644 app/assets/images/jstoolbar/list_bulleted.svg delete mode 100644 app/assets/images/jstoolbar/list_numbered.svg create mode 100644 app/assets/images/jstoolbar/underline.svg delete mode 100644 app/assets/images/jstoolbar/underlined.svg diff --git a/app/assets/images/icons.svg b/app/assets/images/icons.svg index 16d241254..2c991c3b6 100644 --- a/app/assets/images/icons.svg +++ b/app/assets/images/icons.svg @@ -1,267 +1,465 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/assets/images/jstoolbar/bold.svg b/app/assets/images/jstoolbar/bold.svg index 69752c492..a2c01a4d8 100644 --- a/app/assets/images/jstoolbar/bold.svg +++ b/app/assets/images/jstoolbar/bold.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/code.svg b/app/assets/images/jstoolbar/code.svg new file mode 100644 index 000000000..e1e57a115 --- /dev/null +++ b/app/assets/images/jstoolbar/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/code_blocks.svg b/app/assets/images/jstoolbar/code_blocks.svg deleted file mode 100644 index 3878e6182..000000000 --- a/app/assets/images/jstoolbar/code_blocks.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/jstoolbar/h1.svg b/app/assets/images/jstoolbar/h1.svg index 5fe40c237..49ab82bad 100644 --- a/app/assets/images/jstoolbar/h1.svg +++ b/app/assets/images/jstoolbar/h1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/h2.svg b/app/assets/images/jstoolbar/h2.svg index 5b94e8806..1208dd48e 100644 --- a/app/assets/images/jstoolbar/h2.svg +++ b/app/assets/images/jstoolbar/h2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/h3.svg b/app/assets/images/jstoolbar/h3.svg index 856202909..9fcdefe65 100644 --- a/app/assets/images/jstoolbar/h3.svg +++ b/app/assets/images/jstoolbar/h3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/help.svg b/app/assets/images/jstoolbar/help.svg index b5377a554..47f865dee 100644 --- a/app/assets/images/jstoolbar/help.svg +++ b/app/assets/images/jstoolbar/help.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/image.svg b/app/assets/images/jstoolbar/image.svg index 95109ccce..d97c47240 100644 --- a/app/assets/images/jstoolbar/image.svg +++ b/app/assets/images/jstoolbar/image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/indent-decrease.svg b/app/assets/images/jstoolbar/indent-decrease.svg new file mode 100644 index 000000000..fd5ac0d6c --- /dev/null +++ b/app/assets/images/jstoolbar/indent-decrease.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/indent-increase.svg b/app/assets/images/jstoolbar/indent-increase.svg new file mode 100644 index 000000000..f23842d23 --- /dev/null +++ b/app/assets/images/jstoolbar/indent-increase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/indent_decrease.svg b/app/assets/images/jstoolbar/indent_decrease.svg deleted file mode 100644 index f60f03221..000000000 --- a/app/assets/images/jstoolbar/indent_decrease.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/jstoolbar/indent_increase.svg b/app/assets/images/jstoolbar/indent_increase.svg deleted file mode 100644 index 2bdc78b8a..000000000 --- a/app/assets/images/jstoolbar/indent_increase.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/jstoolbar/italic.svg b/app/assets/images/jstoolbar/italic.svg index 47c4f60d9..106b1902b 100644 --- a/app/assets/images/jstoolbar/italic.svg +++ b/app/assets/images/jstoolbar/italic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/letter-c.svg b/app/assets/images/jstoolbar/letter-c.svg new file mode 100644 index 000000000..9249ce945 --- /dev/null +++ b/app/assets/images/jstoolbar/letter-c.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/list-check.svg b/app/assets/images/jstoolbar/list-check.svg new file mode 100644 index 000000000..3dc731f41 --- /dev/null +++ b/app/assets/images/jstoolbar/list-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/list-numbers.svg b/app/assets/images/jstoolbar/list-numbers.svg new file mode 100644 index 000000000..ed873e3aa --- /dev/null +++ b/app/assets/images/jstoolbar/list-numbers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/list.svg b/app/assets/images/jstoolbar/list.svg new file mode 100644 index 000000000..97cb38746 --- /dev/null +++ b/app/assets/images/jstoolbar/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/list_bulleted.svg b/app/assets/images/jstoolbar/list_bulleted.svg deleted file mode 100644 index dbc230a34..000000000 --- a/app/assets/images/jstoolbar/list_bulleted.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/jstoolbar/list_numbered.svg b/app/assets/images/jstoolbar/list_numbered.svg deleted file mode 100644 index 17bbeadd7..000000000 --- a/app/assets/images/jstoolbar/list_numbered.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/jstoolbar/strikethrough.svg b/app/assets/images/jstoolbar/strikethrough.svg index c34e64bea..d44d5c1d8 100644 --- a/app/assets/images/jstoolbar/strikethrough.svg +++ b/app/assets/images/jstoolbar/strikethrough.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/table.svg b/app/assets/images/jstoolbar/table.svg index 27755e5c5..c8672d7b4 100644 --- a/app/assets/images/jstoolbar/table.svg +++ b/app/assets/images/jstoolbar/table.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/underline.svg b/app/assets/images/jstoolbar/underline.svg new file mode 100644 index 000000000..081e8cfaf --- /dev/null +++ b/app/assets/images/jstoolbar/underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/jstoolbar/underlined.svg b/app/assets/images/jstoolbar/underlined.svg deleted file mode 100644 index 6a31acabb..000000000 --- a/app/assets/images/jstoolbar/underlined.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/jstoolbar/wiki_link.svg b/app/assets/images/jstoolbar/wiki_link.svg index 61f5978df..2efa6d9ff 100644 --- a/app/assets/images/jstoolbar/wiki_link.svg +++ b/app/assets/images/jstoolbar/wiki_link.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file -- 2.39.5