| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
- remove code from step 7, which we already have in step 5 of init
|
| |\
| |
| | |
Bitcoin-Qt: misc small changes
|
| | |
| |
| |
| | |
- 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
|
| | | |
|
| |\ \
| | |
| | | |
qt: register metatype for bool*
|
| | |/
| |
| |
| | |
This allows the bool* type to be passed between threads. Should solve issue #2402.
|
| |\ \
| | |
| | | |
rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks()
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| |\ \ \
| | | |
| | | | |
new splash screen
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| | | |
| | | | |
Add comments to UNIX Makefile regarding USE_UPNP
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 <[email protected]>
|
| |\ \ \
| | | |
| | | | |
new testnet ico file
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jonas Schnelli <[email protected]>
|
| | |/ /
|/| | |
|
| |\ \ \
| | | |
| | | | |
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
|
| | |/ /
| | |
| | |
| | | |
- don't display "Bitcoin - " when no title was supplied but just "Bitcoin"
|
| |\ \ \
| | | |
| | | | |
qt: move export button to tabs
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \ \
| | | | |
| | | | | |
Use a uint256 for bnChainWork
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | |
| | |
| | | |
- 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)
|
| |\ \
| | |
| | |
| | |
| | | |
Conflicts:
doc/assets-attribution.txt
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- icon quality of the win icon of <256px resolutions are now much better
Signed-off-by: Jonas Schnelli <[email protected]>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- redefined the green color
- created new toolbar icons
- updated the assets-attribution.txt
Signed-off-by: Jonas Schnelli <[email protected]>
|
| |\ \ \
| |_|/
|/| | |
translations update 2013-04-08
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- 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>"
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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 <[email protected]>
|
| |\ \ \
| | | |
| | | | |
Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
- this allows our progressbarlabel to correctly update, when we
finish a reindex or import, but do not get new blocks from other sources
|
| |\ \ \ \
| | | | |
| | | | | |
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
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This introduces the concept of the 'sync node', which is the one we
asked for missing blocks. In case the sync node goes away, a new one
will be selected.
For now, the heuristic is very simple, but it can easily be extended
later to add better policies.
|
| | | | |
| | | |
| | | |
| | | | |
Discussed a bit on IRC.
|
| |\ \ \ \
| | | | |
| | | | | |
LevelDB build bugfix
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Bitcoin-Qt: update for BitcoinGUI::eventFilter()
|