UI: new wallet theme "DASH-light"

This commit is contained in:
crowning- 2016-01-09 23:19:08 +01:00
parent e380f232de
commit ee2c595291
83 changed files with 1673 additions and 3 deletions

72
src/Makefile.qt.include Normal file → Executable file
View File

@ -274,6 +274,63 @@ RES_ICONS = \
qt/res/icons/crownium/unit_tmdash.png \
qt/res/icons/crownium/unit_tudash.png \
qt/res/icons/crownium/unit_tduffs.png \
qt/res/icons/light/add.png \
qt/res/icons/light/address-book.png \
qt/res/icons/light/bitcoin.ico \
qt/res/icons/light/bitcoin.png \
qt/res/icons/light/bitcoin_testnet.ico \
qt/res/icons/light/bitcoin_testnet.png \
qt/res/icons/light/browse.png \
qt/res/icons/light/clock1.png \
qt/res/icons/light/clock2.png \
qt/res/icons/light/clock3.png \
qt/res/icons/light/clock4.png \
qt/res/icons/light/clock5.png \
qt/res/icons/light/configure.png \
qt/res/icons/light/connect0_16.png \
qt/res/icons/light/connect1_16.png \
qt/res/icons/light/connect2_16.png \
qt/res/icons/light/connect3_16.png \
qt/res/icons/light/connect4_16.png \
qt/res/icons/light/debugwindow.png \
qt/res/icons/light/drkblue_editpaste.png \
qt/res/icons/light/drkblue_address-book.png \
qt/res/icons/light/drkblue_editcopy.png \
qt/res/icons/light/drkblue_remove.png \
qt/res/icons/light/edit.png \
qt/res/icons/light/editcopy.png \
qt/res/icons/light/editpaste.png \
qt/res/icons/light/export.png \
qt/res/icons/light/eye.png \
qt/res/icons/light/eye_minus.png \
qt/res/icons/light/eye_plus.png \
qt/res/icons/light/filesave.png \
qt/res/icons/light/history.png \
qt/res/icons/light/key.png \
qt/res/icons/light/lock_closed.png \
qt/res/icons/light/lock_open.png \
qt/res/icons/light/overview.png \
qt/res/icons/light/qrcode.png \
qt/res/icons/light/quit.png \
qt/res/icons/light/receive.png \
qt/res/icons/light/remove.png \
qt/res/icons/light/send.png \
qt/res/icons/light/synced.png \
qt/res/icons/light/transaction0.png \
qt/res/icons/light/transaction2.png \
qt/res/icons/light/transaction_conflicted.png \
qt/res/icons/light/tx_inout.png \
qt/res/icons/light/tx_input.png \
qt/res/icons/light/tx_output.png \
qt/res/icons/light/tx_mined.png \
qt/res/icons/light/unit_dash.png \
qt/res/icons/light/unit_mdash.png \
qt/res/icons/light/unit_udash.png \
qt/res/icons/light/unit_duffs.png \
qt/res/icons/light/unit_tdash.png \
qt/res/icons/light/unit_tmdash.png \
qt/res/icons/light/unit_tudash.png \
qt/res/icons/light/unit_tduffs.png \
qt/res/icons/trad/add.png \
qt/res/icons/trad/address-book.png \
qt/res/icons/trad/bitcoin.ico \
@ -410,6 +467,18 @@ RES_IMAGES = \
qt/res/images/crownium/drkblue_qtreeview_selected.png \
qt/res/images/crownium/drkblue_walletFrame_bg.png \
qt/res/images/crownium/drkblue_walletFrame.png \
qt/res/images/light/about.png \
qt/res/images/light/splash.png \
qt/res/images/light/splash_testnet.png \
qt/res/images/light/dash_logo_horizontal.png \
qt/res/images/light/drkblue_downArrow.png \
qt/res/images/light/drkblue_downArrow_small.png \
qt/res/images/light/drkblue_upArrow_small.png \
qt/res/images/light/drkblue_leftArrow_small.png \
qt/res/images/light/drkblue_rightArrow_small.png \
qt/res/images/light/drkblue_qtreeview_selected.png \
qt/res/images/light/drkblue_walletFrame_bg.png \
qt/res/images/light/drkblue_walletFrame.png \
qt/res/images/trad/about.png \
qt/res/images/trad/splash.png \
qt/res/images/trad/splash_testnet.png \
@ -425,7 +494,8 @@ RES_IMAGES = \
RES_CSS = \
qt/res/css/drkblue.css \
qt/res/css/crownium.css
qt/res/css/crownium.css \
qt/res/css/light.css
RES_MOVIES = $(wildcard qt/res/movies/spinner-*.png)

