aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-15fixes #2506: mac binary with proper version and copyright meta-informations ↵Jonas Schnelli
(Info.plist) Due a bug in QT (https://bugreports.qt-project.org/browse/QTBUG-21267), the mac binary of the last release contains bulk meta informations. The url-handler (bitcoin://) is also not working in current release Should be fixed with this commit. Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-14Merge pull request #2520 from sipa/strictmempoolGavin Andresen
Require strictly-standard encodings in mempool
2013-04-14Merge pull request #2527 from patbr0wn/masterPieter Wuille
Fixed download error
2013-04-14Made it point to 0.8.1Patrick Brown
2013-04-14Require strictly-standard encodings in mempoolPieter Wuille
2013-04-13Merge pull request #2492 from Diapolo/Qt_messageWladimir J. van der Laan
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
2013-04-13Merge pull request #2515 from laanwj/2013_04_move_exportbuttonWladimir J. van der Laan
qt: move export button to tabs
2013-04-12Merge pull request #2418 from sipa/uintworkGavin Andresen
Use a uint256 for bnChainWork
2013-04-12qt: move export button to tabsWladimir J. van der Laan
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.
2013-04-12Merge pull request #2513 from laanwj/2013_04_gui_remove_rpcconnectPieter Wuille
qt: don't show rpcconnect command line option in help
2013-04-12Use a uint256 for bnChainWorkPieter Wuille
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.
2013-04-11Merge pull request #2514 from TheBlueMatt/masterGavin Andresen
Add test patches for pull-tester to contrib/
2013-04-11Add test patches for pull-tester to contrib/Matt Corallo
2013-04-11qt: don't show rpcconnect command line option in helpWladimir J. van der Laan
GUI can't connect to RPC. Showing this option in the help confuses people, so remove it.
2013-04-11Merge pull request #2503 from Diapolo/copyright-yearWladimir J. van der Laan
new COPYRIGHT_YEAR macro in clientversion.h
2013-04-11Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()Philip Kaufmann
- don't display "Bitcoin - " when no title was supplied but just "Bitcoin"
2013-04-11Merge remote-tracking branch 'jonasschnelli/new_icons' (#2497)Wladimir J. van der Laan
Conflicts: doc/assets-attribution.txt
2013-04-10Merge pull request #2487 from Diapolo/translationsWladimir J. van der Laan
translations update 2013-04-08
2013-04-10fix bitcoin-qt.rc not showing up in Qt CreatorPhilip Kaufmann
2013-04-10use the new COPYRIGHT_YEAR macro in bitcoin-qt.rcPhilip Kaufmann
- this reduces the places, where we need to change the year further
2013-04-10move COPYRIGHT_YEAR to clientversion.hPhilip Kaufmann
- this allows usage of that information also in other places (e.g. splash screen)
2013-04-10better quality windows .ICO icon fileJonas Schnelli
- icon quality of the win icon of <256px resolutions are now much better Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-09Merge pull request #2498 from jonasschnelli/addressbookpage_mac_fixGavin Andresen
fix mac specific button modification on addressbookpage
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-09overhaul of the testnet icon (green color) and the toolbar iconsJonas Schnelli
- redefined the green color - created new toolbar icons - updated the assets-attribution.txt 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-08translations update 2013-04-08Philip Kaufmann
- 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>"
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>