Skip to content

Commit

Permalink
New wallet UI Design - Mempool-Visualizer
Browse files Browse the repository at this point in the history
New wallet UI Design, including a simple blockchain-timeline with Mempool-Visualizer
  • Loading branch information
zettel-kasten committed Jul 4, 2020
1 parent 35b3afc commit 18b665b
Show file tree
Hide file tree
Showing 54 changed files with 1,748 additions and 151 deletions.
4 changes: 2 additions & 2 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 20
#define CLIENT_VERSION_BUILD 2
#define CLIENT_VERSION_REVISION 21
#define CLIENT_VERSION_BUILD 1

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
33 changes: 33 additions & 0 deletions src/qt/bitcoin.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,37 @@
<file alias="zh_CN">locale/bitcoin_zh_CN.qm</file>
<file alias="zh_TW">locale/bitcoin_zh_TW.qm</file>
</qresource>
<qresource prefix="/ui/icons">
<file alias="house">res/ui/house.png</file>
<file alias="logo_inverted">res/ui/zettelkasten_small_inverted.png</file>
<file alias="LED_0">res/ui/LED_0.png</file>
<file alias="LED_1">res/ui/LED_1.png</file>
<file alias="LED_2">res/ui/LED_2.png</file>
<file alias="LED_3">res/ui/LED_3.png</file>
<file alias="LED_4">res/ui/LED_4.png</file>
<file alias="LED_5">res/ui/LED_5.png</file>
<file alias="LED_6">res/ui/LED_6.png</file>
<file alias="LED_7">res/ui/LED_7.png</file>
<file alias="LED_8">res/ui/LED_8.png</file>
<file alias="LED_9">res/ui/LED_9.png</file>
<file alias="LED_X">res/ui/LED_X.png</file>
<file alias="burger">res/ui/burger.png</file>
<file alias="cheese">res/ui/cheese.png</file>
<file alias="ketchup">res/ui/ketchup.png</file>
<file alias="meat">res/ui/meat.png</file>
<file alias="onion">res/ui/onion.png</file>
<file alias="salad">res/ui/salad.png</file>
<file alias="tomato">res/ui/tomato.png</file>
<file alias="timeline">res/ui/timeline.png</file>
<file alias="mining">res/ui/mining.png</file>
<file alias="wallet">res/ui/wallet.png</file>
<file alias="preloader">res/ui/preloader_64.png</file>
</qresource>
<qresource prefix="/ui/fonts">
<file alias="opensans-bold">res/fonts/OpenSans-Bold.ttf</file>
<file alias="opensans-regular">res/fonts/OpenSans-Regular.ttf</file>
<file alias="opensans-semibold">res/fonts/OpenSans-Semibold.ttf</file>
<file alias="st-charles-1">res/fonts/STCHARLE.TTF</file>
<file alias="st-charles-2">res/fonts/Stcht__.ttf</file>
</qresource>
</RCC>
Loading

0 comments on commit 18b665b

Please sign in to comment.