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
Pieter Wuille
6ed71b5e4f
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.
12 years ago
Wladimir J. van der Laan
31dead887d
Merge pull request #2482 from Diapolo/TX-pull
...
Translations update: pull from Transifex
12 years ago
Philip Kaufmann
84b89afbd7
Translations update: pull from Transifex
...
- added languages in bitcoin.qrc: bs, ca, cy, eo, gu_IN, hi_IN, ja, la,
lv_LV and th_TH (some translations files were already in src/qt/locale
but not added in the .qrc file
12 years ago
Wladimir J. van der Laan
7e600cd92d
qt: remove redundant wallet methods from bitcoingui
...
send encryptWallet/backupWallet/changePassphrase directly to walletFrame
12 years ago
Pieter Wuille
1c06aa98c6
Always print full hashes (tx, block, inv)
12 years ago
Jonas Schnelli
27cc0d7fd2
new windows and linux icons
...
- new windows .ico contains multiple resolutions up to 256px
- new testnet (green) icon
- new png icon for llinux, etc.
- new doxygen icon
- changed the assets-attribution.txt
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Jonas Schnelli
5675ae2f11
moved bitcoin.svg to correct folder (qt/res/src)
...
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Philip Kaufmann
87dd6035e5
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
12 years ago
Pieter Wuille
2b34779ae2
Switch version numbers to 0.8.1.99
12 years ago
Philip Kaufmann
35ed704d44
Bitcoin-Qt: update for BitcoinGUI::eventFilter()
...
- this allows us to use the progressbar and the label independently (if
needed) and still prevents setStatusTip() to use them, if one of the 2
is active
12 years ago
Wladimir J. van der Laan
ab806a69a2
Merge pull request #2459 from Diapolo/pro-file
...
Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro
12 years ago
Pieter Wuille
484af4e2d1
Merge pull request #2456 from Diapolo/code-layout
...
small indentation, space, formatting fixes (no code changes)
12 years ago
Philip Kaufmann
b001c87126
small indentation, space, formatting fixes (no code changes)
12 years ago
Wladimir J. van der Laan
c19c1d00d9
Merge pull request #2443 from Diapolo/Qt_addrbook
...
Bitcoin-Qt: updates to addressbookpage
12 years ago
Wladimir J. van der Laan
fee76d75d6
Merge pull request #2465 from jonasschnelli/master
...
update assets-sttribution.txt (-psd file +svg file)
12 years ago
Pieter Wuille
430cbad411
Merge pull request #2460 from Diapolo/clientmodel
...
Bitcoin-Qt: add Genesis blocks time for testnet
12 years ago
Pieter Wuille
99840360bf
Merge pull request #2464 from Diapolo/release-process
...
small update to release-process.txt
12 years ago
Philip Kaufmann
46f782b4b2
small update to release-process.txt
...
- expand the description for updating the translations
- sort the paths/files, which need to have the version number updated, in
alphabetical order
- use a more current version number in git tag and git shortlog
12 years ago
Jonas Schnelli
5bb5e912a7
remove proprietary psd file mentioning from assets-sttribution.txt
...
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Wladimir J. van der Laan
369e3df0f8
Merge pull request #2442 from Diapolo/Qt_RPCCon
...
Bitcoin-Qt: small RPCConsole cleanup
12 years ago
Wladimir J. van der Laan
d37fb2070d
Merge pull request #2444 from jonasschnelli/master
...
new mac osx icon
12 years ago
Philip Kaufmann
8d432cd66d
Bitcoin-Qt: add Genesis blocks time for testnet
...
- add the Genesis blocks time for the testnet in
ClientModel::getLastBlockDate()
12 years ago
Philip Kaufmann
ee299c1860
Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro
...
- instead of parsing the project file by using $$_PRO_FILE_ just use
$$TRANSLATIONS, which contains a list of all needed files, to build
our *.qm translation files
12 years ago
Wladimir J. van der Laan
8da48cb561
Merge pull request #2454 from TheBlueMatt/master
...
Fix leveldb make flags in bitcoin-qt.pro
12 years ago
Wladimir J. van der Laan
9bbd144ec1
Merge pull request #2455 from Diapolo/pro-file
...
add missing limitedmap.h to bitcoin-qt.pro
12 years ago
Pieter Wuille
cedaa71446
Drop release times for CNode
...
It seems there were two mechanisms for assessing whether a CNode
was still in use: a refcount and a release timestamp. The latter
seems to have been there for a long time, as a safety mechanism.
However, this timer also keeps CNode objects alive for far longer
than necessary after disconnects, potentially opening up a DoS
window.
This commit removes the timestamp-based mechanism, and replaces
it with an assert(nRefCount >= 0), to verify that the refcounting
is indeed correctly working.
12 years ago
Philip Kaufmann
c24746412a
add missing limitedmap.h to bitcoin-qt.pro
12 years ago
Matt Corallo
0add26da4d
Fix leveldb make flags.
12 years ago
Gavin Andresen
aaf47eac3a
Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedfor
...
Limited mapAlreadyAskedFor
12 years ago
Gavin Andresen
f7955fafbd
Merge pull request #2449 from Diapolo/doc
...
move multiwallet-qt.txt from root to doc folder
12 years ago