Wireshark-commits: [Wireshark-commits] master c5e66b1: Qt: Add a set of 2x 24-pixel toolbar icons.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Oct 2014 00:40:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c5e66b172e1a2e3788e4a9500ae0d5bad7871f5c Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx) Changed: branch: master Repository: wireshark Commits: c5e66b1 by Gerald Combs (gerald@xxxxxxxxxxxxx): Qt: Add a set of 2x 24-pixel toolbar icons. Add a script to create each PNG from its source SVG using Inkscape (which can conveniently be run from the command line). Change-Id: Ief7410cf76fb1553ce56f1c6bc1ade03ab5db1d6 Reviewed-on: https://code.wireshark.org/review/4964 Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx> Actions performed: from 84f0ce4 Qt: Add bits display support to the byte view. adds c5e66b1 Qt: Add a set of 2x 24-pixel toolbar icons. Summary of changes: image/toolbar.qrc | 25 ++++- image/toolbar/24x24/edit-find.png | Bin 825 -> 897 bytes image/toolbar/24x24/edit-find@xxxxxx | Bin 0 -> 1755 bytes image/toolbar/24x24/go-first@xxxxxx | Bin 0 -> 1754 bytes image/toolbar/24x24/go-jump@xxxxxx | Bin 0 -> 1660 bytes image/toolbar/24x24/go-last.png | Bin 864 -> 864 bytes image/toolbar/24x24/go-last@xxxxxx | Bin 0 -> 1759 bytes image/toolbar/24x24/go-next@xxxxxx | Bin 0 -> 1720 bytes image/toolbar/24x24/go-previous@xxxxxx | Bin 0 -> 1724 bytes ...ile-close.svg => x-capture-file-close-orig.svg} | 20 ++-- image/toolbar/24x24/x-capture-file-close.png | Bin 1437 -> 1464 bytes image/toolbar/24x24/x-capture-file-close.svg | 43 ++++---- image/toolbar/24x24/x-capture-file-close@xxxxxx | Bin 0 -> 3145 bytes ...-file-close.svg => x-capture-file-close@xxxxxx} | 57 +++++----- image/toolbar/24x24/x-capture-file-reload@xxxxxx | Bin 0 -> 2401 bytes image/toolbar/24x24/x-capture-file-save.png | Bin 1305 -> 1331 bytes ...ture-file-close.svg => x-capture-file-save.svg} | 49 ++++----- image/toolbar/24x24/x-capture-file-save@xxxxxx | Bin 0 -> 2843 bytes .../x-capture-file-save@xxxxxx} | 54 ++++------ image/toolbar/24x24/x-capture-options.png | Bin 621 -> 1423 bytes image/toolbar/24x24/x-capture-options@xxxxxx | Bin 0 -> 3248 bytes image/toolbar/24x24/x-capture-restart.png | Bin 1140 -> 1318 bytes image/toolbar/24x24/x-capture-restart@xxxxxx | Bin 0 -> 2889 bytes image/toolbar/24x24/x-capture-start.on.png | Bin 1025 -> 1029 bytes image/toolbar/24x24/x-capture-start.on@xxxxxx | Bin 0 -> 2296 bytes image/toolbar/24x24/x-capture-start.png | Bin 1144 -> 1151 bytes image/toolbar/24x24/x-capture-start@xxxxxx | Bin 0 -> 2636 bytes image/toolbar/24x24/x-capture-stop.png | Bin 153 -> 284 bytes image/toolbar/24x24/x-capture-stop@xxxxxx | Bin 0 -> 337 bytes image/toolbar/24x24/x-colorize-packets@xxxxxx | Bin 0 -> 345 bytes ...ize-columns.svg => x-resize-columns-motion.svg} | 113 ++++++++++++-------- image/toolbar/24x24/x-resize-columns@xxxxxx | Bin 0 -> 851 bytes image/toolbar/24x24/x-stay-last@xxxxxx | Bin 0 -> 804 bytes image/toolbar/24x24/zoom-in@xxxxxx | Bin 0 -> 1540 bytes image/toolbar/24x24/zoom-original@xxxxxx | Bin 0 -> 1515 bytes image/toolbar/24x24/zoom-out@xxxxxx | Bin 0 -> 1503 bytes image/toolbar/svg-to-png.sh | 89 +++++++++++++++ ui/qt/wireshark_application.cpp | 4 + 38 files changed, 285 insertions(+), 169 deletions(-) create mode 100644 image/toolbar/24x24/edit-find@xxxxxx create mode 100644 image/toolbar/24x24/go-first@xxxxxx create mode 100644 image/toolbar/24x24/go-jump@xxxxxx create mode 100644 image/toolbar/24x24/go-last@xxxxxx create mode 100644 image/toolbar/24x24/go-next@xxxxxx create mode 100644 image/toolbar/24x24/go-previous@xxxxxx copy image/toolbar/24x24/{x-capture-file-close.svg => x-capture-file-close-orig.svg} (92%) create mode 100644 image/toolbar/24x24/x-capture-file-close@xxxxxx copy image/toolbar/24x24/{x-capture-file-close.svg => x-capture-file-close@xxxxxx} (66%) create mode 100644 image/toolbar/24x24/x-capture-file-reload@xxxxxx copy image/toolbar/24x24/{x-capture-file-close.svg => x-capture-file-save.svg} (61%) create mode 100644 image/toolbar/24x24/x-capture-file-save@xxxxxx copy image/toolbar/{16x16/x-capture-file-close.svg => 24x24/x-capture-file-save@xxxxxx} (59%) create mode 100644 image/toolbar/24x24/x-capture-options@xxxxxx create mode 100644 image/toolbar/24x24/x-capture-restart@xxxxxx create mode 100644 image/toolbar/24x24/x-capture-start.on@xxxxxx create mode 100644 image/toolbar/24x24/x-capture-start@xxxxxx create mode 100644 image/toolbar/24x24/x-capture-stop@xxxxxx create mode 100644 image/toolbar/24x24/x-colorize-packets@xxxxxx copy image/toolbar/24x24/{x-resize-columns.svg => x-resize-columns-motion.svg} (72%) create mode 100644 image/toolbar/24x24/x-resize-columns@xxxxxx create mode 100644 image/toolbar/24x24/x-stay-last@xxxxxx create mode 100644 image/toolbar/24x24/zoom-in@xxxxxx create mode 100644 image/toolbar/24x24/zoom-original@xxxxxx create mode 100644 image/toolbar/24x24/zoom-out@xxxxxx create mode 100755 image/toolbar/svg-to-png.sh
- Prev by Date: [Wireshark-commits] master 84f0ce4: Qt: Add bits display support to the byte view.
- Next by Date: [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64
- Previous by thread: [Wireshark-commits] master 84f0ce4: Qt: Add bits display support to the byte view.
- Next by thread: [Wireshark-commits] master 60172fa: ADB_cs: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
- Index(es):