74
src/qt/dash.qrc Normal file → Executable file
View File

@ -113,6 +113,63 @@
<file alias="drkblue_remove">res/icons/crownium/drkblue_remove.png</file>
<file alias="browse">res/icons/crownium/browse.png</file>
</qresource>
<qresource prefix="/icons/light">
<file alias="bitcoin">res/icons/light/bitcoin.png</file>
<file alias="address-book">res/icons/light/address-book.png</file>
<file alias="quit">res/icons/light/quit.png</file>
<file alias="send">res/icons/light/send.png</file>
<file alias="connect_0">res/icons/light/connect0_16.png</file>
<file alias="connect_1">res/icons/light/connect1_16.png</file>
<file alias="connect_2">res/icons/light/connect2_16.png</file>
<file alias="connect_3">res/icons/light/connect3_16.png</file>
<file alias="connect_4">res/icons/light/connect4_16.png</file>
<file alias="transaction_0">res/icons/light/transaction0.png</file>
<file alias="transaction_confirmed">res/icons/light/transaction2.png</file>
<file alias="transaction_conflicted">res/icons/light/transaction_conflicted.png</file>
<file alias="transaction_1">res/icons/light/clock1.png</file>
<file alias="transaction_2">res/icons/light/clock2.png</file>
<file alias="transaction_3">res/icons/light/clock3.png</file>
<file alias="transaction_4">res/icons/light/clock4.png</file>
<file alias="transaction_5">res/icons/light/clock5.png</file>
<file alias="eye">res/icons/light/eye.png</file>
<file alias="eye_minus">res/icons/light/eye_minus.png</file>
<file alias="eye_plus">res/icons/light/eye_plus.png</file>
<file alias="options">res/icons/light/configure.png</file>
<file alias="receiving_addresses">res/icons/light/receive.png</file>
<file alias="editpaste">res/icons/light/editpaste.png</file>
<file alias="editcopy">res/icons/light/editcopy.png</file>
<file alias="add">res/icons/light/add.png</file>
<file alias="bitcoin_testnet">res/icons/light/bitcoin_testnet.png</file>
<file alias="edit">res/icons/light/edit.png</file>
<file alias="history">res/icons/light/history.png</file>
<file alias="overview">res/icons/light/overview.png</file>
<file alias="export">res/icons/light/export.png</file>
<file alias="synced">res/icons/light/synced.png</file>
<file alias="remove">res/icons/light/remove.png</file>
<file alias="tx_mined">res/icons/light/tx_mined.png</file>
<file alias="tx_input">res/icons/light/tx_input.png</file>
<file alias="tx_output">res/icons/light/tx_output.png</file>
<file alias="tx_inout">res/icons/light/tx_inout.png</file>
<file alias="unit_dash">res/icons/light/unit_dash.png</file>
<file alias="unit_mdash">res/icons/light/unit_mdash.png</file>
<file alias="unit_udash">res/icons/light/unit_udash.png</file>
<file alias="unit_duffs">res/icons/light/unit_duffs.png</file>
<file alias="unit_tdash">res/icons/light/unit_tdash.png</file>
<file alias="unit_tmdash">res/icons/light/unit_tmdash.png</file>
<file alias="unit_tudash">res/icons/light/unit_tudash.png</file>
<file alias="unit_tduffs">res/icons/light/unit_tduffs.png</file>
<file alias="lock_closed">res/icons/light/lock_closed.png</file>
<file alias="lock_open">res/icons/light/lock_open.png</file>
<file alias="key">res/icons/light/key.png</file>
<file alias="filesave">res/icons/light/filesave.png</file>
<file alias="qrcode">res/icons/light/qrcode.png</file>
<file alias="debugwindow">res/icons/light/debugwindow.png</file>
<file alias="drkblue_editpaste">res/icons/light/drkblue_editpaste.png</file>
<file alias="drkblue_address-book">res/icons/light/drkblue_address-book.png</file>
<file alias="drkblue_editcopy">res/icons/light/drkblue_editcopy.png</file>
<file alias="drkblue_remove">res/icons/light/drkblue_remove.png</file>
<file alias="browse">res/icons/light/browse.png</file>
</qresource>
<qresource prefix="/icons/trad">
<file alias="bitcoin">res/icons/trad/bitcoin.png</file>
<file alias="address-book">res/icons/trad/address-book.png</file>
@ -173,7 +230,8 @@
<qresource prefix="/css">
<file alias="drkblue">res/css/drkblue.css</file>
<file alias="crownium">res/css/crownium.css</file>
</qresource>
<file alias="light">res/css/light.css</file>
</qresource>
<qresource prefix="/images/drkblue">
<file alias="about">res/images/drkblue/about.png</file>
<file alias="dash_logo_horizontal">res/images/drkblue/dash_logo_horizontal.png</file>
@ -202,6 +260,20 @@
<file alias="splash">res/images/crownium/splash.png</file>
<file alias="splash_testnet">res/images/crownium/splash_testnet.png</file>
</qresource>
<qresource prefix="/images/light">
<file alias="about">res/images/light/about.png</file>
<file alias="dash_logo_horizontal">res/images/light/dash_logo_horizontal.png</file>
<file alias="drkblue_downArrow">res/images/light/drkblue_downArrow.png</file>
<file alias="drkblue_downArrow_small">res/images/light/drkblue_downArrow_small.png</file>
<file alias="drkblue_upArrow_small">res/images/light/drkblue_upArrow_small.png</file>
<file alias="drkblue_leftArrow_small">res/images/light/drkblue_leftArrow_small.png</file>
<file alias="drkblue_rightArrow_small">res/images/light/drkblue_rightArrow_small.png</file>
<file alias="drkblue_qtreeview_selected">res/images/light/drkblue_qtreeview_selected.png</file>
<file alias="drkblue_walletFrame_bg">res/images/light/drkblue_walletFrame_bg.png</file>
<file alias="drkblue_walletFrame">res/images/light/drkblue_walletFrame.png</file>
<file alias="splash">res/images/light/splash.png</file>
<file alias="splash_testnet">res/images/light/splash_testnet.png</file>
</qresource>
<qresource prefix="/images/trad">
<file alias="about">res/images/trad/about.png</file>
<file alias="dash_logo_horizontal">res/images/trad/dash_logo_horizontal.png</file>

