From 52e53171339621404d14bafd4ac0954e044fc740 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 7 Jan 2019 07:45:25 +0100 Subject: images: add more @2x high DPI versions Thanks to knueffelbund for drawing the missing @2x graphics. Co-authored-by: GBKS --- images/downArrow.png | Bin 403 -> 922 bytes images/downArrow@2x.png | Bin 0 -> 1052 bytes images/dropdownCopy.png | Bin 454 -> 444 bytes images/dropdownCopy@2x.png | Bin 0 -> 821 bytes images/editIcon.png | Bin 578 -> 612 bytes images/editIcon@2x.png | Bin 0 -> 1104 bytes images/eyeHide.png | Bin 7840 -> 691 bytes images/eyeHide@2x.png | Bin 0 -> 1364 bytes images/eyeShow.png | Bin 7005 -> 575 bytes images/eyeShow@2x.png | Bin 0 -> 1191 bytes images/lightning-white@2x.png | Bin 0 -> 2084 bytes images/moneroIcon-28x28@2x.png | Bin 0 -> 3476 bytes images/resize.png | Bin 404 -> 212 bytes images/resize@2x.png | Bin 0 -> 323 bytes images/resizeHovered.png | Bin 384 -> 260 bytes images/resizeHovered@2x.png | Bin 0 -> 407 bytes images/rightArrow.png | Bin 535 -> 1192 bytes images/rightArrow@2x.png | Bin 0 -> 1541 bytes images/rightArrowInactive.png | Bin 550 -> 1267 bytes images/rightArrowInactive@2x.png | Bin 0 -> 1659 bytes images/tableOptions.png | Bin 510 -> 1151 bytes images/tableOptions@2x.png | Bin 0 -> 1500 bytes images/uncheckedIcon.png | Bin 460 -> 524 bytes images/uncheckedIcon@2x.png | Bin 0 -> 1079 bytes images/upArrow-green.png | Bin 465 -> 971 bytes images/upArrow-green@2x.png | Bin 0 -> 1190 bytes images/warning.png | Bin 2124 -> 899 bytes images/warning@2x.png | Bin 0 -> 2298 bytes images/whatIsIcon.png | Bin 552 -> 364 bytes images/whatIsIcon@2x.png | Bin 0 -> 626 bytes images/whiteDropIndicator.png | Bin 417 -> 175 bytes images/whiteDropIndicator@2x.png | Bin 0 -> 241 bytes qml.qrc | 17 +++++++++++++++++ 33 files changed, 17 insertions(+) create mode 100644 images/downArrow@2x.png create mode 100644 images/dropdownCopy@2x.png create mode 100644 images/editIcon@2x.png create mode 100644 images/eyeHide@2x.png create mode 100644 images/eyeShow@2x.png create mode 100755 images/lightning-white@2x.png create mode 100644 images/moneroIcon-28x28@2x.png create mode 100644 images/resize@2x.png create mode 100644 images/resizeHovered@2x.png create mode 100644 images/rightArrow@2x.png create mode 100644 images/rightArrowInactive@2x.png create mode 100644 images/tableOptions@2x.png create mode 100644 images/uncheckedIcon@2x.png create mode 100644 images/upArrow-green@2x.png create mode 100644 images/warning@2x.png create mode 100644 images/whatIsIcon@2x.png create mode 100644 images/whiteDropIndicator@2x.png diff --git a/images/downArrow.png b/images/downArrow.png index 9128f602..99700b89 100644 Binary files a/images/downArrow.png and b/images/downArrow.png differ diff --git a/images/downArrow@2x.png b/images/downArrow@2x.png new file mode 100644 index 00000000..3b8f9c77 Binary files /dev/null and b/images/downArrow@2x.png differ diff --git a/images/dropdownCopy.png b/images/dropdownCopy.png index 7dae4495..134fb0d5 100644 Binary files a/images/dropdownCopy.png and b/images/dropdownCopy.png differ diff --git a/images/dropdownCopy@2x.png b/images/dropdownCopy@2x.png new file mode 100644 index 00000000..aba6a2ce Binary files /dev/null and b/images/dropdownCopy@2x.png differ diff --git a/images/editIcon.png b/images/editIcon.png index a4691c6b..6dfca388 100644 Binary files a/images/editIcon.png and b/images/editIcon.png differ diff --git a/images/editIcon@2x.png b/images/editIcon@2x.png new file mode 100644 index 00000000..d6f5118c Binary files /dev/null and b/images/editIcon@2x.png differ diff --git a/images/eyeHide.png b/images/eyeHide.png index 63a441f3..e0883127 100644 Binary files a/images/eyeHide.png and b/images/eyeHide.png differ diff --git a/images/eyeHide@2x.png b/images/eyeHide@2x.png new file mode 100644 index 00000000..dd709e9e Binary files /dev/null and b/images/eyeHide@2x.png differ diff --git a/images/eyeShow.png b/images/eyeShow.png index d4ad64a4..a54cef06 100644 Binary files a/images/eyeShow.png and b/images/eyeShow.png differ diff --git a/images/eyeShow@2x.png b/images/eyeShow@2x.png new file mode 100644 index 00000000..4e2f4914 Binary files /dev/null and b/images/eyeShow@2x.png differ diff --git a/images/lightning-white@2x.png b/images/lightning-white@2x.png new file mode 100755 index 00000000..1dff699e Binary files /dev/null and b/images/lightning-white@2x.png differ diff --git a/images/moneroIcon-28x28@2x.png b/images/moneroIcon-28x28@2x.png new file mode 100644 index 00000000..31615c9d Binary files /dev/null and b/images/moneroIcon-28x28@2x.png differ diff --git a/images/resize.png b/images/resize.png index b4e519f4..031e8d3f 100644 Binary files a/images/resize.png and b/images/resize.png differ diff --git a/images/resize@2x.png b/images/resize@2x.png new file mode 100644 index 00000000..7cfee7f4 Binary files /dev/null and b/images/resize@2x.png differ diff --git a/images/resizeHovered.png b/images/resizeHovered.png index 8a4855bf..61a4394e 100644 Binary files a/images/resizeHovered.png and b/images/resizeHovered.png differ diff --git a/images/resizeHovered@2x.png b/images/resizeHovered@2x.png new file mode 100644 index 00000000..3ea88647 Binary files /dev/null and b/images/resizeHovered@2x.png differ diff --git a/images/rightArrow.png b/images/rightArrow.png index 999d3137..b0cf3edd 100644 Binary files a/images/rightArrow.png and b/images/rightArrow.png differ diff --git a/images/rightArrow@2x.png b/images/rightArrow@2x.png new file mode 100644 index 00000000..c2ba3bff Binary files /dev/null and b/images/rightArrow@2x.png differ diff --git a/images/rightArrowInactive.png b/images/rightArrowInactive.png index 1b04279b..42674696 100644 Binary files a/images/rightArrowInactive.png and b/images/rightArrowInactive.png differ diff --git a/images/rightArrowInactive@2x.png b/images/rightArrowInactive@2x.png new file mode 100644 index 00000000..5e743cd1 Binary files /dev/null and b/images/rightArrowInactive@2x.png differ diff --git a/images/tableOptions.png b/images/tableOptions.png index f7b03dc4..8225f063 100644 Binary files a/images/tableOptions.png and b/images/tableOptions.png differ diff --git a/images/tableOptions@2x.png b/images/tableOptions@2x.png new file mode 100644 index 00000000..78f113a3 Binary files /dev/null and b/images/tableOptions@2x.png differ diff --git a/images/uncheckedIcon.png b/images/uncheckedIcon.png index fcfe2c53..a89d50b9 100644 Binary files a/images/uncheckedIcon.png and b/images/uncheckedIcon.png differ diff --git a/images/uncheckedIcon@2x.png b/images/uncheckedIcon@2x.png new file mode 100644 index 00000000..ca835f97 Binary files /dev/null and b/images/uncheckedIcon@2x.png differ diff --git a/images/upArrow-green.png b/images/upArrow-green.png index f3fd9448..11dd1b73 100644 Binary files a/images/upArrow-green.png and b/images/upArrow-green.png differ diff --git a/images/upArrow-green@2x.png b/images/upArrow-green@2x.png new file mode 100644 index 00000000..7bc23c24 Binary files /dev/null and b/images/upArrow-green@2x.png differ diff --git a/images/warning.png b/images/warning.png index cacbf728..647ee49a 100644 Binary files a/images/warning.png and b/images/warning.png differ diff --git a/images/warning@2x.png b/images/warning@2x.png new file mode 100644 index 00000000..414493a2 Binary files /dev/null and b/images/warning@2x.png differ diff --git a/images/whatIsIcon.png b/images/whatIsIcon.png index f7caca3b..4eac9d12 100644 Binary files a/images/whatIsIcon.png and b/images/whatIsIcon.png differ diff --git a/images/whatIsIcon@2x.png b/images/whatIsIcon@2x.png new file mode 100644 index 00000000..bba9c8b8 Binary files /dev/null and b/images/whatIsIcon@2x.png differ diff --git a/images/whiteDropIndicator.png b/images/whiteDropIndicator.png index 6efe1886..be928f71 100644 Binary files a/images/whiteDropIndicator.png and b/images/whiteDropIndicator.png differ diff --git a/images/whiteDropIndicator@2x.png b/images/whiteDropIndicator@2x.png new file mode 100644 index 00000000..13145bf6 Binary files /dev/null and b/images/whiteDropIndicator@2x.png differ diff --git a/qml.qrc b/qml.qrc index f2c1cf4f..6d902cc9 100644 --- a/qml.qrc +++ b/qml.qrc @@ -15,6 +15,7 @@ images/plus-white@2x.png components/Label.qml images/whatIsIcon.png + images/whatIsIcon@2x.png images/lockIcon.png components/MenuButton.qml images/menuIndicator.png @@ -44,6 +45,7 @@ components/DashboardTable.qml components/TableDropdown.qml images/tableOptions.png + images/tableOptions@2x.png images/dropdownAdd.png images/dropdownSearch.png images/dropdownSend.png @@ -58,11 +60,13 @@ images/moneroIcon.png components/StandardDropdown.qml images/whiteDropIndicator.png + images/whiteDropIndicator@2x.png components/PrivacyLevel.qml images/privacyTick.png components/CheckBox.qml images/checkedOrangeIcon.png images/uncheckedIcon.png + images/uncheckedIcon@2x.png components/DatePicker.qml images/datePicker.png images/prevMonth.png @@ -72,6 +76,7 @@ images/collapseRightPanel.png images/expandRightPanel.png images/dropdownCopy.png + images/dropdownCopy@2x.png images/expandTable.png images/dropdownDel.png components/HistoryTable.qml @@ -82,7 +87,9 @@ components/PrivacyLevelSmall.qml images/checkedVioletIcon.png images/resize.png + images/resize@2x.png images/resizeHovered.png + images/resizeHovered@2x.png wizard/WizardWelcome.qml wizard/WizardMain.qml images/nextPage.png @@ -209,7 +216,9 @@ images/logout.png images/logout@2x.png images/moneroIcon-28x28.png + images/moneroIcon-28x28@2x.png images/lightning-white.png + images/lightning-white@2x.png images/middlePanelBg.jpg components/InputMulti.qml images/checkedIcon-black.png @@ -219,19 +228,25 @@ images/arrow-right-medium-white.png images/arrow-right-medium-white@2x.png images/rightArrow.png + images/rightArrow@2x.png images/upArrow-green.png + images/upArrow-green@2x.png images/downArrow.png + images/downArrow@2x.png images/historyBorderRadius.png components/HistoryTableInnerColumn.qml components/CheckBox2.qml js/TxUtils.js images/warning.png + images/warning@2x.png images/checkedBlackIcon.png images/rightArrowInactive.png + images/rightArrowInactive@2x.png js/Windows.js js/Utils.js components/RadioButton.qml images/editIcon.png + images/editIcon@2x.png pages/settings/Settings.qml pages/settings/SettingsWallet.qml pages/settings/SettingsNode.qml @@ -249,7 +264,9 @@ images/miningxmr.png images/miningxmr@2x.png images/eyeHide.png + images/eyeHide@2x.png images/eyeShow.png + images/eyeShow@2x.png pages/merchant/Merchant.qml pages/merchant/MerchantCheckbox.qml pages/merchant/MerchantTrackingList.qml -- cgit v1.2.3