diff options
Diffstat (limited to 'image')
136 files changed, 686 insertions, 543 deletions
diff --git a/image/WiresharkDoc-128.png b/image/WiresharkDoc-128.png Binary files differindex cb79803678..29fbb7a0c8 100644 --- a/image/WiresharkDoc-128.png +++ b/image/WiresharkDoc-128.png diff --git a/image/WiresharkDoc-16.png b/image/WiresharkDoc-16.png Binary files differindex 3f2f610dc9..9908aaacb4 100644 --- a/image/WiresharkDoc-16.png +++ b/image/WiresharkDoc-16.png diff --git a/image/WiresharkDoc-24.png b/image/WiresharkDoc-24.png Binary files differindex 3298a0c78e..82cc8f9fc2 100644 --- a/image/WiresharkDoc-24.png +++ b/image/WiresharkDoc-24.png diff --git a/image/WiresharkDoc-256.png b/image/WiresharkDoc-256.png Binary files differindex f70d3fb676..b8ba379448 100644 --- a/image/WiresharkDoc-256.png +++ b/image/WiresharkDoc-256.png diff --git a/image/WiresharkDoc-32.png b/image/WiresharkDoc-32.png Binary files differindex ae7f013204..9aa91d5e47 100644 --- a/image/WiresharkDoc-32.png +++ b/image/WiresharkDoc-32.png diff --git a/image/WiresharkDoc-48.png b/image/WiresharkDoc-48.png Binary files differindex c0809c804f..f5a63cd8aa 100644 --- a/image/WiresharkDoc-48.png +++ b/image/WiresharkDoc-48.png diff --git a/image/WiresharkDoc-64.png b/image/WiresharkDoc-64.png Binary files differindex 2ba92cf0c2..7f00593aa0 100644 --- a/image/WiresharkDoc-64.png +++ b/image/WiresharkDoc-64.png diff --git a/image/capture_comment_add.png b/image/capture_comment_add.png Binary files differindex abbebb3ab1..7b338d1c45 100644 --- a/image/capture_comment_add.png +++ b/image/capture_comment_add.png diff --git a/image/capture_comment_disabled.png b/image/capture_comment_disabled.png Binary files differindex 3e968812f6..ca6595ca78 100644 --- a/image/capture_comment_disabled.png +++ b/image/capture_comment_disabled.png diff --git a/image/capture_comment_update.png b/image/capture_comment_update.png Binary files differindex 9e659463fe..9ef27268b8 100644 --- a/image/capture_comment_update.png +++ b/image/capture_comment_update.png diff --git a/image/capture_start_24.png b/image/capture_start_24.png Binary files differindex b635f62d00..e1ac781b76 100644 --- a/image/capture_start_24.png +++ b/image/capture_start_24.png diff --git a/image/capture_start_active_24.png b/image/capture_start_active_24.png Binary files differindex e7e0fc1ea3..91f56032fb 100644 --- a/image/capture_start_active_24.png +++ b/image/capture_start_active_24.png diff --git a/image/capture_stop_24.png b/image/capture_stop_24.png Binary files differindex d00cf751f5..0485a48efb 100644 --- a/image/capture_stop_24.png +++ b/image/capture_stop_24.png diff --git a/image/compress-pngs b/image/compress-pngs new file mode 100755 index 0000000000..d6fcc1c327 --- /dev/null +++ b/image/compress-pngs @@ -0,0 +1,12 @@ +#!/bin/bash + +hash optipng 2>/dev/null && HAVE_OPTIPNG="True" +hash optipng 2>/dev/null && HAVE_OPTIPNG="True" + +find . -type f -name "*.png" | while read PNG_FILE ; do + echo Compressing $PNG_FILE + hash optipng 2>/dev/null && optipng -o3 -quiet "$PNG_FILE" + hash advpng 2>/dev/null && advpng -z -4 "$PNG_FILE" + hash advdef 2>/dev/null && advdef -z -4 "$PNG_FILE" + hash pngcrush 2>/dev/null && pngcrush -brute "$PNG_FILE" +done diff --git a/image/copy-8.png b/image/copy-8.png Binary files differindex efdec47b11..f5a64b9ff5 100644 --- a/image/copy-8.png +++ b/image/copy-8.png diff --git a/image/dfilter_apply_disabled.png b/image/dfilter_apply_disabled.png Binary files differindex 0edb989ea8..d6d6b55cff 100644 --- a/image/dfilter_apply_disabled.png +++ b/image/dfilter_apply_disabled.png diff --git a/image/dfilter_apply_hover.png b/image/dfilter_apply_hover.png Binary files differindex 25ee2cedfe..f1fea1a0f0 100644 --- a/image/dfilter_apply_hover.png +++ b/image/dfilter_apply_hover.png diff --git a/image/dfilter_apply_normal.png b/image/dfilter_apply_normal.png Binary files differindex a9ad9e1ffc..c6d405b98e 100644 --- a/image/dfilter_apply_normal.png +++ b/image/dfilter_apply_normal.png diff --git a/image/dfilter_apply_pressed.png b/image/dfilter_apply_pressed.png Binary files differindex 1e465c37d7..a1e83b8711 100644 --- a/image/dfilter_apply_pressed.png +++ b/image/dfilter_apply_pressed.png diff --git a/image/dfilter_bookmark_disabled.png b/image/dfilter_bookmark_disabled.png Binary files differindex 10122534fa..d9ff66921d 100644 --- a/image/dfilter_bookmark_disabled.png +++ b/image/dfilter_bookmark_disabled.png diff --git a/image/dfilter_bookmark_hover.png b/image/dfilter_bookmark_hover.png Binary files differindex 6017b9ffb8..83dab989ab 100644 --- a/image/dfilter_bookmark_hover.png +++ b/image/dfilter_bookmark_hover.png diff --git a/image/dfilter_bookmark_normal.png b/image/dfilter_bookmark_normal.png Binary files differindex 170edc403b..a9381bc48a 100644 --- a/image/dfilter_bookmark_normal.png +++ b/image/dfilter_bookmark_normal.png diff --git a/image/dfilter_bookmark_pressed.png b/image/dfilter_bookmark_pressed.png Binary files differindex c2f15193ce..d46624b011 100644 --- a/image/dfilter_bookmark_pressed.png +++ b/image/dfilter_bookmark_pressed.png diff --git a/image/dfilter_dropdown.png b/image/dfilter_dropdown.png Binary files differindex 56a056e0d2..d392524448 100644 --- a/image/dfilter_dropdown.png +++ b/image/dfilter_dropdown.png diff --git a/image/dfilter_erase_active.png b/image/dfilter_erase_active.png Binary files differindex 3cb15e81a3..e5b9a4b577 100644 --- a/image/dfilter_erase_active.png +++ b/image/dfilter_erase_active.png diff --git a/image/dfilter_erase_normal.png b/image/dfilter_erase_normal.png Binary files differindex 2e36e25b80..4b0e187758 100644 --- a/image/dfilter_erase_normal.png +++ b/image/dfilter_erase_normal.png diff --git a/image/dfilter_erase_selected.png b/image/dfilter_erase_selected.png Binary files differindex f7774756bd..6824b69297 100644 --- a/image/dfilter_erase_selected.png +++ b/image/dfilter_erase_selected.png diff --git a/image/dfilter_refresh_active.png b/image/dfilter_refresh_active.png Binary files differindex 18cb24763f..21cd0f5690 100644 --- a/image/dfilter_refresh_active.png +++ b/image/dfilter_refresh_active.png diff --git a/image/dfilter_refresh_normal.png b/image/dfilter_refresh_normal.png Binary files differindex 7609cb77a0..21a6275fe3 100644 --- a/image/dfilter_refresh_normal.png +++ b/image/dfilter_refresh_normal.png diff --git a/image/expert_chat.png b/image/expert_chat.png Binary files differindex 1c07af422e..93f0609ecf 100644 --- a/image/expert_chat.png +++ b/image/expert_chat.png diff --git a/image/expert_error.png b/image/expert_error.png Binary files differindex 63253ed79b..5741f69615 100644 --- a/image/expert_error.png +++ b/image/expert_error.png diff --git a/image/expert_none.png b/image/expert_none.png Binary files differindex 0848df679f..c45cea9057 100644 --- a/image/expert_none.png +++ b/image/expert_none.png diff --git a/image/expert_note.png b/image/expert_note.png Binary files differindex 50937c1c71..8821e458b1 100644 --- a/image/expert_note.png +++ b/image/expert_note.png diff --git a/image/expert_ok.png b/image/expert_ok.png Binary files differindex 33b60f639c..bc4b648e11 100644 --- a/image/expert_ok.png +++ b/image/expert_ok.png diff --git a/image/expert_warn.png b/image/expert_warn.png Binary files differindex b663946d27..4962b45f48 100644 --- a/image/expert_warn.png +++ b/image/expert_warn.png diff --git a/image/hi16-app-wireshark.png b/image/hi16-app-wireshark.png Binary files differindex ed6dde2e8d..75c4a9fed3 100644 --- a/image/hi16-app-wireshark.png +++ b/image/hi16-app-wireshark.png diff --git a/image/hi32-app-wireshark.png b/image/hi32-app-wireshark.png Binary files differindex dbddf23457..5cdd66813d 100644 --- a/image/hi32-app-wireshark.png +++ b/image/hi32-app-wireshark.png diff --git a/image/hi48-app-wireshark.png b/image/hi48-app-wireshark.png Binary files differindex be11f58423..9130e5fc96 100644 --- a/image/hi48-app-wireshark.png +++ b/image/hi48-app-wireshark.png diff --git a/image/layout_1.png b/image/layout_1.png Binary files differindex eb87df5c47..312ed860dd 100644 --- a/image/layout_1.png +++ b/image/layout_1.png diff --git a/image/layout_2.png b/image/layout_2.png Binary files differindex 93e625ce03..62560aff4d 100644 --- a/image/layout_2.png +++ b/image/layout_2.png diff --git a/image/layout_3.png b/image/layout_3.png Binary files differindex b6f95eec42..331e4a69b7 100644 --- a/image/layout_3.png +++ b/image/layout_3.png diff --git a/image/layout_4.png b/image/layout_4.png Binary files differindex 82e30c998a..950ff0172a 100644 --- a/image/layout_4.png +++ b/image/layout_4.png diff --git a/image/layout_5.png b/image/layout_5.png Binary files differindex df13b3b469..ed54eaa2bf 100644 --- a/image/layout_5.png +++ b/image/layout_5.png diff --git a/image/layout_6.png b/image/layout_6.png Binary files differindex 107649292c..af3a8fb45c 100644 --- a/image/layout_6.png +++ b/image/layout_6.png diff --git a/image/lo16-app-wireshark.png b/image/lo16-app-wireshark.png Binary files differindex 33e710ebd6..4446b593c1 100644 --- a/image/lo16-app-wireshark.png +++ b/image/lo16-app-wireshark.png diff --git a/image/lo32-app-wireshark.png b/image/lo32-app-wireshark.png Binary files differindex 70c721228a..470829100f 100644 --- a/image/lo32-app-wireshark.png +++ b/image/lo32-app-wireshark.png diff --git a/image/lo48-app-wireshark.png b/image/lo48-app-wireshark.png Binary files differindex 02e65897ea..1f9fe60e7f 100644 --- a/image/lo48-app-wireshark.png +++ b/image/lo48-app-wireshark.png diff --git a/image/toolbar/capture_interfaces_16.png b/image/toolbar/capture_interfaces_16.png Binary files differnew file mode 100644 index 0000000000..4ea27ba75c --- /dev/null +++ b/image/toolbar/capture_interfaces_16.png diff --git a/image/toolbar/capture_interfaces_16.svg b/image/toolbar/capture_interfaces_16.svg new file mode 100644 index 0000000000..579f77add5 --- /dev/null +++ b/image/toolbar/capture_interfaces_16.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="7.935" cy="7.968" r="6.984"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M8,0.762C4.009,0.762,0.762,4.009,0.762,8c0,3.99,3.247,7.237,7.238,7.237
+ c3.991,0,7.238-3.247,7.238-7.237C15.238,4.009,11.991,0.762,8,0.762z M8,13.956c-3.285,0-5.957-2.672-5.957-5.956
+ c0-3.285,2.672-5.957,5.957-5.957c3.285,0,5.957,2.672,5.957,5.957C13.957,11.284,11.285,13.956,8,13.956z"/>
+ </g>
+ </g>
+ <g>
+ <g>
+ <rect x="6.25" y="5.091" fill="#FFFFFF" width="5" height="0.961"/>
+ </g>
+ <g>
+ <rect x="4.25" y="5.091" fill="#FFFFFF" width="0.92" height="1"/>
+ </g>
+ </g>
+ <g>
+ <g>
+ <rect x="6.25" y="7.091" fill="#FFFFFF" width="5" height="0.961"/>
+ </g>
+ <g>
+ <rect x="4.25" y="7.091" fill="#FFFFFF" width="0.92" height="1"/>
+ </g>
+ </g>
+ <g>
+ <g>
+ <rect x="6.25" y="9.091" fill="#FFFFFF" width="5" height="0.961"/>
+ </g>
+ <g>
+ <rect x="4.25" y="9.091" fill="#FFFFFF" width="0.92" height="1"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_interfaces_24.png b/image/toolbar/capture_interfaces_24.png Binary files differnew file mode 100644 index 0000000000..345d479149 --- /dev/null +++ b/image/toolbar/capture_interfaces_24.png diff --git a/image/toolbar/capture_interfaces_24.svg b/image/toolbar/capture_interfaces_24.svg new file mode 100644 index 0000000000..40a687c48c --- /dev/null +++ b/image/toolbar/capture_interfaces_24.svg @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <circle fill="#4D4D4D" cx="11.903" cy="11.952" r="10.476"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M12,1.144C6.014,1.144,1.144,6.013,1.144,12c0,5.985,4.87,10.856,10.856,10.856S22.856,17.985,22.856,12
+ C22.856,6.013,17.986,1.144,12,1.144z M12,20.935c-4.927,0-8.935-4.008-8.935-8.935S7.073,3.064,12,3.064S20.936,7.073,20.936,12
+ S16.927,20.935,12,20.935z"/>
+ </g>
+ </g>
+ <g>
+ <g>
+ <g>
+ <rect x="10.375" y="7.636" fill="#FFFFFF" width="7.5" height="1.442"/>
+ </g>
+ <g>
+ <rect x="6.495" y="7.636" fill="#FFFFFF" width="1.38" height="1.5"/>
+ </g>
+ </g>
+ <g>
+ <g>
+ <rect x="10.375" y="10.636" fill="#FFFFFF" width="7.5" height="1.442"/>
+ </g>
+ <g>
+ <rect x="6.495" y="10.636" fill="#FFFFFF" width="1.38" height="1.5"/>
+ </g>
+ </g>
+ <g>
+ <g>
+ <rect x="10.5" y="13.591" fill="#FFFFFF" width="7.5" height="1.441"/>
+ </g>
+ <g>
+ <rect x="6.62" y="13.591" fill="#FFFFFF" width="1.38" height="1.5"/>
+ </g>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_interfaces_24.xpm b/image/toolbar/capture_interfaces_24.xpm deleted file mode 100644 index f92967c853..0000000000 --- a/image/toolbar/capture_interfaces_24.xpm +++ /dev/null @@ -1,246 +0,0 @@ -/* XPM */ -static const char * capture_interfaces_24_xpm[] = { -"24 24 219 2", -" c None", -". c #000000", -"+ c #202020", -"@ c #2A2A2A", -"# c #292929", -"$ c #282828", -"% c #FCFCFC", -"& c #FBFBFB", -"* c #FAFAFA", -"= c #F9F9F9", -"- c #F7F7F7", -"; c #F6F6F6", -"> c #F5F5F5", -", c #F4F4F4", -"' c #F3F3F3", -") c #F1F1F1", -"! c #F0F0F0", -"~ c #EFEFEF", -"{ c #EEEEEE", -"] c #7C7C7C", -"^ c #6A6A6A", -"/ c #606060", -"( c #353535", -"_ c #EDEDED", -": c #656565", -"< c #EBEBEB", -"[ c #EAEAEA", -"} c #F8F8F8", -"| c #5D5D5D", -"1 c #E9E9E9", -"2 c #E8E8E8", -"3 c #C3C3C3", -"4 c #E7E7E7", -"5 c #4C4F3A", -"6 c #464B37", -"7 c #333E2D", -"8 c #90948E", -"9 c #4B6983", -"0 c #68795E", -"a c #505C41", -"b c #4E6043", -"c c #91988C", -"d c #E5E5E5", -"e c #6F7C68", -"f c #4C5449", -"g c #435438", -"h c #8E968A", -"i c #313131", -"j c #868E7B", -"k c #736C54", -"l c #3C4C32", -"m c #8D9488", -"n c #5F5F5F", -"o c #E4E4E4", -"p c #E2E2E2", -"q c #878E7C", -"r c #746E56", -"s c #303D28", -"t c #515151", -"u c #E3E3E3", -"v c #E1E1E1", -"w c #887E6C", -"x c #7A2310", -"y c #303C27", -"z c #474747", -"A c #B9B9B9", -"B c #BFBFBF", -"C c #222620", -"D c #747C70", -"E c #666666", -"F c #2E3B26", -"G c #8C9387", -"H c #373737", -"I c #4C5D47", -"J c #030302", -"K c #192015", -"L c #273121", -"M c #3E4E34", -"N c #252E1E", -"O c #303D27", -"P c #8B9286", -"Q c #809B76", -"R c #586E51", -"S c #616C4D", -"T c #545B42", -"U c #4F553D", -"V c #4C513A", -"W c #494E38", -"X c #484D37", -"Y c #484C36", -"Z c #2B3624", -"` c #565E42", -" . c #566244", -".. c #506242", -"+. c #616C4B", -"@. c #556142", -"#. c #5E6646", -"$. c #38472D", -"%. c #8B9186", -"&. c #7E9A74", -"*. c #7B8562", -"=. c #58684A", -"-. c #43543C", -";. c #5B6548", -">. c #3C4C35", -",. c #5A6346", -"'. c #3C4C34", -"). c #686E4E", -"!. c #5A6446", -"~. c #5F6A4A", -"{. c #64704E", -"]. c #687451", -"^. c #687551", -"/. c #6E7C5E", -"(. c #9FA194", -"_. c #959595", -":. c #2D2D2D", -"<. c #7C9671", -"[. c #A0A086", -"}. c #766E52", -"|. c #888B76", -"1. c #868874", -"2. c #858772", -"3. c #545C41", -"4. c #44563A", -"5. c #4D6141", -"6. c #79825A", -"7. c #506442", -"8. c #5C6E50", -"9. c #7F867B", -"0. c #545454", -"a. c #909090", -"b. c #56534E", -"c. c #B6B6B6", -"d. c #939393", -"e. c #878787", -"f. c #77906D", -"g. c #80805C", -"h. c #323124", -"i. c #5B593E", -"j. c #343325", -"k. c #626245", -"l. c #5A583E", -"m. c #302E22", -"n. c #5F6246", -"o. c #677450", -"p. c #77805A", -"q. c #4F6442", -"r. c #5F7153", -"s. c #7E8479", -"t. c #4F4F4F", -"u. c #575757", -"v. c #505050", -"w. c #AAAAAA", -"x. c #4E4E4E", -"y. c #383838", -"z. c #738C69", -"A. c #556A4C", -"B. c #646B4D", -"C. c #575F44", -"D. c #404D36", -"E. c #606648", -"F. c #575F43", -"G. c #3D4832", -"H. c #5B6044", -"I. c #545F42", -"J. c #566645", -"K. c #707A55", -"L. c #757E57", -"M. c #646F4C", -"N. c #565F48", -"O. c #171D12", -"P. c #10150D", -"Q. c #7A7C79", -"R. c #060606", -"S. c #41503C", -"T. c #637D58", -"U. c #808660", -"V. c #606E4E", -"W. c #6A7553", -"X. c #7D835E", -"Y. c #5C6A4A", -"Z. c #687351", -"`. c #7A7F5A", -" + c #5B6A49", -".+ c #6C7752", -"++ c #7E845D", -"@+ c #5B6C48", -"#+ c #69744F", -"$+ c #293422", -"%+ c #181F14", -"&+ c #14180F", -"*+ c #0F130C", -"=+ c #3A4833", -"-+ c #C8BA89", -";+ c #8C9068", -">+ c #8C8F67", -",+ c #C8B988", -"'+ c #8B8E66", -")+ c #8A8E65", -"!+ c #C7B888", -"~+ c #8A8C64", -"{+ c #8A8D64", -"]+ c #898B62", -"^+ c #868760", -"/+ c #161C12", -"(+ c #2E3B29", -"_+ c #C6B888", -":+ c #898B64", -"<+ c #888A63", -"[+ c #C6B887", -"}+ c #888A62", -"|+ c #878A62", -"1+ c #C6B786", -"2+ c #878861", -"3+ c #868860", -"4+ c #83845D", -"5+ c #181E13", -"6+ c #3A3A3A", -" . . . . . . . . . . . . . . ", -". + @ @ @ # # # # # $ $ $ $ + . . . ", -". % & * = - ; > , ' ) ! ~ { = . ] ^ / ( ", -". & * . . . . . . . . ~ . _ = . : . ", -". = - ; > , ' ) ! ~ { _ < [ } . | . ", -". - ; . . . . . . . . < . 1 - . | . ", -". ; > , ' ) ! ~ { _ < [ 1 2 - . 3 . ", -". > , . . . . . . . . 1 . 4 ; . 5 6 7 8 . ", -". , 9 9 9 9 9 9 9 9 9 9 9 9 ; . 0 a b c . ", -". ' 9 ! ~ { _ < [ 1 2 9 d 9 ; . e f g h i ", -". ) 9 9 9 9 9 9 9 9 9 9 9 9 ; . j k l m n ", -". ! ~ . . . . . . . . o . p > . q r s m t ", -". ~ { _ < [ 1 2 4 d o u p v > . w x y m z ", -". A = = } } - - ; ; ; ; > > B C D E F G H ", -". I . . . . . . . . . . . J K L M N O P . ", -". Q R S T U V W X Y Y Z ` ...+.@.#.$.%.. ", -". &.*.=.-.;.>.,.'.).!.~.{.].^./.(.E E _.:.: H ", -". <.[.}.|.}.1.}.2.}.3.4.5.6.7.8.9.0.0.a.b.c.d.e.", -". f.g.h.i.j.k.j.l.m.n.~.o.p.q.r.s.t.u.a.v.w.x.y.", -". z.A.B.C.D.E.F.G.H.I.J.K.q.L.M.N.O.P.Q.R.. ", -" S.T.U.V.W.X.Y.Z.`. +.+++@+#+$+%+&+*+| . ", -" =+-+;+>+,+'+)+!+~+{+!+]+^+/+ | . ", -" (+_+:+<+[+}+|+1+2+3+1+3+4+5+ | . ", -" . . . . . . . . . . . . 6+ "}; diff --git a/image/toolbar/capture_options_16.png b/image/toolbar/capture_options_16.png Binary files differindex aff4232eeb..cb47cde833 100644 --- a/image/toolbar/capture_options_16.png +++ b/image/toolbar/capture_options_16.png diff --git a/image/toolbar/capture_options_16.svg b/image/toolbar/capture_options_16.svg new file mode 100644 index 0000000000..66cb154d4b --- /dev/null +++ b/image/toolbar/capture_options_16.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="7.999" cy="7.961" r="6.984"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M8,0.763C4.01,0.763,0.762,4.01,0.762,8c0,3.991,3.248,7.238,7.238,7.238S15.238,11.991,15.238,8
+ C15.238,4.01,11.99,0.763,8,0.763z M8,13.957c-3.285,0-5.957-2.672-5.957-5.957c0-3.284,2.672-5.956,5.957-5.956
+ c3.285,0,5.957,2.672,5.957,5.956C13.957,11.285,11.285,13.957,8,13.957z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="13" height="13" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpiYCATMGIR4wBiGSgN +Aj+A+AmUxqoRpkEViHOBWBYq/hiIJwPxbWwGgIAKEK+HKvgOxP+h+DtUbD1UDYbzPKEK/uPAt6Fq +ONBt24ZmEzr+DlUDtpUJyUZZdNOwuAquhonc6GBCCvLH2EIMCWBVQ3LgsCCZBpK4AuVjSwBXoGp+ +UJQAyE5yZAOAAAMAVR4+5WZ32+UAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 1.9565 1.9565)">
+ </image>
+ <g>
+ <circle fill="#1A1A1A" cx="8" cy="8" r="4.364"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <path fill="#FFFFFF" d="M10.17,5.142L9.352,7.66L7.815,7.975L6.804,6.846l0.753-2.432c0,0-1.753-0.098-2.602,2.215
+ C4.052,9.09,6.31,10.124,6.31,10.124L6.4,11.975c0.527,0.248,1.115,0.39,1.735,0.39c0.519,0,1.013-0.101,1.47-0.276
+ c-0.055-0.659-0.102-1.306-0.092-1.508c0.021-0.456,0.408-0.694,0.408-0.694s0.721-0.337,1.172-1.509
+ C11.693,6.82,10.17,5.142,10.17,5.142z"/>
+</g>
+</svg>
diff --git a/image/toolbar/capture_options_16_alt1.png b/image/toolbar/capture_options_16_alt1.png Binary files differindex 287bec216f..4f26785ed0 100644 --- a/image/toolbar/capture_options_16_alt1.png +++ b/image/toolbar/capture_options_16_alt1.png diff --git a/image/toolbar/capture_options_16_alt1.svg b/image/toolbar/capture_options_16_alt1.svg new file mode 100644 index 0000000000..4631c7134e --- /dev/null +++ b/image/toolbar/capture_options_16_alt1.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="8.04" cy="8.067" r="6.983"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M8,0.762c-3.99,0-7.238,3.247-7.238,7.237c0,3.991,3.248,7.239,7.238,7.239s7.238-3.248,7.238-7.239
+ C15.238,4.009,11.99,0.762,8,0.762z M8,13.957c-3.285,0-5.957-2.672-5.957-5.958c0-3.283,2.672-5.957,5.957-5.957
+ c3.285,0,5.957,2.674,5.957,5.957C13.957,11.285,11.285,13.957,8,13.957z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="13" height="13" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpiYCATMGIR4wBiGSgN +Aj+A+AmUxqoRpkEViHOBWBYq/hiIJwPxbWwGgIAKEK+HKvgOxP+h+DtUbD1UDYbzPKEK/uPAt6Fq +ONBt24ZmEzr+DlUDtpUJyUZZdNOwuAquhonc6GBCCvLH2EIMCWBVQ3LgsCCZBpK4AuVjSwBXoGp+ +UJQAyE5yZAOAAAMAVR4+5WZ32+UAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 1.9565 1.9565)">
+ </image>
+ <g>
+ <circle fill="#1A1A1A" cx="8" cy="8" r="4.364"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <g>
+ <g>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M5.89,6.556c-0.797,1.202-0.471,2.823,0.73,3.62
+ c1.202,0.801,2.823,0.471,3.62-0.728c0.801-1.201,0.471-2.823-0.727-3.623C8.311,5.028,6.689,5.355,5.89,6.556L5.89,6.556z
+ M5.588,5.251L4.584,4.925L3.882,5.982l0.69,0.801c-0.116,0.334-0.185,0.68-0.201,1.024l-0.941,0.48l0.248,1.245l1.056,0.078
+ c0.147,0.311,0.342,0.603,0.581,0.866L4.99,11.484l1.057,0.703l0.803-0.691c0.333,0.117,0.678,0.183,1.023,0.201l0.48,0.939
+ l1.245-0.252l0.078-1.052c0.311-0.149,0.604-0.345,0.866-0.581l1.007,0.328l0.703-1.059L11.561,9.22
+ c0.115-0.333,0.182-0.679,0.201-1.022l0.941-0.483l-0.252-1.242l-1.054-0.079c-0.15-0.313-0.345-0.604-0.58-0.865l0.323-1.008
+ l-1.055-0.702l-0.802,0.69C8.951,4.393,8.606,4.322,8.261,4.307L7.778,3.362L6.536,3.613L6.457,4.671
+ C6.144,4.818,5.852,5.013,5.588,5.251L5.588,5.251z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_options_24.png b/image/toolbar/capture_options_24.png Binary files differindex 0cc7f40254..7c1dff2d31 100644 --- a/image/toolbar/capture_options_24.png +++ b/image/toolbar/capture_options_24.png diff --git a/image/toolbar/capture_options_24.svg b/image/toolbar/capture_options_24.svg new file mode 100644 index 0000000000..bf5daa7f94 --- /dev/null +++ b/image/toolbar/capture_options_24.svg @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <path fill="#4D4D4D" d="M22.474,11.939c0,5.787-4.69,10.477-10.476,10.477S1.522,17.727,1.522,11.939
+ c0-5.783,4.69-10.475,10.476-10.475S22.474,6.156,22.474,11.939z"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M12,1.144C6.015,1.144,1.144,6.014,1.144,12S6.015,22.857,12,22.857S22.856,17.986,22.856,12
+ S17.985,1.144,12,1.144z M12,20.936c-4.927,0-8.935-4.008-8.935-8.936c0-4.926,4.008-8.936,8.935-8.936s8.935,4.01,8.935,8.936
+ C20.935,16.928,16.927,20.936,12,20.936z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="18" height="18" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUJJREFUeNqslLFKxEAQhrPJFmKC +YuFZ29yhncV1voUv6kNYiM1ho5gXkDsR8bhYiDH+I//AsOwmizjwkc1u8mUmO4kr0uFG1obcGzyo +SRVZ70EHdhxHZXJjA2bgDCwoDEMkj2AFNuDLZqEhogtwCZZgnpB1FMnaDVhrht5IZxRdgVPKY2VK +JgdGLMJ3OSk5WbO0JUWHCZF9sFRxznudyhwnFiytKabDM7tjHiubmZzsj+xgLGwCtZVN9VUsGop0 +111Z/GOUU109EtJvLXjirg6l6eoPTvaZso6iluPfzIZgYZchkl7bghcee1tml/pEEqINr33QEgvT +Bt+0S/8cgT3wyYs8j5LxK3gGt+Aa3IE3lfngha44vgcn3Po551qyDqroU72lf46anR2TbXN+QeF8 +Zf5r+l51t4e/9qLL/Tp+BBgA+aVWWKGXdRoAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 3.4351 3.4351)">
+ </image>
+ <g>
+ <circle fill="#333333" cx="12" cy="12" r="6.545"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <path fill="#FFFFFF" d="M15.255,7.711l-1.227,3.777l-2.306,0.473l-1.518-1.693l1.131-3.648c0,0-2.629-0.146-3.903,3.322
+ c-1.355,3.693,2.032,5.244,2.032,5.244l0.136,2.775c0.791,0.371,1.672,0.584,2.604,0.584c0.777,0,1.519-0.15,2.204-0.414
+ c-0.083-0.988-0.152-1.959-0.138-2.262c0.032-0.684,0.612-1.041,0.612-1.041s1.081-0.506,1.759-2.264
+ C17.54,10.229,15.255,7.711,15.255,7.711z"/>
+</g>
+</svg>
diff --git a/image/toolbar/capture_options_24_alt1.png b/image/toolbar/capture_options_24_alt1.png Binary files differindex 0f91081859..c117e7c238 100644 --- a/image/toolbar/capture_options_24_alt1.png +++ b/image/toolbar/capture_options_24_alt1.png diff --git a/image/toolbar/capture_options_24_alt1.svg b/image/toolbar/capture_options_24_alt1.svg new file mode 100644 index 0000000000..cfb0e82d31 --- /dev/null +++ b/image/toolbar/capture_options_24_alt1.svg @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <circle fill="#4D4D4D" cx="12.061" cy="12.102" r="10.476"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M12,1.144c-5.985,0-10.856,4.869-10.856,10.855c0,5.987,4.871,10.858,10.856,10.858
+ s10.856-4.871,10.856-10.858C22.856,6.013,17.985,1.144,12,1.144z M12,20.936c-4.927,0-8.935-4.009-8.935-8.937
+ c0-4.926,4.008-8.935,8.935-8.935s8.935,4.009,8.935,8.935C20.935,16.927,16.927,20.936,12,20.936z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="18" height="18" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATZJREFUeNqslLFuwjAQhuMkUxOl +E3RGSCDYOrD1LXjRPkS3DhULiLwBMIEcpkbpf9Vv6RTZiYU46ZeTu/jzne4ck4TNDMS62A05VFCZ +J95CDWT57IXJxhKaQitoSWDfBHKAfqAz9KuzcCagd+gD2kCLAKwhSGJf0MllmCvolKAtNCPcV6Zk +UimwAK/yktJZsLQNQa8BkD5Yqlhzr3EwQ8eSpZXJuOXMbsI105nJy8tAB32mEyg0bGyufFYS5Lpu +0uSJlo5N9YDJvNXQkV3tUjXVdzrbSFhDUM3n/8y6XsBGgGTWbtCFa6vLbEJXJAA689u9K1HfAPfB +NzTnSRU7VqgDLTMR0CdX67ublkGxHfTG1i/oq6lTr4o2NFuZyqYKwG4xv6C+P1P/NVem63b36Cya +2NvxJ8AAfqNUYCQcKVYAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 3.4351 3.4351)">
+ </image>
+ <g>
+ <circle fill="#333333" cx="12" cy="12" r="6.546"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <g>
+ <g>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M9.049,9.977c-1.117,1.684-0.659,3.956,1.023,5.072
+ c1.686,1.123,3.958,0.66,5.074-1.02c1.122-1.683,0.659-3.956-1.02-5.077C12.442,7.836,10.17,8.293,9.049,9.977L9.049,9.977z
+ M8.627,8.147L7.22,7.689L6.235,9.172l0.967,1.121c-0.162,0.47-0.26,0.955-0.281,1.438l-1.318,0.673l0.348,1.745l1.48,0.109
+ c0.207,0.436,0.48,0.846,0.813,1.215l-0.457,1.41l1.482,0.986l1.125-0.969c0.466,0.163,0.949,0.256,1.434,0.281l0.672,1.316
+ l1.746-0.353l0.109-1.474c0.435-0.211,0.845-0.484,1.214-0.814l1.411,0.458l0.985-1.481l-0.969-1.125
+ c0.162-0.466,0.255-0.949,0.281-1.433l1.32-0.678l-0.352-1.741l-1.478-0.11c-0.213-0.439-0.483-0.848-0.813-1.213l0.452-1.411
+ l-1.478-0.985l-1.124,0.968c-0.467-0.163-0.95-0.26-1.435-0.281L11.695,5.5l-1.74,0.353l-0.11,1.481
+ C9.404,7.54,8.996,7.813,8.627,8.147L8.627,8.147z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_pause_16.png b/image/toolbar/capture_pause_16.png Binary files differindex d689cee7c2..3991adcec9 100644 --- a/image/toolbar/capture_pause_16.png +++ b/image/toolbar/capture_pause_16.png diff --git a/image/toolbar/capture_pause_16.svg b/image/toolbar/capture_pause_16.svg new file mode 100644 index 0000000000..6ba7f162ac --- /dev/null +++ b/image/toolbar/capture_pause_16.svg @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="7.933" cy="8.003" r="6.984"/>
+ <g>
+ <g>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="6" height="12" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVJREFUeNpiYMADGKE0BxDLQOkf +QPwESoOBChCvB+LLUBrEZ2BB0gkS0EHiMzDhs3PQScK8AvLwHSj7DiwAiAohrAAgwACggAyYFOJt +bQAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 3.9565 2.9565)">
+ </image>
+ <g>
+ <polygon fill="#FFFFFF" points="5.594,12.09 7.594,12.09 7.594,4.122 5.594,4.09 "/>
+ </g>
+ </g>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="6" height="12" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVJREFUeNpiYMADGKE0BxDLQOkf +QPwESoOBChCvB+LLUBrEZ2BB0gkS0EHiMzDhs3PQScK8AvLwHSj7DiwAiAohrAAgwACggAyYFOJt +bQAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 6.9565 2.9565)">
+ </image>
+ <g>
+ <rect x="8.594" y="4.09" fill="#FFFFFF" width="2" height="8"/>
+ </g>
+ </g>
+ <path fill="#FFFFFF" d="M7.997,0.762C4.007,0.762,0.76,4.009,0.76,8c0,3.991,3.247,7.239,7.237,7.239
+ c3.991,0,7.237-3.248,7.237-7.239C15.234,4.009,11.988,0.762,7.997,0.762z M7.997,13.957c-3.284,0-5.956-2.674-5.956-5.958
+ c0-3.285,2.672-5.957,5.956-5.957S13.953,4.715,13.953,8C13.953,11.283,11.281,13.957,7.997,13.957z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_pause_24.png b/image/toolbar/capture_pause_24.png Binary files differindex 8a4d6a749f..a5724939ef 100644 --- a/image/toolbar/capture_pause_24.png +++ b/image/toolbar/capture_pause_24.png diff --git a/image/toolbar/capture_pause_24.svg b/image/toolbar/capture_pause_24.svg new file mode 100644 index 0000000000..bebea1d3b7 --- /dev/null +++ b/image/toolbar/capture_pause_24.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <circle fill="#4D4D4D" cx="11.9" cy="12.005" r="10.476"/>
+ <g>
+ <g>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="9" height="16" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpiZEAFjEjs/9gkmIGY +B4i5oey/QPwViL9A2WBBEOADYkMgdgFiCyBWhYq/A+KfIAYL1FRuqMJwIJYE4udQhbeA+BPIGSxI +VoNMlQJiGahmPiQbGZhweASDz8RAJBi2Cv+jyaHwYQH+FxoDz6AKnkP5f5EV/ocmgPNI8f4Jyv8K +M5no1MNIbHoECDAAqo0g12ktPFoAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 5.4351 4.4351)">
+ </image>
+ <g>
+ <rect x="7.741" y="6.56" fill="#FFFFFF" width="3.274" height="10.879"/>
+ </g>
+ </g>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="8" height="16" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAARCAYAAAAPFIbmAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJBJREFUeNpiZEAARiT2fwY0CWYg +5gFibij7LxB/BeIvUDZYkBeIjYDYBYgtgFgVasA7IP4JYrBATTAE4nAglgTi51BFt4D4E8hqFqhC +PiCWAmIZqBP4oLaAARMWR2PwmRiIAENe0X80cRQ+KCD/QEP2GVTyOZT/F1kRKDLPQ/l8UAXnoeL/ +iU4FjMSkJ4AAAwDBVx/XouCUdwAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 11.4351 4.4351)">
+ </image>
+ <g>
+ <rect x="13.025" y="6.56" fill="#FFFFFF" width="3.272" height="10.879"/>
+ </g>
+ </g>
+ <path fill="#FFFFFF" d="M11.996,1.144C6.01,1.144,1.14,6.013,1.14,11.999c0,5.987,4.87,10.856,10.856,10.856
+ s10.856-4.869,10.856-10.856C22.853,6.013,17.982,1.144,11.996,1.144z M11.996,20.936c-4.927,0-8.935-4.01-8.935-8.937
+ s4.008-8.935,8.935-8.935s8.935,4.008,8.935,8.935S16.923,20.936,11.996,20.936z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_restart_16-alt1.png b/image/toolbar/capture_restart_16-alt1.png Binary files differdeleted file mode 100644 index 0206f6734f..0000000000 --- a/image/toolbar/capture_restart_16-alt1.png +++ /dev/null diff --git a/image/toolbar/capture_restart_16-alt2.png b/image/toolbar/capture_restart_16-alt2.png Binary files differdeleted file mode 100644 index cca4a52509..0000000000 --- a/image/toolbar/capture_restart_16-alt2.png +++ /dev/null diff --git a/image/toolbar/capture_restart_16-alt3.png b/image/toolbar/capture_restart_16-alt3.png Binary files differdeleted file mode 100644 index dca94a7d3b..0000000000 --- a/image/toolbar/capture_restart_16-alt3.png +++ /dev/null diff --git a/image/toolbar/capture_restart_16.png b/image/toolbar/capture_restart_16.png Binary files differindex bbe7481432..8fe10605d4 100644 --- a/image/toolbar/capture_restart_16.png +++ b/image/toolbar/capture_restart_16.png diff --git a/image/toolbar/capture_restart_16.svg b/image/toolbar/capture_restart_16.svg new file mode 100644 index 0000000000..111c598e3f --- /dev/null +++ b/image/toolbar/capture_restart_16.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <path fill="#999999" d="M8,16c-4.418,0-8-3.579-8-7.996C0,3.581,3.582,0,8,0s8,3.581,8,8.004C16,12.421,12.418,16,8,16z"/>
+ <circle fill="#DC0000" cx="7.997" cy="8.15" r="6.983"/>
+ <path fill="#FFFFFF" d="M8,0.759c-3.992,0-7.238,3.252-7.238,7.245c0,3.986,3.247,7.238,7.238,7.238
+ c3.992,0,7.238-3.252,7.238-7.238C15.238,4.011,11.992,0.759,8,0.759z M8,13.961c-3.285,0-5.957-2.674-5.957-5.957
+ c0-3.291,2.672-5.963,5.957-5.963s5.957,2.672,5.957,5.963C13.957,11.287,11.285,13.961,8,13.961z"/>
+ <path fill="#FFFFFF" d="M9.145,12.068H5.061V9.814h4.084c0.555,0,1.008-0.456,1.008-1.008v-0.88c0-0.551-0.436-0.997-0.979-1.008
+ H7.429v1.717l-3.53-2.667l3.53-2.679v1.361h1.343l0,0h0.372c1.803,0,3.273,1.465,3.273,3.275v0.88
+ C12.418,10.603,10.947,12.068,9.145,12.068z"/>
+</g>
+</svg>
diff --git a/image/toolbar/capture_restart_16_alt1.png b/image/toolbar/capture_restart_16_alt1.png Binary files differnew file mode 100644 index 0000000000..aa52a9685c --- /dev/null +++ b/image/toolbar/capture_restart_16_alt1.png diff --git a/image/toolbar/capture_restart_16_alt1.svg b/image/toolbar/capture_restart_16_alt1.svg new file mode 100644 index 0000000000..4088797358 --- /dev/null +++ b/image/toolbar/capture_restart_16_alt1.svg @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="7.94" cy="8.022" r="6.984"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M8,0.762c-3.991,0-7.237,3.247-7.237,7.237c0,3.991,3.247,7.239,7.237,7.239s7.239-3.248,7.239-7.239
+ C15.238,4.009,11.99,0.762,8,0.762z M8,13.957c-3.284,0-5.957-2.672-5.957-5.958c0-3.283,2.672-5.957,5.957-5.957
+ c3.286,0,5.958,2.674,5.958,5.957C13.957,11.285,11.285,13.957,8,13.957z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="13" height="13" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpiYCATMGIR4wBiGSgN +Aj+A+AmUxqoRpkEViHOBWBYq/hiIJwPxbWwGgIAKEK+HKvgOxP+h+DtUbD1UDYbzPKEK/uPAt6Fq +ONBt24ZmEzr+DlUDtpUJyUZZdNOwuAquhonc6GBCCvLH2EIMCWBVQ3LgsCCZBpK4AuVjSwBXoGp+ +UJQAyE5yZAOAAAMAVR4+5WZ32+UAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 1.9565 1.9565)">
+ </image>
+ <g>
+ <circle fill="#333333" cx="8" cy="8" r="4.364"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <g>
+ <polygon fill="#FFFFFF" points="10.328,12.236 10.328,3.838 4.311,8.037 "/>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_restart_16_alt2.png b/image/toolbar/capture_restart_16_alt2.png Binary files differnew file mode 100644 index 0000000000..cc2ea90c47 --- /dev/null +++ b/image/toolbar/capture_restart_16_alt2.png diff --git a/image/toolbar/capture_restart_16_alt2.svg b/image/toolbar/capture_restart_16_alt2.svg new file mode 100644 index 0000000000..45a975e200 --- /dev/null +++ b/image/toolbar/capture_restart_16_alt2.svg @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="8.114" cy="7.975" r="6.984"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M8,0.763C4.01,0.763,0.762,4.01,0.762,8c0,3.991,3.248,7.238,7.238,7.238S15.238,11.991,15.238,8
+ C15.238,4.01,11.99,0.763,8,0.763z M8,13.957c-3.285,0-5.957-2.672-5.957-5.957c0-3.284,2.672-5.956,5.957-5.956
+ c3.285,0,5.957,2.672,5.957,5.956C13.957,11.285,11.285,13.957,8,13.957z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="13" height="13" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAN5JREFUeNqckrEKwkAQRDWxCCks +UliIQgp7BUt/w17wS/Rv0uUrLLRT7GwEra5IaU4QdBbmYM94CFl43JHs3CSzF3daVvzjWQJyMAQD +0AcP8AoJnWAONmANlmABDHsaB0hNQAkuoAZvUvNZyR7PMaHTii976kDZZ1wP4C6uTpjz86ZfIl0p +/3kHqkg5jrmGyuuJ2o7DCS24cQ2V1xOrmA2jzwLCK9iCkw7HzWbGcFIVkqXoDAo3U30BxHXPyCW9 +J5uOdCrcKKS5G0hvpBK2FNh/d1VOrOhmuG9cs48AAwBV5zZzFvOQhAAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 1.9565 1.9565)">
+ </image>
+ <g>
+ <circle fill="#333333" cx="8" cy="8" r="4.364"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <g>
+ <rect x="9.612" y="4.861" fill="#FFFFFF" width="1.814" height="6.029"/>
+ </g>
+ <g>
+ <polygon fill="#FFFFFF" points="7.832,10.934 7.832,4.818 3.45,7.876 "/>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_restart_16_alt3.png b/image/toolbar/capture_restart_16_alt3.png Binary files differnew file mode 100644 index 0000000000..e8885bcc06 --- /dev/null +++ b/image/toolbar/capture_restart_16_alt3.png diff --git a/image/toolbar/capture_restart_16_alt3.svg b/image/toolbar/capture_restart_16_alt3.svg new file mode 100644 index 0000000000..0a54d9d232 --- /dev/null +++ b/image/toolbar/capture_restart_16_alt3.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="8.229" cy="8.062" r="6.983"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M8,0.866c-3.99,0-7.238,3.247-7.238,7.237c0,3.991,3.248,7.238,7.238,7.238s7.238-3.247,7.238-7.238
+ C15.238,4.113,11.99,0.866,8,0.866z M8,14.061c-3.285,0-5.957-2.672-5.957-5.957c0-3.284,2.672-5.956,5.957-5.956
+ c3.285,0,5.957,2.672,5.957,5.956C13.957,11.389,11.285,14.061,8,14.061z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="13" height="13" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNpiYCATMGIR4wBiGSgN +Aj+A+AmUxqkRpNgSiEuBWBYq9hiIJwPxbWwGwDQ5AvE+IP4OxP+h+DtU03ogViFWEzIGafZE8gIY +gEzahkcTzOZtMFuZkGyURTcNi6vgapjIjQ4mpCB/jC3EkABWNRxQj9/G40eUwGFBMg0kcQXKl0Hz +L0z+NsxGZiTJb0B8EohPAbEYEP8E4ldQfBGIu4H4GhD/ITbJ4Ux2ZAGAAAMA0OhA0McGcMUAAAAA +SUVORK5CYII=" transform="matrix(1 0 0 1 1.9565 1.9565)">
+ </image>
+ <g>
+ <circle fill="#1A1A1A" cx="8" cy="8.104" r="4.364"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <path fill="#FFFFFF" d="M9.059,4.342h-3.72v2.061h3.72c0.505,0,0.916,1.489,0.916,0.918v0.799c0,0.498-0.398,0.902-0.891,0.916
+ H7.496V7.466L4.278,9.903l3.217,2.437v-1.239h1.222v-0.003h0.341c1.641,0,2.978-1.336,2.978-2.979V7.32
+ C12.036,5.678,10.699,4.342,9.059,4.342z"/>
+</g>
+</svg>
diff --git a/image/toolbar/capture_restart_24-alt1.png b/image/toolbar/capture_restart_24-alt1.png Binary files differdeleted file mode 100644 index dfc6d1b930..0000000000 --- a/image/toolbar/capture_restart_24-alt1.png +++ /dev/null diff --git a/image/toolbar/capture_restart_24-alt2.png b/image/toolbar/capture_restart_24-alt2.png Binary files differdeleted file mode 100644 index 409f59b44f..0000000000 --- a/image/toolbar/capture_restart_24-alt2.png +++ /dev/null diff --git a/image/toolbar/capture_restart_24-alt3.png b/image/toolbar/capture_restart_24-alt3.png Binary files differdeleted file mode 100644 index 4b1bccdc69..0000000000 --- a/image/toolbar/capture_restart_24-alt3.png +++ /dev/null diff --git a/image/toolbar/capture_restart_24.png b/image/toolbar/capture_restart_24.png Binary files differindex ac0a24a47e..0d74ff440f 100644 --- a/image/toolbar/capture_restart_24.png +++ b/image/toolbar/capture_restart_24.png diff --git a/image/toolbar/capture_restart_24.svg b/image/toolbar/capture_restart_24.svg new file mode 100644 index 0000000000..de4bca96d5 --- /dev/null +++ b/image/toolbar/capture_restart_24.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <path fill="#999999" d="M12,24C5.373,24,0,18.631,0,12.006C0,5.371,5.373,0,12,0s12,5.371,12,12.006C24,18.631,18.627,24,12,24z"/>
+ <circle fill="#DC0000" cx="11.996" cy="12.226" r="10.476"/>
+ <path fill="#FFFFFF" d="M12,1.139c-5.988,0-10.857,4.877-10.857,10.867c0,5.979,4.869,10.855,10.857,10.855
+ s10.857-4.877,10.857-10.855C22.857,6.016,17.988,1.139,12,1.139z M12,20.941c-4.928,0-8.936-4.012-8.936-8.936
+ c0-4.936,4.008-8.944,8.936-8.944s8.936,4.009,8.936,8.944C20.936,16.93,16.928,20.941,12,20.941z"/>
+ <path fill="#FFFFFF" d="M13.717,18.103H7.591v-3.381h6.126c0.833,0,1.511-0.685,1.511-1.51V11.89c0-0.825-0.651-1.494-1.467-1.511
+ h-2.616v2.576L5.85,8.953l5.295-4.019v2.044h2.014l0,0h0.559c2.704,0,4.909,2.195,4.909,4.911v1.322
+ C18.626,15.904,16.421,18.103,13.717,18.103z"/>
+</g>
+</svg>
diff --git a/image/toolbar/capture_restart_24.xpm b/image/toolbar/capture_restart_24.xpm deleted file mode 100644 index 099f1f86e5..0000000000 --- a/image/toolbar/capture_restart_24.xpm +++ /dev/null @@ -1,297 +0,0 @@ -/* XPM */ -static const char * capture_restart_24_xpm[] = { -"24 24 270 2", -" c None", -". c #000000", -"+ c #F7F3DF", -"@ c #7C7C7C", -"# c #6A6A6A", -"$ c #606060", -"% c #353535", -"& c #F9F6EA", -"* c #EED680", -"= c #656565", -"- c #303030", -"; c #F9F5E4", -"> c #F4E4AD", -", c #F7EECC", -"' c #EFE4C2", -") c #948A6F", -"! c #5D5D5D", -"~ c #F9F5E6", -"{ c #F1DD97", -"] c #D1B051", -"^ c #F2EFE4", -"/ c #C0A048", -"( c #C3C3C3", -"_ c #C3A970", -": c #D1940C", -"< c #E0B74C", -"[ c #D9C374", -"} c #2C2E22", -"| c #4C503C", -"1 c #474C38", -"2 c #4C4F3A", -"3 c #464B37", -"4 c #333E2D", -"5 c #90948E", -"6 c #8CA880", -"7 c #BCA36B", -"8 c #D59D1C", -"9 c #B1933F", -"0 c #64745B", -"a c #566447", -"b c #68795E", -"c c #505C41", -"d c #4E6043", -"e c #91988C", -"f c #7A8F6C", -"g c #5C7255", -"h c #BEA56F", -"i c #986B07", -"j c #DFB74A", -"k c #CCB76D", -"l c #757C71", -"m c #495742", -"n c #6F7C68", -"o c #4C5449", -"p c #435438", -"q c #8E968A", -"r c #313131", -"s c #6E7F61", -"t c #949C91", -"u c #ACACAC", -"v c #BC9F5F", -"w c #A2A2A2", -"x c #5F5F5F", -"y c #B8820A", -"z c #D9A72E", -"A c #BBB49C", -"B c #424936", -"C c #868E7B", -"D c #736C54", -"E c #3C4C32", -"F c #8D9488", -"G c #6E7F60", -"H c #97A094", -"I c #AFAFAF", -"J c #C2C2C2", -"K c #ABABAB", -"L c #6D6D6D", -"M c #BFB9A2", -"N c #3E4431", -"O c #878E7C", -"P c #746E56", -"Q c #303D28", -"R c #515151", -"S c #6B8263", -"T c #8E8E8E", -"U c #A9A9A9", -"V c #8C8C8C", -"W c #888888", -"X c #808080", -"Y c #D4B150", -"Z c #A39256", -"` c #1C2418", -" . c #C67461", -".. c #3C2B1B", -"+. c #887E6C", -"@. c #7A2310", -"#. c #303C27", -"$. c #474747", -"%. c #3D4B37", -"&. c #727671", -"*. c #656863", -"=. c #616460", -"-. c #5D605C", -";. c #5C5E5A", -">. c #5A5D59", -",. c #3C3E3B", -"'. c #E2CB79", -"). c #4A5139", -"!. c #9C9C9C", -"~. c #3B4237", -"{. c #747C70", -"]. c #666666", -"^. c #2E3B26", -"/. c #8C9387", -"(. c #373737", -"_. c #7E9A75", -":. c #4B5E44", -"<. c #3E473B", -"[. c #363D34", -"}. c #323830", -"|. c #2F342D", -"1. c #2E332D", -"2. c #C9B46B", -"3. c #8D7E4A", -"4. c #3D4D34", -"5. c #394930", -"6. c #2F3B28", -"7. c #3E4E34", -"8. c #252E1E", -"9. c #303D27", -"0. c #8B9286", -"a. c #809B76", -"b. c #586E51", -"c. c #616C4D", -"d. c #545B42", -"e. c #4F553D", -"f. c #4C513A", -"g. c #494E38", -"h. c #484D37", -"i. c #3A3D2B", -"j. c #0C0C09", -"k. c #080A07", -"l. c #454C35", -"m. c #566244", -"n. c #506242", -"o. c #616C4B", -"p. c #556142", -"q. c #5E6646", -"r. c #38472D", -"s. c #8B9186", -"t. c #7E9A74", -"u. c #7B8562", -"v. c #58684A", -"w. c #43543C", -"x. c #5B6548", -"y. c #3C4C35", -"z. c #5A6346", -"A. c #3C4C34", -"B. c #686E4E", -"C. c #5A6446", -"D. c #5F6A4A", -"E. c #64704E", -"F. c #687451", -"G. c #687551", -"H. c #6E7C5E", -"I. c #9FA194", -"J. c #959595", -"K. c #2D2D2D", -"L. c #7C9671", -"M. c #A0A086", -"N. c #766E52", -"O. c #888B76", -"P. c #868874", -"Q. c #858772", -"R. c #545C41", -"S. c #44563A", -"T. c #4D6141", -"U. c #79825A", -"V. c #506442", -"W. c #5C6E50", -"X. c #7F867B", -"Y. c #545454", -"Z. c #909090", -"`. c #56534E", -" + c #B6B6B6", -".+ c #939393", -"++ c #878787", -"@+ c #77906D", -"#+ c #80805C", -"$+ c #323124", -"%+ c #5B593E", -"&+ c #343325", -"*+ c #626245", -"=+ c #5A583E", -"-+ c #302E22", -";+ c #5F6246", -">+ c #677450", -",+ c #77805A", -"'+ c #4F6442", -")+ c #5F7153", -"!+ c #7E8479", -"~+ c #4F4F4F", -"{+ c #575757", -"]+ c #505050", -"^+ c #AAAAAA", -"/+ c #4E4E4E", -"(+ c #383838", -"_+ c #738C69", -":+ c #556A4C", -"<+ c #646B4D", -"[+ c #575F44", -"}+ c #404D36", -"|+ c #606648", -"1+ c #575F43", -"2+ c #3D4832", -"3+ c #5B6044", -"4+ c #545F42", -"5+ c #566645", -"6+ c #707A55", -"7+ c #757E57", -"8+ c #646F4C", -"9+ c #565F48", -"0+ c #171D12", -"a+ c #10150D", -"b+ c #7A7C79", -"c+ c #060606", -"d+ c #41503C", -"e+ c #637D58", -"f+ c #808660", -"g+ c #606E4E", -"h+ c #6A7553", -"i+ c #7D835E", -"j+ c #5C6A4A", -"k+ c #687351", -"l+ c #7A7F5A", -"m+ c #5B6A49", -"n+ c #6C7752", -"o+ c #7E845D", -"p+ c #5B6C48", -"q+ c #69744F", -"r+ c #293422", -"s+ c #181F14", -"t+ c #14180F", -"u+ c #0F130C", -"v+ c #3A4833", -"w+ c #C8BA89", -"x+ c #8C9068", -"y+ c #8C8F67", -"z+ c #C8B988", -"A+ c #8B8E66", -"B+ c #8A8E65", -"C+ c #C7B888", -"D+ c #8A8C64", -"E+ c #8A8D64", -"F+ c #898B62", -"G+ c #868760", -"H+ c #161C12", -"I+ c #2E3B29", -"J+ c #C6B888", -"K+ c #898B64", -"L+ c #888A63", -"M+ c #C6B887", -"N+ c #888A62", -"O+ c #878A62", -"P+ c #C6B786", -"Q+ c #878861", -"R+ c #868860", -"S+ c #83845D", -"T+ c #181E13", -"U+ c #3A3A3A", -" . ", -" . . . . ", -" . + . @ # $ % ", -" . & * . . . . = . ", -" - ; * * > , ' ) . . ! . ", -" . ~ { * * * * * * ] . . ! . ", -". ^ { * * * * * * * * / . ( . ", -" . _ : : : : : : < * [ . } | 1 2 3 4 5 . ", -". 6 . 7 : : : : : : 8 * 9 . 0 a b c d e . ", -". f g . h : . . . i : j k . l m n o p q r ", -". s t u . v . w x . y z * . A B C D E F x ", -". G H u I . . J K L . : * . M N O P Q F R ", -". S H w T U . V W X . Y Z ` ...+.@.#.F $. ", -". s %.&.*.=.-.;.>.,.. '.. ).!.~.{.].^./.(. ", -". _.:.<.[.}.}.|.1.. 2.3.. 4.5.6.7.8.9.0.. ", -". a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.. ", -". t.u.v.w.x.y.z.A.B.C.D.E.F.G.H.I.].].J.K.= (. ", -". L.M.N.O.N.P.N.Q.N.R.S.T.U.V.W.X.Y.Y.Z.`. +.+++", -". @+#+$+%+&+*+&+=+-+;+D.>+,+'+)+!+~+{+Z.]+^+/+(+", -". _+:+<+[+}+|+1+2+3+4+5+6+'+7+8+9+0+a+b+c+. ", -" d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+! . ", -" v+w+x+y+z+A+B+C+D+E+C+F+G+H+ ! . ", -" I+J+K+L+M+N+O+P+Q+R+P+R+S+T+ ! . ", -" . . . . . . . . . . . . U+ "}; diff --git a/image/toolbar/capture_restart_24_alt1.png b/image/toolbar/capture_restart_24_alt1.png Binary files differnew file mode 100644 index 0000000000..46f542ccd8 --- /dev/null +++ b/image/toolbar/capture_restart_24_alt1.png diff --git a/image/toolbar/capture_restart_24_alt1.svg b/image/toolbar/capture_restart_24_alt1.svg new file mode 100644 index 0000000000..07550f0b7c --- /dev/null +++ b/image/toolbar/capture_restart_24_alt1.svg @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <circle fill="#4D4D4D" cx="11.91" cy="12.034" r="10.476"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M11.999,1.144c-5.985,0-10.855,4.869-10.855,10.855c0,5.987,4.87,10.858,10.855,10.858
+ c5.986,0,10.857-4.871,10.857-10.858C22.856,6.013,17.985,1.144,11.999,1.144z M11.999,20.936c-4.926,0-8.935-4.009-8.935-8.937
+ c0-4.926,4.009-8.935,8.935-8.935c4.928,0,8.936,4.009,8.936,8.935C20.935,16.927,16.927,20.936,11.999,20.936z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="18" height="18" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUJJREFUeNqslLFKxEAQhrPJFmKC +YuFZ29yhncV1voUv6kNYiM1ho5gXkDsR8bhYiDH+I//AsOwmizjwkc1u8mUmO4kr0uFG1obcGzyo +SRVZ70EHdhxHZXJjA2bgDCwoDEMkj2AFNuDLZqEhogtwCZZgnpB1FMnaDVhrht5IZxRdgVPKY2VK +JgdGLMJ3OSk5WbO0JUWHCZF9sFRxznudyhwnFiytKabDM7tjHiubmZzsj+xgLGwCtZVN9VUsGop0 +111Z/GOUU109EtJvLXjirg6l6eoPTvaZso6iluPfzIZgYZchkl7bghcee1tml/pEEqINr33QEgvT +Bt+0S/8cgT3wyYs8j5LxK3gGt+Aa3IE3lfngha44vgcn3Po551qyDqroU72lf46anR2TbXN+QeF8 +Zf5r+l51t4e/9qLL/Tp+BBgA+aVWWKGXdRoAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 3.4351 3.4351)">
+ </image>
+ <g>
+ <circle fill="#333333" cx="12" cy="12" r="6.546"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <g>
+ <polygon fill="#FFFFFF" points="15.491,18.354 15.491,5.757 6.466,12.057 "/>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_restart_24_alt2.png b/image/toolbar/capture_restart_24_alt2.png Binary files differnew file mode 100644 index 0000000000..1c386f65ba --- /dev/null +++ b/image/toolbar/capture_restart_24_alt2.png diff --git a/image/toolbar/capture_restart_24_alt2.svg b/image/toolbar/capture_restart_24_alt2.svg new file mode 100644 index 0000000000..dd141bea64 --- /dev/null +++ b/image/toolbar/capture_restart_24_alt2.svg @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <circle fill="#4D4D4D" cx="12.17" cy="11.962" r="10.476"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M12,1.144C6.015,1.144,1.144,6.015,1.144,12c0,5.986,4.871,10.856,10.856,10.856S22.856,17.986,22.856,12
+ C22.856,6.015,17.985,1.144,12,1.144z M12,20.936c-4.927,0-8.935-4.008-8.935-8.936c0-4.926,4.008-8.935,8.935-8.935
+ S20.935,7.074,20.935,12C20.935,16.928,16.927,20.936,12,20.936z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="18" height="18" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUJJREFUeNqslLFKxEAQhrPJFmKC +YuFZ29yhncV1voUv6kNYiM1ho5gXkDsR8bhYiDH+I//AsOwmizjwkc1u8mUmO4kr0uFG1obcGzyo +SRVZ70EHdhxHZXJjA2bgDCwoDEMkj2AFNuDLZqEhogtwCZZgnpB1FMnaDVhrht5IZxRdgVPKY2VK +JgdGLMJ3OSk5WbO0JUWHCZF9sFRxznudyhwnFiytKabDM7tjHiubmZzsj+xgLGwCtZVN9VUsGop0 +111Z/GOUU109EtJvLXjirg6l6eoPTvaZso6iluPfzIZgYZchkl7bghcee1tml/pEEqINr33QEgvT +Bt+0S/8cgT3wyYs8j5LxK3gGt+Aa3IE3lfngha44vgcn3Po551qyDqroU72lf46anR2TbXN+QeF8 +Zf5r+l51t4e/9qLL/Tp+BBgA+aVWWKGXdRoAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 3.4351 3.4351)">
+ </image>
+ <g>
+ <circle fill="#333333" cx="12" cy="12" r="6.545"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <g>
+ <rect x="14.418" y="7.291" fill="#FFFFFF" width="2.722" height="9.045"/>
+ </g>
+ <g>
+ <polygon fill="#FFFFFF" points="11.747,16.4 11.747,7.227 5.175,11.813 "/>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_restart_24_alt3.png b/image/toolbar/capture_restart_24_alt3.png Binary files differnew file mode 100644 index 0000000000..74597313ad --- /dev/null +++ b/image/toolbar/capture_restart_24_alt3.png diff --git a/image/toolbar/capture_restart_24_alt3.svg b/image/toolbar/capture_restart_24_alt3.svg new file mode 100644 index 0000000000..210ab380d2 --- /dev/null +++ b/image/toolbar/capture_restart_24_alt3.svg @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <circle fill="#4D4D4D" cx="12.345" cy="12.094" r="10.476"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M12,1.144c-5.985,0-10.856,4.87-10.856,10.855c0,5.986,4.871,10.857,10.856,10.857
+ s10.856-4.871,10.856-10.857C22.856,6.014,17.985,1.144,12,1.144z M12,20.935c-4.927,0-8.935-4.008-8.935-8.936
+ c0-4.926,4.008-8.935,8.935-8.935s8.935,4.009,8.935,8.935C20.935,16.927,16.927,20.935,12,20.935z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="18" height="18" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVFJREFUeNqslMFKxDAQhpO2oGur +4sH1rIdd9qagNx/Bmy/qE+zJg3jZo1rwJoiKiMtWRLbWf5Y/MIS0jeLAR9JM+3eSmYk17WY7fE3s +BxnISRrw16ACC86DYvJhAYZgAsYU9E1EbsAMPIOljsKZCB2BU3ACRi1iFYXEdwmeXISZEh1S6Bzs +Uzy0TYlkSwmL4LtRL2+CY3AGDsE2SFoOX9YHYA08gFtufeWwDHnMrRWm3zJGt8sxNerv8rDRkcGQ +6QBy423Fmt9ZQSGXdZuYf7Skr6o7TA69BHfMapOoqv7gYh0pVlGo5HwVWeM5FhFCUmtz8MKx1nVW +8wVJ9UFPnS3ZRldgCu7Bpxb7pqDUzw5YB1+MOuMoEb+CRwpdgGvw5s7bb/Q99ueE8xExPIKSvRhs +dL+23M2Rs7JDYvOYK8hfT9W95rLnst38tRZtbHf8CDAAAGdUK1uqpVsAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 3.4351 3.4351)">
+ </image>
+ <g>
+ <circle fill="#333333" cx="12" cy="12" r="6.545"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <path fill="#FFFFFF" d="M13.72,6.033H7.594v3.395h6.126c0.832,0,1.509,0.678,1.509,1.512v1.315c0,0.82-0.656,1.485-1.468,1.509
+ h-2.613v-2.585L5.85,15.192l5.298,4.013v-2.043h2.01V17.16h0.562c2.703,0,4.904-2.2,4.904-4.905v-1.315
+ C18.624,8.233,16.423,6.033,13.72,6.033z"/>
+</g>
+</svg>
diff --git a/image/toolbar/capture_start_16.png b/image/toolbar/capture_start_16.png Binary files differindex b33db81bf0..ef80ef56a1 100644 --- a/image/toolbar/capture_start_16.png +++ b/image/toolbar/capture_start_16.png diff --git a/image/toolbar/capture_start_16.svg b/image/toolbar/capture_start_16.svg new file mode 100644 index 0000000000..110a12d3e2 --- /dev/null +++ b/image/toolbar/capture_start_16.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="8.131" cy="8.2" r="6.984"/>
+ <g>
+ <path fill="#FFFFFF" d="M8,0.763C4.009,0.763,0.762,4.01,0.762,8c0,3.991,3.247,7.237,7.238,7.237S15.237,11.991,15.237,8
+ C15.237,4.01,11.991,0.763,8,0.763z M8,13.957c-3.285,0-5.957-2.672-5.957-5.957c0-3.284,2.672-5.957,5.957-5.957
+ c3.284,0,5.957,2.672,5.957,5.957C13.957,11.285,11.284,13.957,8,13.957z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="13" height="13" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpiYCATMGIR4wBiGSgN +Aj+A+AmUxqoRpkEViHOBWBYq/hiIJwPxbWwGgIAKEK+HKvgOxP+h+DtUbD1UDYbzPKEK/uPAt6Fq +ONBt24ZmEzr+DlUDtpUJyUZZdNOwuAquhonc6GBCCvLH2EIMCWBVQ3LgsCCZBpK4AuVjSwBXoGp+ +UJQAyE5yZAOAAAMAVR4+5WZ32+UAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 1.9565 1.9565)">
+ </image>
+ <g>
+ <circle fill="#DC0000" cx="8" cy="8" r="4.364"/>
+ </g>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_start_24.png b/image/toolbar/capture_start_24.png Binary files differindex a8622f4744..e68cfb633c 100644 --- a/image/toolbar/capture_start_24.png +++ b/image/toolbar/capture_start_24.png diff --git a/image/toolbar/capture_start_24.svg b/image/toolbar/capture_start_24.svg new file mode 100644 index 0000000000..5ad511e8e7 --- /dev/null +++ b/image/toolbar/capture_start_24.svg @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <circle fill="#4D4D4D" cx="12.195" cy="12.3" r="10.476"/>
+ <g>
+ <path fill="#FFFFFF" d="M12,1.145C6.014,1.145,1.144,6.014,1.144,12c0,5.987,4.87,10.856,10.856,10.856S22.856,17.987,22.856,12
+ C22.856,6.014,17.986,1.145,12,1.145z M12,20.936c-4.927,0-8.936-4.008-8.936-8.936c0-4.926,4.009-8.935,8.936-8.935
+ S20.936,7.074,20.936,12C20.936,16.928,16.927,20.936,12,20.936z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="18" height="18" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU5JREFUeNqslMFKw0AQhpNNDuIW +xYOVHkVI8eihN9/CF/UhPIgegh4qzQtIK0UsqQfJGv8t/8q4dNIoDnxs2E3+zOz8u2miR6rMt7/5 +IAeWZNGaA2vSdIn5DwdgCM7BmIIyvMgMPIEFqPmD7yxCeKELcAkmoFDEKlCCe47zIJgL0SGFrsAp +xbeVOWLmZ5y7AW9SzPKFCYUOlT3OuGYp/MjsVr4xhvtmuUcFM9oVPokDcMxxU4ERf9xXOqiFTMBK +sS5faTGgUOh6apJ/DNPH2UrUtMmMlmmNaPk7J11PsWDgis+bzNpooe4h1NAOLxydLHPNI1LymDQ7 +hBZ8dxpKTIQNPqnu/XME9sAHX8o5+oyX4BncgmtwB16DWB5taMnnB3DC1hecq8g8qsJp3go3h6Wz +t4mtWFodNyvtuOcyca8l4h5zf7DRD+Fep+NLgAEAYP9cigGx8+UAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 3.4351 3.4351)">
+ </image>
+ <g>
+ <circle fill="#DC0000" cx="12" cy="12" r="6.545"/>
+ </g>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_stop_16.png b/image/toolbar/capture_stop_16.png Binary files differindex 79c4852c56..7d56b4e602 100644 --- a/image/toolbar/capture_stop_16.png +++ b/image/toolbar/capture_stop_16.png diff --git a/image/toolbar/capture_stop_16.svg b/image/toolbar/capture_stop_16.svg new file mode 100644 index 0000000000..8fb4458599 --- /dev/null +++ b/image/toolbar/capture_stop_16.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="8" cy="8" r="8"/>
+ <circle fill="#4D4D4D" cx="7.935" cy="7.968" r="6.984"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M8,0.762C4.009,0.762,0.762,4.009,0.762,8c0,3.99,3.247,7.237,7.238,7.237
+ c3.991,0,7.238-3.247,7.238-7.237C15.238,4.009,11.991,0.762,8,0.762z M8,13.956c-3.285,0-5.957-2.672-5.957-5.956
+ c0-3.285,2.672-5.957,5.957-5.957c3.285,0,5.957,2.672,5.957,5.957C13.957,11.284,11.285,13.956,8,13.956z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="11" height="11" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpiYCARMEJpDiCWgdLY +wA8gfgKiWaACIMXdQKyCQ8MdIC4F0SxINoAU6+BxDdh2JlL9MBw0sCCF8x086u5A1ZAecaS6iAEg +wAA69w0ZQbuPEwAAAABJRU5ErkJggg==" transform="matrix(1 0 0 1 2.9565 2.9565)">
+ </image>
+ <g>
+ <rect x="4.884" y="4.884" fill="#FFFFFF" width="6.232" height="6.231"/>
+ </g>
+ </g>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/capture_stop_24.png b/image/toolbar/capture_stop_24.png Binary files differindex fe67efeaea..08f1191954 100644 --- a/image/toolbar/capture_stop_24.png +++ b/image/toolbar/capture_stop_24.png diff --git a/image/toolbar/capture_stop_24.svg b/image/toolbar/capture_stop_24.svg new file mode 100644 index 0000000000..d0b100ba3b --- /dev/null +++ b/image/toolbar/capture_stop_24.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g>
+ <circle fill="#999999" cx="12" cy="12" r="12"/>
+ <circle fill="#4D4D4D" cx="11.903" cy="11.952" r="10.476"/>
+ <g>
+ <g>
+ <path fill="#FFFFFF" d="M12,1.144C6.015,1.144,1.144,6.013,1.144,12c0,5.985,4.871,10.856,10.856,10.856
+ c5.986,0,10.856-4.871,10.856-10.856C22.856,6.013,17.986,1.144,12,1.144z M12,20.935c-4.927,0-8.935-4.008-8.935-8.935
+ S7.073,3.064,12,3.064S20.936,7.073,20.936,12S16.927,20.935,12,20.935z"/>
+ <g>
+
+ <image overflow="visible" opacity="0.2" width="14" height="14" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAAA +GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJdJREFUeNrkkk0OQEAMRltmRxxA +XILLOLa9A9gTdiajTT4i/hqx1OSlIn1TEx8TUSwkwNFzzcIEvINUCaWQCXwjBmEQGtCvsoq1kBub +O/RWD3L41AxiYWwmzOpVKcILPvSrOs1E9KH+LIdDf/pV24xD5IZdAKyQ6Kxf5QlxoxfxVCcw0pIi +prGx2UMc9ZkvEmTVdudFgAEA1D8jC1GYmYMAAAAASUVORK5CYII=" transform="matrix(1 0 0 1 5.4351 5.4351)">
+ </image>
+ <g>
+ <rect x="7.327" y="7.326" fill="#FFFFFF" width="9.347" height="9.347"/>
+ </g>
+ </g>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/image/toolbar/gnome_emblem_web_16.png b/image/toolbar/gnome_emblem_web_16.png Binary files differindex 148126af0b..f7cef0aad7 100644 --- a/image/toolbar/gnome_emblem_web_16.png +++ b/image/toolbar/gnome_emblem_web_16.png diff --git a/image/toolbar/gnome_emblem_web_24.png b/image/toolbar/gnome_emblem_web_24.png Binary files differindex e246590ea8..acbafe54ce 100644 --- a/image/toolbar/gnome_emblem_web_24.png +++ b/image/toolbar/gnome_emblem_web_24.png diff --git a/image/toolbar/modem_16.png b/image/toolbar/modem_16.png Binary files differindex 17bd8f3696..78616c61af 100644 --- a/image/toolbar/modem_16.png +++ b/image/toolbar/modem_16.png diff --git a/image/toolbar/network_bluetooth_16.png b/image/toolbar/network_bluetooth_16.png Binary files differindex d6e2a78875..e05f3f0cf8 100644 --- a/image/toolbar/network_bluetooth_16.png +++ b/image/toolbar/network_bluetooth_16.png diff --git a/image/toolbar/network_usb_16.png b/image/toolbar/network_usb_16.png Binary files differindex 19656dd058..db4e85e746 100644 --- a/image/toolbar/network_usb_16.png +++ b/image/toolbar/network_usb_16.png diff --git a/image/toolbar/network_wired_16.png b/image/toolbar/network_wired_16.png Binary files differindex eb6ee812cb..04fe0cfe5f 100644 --- a/image/toolbar/network_wired_16.png +++ b/image/toolbar/network_wired_16.png diff --git a/image/toolbar/network_wireless_16.png b/image/toolbar/network_wireless_16.png Binary files differindex f69c440066..d0f3982694 100644 --- a/image/toolbar/network_wireless_16.png +++ b/image/toolbar/network_wireless_16.png diff --git a/image/toolbar/pipe_16.png b/image/toolbar/pipe_16.png Binary files differindex bbc614e807..f09bf77af6 100644 --- a/image/toolbar/pipe_16.png +++ b/image/toolbar/pipe_16.png diff --git a/image/toolbar/remote_arrow_16.png b/image/toolbar/remote_arrow_16.png Binary files differindex 51ddc3c054..66f206092d 100644 --- a/image/toolbar/remote_arrow_16.png +++ b/image/toolbar/remote_arrow_16.png diff --git a/image/toolbar/remote_globe_16.png b/image/toolbar/remote_globe_16.png Binary files differindex 84c20858f6..aa0f21d6d4 100644 --- a/image/toolbar/remote_globe_16.png +++ b/image/toolbar/remote_globe_16.png diff --git a/image/toolbar/remote_sat_16.png b/image/toolbar/remote_sat_16.png Binary files differindex e8a637a6f9..7fb87252fe 100644 --- a/image/toolbar/remote_sat_16.png +++ b/image/toolbar/remote_sat_16.png diff --git a/image/toolbar/toolbar_wireshark_file_16.png b/image/toolbar/toolbar_wireshark_file_16.png Binary files differindex c0316ba6a8..c8794361ff 100644 --- a/image/toolbar/toolbar_wireshark_file_16.png +++ b/image/toolbar/toolbar_wireshark_file_16.png diff --git a/image/toolbar/toolbar_wireshark_file_24.png b/image/toolbar/toolbar_wireshark_file_24.png Binary files differindex 714aad63f5..483eae94e2 100644 --- a/image/toolbar/toolbar_wireshark_file_24.png +++ b/image/toolbar/toolbar_wireshark_file_24.png diff --git a/image/wsicon-ask.png b/image/wsicon-ask.png Binary files differindex e54fe68db4..9885699118 100644 --- a/image/wsicon-ask.png +++ b/image/wsicon-ask.png diff --git a/image/wsicon1024.png b/image/wsicon1024.png Binary files differindex 5bc27954ec..f4843d6cac 100644 --- a/image/wsicon1024.png +++ b/image/wsicon1024.png diff --git a/image/wsicon128.png b/image/wsicon128.png Binary files differindex 1bfe709350..0b954ee29c 100644 --- a/image/wsicon128.png +++ b/image/wsicon128.png diff --git a/image/wsicon16.png b/image/wsicon16.png Binary files differindex 23f816195a..2b50c6c488 100644 --- a/image/wsicon16.png +++ b/image/wsicon16.png diff --git a/image/wsicon24.png b/image/wsicon24.png Binary files differindex bd236209f0..08ba63b05f 100644 --- a/image/wsicon24.png +++ b/image/wsicon24.png diff --git a/image/wsicon256.png b/image/wsicon256.png Binary files differindex b538fabc3e..3b8e50e8d5 100644 --- a/image/wsicon256.png +++ b/image/wsicon256.png diff --git a/image/wsicon32.png b/image/wsicon32.png Binary files differindex ac774303a2..57a39ec94e 100644 --- a/image/wsicon32.png +++ b/image/wsicon32.png diff --git a/image/wsicon48.png b/image/wsicon48.png Binary files differindex 0a850a2464..0b9fabb4a3 100644 --- a/image/wsicon48.png +++ b/image/wsicon48.png diff --git a/image/wsicon512.png b/image/wsicon512.png Binary files differindex 425a4aaa08..0099813b0a 100644 --- a/image/wsicon512.png +++ b/image/wsicon512.png diff --git a/image/wsicon64.png b/image/wsicon64.png Binary files differindex f91a0ce5f6..beffbb5b6c 100644 --- a/image/wsicon64.png +++ b/image/wsicon64.png diff --git a/image/wsiconcap1024.png b/image/wsiconcap1024.png Binary files differindex 2cc8a6b731..8e69da95ff 100644 --- a/image/wsiconcap1024.png +++ b/image/wsiconcap1024.png diff --git a/image/wsiconcap128.png b/image/wsiconcap128.png Binary files differindex ebc9f61c76..f3b6a78a7f 100644 --- a/image/wsiconcap128.png +++ b/image/wsiconcap128.png diff --git a/image/wsiconcap16.png b/image/wsiconcap16.png Binary files differindex 35e723af90..f6a3bc488f 100644 --- a/image/wsiconcap16.png +++ b/image/wsiconcap16.png diff --git a/image/wsiconcap24.png b/image/wsiconcap24.png Binary files differindex af4a1f51d8..348ec05730 100644 --- a/image/wsiconcap24.png +++ b/image/wsiconcap24.png diff --git a/image/wsiconcap256.png b/image/wsiconcap256.png Binary files differindex 34392a4721..7f33bb423f 100644 --- a/image/wsiconcap256.png +++ b/image/wsiconcap256.png diff --git a/image/wsiconcap32.png b/image/wsiconcap32.png Binary files differindex b61f216bfc..7950897228 100644 --- a/image/wsiconcap32.png +++ b/image/wsiconcap32.png diff --git a/image/wsiconcap48.png b/image/wsiconcap48.png Binary files differindex 031fd3dd72..ede06b7a1c 100644 --- a/image/wsiconcap48.png +++ b/image/wsiconcap48.png diff --git a/image/wsiconcap512.png b/image/wsiconcap512.png Binary files differindex ec478ef779..f288510312 100644 --- a/image/wsiconcap512.png +++ b/image/wsiconcap512.png diff --git a/image/wsiconcap64.png b/image/wsiconcap64.png Binary files differindex e711d01976..11eecaadb6 100644 --- a/image/wsiconcap64.png +++ b/image/wsiconcap64.png diff --git a/image/wsiconinst1024.png b/image/wsiconinst1024.png Binary files differindex 06a4293571..a88f03e95f 100644 --- a/image/wsiconinst1024.png +++ b/image/wsiconinst1024.png diff --git a/image/wsiconinst128.png b/image/wsiconinst128.png Binary files differindex 8c145bc44e..fb8ff4a4c6 100644 --- a/image/wsiconinst128.png +++ b/image/wsiconinst128.png diff --git a/image/wsiconinst16.png b/image/wsiconinst16.png Binary files differindex 36cba25d62..b4d6c8ef3b 100644 --- a/image/wsiconinst16.png +++ b/image/wsiconinst16.png diff --git a/image/wsiconinst24.png b/image/wsiconinst24.png Binary files differindex ba91088dcd..62406aa416 100644 --- a/image/wsiconinst24.png +++ b/image/wsiconinst24.png diff --git a/image/wsiconinst256.png b/image/wsiconinst256.png Binary files differindex 311f4320c4..dbedf00972 100644 --- a/image/wsiconinst256.png +++ b/image/wsiconinst256.png diff --git a/image/wsiconinst32.png b/image/wsiconinst32.png Binary files differindex 711a13dacb..cc054da32e 100644 --- a/image/wsiconinst32.png +++ b/image/wsiconinst32.png diff --git a/image/wsiconinst48.png b/image/wsiconinst48.png Binary files differindex f27b94cece..e3c7e7af81 100644 --- a/image/wsiconinst48.png +++ b/image/wsiconinst48.png diff --git a/image/wsiconinst512.png b/image/wsiconinst512.png Binary files differindex 94ba7cda63..129cdfb3e7 100644 --- a/image/wsiconinst512.png +++ b/image/wsiconinst512.png diff --git a/image/wsiconinst64.png b/image/wsiconinst64.png Binary files differindex e1980d95f1..c1ef9563b0 100644 --- a/image/wsiconinst64.png +++ b/image/wsiconinst64.png |