Gavin Andresen
a3e7577a81
Merge pull request #2520 from sipa/strictmempool
...
Require strictly-standard encodings in mempool
12 years ago
Philip Kaufmann
a26811ebdf
embed bitcoin_testnet.ico in bitcoin-qt.exe (usable for shortcuts)
12 years ago
Pieter Wuille
463a58ae75
Merge pull request #2527 from patbr0wn/master
...
Fixed download error
12 years ago
Patrick Brown
46bf40de3d
Made it point to 0.8.1
12 years ago
Philip Kaufmann
41fdc1cad1
overviewpage: make some code Qt5 compatible
...
- that changes will be fine for Qt4 also
12 years ago
Philip Kaufmann
d9d6c7d936
bitcoingui: remove 2 unneeded includes
12 years ago
Philip Kaufmann
e9abeac204
bitcoin: use static QApplication:: instead of app.
12 years ago
Philip Kaufmann
99ae01234d
aboutdialog: use just "The Bitcoin developers" as tr()-string
...
- this ensures our new splash screen and this will share a translatable
string an remove the need for an additional translation
12 years ago
Wladimir J. van der Laan
e83a90f127
qt: register metatype for bool*
...
This allows the bool* type to be passed between threads. Should solve issue #2402 .
12 years ago
Pieter Wuille
20d0810f30
Require strictly-standard encodings in mempool
12 years ago
Wladimir J. van der Laan
ac89a1ebe7
Merge pull request #2492 from Diapolo/Qt_message
...
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
12 years ago
Wladimir J. van der Laan
f81b67829d
Merge pull request #2515 from laanwj/2013_04_move_exportbutton
...
qt: move export button to tabs
12 years ago
Gavin Andresen
1b4b463c01
Merge pull request #2418 from sipa/uintwork
...
Use a uint256 for bnChainWork
12 years ago
Wladimir J. van der Laan
45155d3010
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.
12 years ago
Pieter Wuille
dce6f42477
Merge pull request #2513 from laanwj/2013_04_gui_remove_rpcconnect
...
qt: don't show rpcconnect command line option in help
12 years ago
Pieter Wuille
1657c4bc49
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.
12 years ago
Gavin Andresen
2aa462ec30
Merge pull request #2514 from TheBlueMatt/master
...
Add test patches for pull-tester to contrib/
12 years ago
Matt Corallo
84db464b10
Add test patches for pull-tester to contrib/
12 years ago
Wladimir J. van der Laan
212b42c623
qt: don't show rpcconnect command line option in help
...
GUI can't connect to RPC. Showing this option in the help confuses
people, so remove it.
12 years ago
Wladimir J. van der Laan
3656a3c558
Merge pull request #2503 from Diapolo/copyright-year
...
new COPYRIGHT_YEAR macro in clientversion.h
12 years ago
Jonas Schnelli
5ab27b32a2
new testnet window .ico file
...
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Philip Kaufmann
8d643c90a6
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
...
- don't display "Bitcoin - " when no title was supplied but just "Bitcoin"
12 years ago
Wladimir J. van der Laan
9a4eaf3cff
Merge remote-tracking branch 'jonasschnelli/new_icons' ( #2497 )
...
Conflicts:
doc/assets-attribution.txt
12 years ago
Wladimir J. van der Laan
bb8bc860e3
Merge pull request #2487 from Diapolo/translations
...
translations update 2013-04-08
12 years ago
Philip Kaufmann
f6abdbca0b
fix bitcoin-qt.rc not showing up in Qt Creator
12 years ago
Philip Kaufmann
cdd4400889
use the new COPYRIGHT_YEAR macro in bitcoin-qt.rc
...
- this reduces the places, where we need to change the year further
12 years ago
Philip Kaufmann
ec3cac6631
move COPYRIGHT_YEAR to clientversion.h
...
- this allows usage of that information also in other places (e.g. splash
screen)
12 years ago
Philip Kaufmann
4881353efe
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
12 years ago
Jonas Schnelli
4c23743635
better quality windows .ICO icon file
...
- icon quality of the win icon of <256px resolutions are now much better
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Gavin Andresen
1258dde48d
Merge pull request #2498 from jonasschnelli/addressbookpage_mac_fix
...
fix mac specific button modification on addressbookpage
12 years ago
Jonas Schnelli
e0af1b3ed6
fix mac specific button modification on addressbookpage
...
- 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>
12 years ago
Jonas Schnelli
f9579c55b3
overhaul of the testnet icon (green color) and the toolbar icons
...
- redefined the green color
- created new toolbar icons
- updated the assets-attribution.txt
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Gavin Andresen
c553fe8d43
Merge pull request #2469 from Diapolo/clientmodel-progress
...
Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state
12 years ago
Gavin Andresen
54c0b3eac7
Merge pull request #2474 from sipa/pre0.8.2
...
Switch version numbers to 0.8.1.99
12 years ago
Gavin Andresen
f158e363a4
Merge pull request #2478 from sipa/fullhash
...
Always print full hashes (tx, block, inv)
12 years ago
Gavin Andresen
f439fe945d
Merge pull request #2491 from Diapolo/assets-attribution
...
small assets-attribution.txt updates
12 years ago
Gavin Andresen
1fd3ed25be
Merge pull request #2461 from sipa/syncnode
...
Make sure we always have a node to do IBD from
12 years ago
Philip Kaufmann
4dc76ec137
small assets-attribution.txt updates
12 years ago
Jeff Garzik
1483aac5f9
net.cpp: Do not change primary process name from (default) to "bitcoin-start"
...
Discussed a bit on IRC.
12 years ago
Gavin Andresen
f49992d983
Merge pull request #2243 from luke-jr/bugfix_leveldb
...
LevelDB build bugfix
12 years ago
Wladimir J. van der Laan
fb17911e9a
Merge pull request #2470 from Diapolo/progressbarlabel
...
Bitcoin-Qt: update for BitcoinGUI::eventFilter()
12 years ago
Wladimir J. van der Laan
cf03a5ce8a
Merge pull request #2481 from laanwj/2013_04_cleanup
...
qt: remove redundant wallet methods from bitcoingui
12 years ago
Wladimir J. van der Laan
70c71a6a2a
Merge pull request #2477 from jonasschnelli/new_icons
...
new icons for windows, linux, etc.
12 years ago
Pieter Wuille
b7b774d82f
Merge pull request #2419 from sipa/noreltime
...
Drop release times for CNode
12 years ago
Gavin Andresen
1829134afe
Merge pull request #2272 from gavinandresen/getbalancefix
...
Fix getbalance discrepency
12 years ago
Pieter Wuille
1828133c62
Merge pull request #2403 from gmaxwell/minfee-to-relayfee
...
Make MIN_TX_FEE match MIN_RELAY_TX_FEE.
12 years ago
Jonas Schnelli
a653191f74
new icons: overhaul oxygen icon (was to blurry)
...
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Philip Kaufmann
6a270c5f81
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>"
12 years ago
Gregory Maxwell
96371bc6e0
Merge pull request #2282 from mb300sd/addressinlistunspent
...
Address in listunspent
12 years ago
Pieter Wuille
86648a8d16
Add bytessent, bytesrecv and syncnode to getpeerinfo
12 years ago