From 756d5c66f843346b81c20834f1b4efc79e2b6313 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 5 Sep 2017 22:37:58 -0600 Subject: [PATCH] Add some new icons Add some new icons from Feather Icons. A few old ones remain for the source window contents. --- gui/icons/README | 4 +++- gui/icons/arrow-down.svg | 1 + gui/icons/arrow-right.svg | 1 + gui/icons/arrow-up.svg | 1 + gui/icons/corner-right-down.svg | 1 + gui/icons/corner-right-up.svg | 1 + gui/icons/fast-forward.svg | 1 + gui/icons/pause.svg | 1 + gui/icons/step-into.xpm | 28 -------------------------- gui/icons/step-out.xpm | 28 -------------------------- gui/icons/step-over.xpm | 28 -------------------------- gui/icons/throbber.gif | Bin 1542 -> 0 bytes gui/sourcewindow.xml | 34 +++++++++++++++++++++++++------- 13 files changed, 37 insertions(+), 92 deletions(-) create mode 100644 gui/icons/arrow-down.svg create mode 100644 gui/icons/arrow-right.svg create mode 100644 gui/icons/arrow-up.svg create mode 100644 gui/icons/corner-right-down.svg create mode 100644 gui/icons/corner-right-up.svg create mode 100644 gui/icons/fast-forward.svg create mode 100644 gui/icons/pause.svg delete mode 100644 gui/icons/step-into.xpm delete mode 100644 gui/icons/step-out.xpm delete mode 100644 gui/icons/step-over.xpm delete mode 100644 gui/icons/throbber.gif diff --git a/gui/icons/README b/gui/icons/README index 3fe8c0d..a52a0a0 100644 --- a/gui/icons/README +++ b/gui/icons/README @@ -1 +1,3 @@ -These icons were shamelessly taken from nemiver and Gnome. +Some of these icons were shamelessly taken from nemiver and Gnome. + +Others come from Feather Icons: https://feathericons.com/ diff --git a/gui/icons/arrow-down.svg b/gui/icons/arrow-down.svg new file mode 100644 index 0000000..80ad254 --- /dev/null +++ b/gui/icons/arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gui/icons/arrow-right.svg b/gui/icons/arrow-right.svg new file mode 100644 index 0000000..ea99d54 --- /dev/null +++ b/gui/icons/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gui/icons/arrow-up.svg b/gui/icons/arrow-up.svg new file mode 100644 index 0000000..ac6cba5 --- /dev/null +++ b/gui/icons/arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gui/icons/corner-right-down.svg b/gui/icons/corner-right-down.svg new file mode 100644 index 0000000..a49e6d6 --- /dev/null +++ b/gui/icons/corner-right-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gui/icons/corner-right-up.svg b/gui/icons/corner-right-up.svg new file mode 100644 index 0000000..a5c5dce --- /dev/null +++ b/gui/icons/corner-right-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gui/icons/fast-forward.svg b/gui/icons/fast-forward.svg new file mode 100644 index 0000000..fa39877 --- /dev/null +++ b/gui/icons/fast-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gui/icons/pause.svg b/gui/icons/pause.svg new file mode 100644 index 0000000..4e78038 --- /dev/null +++ b/gui/icons/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gui/icons/step-into.xpm b/gui/icons/step-into.xpm deleted file mode 100644 index e168c80..0000000 --- a/gui/icons/step-into.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * step_in_xpm[] = { -"22 22 3 1", -" c None", -". c #FF0000", -"+ c #000000", -" ", -" ", -" ", -" ", -" ......... ", -" ......... ", -" .. ", -" ++ .. ++ ", -" ++......++ ", -" ++ .... ++ ", -" ++ .. ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ", -" ", -" ", -" "}; diff --git a/gui/icons/step-out.xpm b/gui/icons/step-out.xpm deleted file mode 100644 index 1f10cf6..0000000 --- a/gui/icons/step-out.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * step_out_xpm[] = { -"22 22 3 1", -" c None", -". c #FF0000", -"+ c #000000", -" ", -" ", -" . ", -" .. ", -" ......... ", -" ......... ", -" .. .. ", -" ++ .. ++ . ", -" ++ .. ++ ", -" ++ .. ++ ", -" ++ .. ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ", -" ", -" ", -" "}; diff --git a/gui/icons/step-over.xpm b/gui/icons/step-over.xpm deleted file mode 100644 index 5b68cc5..0000000 --- a/gui/icons/step-over.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * step_over_xpm[] = { -"22 22 3 1", -" c None", -". c #FF0000", -"+ c #000000", -" ", -" ", -" ", -" . ", -" .. ", -" ................ ", -" ................ ", -" .. ", -" ++ ++ . ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ++ ++ ", -" ", -" ", -" "}; diff --git a/gui/icons/throbber.gif b/gui/icons/throbber.gif deleted file mode 100644 index 529e72f45a2395e2eddb0487edbe79b306c92c3a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1542 zcma)+ZA?>F7{_}rw{MqAdn^?TGVN^(w7}TqO{+3&F9nJ+R*E<<0&OXdX^es|GZF{4 zEl^%(9lp{U!Tk6YH4YyudgpHEiEi8)M~XPNk&IU z<2VigpuIfr-T(i>=Y2DhH)SO$HOVnigb(Dsi9bi^OfNlh;gy9lX!QL;2?>26z1K#P zV&uBmc3ztB!JQGe3%xin-RaY+qK3d98fkvdQN;t{oK0gq+21S5uC5%{i0Rkv4w<&D zJMjZD7~PJ7Ws}GES&9V@nF^RLDT|DSF@(;5sRA*CvH-&fm&e1b*w01Co_GW)!WWmq zeOZb@C}{*uR%lI>L5yacs>LSc&yub>OO|tgQr{&M!Pxk;eM1c&ROwWXCzb>?PAMLC z1GC6JXDUc(-m@u3aTC6;$74tGFI<-5LO#4LoR#vKh>|j7m0)u&+#r4f3us)g0tH^I zt;E*mux|86(!S&sVn}Jx(E{rR@KAZe3V3OQgh*I9umtZKPs|XRegw&V z*XWil!;da!)+BwsQ-QH9Pg^G5XT1P$nS_y40Tsy z{=wwwR=Ec@H0)=_Eu4eUa{DduV&e41fhwT}-kHt$uA zb}g8vv`P8=DavZKF<526AnGep^efD4R7poT41ZImDN+S_C?KFCwamgWUZJk`!~ zT#=Z`F1h2n%sgVJokp-VKc_!QT=Ag>&W4N}ZVs1IETePLkb?bUKWr#oNjnpyd9k)?!4M?%;92?~PwtjZ=-!&#>4sNe7_}r$O zson-Y-4)nvlJpZQC&U&6uKs?SCVNj09n8wAFu|P76)3h_vPe_N8`*{Q?^VX)r(?M%vvE=b?K;_!f8 z85)&S&2)|t3TrI%&F?Itlg^Dg1pG215&^1RM0`E5g%-D^w{1v;Ej@GFf#$mhQ?td50gdL-SzT{X6={H?<9MQh zTO&IDmziQe=nz0T8Ju01Xm47?mb69O*PU)%;OZFgx!P8>>(A#M=fWq3vBN`3q^FtF zv|HfcX=>^}AYVq9-PJrn@MXK6`Md#U4{x3jGJ<^XDaW#fs!Er#ODIP}1U_W7@EKVI zd^M_Eg2^QQ6DZ*yoe{9k_B%akiPtknp;_KPPaEMp_N?@h(ODHk$K`ainr|-+$frDT zQKU?@eheS0B!m-{o=?N*C;UFVSv* diff --git a/gui/sourcewindow.xml b/gui/sourcewindow.xml index 2ea4c55..6037f81 100644 --- a/gui/sourcewindow.xml +++ b/gui/sourcewindow.xml @@ -6,17 +6,37 @@ True False - icons/step-out.xpm + icons/corner-right-up.svg True False - icons/step-over.xpm + icons/arrow-right.svg True False - icons/step-into.xpm + icons/corner-right-down.svg + + + True + False + icons/arrow-up.svg + + + True + False + icons/arrow-down.svg + + + True + False + icons/pause.svg + + + True + False + icons/fast-forward.svg False @@ -40,7 +60,7 @@ Continue execution Continue True - media-playback-start + play-image @@ -88,7 +108,7 @@ Interrupt the program Stop True - media-playback-pause + pause-image @@ -130,7 +150,7 @@ Down one frame Down True - go-down + down-image @@ -146,7 +166,7 @@ Up one frame Up True - go-up + up-image