Age | Commit message (Collapse) | Author |
|
|
|
Bitcoin-Qt: misc small changes
|
|
|
|
qt: register metatype for bool*
|
|
rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks()
|
|
new splash screen
|
|
Add comments to UNIX Makefile regarding USE_UPNP
|
|
On black toolbars, the new icon doesn't look very well.
Now the toolbar icon has again a transparent "B" for better style on toolbars.
Does not affect the mac client.
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
why:
- the current splash-screen has no referring to official images on - https://en.bitcoin.it/wiki/Promotional_graphics
- the current splash screen only exists in a low res jpg
- current splash screen looks dark and "hackish"
- new splash screen should generate positive, "trust-emotions".
- new splash screen gives the user infos about the running client.
- new splash screen can handle long messages (in a lot of - languages the text is cropped in current release)
- new size (x2) 400x312
- contains textual information about the client
- textinfos are dynamicly written to the pixmap
when -testnet is switch on, the splashscreen will show the bitcoin logo in testnet-color (as well as a text [testnet])
example: https://dl.dropbox.com/u/7383846/new_bitcoin_splash.png
|
|
The tri-state nature of USE_UPNP isn't immediately obvious, so paste
the explanation from doc/build-unix.txt as a comment in the makefile.
|
|
new testnet ico file
|
|
|
|
- that changes will be fine for Qt4 also
|
|
|
|
|
|
- this ensures our new splash screen and this will share a translatable
string an remove the need for an additional translation
|
|
This allows the bool* type to be passed between threads. Should solve issue #2402.
|
|
|
|
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
|
|
qt: move export button to tabs
|
|
Use a uint256 for bnChainWork
|
|
Having the export button at the top was confusing people into thinking
the entire wallet was exported.
This commit moves the export button to the address book, receiving
addresses and transaction tabs separately.
|
|
Every block index entry currently requires a separately-allocated
CBigNum. By replacing them with uint256, it's just 32 bytes extra
in CBlockIndex itself.
This should save us a few megabytes in RAM, and less allocation
overhead.
|
|
GUI can't connect to RPC. Showing this option in the help confuses
people, so remove it.
|
|
new COPYRIGHT_YEAR macro in clientversion.h
|
|
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
- don't display "Bitcoin - " when no title was supplied but just "Bitcoin"
|
|
Conflicts:
doc/assets-attribution.txt
|
|
translations update 2013-04-08
|
|
- this reduces the places, where we need to change the year further
|
|
- this allows usage of that information also in other places (e.g. splash
screen)
|
|
- updates ClientModel::getBlockSource() to return all available states and
sorts enum BlockSource in order of usage cases (none default, then reindex,
import and network)
- updates BitcoinGUI::setNumBlocks() to better use getBlockSource() and
also adds a message, when we have NO block source available
|
|
- icon quality of the win icon of <256px resolutions are now much better
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
- continue the mac behavior of clearing button icons (because it's unusual on mac apps)
- fix: new button variable names, new buttons (verifyMessage, signMessage)
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
- redefined the green color
- created new toolbar icons
- updated the assets-attribution.txt
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state
|
|
Switch version numbers to 0.8.1.99
|
|
Always print full hashes (tx, block, inv)
|
|
Make sure we always have a node to do IBD from
|
|
Discussed a bit on IRC.
|
|
LevelDB build bugfix
|
|
Bitcoin-Qt: update for BitcoinGUI::eventFilter()
|
|
qt: remove redundant wallet methods from bitcoingui
|
|
new icons for windows, linux, etc.
|
|
Drop release times for CNode
|
|
Fix getbalance discrepency
|
|
Make MIN_TX_FEE match MIN_RELAY_TX_FEE.
|
|
- updates for bitcoinstrings.cpp and bitcoin_en.ts
- changes help text for -rpcthreads to match -par
- fix a small glitch with -par to be "-par=<n>"
|
|
Address in listunspent
|
|
|