From ac34dde28354e4b2e76a5f4a29f9389813bd2767 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 7 Sep 2023 13:28:52 -0400 Subject: add electron simulator slider features to wxPython simulator (#2481) --- icons/backward_command.png | Bin 0 -> 3550 bytes icons/backward_command.svg | 121 +++++++++++++++++++ icons/backward_stitch.png | Bin 0 -> 3152 bytes icons/backward_stitch.svg | 99 ++++++++++++++++ icons/close.png | Bin 0 -> 3806 bytes icons/close.svg | 202 ++++++++++++++++++++++++++++++++ icons/color_change.png | Bin 0 -> 4207 bytes icons/color_change.svg | 89 ++++++++++++++ icons/faster.png | Bin 0 -> 4230 bytes icons/faster.svg | 192 ++++++++++++++++++++++++++++++ icons/forward.png | Bin 0 -> 5145 bytes icons/forward.svg | 104 +++++++++++++++++ icons/forward_command.png | Bin 0 -> 3492 bytes icons/forward_command.svg | 121 +++++++++++++++++++ icons/forward_stitch.png | Bin 0 -> 3129 bytes icons/forward_stitch.svg | 99 ++++++++++++++++ icons/inkstitch_colour_logo.png | Bin 0 -> 991 bytes icons/jump.png | Bin 0 -> 5343 bytes icons/jump.svg | 1 + icons/npp.png | Bin 0 -> 3375 bytes icons/npp.svg | 253 ++++++++++++++++++++++++++++++++++++++++ icons/pause.png | 1 + icons/play.png | Bin 0 -> 2646 bytes icons/play.svg | 116 ++++++++++++++++++ icons/restart.png | Bin 0 -> 5319 bytes icons/restart.svg | 142 ++++++++++++++++++++++ icons/reverse.png | Bin 0 -> 5047 bytes icons/reverse.svg | 104 +++++++++++++++++ icons/slower.png | Bin 0 -> 4391 bytes icons/slower.svg | 193 ++++++++++++++++++++++++++++++ icons/stop.png | Bin 0 -> 2110 bytes icons/stop.svg | 1 + icons/trim.png | Bin 0 -> 5815 bytes icons/trim.svg | 1 + 34 files changed, 1839 insertions(+) create mode 100644 icons/backward_command.png create mode 100644 icons/backward_command.svg create mode 100644 icons/backward_stitch.png create mode 100644 icons/backward_stitch.svg create mode 100644 icons/close.png create mode 100644 icons/close.svg create mode 100644 icons/color_change.png create mode 100644 icons/color_change.svg create mode 100644 icons/faster.png create mode 100644 icons/faster.svg create mode 100644 icons/forward.png create mode 100644 icons/forward.svg create mode 100644 icons/forward_command.png create mode 100644 icons/forward_command.svg create mode 100644 icons/forward_stitch.png create mode 100644 icons/forward_stitch.svg create mode 100644 icons/inkstitch_colour_logo.png create mode 100644 icons/jump.png create mode 100644 icons/jump.svg create mode 100644 icons/npp.png create mode 100644 icons/npp.svg create mode 120000 icons/pause.png create mode 100644 icons/play.png create mode 100644 icons/play.svg create mode 100644 icons/restart.png create mode 100644 icons/restart.svg create mode 100644 icons/reverse.png create mode 100644 icons/reverse.svg create mode 100644 icons/slower.png create mode 100644 icons/slower.svg create mode 100644 icons/stop.png create mode 100644 icons/stop.svg create mode 100644 icons/trim.png create mode 100644 icons/trim.svg (limited to 'icons') diff --git a/icons/backward_command.png b/icons/backward_command.png new file mode 100644 index 00000000..53729a4f Binary files /dev/null and b/icons/backward_command.png differ diff --git a/icons/backward_command.svg b/icons/backward_command.svg new file mode 100644 index 00000000..daedd4e2 --- /dev/null +++ b/icons/backward_command.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/backward_stitch.png b/icons/backward_stitch.png new file mode 100644 index 00000000..9e97b31f Binary files /dev/null and b/icons/backward_stitch.png differ diff --git a/icons/backward_stitch.svg b/icons/backward_stitch.svg new file mode 100644 index 00000000..3e64c8d9 --- /dev/null +++ b/icons/backward_stitch.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/icons/close.png b/icons/close.png new file mode 100644 index 00000000..0212ad0f Binary files /dev/null and b/icons/close.png differ diff --git a/icons/close.svg b/icons/close.svg new file mode 100644 index 00000000..394a478d --- /dev/null +++ b/icons/close.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/icons/color_change.png b/icons/color_change.png new file mode 100644 index 00000000..bcdd71b9 Binary files /dev/null and b/icons/color_change.png differ diff --git a/icons/color_change.svg b/icons/color_change.svg new file mode 100644 index 00000000..a4ccb08b --- /dev/null +++ b/icons/color_change.svg @@ -0,0 +1,89 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/icons/faster.png b/icons/faster.png new file mode 100644 index 00000000..d20d2d1c Binary files /dev/null and b/icons/faster.png differ diff --git a/icons/faster.svg b/icons/faster.svg new file mode 100644 index 00000000..ea48b08e --- /dev/null +++ b/icons/faster.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/icons/forward.png b/icons/forward.png new file mode 100644 index 00000000..f7a95d11 Binary files /dev/null and b/icons/forward.png differ diff --git a/icons/forward.svg b/icons/forward.svg new file mode 100644 index 00000000..7e64613d --- /dev/null +++ b/icons/forward.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/forward_command.png b/icons/forward_command.png new file mode 100644 index 00000000..ee7e393e Binary files /dev/null and b/icons/forward_command.png differ diff --git a/icons/forward_command.svg b/icons/forward_command.svg new file mode 100644 index 00000000..b0a79576 --- /dev/null +++ b/icons/forward_command.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/forward_stitch.png b/icons/forward_stitch.png new file mode 100644 index 00000000..d585dbb9 Binary files /dev/null and b/icons/forward_stitch.png differ diff --git a/icons/forward_stitch.svg b/icons/forward_stitch.svg new file mode 100644 index 00000000..25a2040a --- /dev/null +++ b/icons/forward_stitch.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/icons/inkstitch_colour_logo.png b/icons/inkstitch_colour_logo.png new file mode 100644 index 00000000..9bbdcb0a Binary files /dev/null and b/icons/inkstitch_colour_logo.png differ diff --git a/icons/jump.png b/icons/jump.png new file mode 100644 index 00000000..40b4b995 Binary files /dev/null and b/icons/jump.png differ diff --git a/icons/jump.svg b/icons/jump.svg new file mode 100644 index 00000000..b2bb09e0 --- /dev/null +++ b/icons/jump.svg @@ -0,0 +1 @@ + diff --git a/icons/npp.png b/icons/npp.png new file mode 100644 index 00000000..125f9020 Binary files /dev/null and b/icons/npp.png differ diff --git a/icons/npp.svg b/icons/npp.svg new file mode 100644 index 00000000..ba0a2281 --- /dev/null +++ b/icons/npp.svg @@ -0,0 +1,253 @@ + + + + image/svg+xml diff --git a/icons/pause.png b/icons/pause.png new file mode 120000 index 00000000..6222e6f7 --- /dev/null +++ b/icons/pause.png @@ -0,0 +1 @@ +stop.png \ No newline at end of file diff --git a/icons/play.png b/icons/play.png new file mode 100644 index 00000000..209c4e7e Binary files /dev/null and b/icons/play.png differ diff --git a/icons/play.svg b/icons/play.svg new file mode 100644 index 00000000..4ae8c42d --- /dev/null +++ b/icons/play.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/icons/restart.png b/icons/restart.png new file mode 100644 index 00000000..f146bb14 Binary files /dev/null and b/icons/restart.png differ diff --git a/icons/restart.svg b/icons/restart.svg new file mode 100644 index 00000000..4fe1e327 --- /dev/null +++ b/icons/restart.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/icons/reverse.png b/icons/reverse.png new file mode 100644 index 00000000..982bf3e5 Binary files /dev/null and b/icons/reverse.png differ diff --git a/icons/reverse.svg b/icons/reverse.svg new file mode 100644 index 00000000..29e3d738 --- /dev/null +++ b/icons/reverse.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/slower.png b/icons/slower.png new file mode 100644 index 00000000..fce47d54 Binary files /dev/null and b/icons/slower.png differ diff --git a/icons/slower.svg b/icons/slower.svg new file mode 100644 index 00000000..02464415 --- /dev/null +++ b/icons/slower.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/icons/stop.png b/icons/stop.png new file mode 100644 index 00000000..7245124b Binary files /dev/null and b/icons/stop.png differ diff --git a/icons/stop.svg b/icons/stop.svg new file mode 100644 index 00000000..b4feeb4c --- /dev/null +++ b/icons/stop.svg @@ -0,0 +1 @@ + diff --git a/icons/trim.png b/icons/trim.png new file mode 100644 index 00000000..8310813a Binary files /dev/null and b/icons/trim.png differ diff --git a/icons/trim.svg b/icons/trim.svg new file mode 100644 index 00000000..3d58f3dd --- /dev/null +++ b/icons/trim.svg @@ -0,0 +1 @@ + -- cgit v1.3.1