From 8576e1c103cb0606d100c31b9794bcdb61bd50c6 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 18 Sep 2014 14:09:55 -0700 Subject: Qt: Add stock icons. The new icons are patterned after the existing capture icons. They could probably benefit from some adjustments here and there. Start moving toward icon names and a directory layout compliant with freedesktop.org's Icon Naming Specification and Icon Theme Specification. We aren't fully compliant and might never be but anyone with exposure to FDO icon themes should at least know where everything is. Make Capture Start (x-capture-start) the first icon in the toolbar. Define the Colorize Packets, Auto Scroll, and zoom icons even though the Qt UI doesn't use them yet. Leave the Capture Filter, Display Filter, Coloring Rules, Preferences, and Help icons off for now. The GTK+ toolbar is overly cluttered and I'm not sure they're necessary. Try not to break ui/gtk/toolbar_icons.h. Remove welcome.qrc. I initially added it in case we needed to overlay the welcome screen with translucent .pngs but that never happened. To do: - Move the old GTK+ icons to their own directory. - Find a better name for the "toolbar" directory. "stock"? - Make the toolbar configurable. Change-Id: Ie07592113d307b8db786aedace672312a870fe38 Reviewed-on: https://code.wireshark.org/review/4182 Reviewed-by: Gerald Combs --- image/toolbar/16x16/edit-find.png | Bin 0 -> 602 bytes image/toolbar/16x16/edit-find.svg | 120 +++++++++ image/toolbar/16x16/go-first.png | Bin 0 -> 579 bytes image/toolbar/16x16/go-first.svg | 295 ++++++++++++++++++++ image/toolbar/16x16/go-jump.png | Bin 0 -> 574 bytes image/toolbar/16x16/go-jump.svg | 245 +++++++++++++++++ image/toolbar/16x16/go-last.png | Bin 0 -> 594 bytes image/toolbar/16x16/go-last.svg | 216 +++++++++++++++ image/toolbar/16x16/go-next.png | Bin 0 -> 550 bytes image/toolbar/16x16/go-next.svg | 207 ++++++++++++++ image/toolbar/16x16/go-next.svg.png | Bin 0 -> 492 bytes image/toolbar/16x16/go-previous.png | Bin 0 -> 542 bytes image/toolbar/16x16/go-previous.svg | 219 +++++++++++++++ image/toolbar/16x16/x-capture-file-close.png | Bin 0 -> 341 bytes image/toolbar/16x16/x-capture-file-close.svg | 98 +++++++ image/toolbar/16x16/x-capture-file-reload.png | Bin 0 -> 779 bytes image/toolbar/16x16/x-capture-file-reload.svg | 111 ++++++++ image/toolbar/16x16/x-capture-file-save.png | Bin 0 -> 677 bytes image/toolbar/16x16/x-capture-options-gear.svg | 41 +++ image/toolbar/16x16/x-capture-options-wrench.svg | 33 +++ image/toolbar/16x16/x-capture-options.png | Bin 0 -> 446 bytes image/toolbar/16x16/x-capture-restart-fin.svg | 38 +++ .../toolbar/16x16/x-capture-restart-triangle1.svg | 32 +++ .../toolbar/16x16/x-capture-restart-triangle2.svg | 36 +++ image/toolbar/16x16/x-capture-restart-turn1.svg | 33 +++ image/toolbar/16x16/x-capture-restart-turn2.svg | 16 ++ image/toolbar/16x16/x-capture-restart.png | Bin 0 -> 687 bytes image/toolbar/16x16/x-capture-start.png | Bin 0 -> 559 bytes image/toolbar/16x16/x-capture-start.svg | 74 +++++ image/toolbar/16x16/x-capture-stop-red.svg | 86 ++++++ image/toolbar/16x16/x-capture-stop-white.svg | 28 ++ image/toolbar/16x16/x-capture-stop.png | Bin 0 -> 140 bytes image/toolbar/16x16/x-colorize-packets.png | Bin 0 -> 260 bytes image/toolbar/16x16/x-colorize-packets.svg | 118 ++++++++ image/toolbar/16x16/x-resize-columns.png | Bin 0 -> 629 bytes image/toolbar/16x16/x-resize-columns.svg | 170 ++++++++++++ image/toolbar/16x16/x-stay-last.png | Bin 0 -> 389 bytes image/toolbar/16x16/x-stay-last.svg | 135 ++++++++++ image/toolbar/16x16/zoom-in.png | Bin 0 -> 596 bytes image/toolbar/16x16/zoom-in.svg | 118 ++++++++ image/toolbar/16x16/zoom-original.png | Bin 0 -> 599 bytes image/toolbar/16x16/zoom-original.svg | 117 ++++++++ image/toolbar/16x16/zoom-out.png | Bin 0 -> 586 bytes image/toolbar/16x16/zoom-out.svg | 110 ++++++++ image/toolbar/24x24/edit-find.png | Bin 0 -> 825 bytes image/toolbar/24x24/edit-find.svg | 120 +++++++++ image/toolbar/24x24/go-first.png | Bin 0 -> 875 bytes image/toolbar/24x24/go-first.svg | 196 ++++++++++++++ image/toolbar/24x24/go-jump.png | Bin 0 -> 802 bytes image/toolbar/24x24/go-jump.svg | 300 +++++++++++++++++++++ image/toolbar/24x24/go-last.png | Bin 0 -> 864 bytes image/toolbar/24x24/go-last.svg | 238 ++++++++++++++++ image/toolbar/24x24/go-next.png | Bin 0 -> 843 bytes image/toolbar/24x24/go-next.svg | 193 +++++++++++++ image/toolbar/24x24/go-previous.png | Bin 0 -> 851 bytes image/toolbar/24x24/go-previous.svg | 172 ++++++++++++ image/toolbar/24x24/x-capture-file-close.png | Bin 0 -> 477 bytes image/toolbar/24x24/x-capture-file-close.svg | 99 +++++++ image/toolbar/24x24/x-capture-file-reload.png | Bin 0 -> 1396 bytes image/toolbar/24x24/x-capture-file-reload.svg | 112 ++++++++ image/toolbar/24x24/x-capture-file-save.png | Bin 0 -> 1305 bytes image/toolbar/24x24/x-capture-options-gear.svg | 44 +++ image/toolbar/24x24/x-capture-options-wrench.svg | 37 +++ image/toolbar/24x24/x-capture-options.png | Bin 0 -> 621 bytes image/toolbar/24x24/x-capture-restart-fin.svg | 37 +++ .../toolbar/24x24/x-capture-restart-triangle1.svg | 35 +++ .../toolbar/24x24/x-capture-restart-triangle2.svg | 38 +++ image/toolbar/24x24/x-capture-restart-turn1.svg | 35 +++ image/toolbar/24x24/x-capture-restart-turn2.svg | 16 ++ image/toolbar/24x24/x-capture-restart.png | Bin 0 -> 1140 bytes image/toolbar/24x24/x-capture-start.png | Bin 0 -> 934 bytes image/toolbar/24x24/x-capture-start.svg | 81 ++++++ image/toolbar/24x24/x-capture-stop-red.svg | 73 +++++ image/toolbar/24x24/x-capture-stop-white.svg | 29 ++ image/toolbar/24x24/x-capture-stop.png | Bin 0 -> 153 bytes image/toolbar/24x24/x-colorize-packets.png | Bin 0 -> 274 bytes image/toolbar/24x24/x-colorize-packets.svg | 132 +++++++++ image/toolbar/24x24/x-resize-columns.png | Bin 0 -> 651 bytes image/toolbar/24x24/x-resize-columns.svg | 188 +++++++++++++ image/toolbar/24x24/x-stay-last.png | Bin 0 -> 491 bytes image/toolbar/24x24/x-stay-last.svg | 149 ++++++++++ image/toolbar/24x24/zoom-in.png | Bin 0 -> 886 bytes image/toolbar/24x24/zoom-in.svg | 118 ++++++++ image/toolbar/24x24/zoom-original.png | Bin 0 -> 900 bytes image/toolbar/24x24/zoom-original.svg | 117 ++++++++ image/toolbar/24x24/zoom-out.png | Bin 0 -> 881 bytes image/toolbar/24x24/zoom-out.svg | 110 ++++++++ image/toolbar/capture_options_16.png | Bin 405 -> 0 bytes image/toolbar/capture_options_16.svg | 33 --- image/toolbar/capture_options_24.png | Bin 570 -> 0 bytes image/toolbar/capture_options_24.svg | 37 --- image/toolbar/capture_options_alt1_16.png | Bin 446 -> 0 bytes image/toolbar/capture_options_alt1_16.svg | 41 --- image/toolbar/capture_options_alt1_24.png | Bin 621 -> 0 bytes image/toolbar/capture_options_alt1_24.svg | 44 --- image/toolbar/capture_restart_16.png | Bin 687 -> 0 bytes image/toolbar/capture_restart_16.svg | 38 --- image/toolbar/capture_restart_16_alt1.png | Bin 379 -> 0 bytes image/toolbar/capture_restart_16_alt1.svg | 32 --- image/toolbar/capture_restart_16_alt2.png | Bin 407 -> 0 bytes image/toolbar/capture_restart_16_alt2.svg | 36 --- image/toolbar/capture_restart_16_alt3.png | Bin 540 -> 0 bytes image/toolbar/capture_restart_16_alt3.svg | 33 --- image/toolbar/capture_restart_16_alt4.png | Bin 291 -> 0 bytes image/toolbar/capture_restart_16_alt4.svg | 16 -- image/toolbar/capture_restart_24.png | Bin 1140 -> 0 bytes image/toolbar/capture_restart_24.svg | 37 --- image/toolbar/capture_restart_24_alt1.png | Bin 527 -> 0 bytes image/toolbar/capture_restart_24_alt1.svg | 35 --- image/toolbar/capture_restart_24_alt2.png | Bin 549 -> 0 bytes image/toolbar/capture_restart_24_alt2.svg | 38 --- image/toolbar/capture_restart_24_alt3.png | Bin 623 -> 0 bytes image/toolbar/capture_restart_24_alt3.svg | 35 --- image/toolbar/capture_restart_24_alt4.png | Bin 413 -> 0 bytes image/toolbar/capture_restart_24_alt4.svg | 16 -- image/toolbar/capture_start_16.png | Bin 559 -> 0 bytes image/toolbar/capture_start_16.svg | 74 ----- image/toolbar/capture_start_24.png | Bin 934 -> 0 bytes image/toolbar/capture_start_24.svg | 81 ------ image/toolbar/capture_stop_16.png | Bin 140 -> 0 bytes image/toolbar/capture_stop_16.svg | 86 ------ image/toolbar/capture_stop_16_alt1.png | Bin 262 -> 0 bytes image/toolbar/capture_stop_16_alt1.svg | 28 -- image/toolbar/capture_stop_24.png | Bin 153 -> 0 bytes image/toolbar/capture_stop_24.svg | 73 ----- image/toolbar/capture_stop_24_alt1.png | Bin 371 -> 0 bytes image/toolbar/capture_stop_24_alt1.svg | 29 -- image/toolbar/toolbar_wireshark_file_16.png | Bin 677 -> 0 bytes image/toolbar/toolbar_wireshark_file_24.png | Bin 1305 -> 0 bytes 129 files changed, 5365 insertions(+), 842 deletions(-) create mode 100644 image/toolbar/16x16/edit-find.png create mode 100644 image/toolbar/16x16/edit-find.svg create mode 100644 image/toolbar/16x16/go-first.png create mode 100644 image/toolbar/16x16/go-first.svg create mode 100644 image/toolbar/16x16/go-jump.png create mode 100644 image/toolbar/16x16/go-jump.svg create mode 100644 image/toolbar/16x16/go-last.png create mode 100644 image/toolbar/16x16/go-last.svg create mode 100644 image/toolbar/16x16/go-next.png create mode 100644 image/toolbar/16x16/go-next.svg create mode 100644 image/toolbar/16x16/go-next.svg.png create mode 100644 image/toolbar/16x16/go-previous.png create mode 100644 image/toolbar/16x16/go-previous.svg create mode 100644 image/toolbar/16x16/x-capture-file-close.png create mode 100644 image/toolbar/16x16/x-capture-file-close.svg create mode 100644 image/toolbar/16x16/x-capture-file-reload.png create mode 100644 image/toolbar/16x16/x-capture-file-reload.svg create mode 100644 image/toolbar/16x16/x-capture-file-save.png create mode 100644 image/toolbar/16x16/x-capture-options-gear.svg create mode 100644 image/toolbar/16x16/x-capture-options-wrench.svg create mode 100644 image/toolbar/16x16/x-capture-options.png create mode 100644 image/toolbar/16x16/x-capture-restart-fin.svg create mode 100644 image/toolbar/16x16/x-capture-restart-triangle1.svg create mode 100644 image/toolbar/16x16/x-capture-restart-triangle2.svg create mode 100644 image/toolbar/16x16/x-capture-restart-turn1.svg create mode 100644 image/toolbar/16x16/x-capture-restart-turn2.svg create mode 100644 image/toolbar/16x16/x-capture-restart.png create mode 100644 image/toolbar/16x16/x-capture-start.png create mode 100644 image/toolbar/16x16/x-capture-start.svg create mode 100644 image/toolbar/16x16/x-capture-stop-red.svg create mode 100644 image/toolbar/16x16/x-capture-stop-white.svg create mode 100644 image/toolbar/16x16/x-capture-stop.png create mode 100644 image/toolbar/16x16/x-colorize-packets.png create mode 100644 image/toolbar/16x16/x-colorize-packets.svg create mode 100644 image/toolbar/16x16/x-resize-columns.png create mode 100644 image/toolbar/16x16/x-resize-columns.svg create mode 100644 image/toolbar/16x16/x-stay-last.png create mode 100644 image/toolbar/16x16/x-stay-last.svg create mode 100644 image/toolbar/16x16/zoom-in.png create mode 100644 image/toolbar/16x16/zoom-in.svg create mode 100644 image/toolbar/16x16/zoom-original.png create mode 100644 image/toolbar/16x16/zoom-original.svg create mode 100644 image/toolbar/16x16/zoom-out.png create mode 100644 image/toolbar/16x16/zoom-out.svg create mode 100644 image/toolbar/24x24/edit-find.png create mode 100644 image/toolbar/24x24/edit-find.svg create mode 100644 image/toolbar/24x24/go-first.png create mode 100644 image/toolbar/24x24/go-first.svg create mode 100644 image/toolbar/24x24/go-jump.png create mode 100644 image/toolbar/24x24/go-jump.svg create mode 100644 image/toolbar/24x24/go-last.png create mode 100644 image/toolbar/24x24/go-last.svg create mode 100644 image/toolbar/24x24/go-next.png create mode 100644 image/toolbar/24x24/go-next.svg create mode 100644 image/toolbar/24x24/go-previous.png create mode 100644 image/toolbar/24x24/go-previous.svg create mode 100644 image/toolbar/24x24/x-capture-file-close.png create mode 100644 image/toolbar/24x24/x-capture-file-close.svg create mode 100644 image/toolbar/24x24/x-capture-file-reload.png create mode 100644 image/toolbar/24x24/x-capture-file-reload.svg create mode 100644 image/toolbar/24x24/x-capture-file-save.png create mode 100644 image/toolbar/24x24/x-capture-options-gear.svg create mode 100644 image/toolbar/24x24/x-capture-options-wrench.svg create mode 100644 image/toolbar/24x24/x-capture-options.png create mode 100644 image/toolbar/24x24/x-capture-restart-fin.svg create mode 100644 image/toolbar/24x24/x-capture-restart-triangle1.svg create mode 100644 image/toolbar/24x24/x-capture-restart-triangle2.svg create mode 100644 image/toolbar/24x24/x-capture-restart-turn1.svg create mode 100644 image/toolbar/24x24/x-capture-restart-turn2.svg create mode 100644 image/toolbar/24x24/x-capture-restart.png create mode 100644 image/toolbar/24x24/x-capture-start.png create mode 100644 image/toolbar/24x24/x-capture-start.svg create mode 100644 image/toolbar/24x24/x-capture-stop-red.svg create mode 100644 image/toolbar/24x24/x-capture-stop-white.svg create mode 100644 image/toolbar/24x24/x-capture-stop.png create mode 100644 image/toolbar/24x24/x-colorize-packets.png create mode 100644 image/toolbar/24x24/x-colorize-packets.svg create mode 100644 image/toolbar/24x24/x-resize-columns.png create mode 100644 image/toolbar/24x24/x-resize-columns.svg create mode 100644 image/toolbar/24x24/x-stay-last.png create mode 100644 image/toolbar/24x24/x-stay-last.svg create mode 100644 image/toolbar/24x24/zoom-in.png create mode 100644 image/toolbar/24x24/zoom-in.svg create mode 100644 image/toolbar/24x24/zoom-original.png create mode 100644 image/toolbar/24x24/zoom-original.svg create mode 100644 image/toolbar/24x24/zoom-out.png create mode 100644 image/toolbar/24x24/zoom-out.svg delete mode 100644 image/toolbar/capture_options_16.png delete mode 100644 image/toolbar/capture_options_16.svg delete mode 100644 image/toolbar/capture_options_24.png delete mode 100644 image/toolbar/capture_options_24.svg delete mode 100644 image/toolbar/capture_options_alt1_16.png delete mode 100644 image/toolbar/capture_options_alt1_16.svg delete mode 100644 image/toolbar/capture_options_alt1_24.png delete mode 100644 image/toolbar/capture_options_alt1_24.svg delete mode 100644 image/toolbar/capture_restart_16.png delete mode 100644 image/toolbar/capture_restart_16.svg delete mode 100644 image/toolbar/capture_restart_16_alt1.png delete mode 100644 image/toolbar/capture_restart_16_alt1.svg delete mode 100644 image/toolbar/capture_restart_16_alt2.png delete mode 100644 image/toolbar/capture_restart_16_alt2.svg delete mode 100644 image/toolbar/capture_restart_16_alt3.png delete mode 100644 image/toolbar/capture_restart_16_alt3.svg delete mode 100644 image/toolbar/capture_restart_16_alt4.png delete mode 100644 image/toolbar/capture_restart_16_alt4.svg delete mode 100644 image/toolbar/capture_restart_24.png delete mode 100644 image/toolbar/capture_restart_24.svg delete mode 100644 image/toolbar/capture_restart_24_alt1.png delete mode 100644 image/toolbar/capture_restart_24_alt1.svg delete mode 100644 image/toolbar/capture_restart_24_alt2.png delete mode 100644 image/toolbar/capture_restart_24_alt2.svg delete mode 100644 image/toolbar/capture_restart_24_alt3.png delete mode 100644 image/toolbar/capture_restart_24_alt3.svg delete mode 100644 image/toolbar/capture_restart_24_alt4.png delete mode 100644 image/toolbar/capture_restart_24_alt4.svg delete mode 100644 image/toolbar/capture_start_16.png delete mode 100644 image/toolbar/capture_start_16.svg delete mode 100644 image/toolbar/capture_start_24.png delete mode 100644 image/toolbar/capture_start_24.svg delete mode 100644 image/toolbar/capture_stop_16.png delete mode 100644 image/toolbar/capture_stop_16.svg delete mode 100644 image/toolbar/capture_stop_16_alt1.png delete mode 100644 image/toolbar/capture_stop_16_alt1.svg delete mode 100644 image/toolbar/capture_stop_24.png delete mode 100644 image/toolbar/capture_stop_24.svg delete mode 100644 image/toolbar/capture_stop_24_alt1.png delete mode 100644 image/toolbar/capture_stop_24_alt1.svg delete mode 100644 image/toolbar/toolbar_wireshark_file_16.png delete mode 100644 image/toolbar/toolbar_wireshark_file_24.png (limited to 'image/toolbar') diff --git a/image/toolbar/16x16/edit-find.png b/image/toolbar/16x16/edit-find.png new file mode 100644 index 0000000000..32bc0149c7 Binary files /dev/null and b/image/toolbar/16x16/edit-find.png differ diff --git a/image/toolbar/16x16/edit-find.svg b/image/toolbar/16x16/edit-find.svg new file mode 100644 index 0000000000..e16f162aa9 --- /dev/null +++ b/image/toolbar/16x16/edit-find.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/go-first.png b/image/toolbar/16x16/go-first.png new file mode 100644 index 0000000000..137708d95a Binary files /dev/null and b/image/toolbar/16x16/go-first.png differ diff --git a/image/toolbar/16x16/go-first.svg b/image/toolbar/16x16/go-first.svg new file mode 100644 index 0000000000..cea04ff8f0 --- /dev/null +++ b/image/toolbar/16x16/go-first.svg @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/go-jump.png b/image/toolbar/16x16/go-jump.png new file mode 100644 index 0000000000..7cc1568ca6 Binary files /dev/null and b/image/toolbar/16x16/go-jump.png differ diff --git a/image/toolbar/16x16/go-jump.svg b/image/toolbar/16x16/go-jump.svg new file mode 100644 index 0000000000..5600b7eebe --- /dev/null +++ b/image/toolbar/16x16/go-jump.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/go-last.png b/image/toolbar/16x16/go-last.png new file mode 100644 index 0000000000..6dde22f1f6 Binary files /dev/null and b/image/toolbar/16x16/go-last.png differ diff --git a/image/toolbar/16x16/go-last.svg b/image/toolbar/16x16/go-last.svg new file mode 100644 index 0000000000..9de94376ce --- /dev/null +++ b/image/toolbar/16x16/go-last.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/go-next.png b/image/toolbar/16x16/go-next.png new file mode 100644 index 0000000000..8086b7b7d9 Binary files /dev/null and b/image/toolbar/16x16/go-next.png differ diff --git a/image/toolbar/16x16/go-next.svg b/image/toolbar/16x16/go-next.svg new file mode 100644 index 0000000000..55abcc9288 --- /dev/null +++ b/image/toolbar/16x16/go-next.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/go-next.svg.png b/image/toolbar/16x16/go-next.svg.png new file mode 100644 index 0000000000..4085344e5d Binary files /dev/null and b/image/toolbar/16x16/go-next.svg.png differ diff --git a/image/toolbar/16x16/go-previous.png b/image/toolbar/16x16/go-previous.png new file mode 100644 index 0000000000..ee99b938ee Binary files /dev/null and b/image/toolbar/16x16/go-previous.png differ diff --git a/image/toolbar/16x16/go-previous.svg b/image/toolbar/16x16/go-previous.svg new file mode 100644 index 0000000000..a07ae8bde7 --- /dev/null +++ b/image/toolbar/16x16/go-previous.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-file-close.png b/image/toolbar/16x16/x-capture-file-close.png new file mode 100644 index 0000000000..d7300af0fd Binary files /dev/null and b/image/toolbar/16x16/x-capture-file-close.png differ diff --git a/image/toolbar/16x16/x-capture-file-close.svg b/image/toolbar/16x16/x-capture-file-close.svg new file mode 100644 index 0000000000..7074c208d3 --- /dev/null +++ b/image/toolbar/16x16/x-capture-file-close.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-file-reload.png b/image/toolbar/16x16/x-capture-file-reload.png new file mode 100644 index 0000000000..d033fe20d2 Binary files /dev/null and b/image/toolbar/16x16/x-capture-file-reload.png differ diff --git a/image/toolbar/16x16/x-capture-file-reload.svg b/image/toolbar/16x16/x-capture-file-reload.svg new file mode 100644 index 0000000000..0fce386261 --- /dev/null +++ b/image/toolbar/16x16/x-capture-file-reload.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-file-save.png b/image/toolbar/16x16/x-capture-file-save.png new file mode 100644 index 0000000000..a263bb54ab Binary files /dev/null and b/image/toolbar/16x16/x-capture-file-save.png differ diff --git a/image/toolbar/16x16/x-capture-options-gear.svg b/image/toolbar/16x16/x-capture-options-gear.svg new file mode 100644 index 0000000000..4a03d39956 --- /dev/null +++ b/image/toolbar/16x16/x-capture-options-gear.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-options-wrench.svg b/image/toolbar/16x16/x-capture-options-wrench.svg new file mode 100644 index 0000000000..9276524668 --- /dev/null +++ b/image/toolbar/16x16/x-capture-options-wrench.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-options.png b/image/toolbar/16x16/x-capture-options.png new file mode 100644 index 0000000000..4f26785ed0 Binary files /dev/null and b/image/toolbar/16x16/x-capture-options.png differ diff --git a/image/toolbar/16x16/x-capture-restart-fin.svg b/image/toolbar/16x16/x-capture-restart-fin.svg new file mode 100644 index 0000000000..8b9526089b --- /dev/null +++ b/image/toolbar/16x16/x-capture-restart-fin.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-restart-triangle1.svg b/image/toolbar/16x16/x-capture-restart-triangle1.svg new file mode 100644 index 0000000000..39661823f6 --- /dev/null +++ b/image/toolbar/16x16/x-capture-restart-triangle1.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-restart-triangle2.svg b/image/toolbar/16x16/x-capture-restart-triangle2.svg new file mode 100644 index 0000000000..10e4fc6873 --- /dev/null +++ b/image/toolbar/16x16/x-capture-restart-triangle2.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-restart-turn1.svg b/image/toolbar/16x16/x-capture-restart-turn1.svg new file mode 100644 index 0000000000..8d824a3ba1 --- /dev/null +++ b/image/toolbar/16x16/x-capture-restart-turn1.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-restart-turn2.svg b/image/toolbar/16x16/x-capture-restart-turn2.svg new file mode 100644 index 0000000000..ba3cf215bd --- /dev/null +++ b/image/toolbar/16x16/x-capture-restart-turn2.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-restart.png b/image/toolbar/16x16/x-capture-restart.png new file mode 100644 index 0000000000..d8b0f65ce3 Binary files /dev/null and b/image/toolbar/16x16/x-capture-restart.png differ diff --git a/image/toolbar/16x16/x-capture-start.png b/image/toolbar/16x16/x-capture-start.png new file mode 100644 index 0000000000..73435a6ce0 Binary files /dev/null and b/image/toolbar/16x16/x-capture-start.png differ diff --git a/image/toolbar/16x16/x-capture-start.svg b/image/toolbar/16x16/x-capture-start.svg new file mode 100644 index 0000000000..5fe4353017 --- /dev/null +++ b/image/toolbar/16x16/x-capture-start.svg @@ -0,0 +1,74 @@ + + + +image/svg+xml + + + + + + + + + \ No newline at end of file diff --git a/image/toolbar/16x16/x-capture-stop-red.svg b/image/toolbar/16x16/x-capture-stop-red.svg new file mode 100644 index 0000000000..42e138902b --- /dev/null +++ b/image/toolbar/16x16/x-capture-stop-red.svg @@ -0,0 +1,86 @@ + + + +image/svg+xml + + + + + + + + + + + + + \ No newline at end of file diff --git a/image/toolbar/16x16/x-capture-stop-white.svg b/image/toolbar/16x16/x-capture-stop-white.svg new file mode 100644 index 0000000000..dd6bf9f082 --- /dev/null +++ b/image/toolbar/16x16/x-capture-stop-white.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-capture-stop.png b/image/toolbar/16x16/x-capture-stop.png new file mode 100644 index 0000000000..94be4c7142 Binary files /dev/null and b/image/toolbar/16x16/x-capture-stop.png differ diff --git a/image/toolbar/16x16/x-colorize-packets.png b/image/toolbar/16x16/x-colorize-packets.png new file mode 100644 index 0000000000..3efe934602 Binary files /dev/null and b/image/toolbar/16x16/x-colorize-packets.png differ diff --git a/image/toolbar/16x16/x-colorize-packets.svg b/image/toolbar/16x16/x-colorize-packets.svg new file mode 100644 index 0000000000..7c64eeae42 --- /dev/null +++ b/image/toolbar/16x16/x-colorize-packets.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-resize-columns.png b/image/toolbar/16x16/x-resize-columns.png new file mode 100644 index 0000000000..d938e7407d Binary files /dev/null and b/image/toolbar/16x16/x-resize-columns.png differ diff --git a/image/toolbar/16x16/x-resize-columns.svg b/image/toolbar/16x16/x-resize-columns.svg new file mode 100644 index 0000000000..eab2b56c58 --- /dev/null +++ b/image/toolbar/16x16/x-resize-columns.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/x-stay-last.png b/image/toolbar/16x16/x-stay-last.png new file mode 100644 index 0000000000..6a6d72d1e0 Binary files /dev/null and b/image/toolbar/16x16/x-stay-last.png differ diff --git a/image/toolbar/16x16/x-stay-last.svg b/image/toolbar/16x16/x-stay-last.svg new file mode 100644 index 0000000000..acec8379f7 --- /dev/null +++ b/image/toolbar/16x16/x-stay-last.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/zoom-in.png b/image/toolbar/16x16/zoom-in.png new file mode 100644 index 0000000000..4b2d18290c Binary files /dev/null and b/image/toolbar/16x16/zoom-in.png differ diff --git a/image/toolbar/16x16/zoom-in.svg b/image/toolbar/16x16/zoom-in.svg new file mode 100644 index 0000000000..9b4453e6f7 --- /dev/null +++ b/image/toolbar/16x16/zoom-in.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/zoom-original.png b/image/toolbar/16x16/zoom-original.png new file mode 100644 index 0000000000..fbe95e11c5 Binary files /dev/null and b/image/toolbar/16x16/zoom-original.png differ diff --git a/image/toolbar/16x16/zoom-original.svg b/image/toolbar/16x16/zoom-original.svg new file mode 100644 index 0000000000..22b89524c5 --- /dev/null +++ b/image/toolbar/16x16/zoom-original.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image/toolbar/16x16/zoom-out.png b/image/toolbar/16x16/zoom-out.png new file mode 100644 index 0000000000..fa295789ae Binary files /dev/null and b/image/toolbar/16x16/zoom-out.png differ diff --git a/image/toolbar/16x16/zoom-out.svg b/image/toolbar/16x16/zoom-out.svg new file mode 100644 index 0000000000..9c0af8f6b0 --- /dev/null +++ b/image/toolbar/16x16/zoom-out.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/edit-find.png b/image/toolbar/24x24/edit-find.png new file mode 100644 index 0000000000..b3c2ec8fd0 Binary files /dev/null and b/image/toolbar/24x24/edit-find.png differ diff --git a/image/toolbar/24x24/edit-find.svg b/image/toolbar/24x24/edit-find.svg new file mode 100644 index 0000000000..67497daabe --- /dev/null +++ b/image/toolbar/24x24/edit-find.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/go-first.png b/image/toolbar/24x24/go-first.png new file mode 100644 index 0000000000..5aaedb1234 Binary files /dev/null and b/image/toolbar/24x24/go-first.png differ diff --git a/image/toolbar/24x24/go-first.svg b/image/toolbar/24x24/go-first.svg new file mode 100644 index 0000000000..c8973891e7 --- /dev/null +++ b/image/toolbar/24x24/go-first.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/go-jump.png b/image/toolbar/24x24/go-jump.png new file mode 100644 index 0000000000..39135a9608 Binary files /dev/null and b/image/toolbar/24x24/go-jump.png differ diff --git a/image/toolbar/24x24/go-jump.svg b/image/toolbar/24x24/go-jump.svg new file mode 100644 index 0000000000..6a6a1c5be1 --- /dev/null +++ b/image/toolbar/24x24/go-jump.svg @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/go-last.png b/image/toolbar/24x24/go-last.png new file mode 100644 index 0000000000..2427e604a5 Binary files /dev/null and b/image/toolbar/24x24/go-last.png differ diff --git a/image/toolbar/24x24/go-last.svg b/image/toolbar/24x24/go-last.svg new file mode 100644 index 0000000000..cde521a1b3 --- /dev/null +++ b/image/toolbar/24x24/go-last.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/go-next.png b/image/toolbar/24x24/go-next.png new file mode 100644 index 0000000000..3ff3fe985b Binary files /dev/null and b/image/toolbar/24x24/go-next.png differ diff --git a/image/toolbar/24x24/go-next.svg b/image/toolbar/24x24/go-next.svg new file mode 100644 index 0000000000..fe9e024394 --- /dev/null +++ b/image/toolbar/24x24/go-next.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/go-previous.png b/image/toolbar/24x24/go-previous.png new file mode 100644 index 0000000000..605318ea4b Binary files /dev/null and b/image/toolbar/24x24/go-previous.png differ diff --git a/image/toolbar/24x24/go-previous.svg b/image/toolbar/24x24/go-previous.svg new file mode 100644 index 0000000000..93937953cd --- /dev/null +++ b/image/toolbar/24x24/go-previous.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-file-close.png b/image/toolbar/24x24/x-capture-file-close.png new file mode 100644 index 0000000000..9a563bdc17 Binary files /dev/null and b/image/toolbar/24x24/x-capture-file-close.png differ diff --git a/image/toolbar/24x24/x-capture-file-close.svg b/image/toolbar/24x24/x-capture-file-close.svg new file mode 100644 index 0000000000..a6ddfb2b36 --- /dev/null +++ b/image/toolbar/24x24/x-capture-file-close.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-file-reload.png b/image/toolbar/24x24/x-capture-file-reload.png new file mode 100644 index 0000000000..b0b76a602b Binary files /dev/null and b/image/toolbar/24x24/x-capture-file-reload.png differ diff --git a/image/toolbar/24x24/x-capture-file-reload.svg b/image/toolbar/24x24/x-capture-file-reload.svg new file mode 100644 index 0000000000..cad49c7efb --- /dev/null +++ b/image/toolbar/24x24/x-capture-file-reload.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-file-save.png b/image/toolbar/24x24/x-capture-file-save.png new file mode 100644 index 0000000000..483eae94e2 Binary files /dev/null and b/image/toolbar/24x24/x-capture-file-save.png differ diff --git a/image/toolbar/24x24/x-capture-options-gear.svg b/image/toolbar/24x24/x-capture-options-gear.svg new file mode 100644 index 0000000000..c47e5d1a44 --- /dev/null +++ b/image/toolbar/24x24/x-capture-options-gear.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-options-wrench.svg b/image/toolbar/24x24/x-capture-options-wrench.svg new file mode 100644 index 0000000000..f3a40f3e7a --- /dev/null +++ b/image/toolbar/24x24/x-capture-options-wrench.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-options.png b/image/toolbar/24x24/x-capture-options.png new file mode 100644 index 0000000000..c117e7c238 Binary files /dev/null and b/image/toolbar/24x24/x-capture-options.png differ diff --git a/image/toolbar/24x24/x-capture-restart-fin.svg b/image/toolbar/24x24/x-capture-restart-fin.svg new file mode 100644 index 0000000000..dd32fa99db --- /dev/null +++ b/image/toolbar/24x24/x-capture-restart-fin.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-restart-triangle1.svg b/image/toolbar/24x24/x-capture-restart-triangle1.svg new file mode 100644 index 0000000000..282152c80d --- /dev/null +++ b/image/toolbar/24x24/x-capture-restart-triangle1.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-restart-triangle2.svg b/image/toolbar/24x24/x-capture-restart-triangle2.svg new file mode 100644 index 0000000000..5e65e22574 --- /dev/null +++ b/image/toolbar/24x24/x-capture-restart-triangle2.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-restart-turn1.svg b/image/toolbar/24x24/x-capture-restart-turn1.svg new file mode 100644 index 0000000000..be34730e84 --- /dev/null +++ b/image/toolbar/24x24/x-capture-restart-turn1.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-restart-turn2.svg b/image/toolbar/24x24/x-capture-restart-turn2.svg new file mode 100644 index 0000000000..b2187d9415 --- /dev/null +++ b/image/toolbar/24x24/x-capture-restart-turn2.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-restart.png b/image/toolbar/24x24/x-capture-restart.png new file mode 100644 index 0000000000..a9b57d8759 Binary files /dev/null and b/image/toolbar/24x24/x-capture-restart.png differ diff --git a/image/toolbar/24x24/x-capture-start.png b/image/toolbar/24x24/x-capture-start.png new file mode 100644 index 0000000000..e38d1ca978 Binary files /dev/null and b/image/toolbar/24x24/x-capture-start.png differ diff --git a/image/toolbar/24x24/x-capture-start.svg b/image/toolbar/24x24/x-capture-start.svg new file mode 100644 index 0000000000..6433a11dad --- /dev/null +++ b/image/toolbar/24x24/x-capture-start.svg @@ -0,0 +1,81 @@ + + + +image/svg+xml + + + + + + + + + + + + + + \ No newline at end of file diff --git a/image/toolbar/24x24/x-capture-stop-red.svg b/image/toolbar/24x24/x-capture-stop-red.svg new file mode 100644 index 0000000000..2cff0b6994 --- /dev/null +++ b/image/toolbar/24x24/x-capture-stop-red.svg @@ -0,0 +1,73 @@ + + + +image/svg+xml + + + + + + + + \ No newline at end of file diff --git a/image/toolbar/24x24/x-capture-stop-white.svg b/image/toolbar/24x24/x-capture-stop-white.svg new file mode 100644 index 0000000000..98880b9d8b --- /dev/null +++ b/image/toolbar/24x24/x-capture-stop-white.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-capture-stop.png b/image/toolbar/24x24/x-capture-stop.png new file mode 100644 index 0000000000..4f75ec9f6a Binary files /dev/null and b/image/toolbar/24x24/x-capture-stop.png differ diff --git a/image/toolbar/24x24/x-colorize-packets.png b/image/toolbar/24x24/x-colorize-packets.png new file mode 100644 index 0000000000..ee04849adf Binary files /dev/null and b/image/toolbar/24x24/x-colorize-packets.png differ diff --git a/image/toolbar/24x24/x-colorize-packets.svg b/image/toolbar/24x24/x-colorize-packets.svg new file mode 100644 index 0000000000..c986c4f504 --- /dev/null +++ b/image/toolbar/24x24/x-colorize-packets.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-resize-columns.png b/image/toolbar/24x24/x-resize-columns.png new file mode 100644 index 0000000000..56b404fb0a Binary files /dev/null and b/image/toolbar/24x24/x-resize-columns.png differ diff --git a/image/toolbar/24x24/x-resize-columns.svg b/image/toolbar/24x24/x-resize-columns.svg new file mode 100644 index 0000000000..9b08891b10 --- /dev/null +++ b/image/toolbar/24x24/x-resize-columns.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/x-stay-last.png b/image/toolbar/24x24/x-stay-last.png new file mode 100644 index 0000000000..9d26572c7e Binary files /dev/null and b/image/toolbar/24x24/x-stay-last.png differ diff --git a/image/toolbar/24x24/x-stay-last.svg b/image/toolbar/24x24/x-stay-last.svg new file mode 100644 index 0000000000..06ce2fdc8b --- /dev/null +++ b/image/toolbar/24x24/x-stay-last.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/zoom-in.png b/image/toolbar/24x24/zoom-in.png new file mode 100644 index 0000000000..b792c9c691 Binary files /dev/null and b/image/toolbar/24x24/zoom-in.png differ diff --git a/image/toolbar/24x24/zoom-in.svg b/image/toolbar/24x24/zoom-in.svg new file mode 100644 index 0000000000..4c140e2ffe --- /dev/null +++ b/image/toolbar/24x24/zoom-in.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/zoom-original.png b/image/toolbar/24x24/zoom-original.png new file mode 100644 index 0000000000..f02c8ab327 Binary files /dev/null and b/image/toolbar/24x24/zoom-original.png differ diff --git a/image/toolbar/24x24/zoom-original.svg b/image/toolbar/24x24/zoom-original.svg new file mode 100644 index 0000000000..a74693fda5 --- /dev/null +++ b/image/toolbar/24x24/zoom-original.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image/toolbar/24x24/zoom-out.png b/image/toolbar/24x24/zoom-out.png new file mode 100644 index 0000000000..52f95d8de5 Binary files /dev/null and b/image/toolbar/24x24/zoom-out.png differ diff --git a/image/toolbar/24x24/zoom-out.svg b/image/toolbar/24x24/zoom-out.svg new file mode 100644 index 0000000000..179273f21c --- /dev/null +++ b/image/toolbar/24x24/zoom-out.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/image/toolbar/capture_options_16.png b/image/toolbar/capture_options_16.png deleted file mode 100644 index cb47cde833..0000000000 Binary files a/image/toolbar/capture_options_16.png and /dev/null differ diff --git a/image/toolbar/capture_options_16.svg b/image/toolbar/capture_options_16.svg deleted file mode 100644 index 9276524668..0000000000 --- a/image/toolbar/capture_options_16.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_options_24.png b/image/toolbar/capture_options_24.png deleted file mode 100644 index 7c1dff2d31..0000000000 Binary files a/image/toolbar/capture_options_24.png and /dev/null differ diff --git a/image/toolbar/capture_options_24.svg b/image/toolbar/capture_options_24.svg deleted file mode 100644 index f3a40f3e7a..0000000000 --- a/image/toolbar/capture_options_24.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_options_alt1_16.png b/image/toolbar/capture_options_alt1_16.png deleted file mode 100644 index 4f26785ed0..0000000000 Binary files a/image/toolbar/capture_options_alt1_16.png and /dev/null differ diff --git a/image/toolbar/capture_options_alt1_16.svg b/image/toolbar/capture_options_alt1_16.svg deleted file mode 100644 index 4a03d39956..0000000000 --- a/image/toolbar/capture_options_alt1_16.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_options_alt1_24.png b/image/toolbar/capture_options_alt1_24.png deleted file mode 100644 index c117e7c238..0000000000 Binary files a/image/toolbar/capture_options_alt1_24.png and /dev/null differ diff --git a/image/toolbar/capture_options_alt1_24.svg b/image/toolbar/capture_options_alt1_24.svg deleted file mode 100644 index c47e5d1a44..0000000000 --- a/image/toolbar/capture_options_alt1_24.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_16.png b/image/toolbar/capture_restart_16.png deleted file mode 100644 index d8b0f65ce3..0000000000 Binary files a/image/toolbar/capture_restart_16.png and /dev/null differ diff --git a/image/toolbar/capture_restart_16.svg b/image/toolbar/capture_restart_16.svg deleted file mode 100644 index 8b9526089b..0000000000 --- a/image/toolbar/capture_restart_16.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_16_alt1.png b/image/toolbar/capture_restart_16_alt1.png deleted file mode 100644 index aa52a9685c..0000000000 Binary files a/image/toolbar/capture_restart_16_alt1.png and /dev/null differ diff --git a/image/toolbar/capture_restart_16_alt1.svg b/image/toolbar/capture_restart_16_alt1.svg deleted file mode 100644 index 39661823f6..0000000000 --- a/image/toolbar/capture_restart_16_alt1.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_16_alt2.png b/image/toolbar/capture_restart_16_alt2.png deleted file mode 100644 index cc2ea90c47..0000000000 Binary files a/image/toolbar/capture_restart_16_alt2.png and /dev/null differ diff --git a/image/toolbar/capture_restart_16_alt2.svg b/image/toolbar/capture_restart_16_alt2.svg deleted file mode 100644 index 10e4fc6873..0000000000 --- a/image/toolbar/capture_restart_16_alt2.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_16_alt3.png b/image/toolbar/capture_restart_16_alt3.png deleted file mode 100644 index e8885bcc06..0000000000 Binary files a/image/toolbar/capture_restart_16_alt3.png and /dev/null differ diff --git a/image/toolbar/capture_restart_16_alt3.svg b/image/toolbar/capture_restart_16_alt3.svg deleted file mode 100644 index 8d824a3ba1..0000000000 --- a/image/toolbar/capture_restart_16_alt3.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_16_alt4.png b/image/toolbar/capture_restart_16_alt4.png deleted file mode 100644 index 8fe10605d4..0000000000 Binary files a/image/toolbar/capture_restart_16_alt4.png and /dev/null differ diff --git a/image/toolbar/capture_restart_16_alt4.svg b/image/toolbar/capture_restart_16_alt4.svg deleted file mode 100644 index ba3cf215bd..0000000000 --- a/image/toolbar/capture_restart_16_alt4.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_24.png b/image/toolbar/capture_restart_24.png deleted file mode 100644 index a9b57d8759..0000000000 Binary files a/image/toolbar/capture_restart_24.png and /dev/null differ diff --git a/image/toolbar/capture_restart_24.svg b/image/toolbar/capture_restart_24.svg deleted file mode 100644 index dd32fa99db..0000000000 --- a/image/toolbar/capture_restart_24.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_24_alt1.png b/image/toolbar/capture_restart_24_alt1.png deleted file mode 100644 index 46f542ccd8..0000000000 Binary files a/image/toolbar/capture_restart_24_alt1.png and /dev/null differ diff --git a/image/toolbar/capture_restart_24_alt1.svg b/image/toolbar/capture_restart_24_alt1.svg deleted file mode 100644 index 282152c80d..0000000000 --- a/image/toolbar/capture_restart_24_alt1.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_24_alt2.png b/image/toolbar/capture_restart_24_alt2.png deleted file mode 100644 index 1c386f65ba..0000000000 Binary files a/image/toolbar/capture_restart_24_alt2.png and /dev/null differ diff --git a/image/toolbar/capture_restart_24_alt2.svg b/image/toolbar/capture_restart_24_alt2.svg deleted file mode 100644 index 5e65e22574..0000000000 --- a/image/toolbar/capture_restart_24_alt2.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_24_alt3.png b/image/toolbar/capture_restart_24_alt3.png deleted file mode 100644 index 74597313ad..0000000000 Binary files a/image/toolbar/capture_restart_24_alt3.png and /dev/null differ diff --git a/image/toolbar/capture_restart_24_alt3.svg b/image/toolbar/capture_restart_24_alt3.svg deleted file mode 100644 index be34730e84..0000000000 --- a/image/toolbar/capture_restart_24_alt3.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_restart_24_alt4.png b/image/toolbar/capture_restart_24_alt4.png deleted file mode 100644 index 0d74ff440f..0000000000 Binary files a/image/toolbar/capture_restart_24_alt4.png and /dev/null differ diff --git a/image/toolbar/capture_restart_24_alt4.svg b/image/toolbar/capture_restart_24_alt4.svg deleted file mode 100644 index b2187d9415..0000000000 --- a/image/toolbar/capture_restart_24_alt4.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/image/toolbar/capture_start_16.png b/image/toolbar/capture_start_16.png deleted file mode 100644 index 73435a6ce0..0000000000 Binary files a/image/toolbar/capture_start_16.png and /dev/null differ diff --git a/image/toolbar/capture_start_16.svg b/image/toolbar/capture_start_16.svg deleted file mode 100644 index 5fe4353017..0000000000 --- a/image/toolbar/capture_start_16.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - -image/svg+xml - - - - - - - - - \ No newline at end of file diff --git a/image/toolbar/capture_start_24.png b/image/toolbar/capture_start_24.png deleted file mode 100644 index e38d1ca978..0000000000 Binary files a/image/toolbar/capture_start_24.png and /dev/null differ diff --git a/image/toolbar/capture_start_24.svg b/image/toolbar/capture_start_24.svg deleted file mode 100644 index 6433a11dad..0000000000 --- a/image/toolbar/capture_start_24.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - -image/svg+xml - - - - - - - - - - - - - - \ No newline at end of file diff --git a/image/toolbar/capture_stop_16.png b/image/toolbar/capture_stop_16.png deleted file mode 100644 index 94be4c7142..0000000000 Binary files a/image/toolbar/capture_stop_16.png and /dev/null differ diff --git a/image/toolbar/capture_stop_16.svg b/image/toolbar/capture_stop_16.svg deleted file mode 100644 index 42e138902b..0000000000 --- a/image/toolbar/capture_stop_16.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - -image/svg+xml - - - - - - - - - - - - - \ No newline at end of file diff --git a/image/toolbar/capture_stop_16_alt1.png b/image/toolbar/capture_stop_16_alt1.png deleted file mode 100644 index 7d56b4e602..0000000000 Binary files a/image/toolbar/capture_stop_16_alt1.png and /dev/null differ diff --git a/image/toolbar/capture_stop_16_alt1.svg b/image/toolbar/capture_stop_16_alt1.svg deleted file mode 100644 index dd6bf9f082..0000000000 --- a/image/toolbar/capture_stop_16_alt1.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/capture_stop_24.png b/image/toolbar/capture_stop_24.png deleted file mode 100644 index 4f75ec9f6a..0000000000 Binary files a/image/toolbar/capture_stop_24.png and /dev/null differ diff --git a/image/toolbar/capture_stop_24.svg b/image/toolbar/capture_stop_24.svg deleted file mode 100644 index 2cff0b6994..0000000000 --- a/image/toolbar/capture_stop_24.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - -image/svg+xml - - - - - - - - \ No newline at end of file diff --git a/image/toolbar/capture_stop_24_alt1.png b/image/toolbar/capture_stop_24_alt1.png deleted file mode 100644 index 08f1191954..0000000000 Binary files a/image/toolbar/capture_stop_24_alt1.png and /dev/null differ diff --git a/image/toolbar/capture_stop_24_alt1.svg b/image/toolbar/capture_stop_24_alt1.svg deleted file mode 100644 index 98880b9d8b..0000000000 --- a/image/toolbar/capture_stop_24_alt1.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/image/toolbar/toolbar_wireshark_file_16.png b/image/toolbar/toolbar_wireshark_file_16.png deleted file mode 100644 index a263bb54ab..0000000000 Binary files a/image/toolbar/toolbar_wireshark_file_16.png and /dev/null differ diff --git a/image/toolbar/toolbar_wireshark_file_24.png b/image/toolbar/toolbar_wireshark_file_24.png deleted file mode 100644 index 483eae94e2..0000000000 Binary files a/image/toolbar/toolbar_wireshark_file_24.png and /dev/null differ -- cgit v1.2.1