2
src/qt/optionsdialog.cpp Normal file → Executable file
View File

@ -84,8 +84,8 @@ OptionsDialog::OptionsDialog(QWidget *parent, bool enableWallet) :
/* Theme selector */
ui->theme->addItem(QString("DASH-blue"), QVariant("drkblue"));
ui->theme->addItem(QString("DASH-Crownium"), QVariant("crownium"));
ui->theme->addItem(QString("DASH-light"), QVariant("light"));
ui->theme->addItem(QString("DASH-traditional"), QVariant("trad"));
/* Language selector */
QDir translations(":translations");

1528
src/qt/res/css/light.css Executable file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
src/qt/res/icons/light/add.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
src/qt/res/icons/light/browse.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/qt/res/icons/light/clock1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
src/qt/res/icons/light/clock2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
src/qt/res/icons/light/clock3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
src/qt/res/icons/light/clock4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
src/qt/res/icons/light/clock5.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
src/qt/res/icons/light/dash.icns Executable file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/qt/res/icons/light/edit.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
src/qt/res/icons/light/export.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
src/qt/res/icons/light/eye.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

BIN
src/qt/res/icons/light/key.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

BIN
src/qt/res/icons/light/qrcode.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

BIN
src/qt/res/icons/light/quit.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

BIN
src/qt/res/icons/light/remove.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/qt/res/icons/light/send.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

BIN
src/qt/res/icons/light/synced.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

BIN
src/qt/res/images/light/about.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB