aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-09fix mac specific button modification on addressbookpageJonas Schnelli
- 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>
2013-04-09Merge pull request #2469 from Diapolo/clientmodel-progressGavin Andresen
Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state
2013-04-09Merge pull request #2474 from sipa/pre0.8.2Gavin Andresen
Switch version numbers to 0.8.1.99
2013-04-09Merge pull request #2478 from sipa/fullhashGavin Andresen
Always print full hashes (tx, block, inv)
2013-04-09Merge pull request #2491 from Diapolo/assets-attributionGavin Andresen
small assets-attribution.txt updates
2013-04-09Merge pull request #2461 from sipa/syncnodeGavin Andresen
Make sure we always have a node to do IBD from
2013-04-09small assets-attribution.txt updatesPhilip Kaufmann
2013-04-08net.cpp: Do not change primary process name from (default) to "bitcoin-start"Jeff Garzik
Discussed a bit on IRC.
2013-04-08Merge pull request #2243 from luke-jr/bugfix_leveldbGavin Andresen
LevelDB build bugfix
2013-04-08Merge pull request #2470 from Diapolo/progressbarlabelWladimir J. van der Laan
Bitcoin-Qt: update for BitcoinGUI::eventFilter()
2013-04-08Merge pull request #2481 from laanwj/2013_04_cleanupWladimir J. van der Laan
qt: remove redundant wallet methods from bitcoingui
2013-04-08Merge pull request #2477 from jonasschnelli/new_iconsWladimir J. van der Laan
new icons for windows, linux, etc.
2013-04-08Merge pull request #2419 from sipa/noreltimePieter Wuille
Drop release times for CNode
2013-04-08Merge pull request #2272 from gavinandresen/getbalancefixGavin Andresen
Fix getbalance discrepency
2013-04-08Merge pull request #2403 from gmaxwell/minfee-to-relayfeePieter Wuille
Make MIN_TX_FEE match MIN_RELAY_TX_FEE.
2013-04-08new icons: overhaul oxygen icon (was to blurry)Jonas Schnelli
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-07Merge pull request #2282 from mb300sd/addressinlistunspentGregory Maxwell
Address in listunspent
2013-04-07Add bytessent, bytesrecv and syncnode to getpeerinfoPieter Wuille
2013-04-07Make sure we always have a node to do IBD fromPieter Wuille
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.
2013-04-07Merge pull request #2482 from Diapolo/TX-pullWladimir J. van der Laan
Translations update: pull from Transifex
2013-04-07Translations update: pull from TransifexPhilip Kaufmann
- 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
2013-04-07qt: remove redundant wallet methods from bitcoinguiWladimir J. van der Laan
send encryptWallet/backupWallet/changePassphrase directly to walletFrame
2013-04-07Always print full hashes (tx, block, inv)Pieter Wuille
2013-04-06new windows and linux iconsJonas Schnelli
- 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>
2013-04-06moved bitcoin.svg to correct folder (qt/res/src)Jonas Schnelli
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-06Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing statePhilip Kaufmann
- this allows our progressbarlabel to correctly update, when we finish a reindex or import, but do not get new blocks from other sources
2013-04-06Switch version numbers to 0.8.1.99Pieter Wuille
2013-04-06Bitcoin-Qt: update for BitcoinGUI::eventFilter()Philip Kaufmann
- 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
2013-04-06Merge pull request #2459 from Diapolo/pro-fileWladimir J. van der Laan
Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro
2013-04-05Merge pull request #2456 from Diapolo/code-layoutPieter Wuille
small indentation, space, formatting fixes (no code changes)
2013-04-06small indentation, space, formatting fixes (no code changes)Philip Kaufmann
2013-04-05Merge pull request #2443 from Diapolo/Qt_addrbookWladimir J. van der Laan
Bitcoin-Qt: updates to addressbookpage
2013-04-05Merge pull request #2465 from jonasschnelli/masterWladimir J. van der Laan
update assets-sttribution.txt (-psd file +svg file)
2013-04-05Merge pull request #2460 from Diapolo/clientmodelPieter Wuille
Bitcoin-Qt: add Genesis blocks time for testnet
2013-04-05Merge pull request #2464 from Diapolo/release-processPieter Wuille
small update to release-process.txt
2013-04-05small update to release-process.txtPhilip Kaufmann
- 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
2013-04-05remove proprietary psd file mentioning from assets-sttribution.txtJonas Schnelli
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-05Merge pull request #2442 from Diapolo/Qt_RPCConWladimir J. van der Laan
Bitcoin-Qt: small RPCConsole cleanup
2013-04-05Merge pull request #2444 from jonasschnelli/masterWladimir J. van der Laan
new mac osx icon
2013-04-04Bitcoin-Qt: add Genesis blocks time for testnetPhilip Kaufmann
- add the Genesis blocks time for the testnet in ClientModel::getLastBlockDate()
2013-04-04Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.proPhilip Kaufmann
- 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
2013-04-04Merge pull request #2454 from TheBlueMatt/masterWladimir J. van der Laan
Fix leveldb make flags in bitcoin-qt.pro
2013-04-04Merge pull request #2455 from Diapolo/pro-fileWladimir J. van der Laan
add missing limitedmap.h to bitcoin-qt.pro
2013-04-04Drop release times for CNodePieter Wuille
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.
2013-04-04add missing limitedmap.h to bitcoin-qt.proPhilip Kaufmann
2013-04-03Fix leveldb make flags.Matt Corallo
2013-04-03Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedforGavin Andresen
Limited mapAlreadyAskedFor
2013-04-03Merge pull request #2449 from Diapolo/docGavin Andresen
move multiwallet-qt.txt from root to doc folder
2013-04-03Merge pull request #2357 from gavinandresen/shutdowncleanupGavin Andresen
Thread / shutdown cleanup
2013-04-03Merge pull request #2453 from sipa/txstatsGavin Andresen
Update transaction statistics