aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove duplicate bitdb.Open() code from initPhilip Kaufmann2013-04-241-9/+0
| | | | - remove code from step 7, which we already have in step 5 of init
* Merge pull request #2526 from Diapolo/Qt_miscWladimir J. van der Laan2013-04-234-10/+8
|\ | | | | Bitcoin-Qt: misc small changes
| * overviewpage: make some code Qt5 compatiblePhilip Kaufmann2013-04-141-2/+3
| | | | | | | | - that changes will be fine for Qt4 also
| * bitcoingui: remove 2 unneeded includesPhilip Kaufmann2013-04-141-2/+0
| |
| * bitcoin: use static QApplication:: instead of app.Philip Kaufmann2013-04-141-5/+4
| |
| * aboutdialog: use just "The Bitcoin developers" as tr()-stringPhilip Kaufmann2013-04-141-1/+1
| | | | | | | | | | - this ensures our new splash screen and this will share a translatable string an remove the need for an additional translation
* | Merge pull request #2556 from APerson241/masterWladimir J. van der Laan2013-04-231-2/+2
|\ \ | | | | | | Some small grammar fixes
| * | Update Tor.txt for grammar fixesAPerson2412013-04-231-2/+2
|/ /
* | Merge pull request #2546 from fanquake/osx-instructionsGavin Andresen2013-04-221-0/+12
|\ \ | | | | | | Update osx build instructions to ensure users are building with the correct version of OpenSSL when using HomeBrew
| * | Update osx build instructions to ensure users link to the correct version of ↵Michael Ford2013-04-221-0/+12
|/ / | | | | | | OpenSSL
* | Merge pull request #2540 from sipa/nodosnocanGavin Andresen2013-04-191-1/+9
|\ \ | | | | | | Do not invoke DoS for non-canonical sigs
| * | Do not invoke DoS for non-canonical sigsPieter Wuille2013-04-181-1/+9
|/ /
* | Merge pull request #2525 from laanwj/2013_04_metatypeboolWladimir J. van der Laan2013-04-181-0/+6
|\ \ | | | | | | qt: register metatype for bool*
| * | qt: register metatype for bool*Wladimir J. van der Laan2013-04-141-0/+6
| |/ | | | | | | This allows the bool* type to be passed between threads. Should solve issue #2402.
* | Merge pull request #2501 from Diapolo/progressWladimir J. van der Laan2013-04-183-26/+23
|\ \ | | | | | | rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks()
| * | rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks()Philip Kaufmann2013-04-103-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge pull request #2524 from jonasschnelli/new_splashscreen_freshWladimir J. van der Laan2013-04-189-13/+110
|\ \ \ | | | | | | | | new splash screen
| * | | new splash screenJonas Schnelli2013-04-179-13/+110
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #2536 from jcalvinowens/makefile-clarifying-commentsGavin Andresen2013-04-171-0/+6
|\ \ \ | | | | | | | | Add comments to UNIX Makefile regarding USE_UPNP
| * | | Add comments to UNIX Makefile regarding USE_UPNPCalvin Owens2013-04-171-0/+6
| | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #2537 from jonasschnelli/toolbaricon_linuxGavin Andresen2013-04-172-0/+0
|\ \ \ \ | |/ / / |/| | | new toolbar icon for liunx/win fix #2518
| * | | new toolbar icon for liunx/win fix #2518Jonas Schnelli2013-04-172-0/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | 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]>
* | | Merge pull request #2519 from jonasschnelli/new_testnet_ico_fileWladimir J. van der Laan2013-04-152-0/+1
|\ \ \ | | | | | | | | new testnet ico file
| * | | embed bitcoin_testnet.ico in bitcoin-qt.exe (usable for shortcuts)Philip Kaufmann2013-04-141-0/+1
| | | |
| * | | new testnet window .ico fileJonas Schnelli2013-04-111-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Jonas Schnelli <[email protected]>
* | | | Merge pull request #2520 from sipa/strictmempoolGavin Andresen2013-04-141-1/+1
|\ \ \ \ | | | | | | | | | | Require strictly-standard encodings in mempool
| * | | | Require strictly-standard encodings in mempoolPieter Wuille2013-04-141-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2527 from patbr0wn/masterPieter Wuille2013-04-141-1/+1
|\ \ \ \ | |/ / / |/| | | Fixed download error
| * | | Made it point to 0.8.1Patrick Brown2013-04-141-1/+1
|/ / /
* | | Merge pull request #2492 from Diapolo/Qt_messageWladimir J. van der Laan2013-04-131-6/+9
|\ \ \ | | | | | | | | Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
| * | | Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()Philip Kaufmann2013-04-111-6/+9
| |/ / | | | | | | | | | - don't display "Bitcoin - " when no title was supplied but just "Bitcoin"
* | | Merge pull request #2515 from laanwj/2013_04_move_exportbuttonWladimir J. van der Laan2013-04-136-30/+31
|\ \ \ | | | | | | | | qt: move export button to tabs
| * | | qt: move export button to tabsWladimir J. van der Laan2013-04-126-30/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #2418 from sipa/uintworkGavin Andresen2013-04-125-36/+48
|\ \ \ \ | | | | | | | | | | Use a uint256 for bnChainWork
| * | | | Use a uint256 for bnChainWorkPieter Wuille2013-04-125-36/+48
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #2513 from laanwj/2013_04_gui_remove_rpcconnectPieter Wuille2013-04-121-0/+2
|\ \ \ \ | |/ / / |/| | | qt: don't show rpcconnect command line option in help
| * | | qt: don't show rpcconnect command line option in helpWladimir J. van der Laan2013-04-111-0/+2
| | | | | | | | | | | | | | | | | | | | GUI can't connect to RPC. Showing this option in the help confuses people, so remove it.
* | | | Merge pull request #2514 from TheBlueMatt/masterGavin Andresen2013-04-116-0/+385
|\ \ \ \ | |/ / / |/| | | Add test patches for pull-tester to contrib/
| * | | Add test patches for pull-tester to contrib/Matt Corallo2013-04-116-0/+385
|/ / /
* | | Merge pull request #2503 from Diapolo/copyright-yearWladimir J. van der Laan2013-04-114-9/+18
|\ \ \ | |/ / |/| | new COPYRIGHT_YEAR macro in clientversion.h
| * | fix bitcoin-qt.rc not showing up in Qt CreatorPhilip Kaufmann2013-04-101-2/+9
| | |
| * | use the new COPYRIGHT_YEAR macro in bitcoin-qt.rcPhilip Kaufmann2013-04-101-1/+2
| | | | | | | | | | | | - this reduces the places, where we need to change the year further
| * | move COPYRIGHT_YEAR to clientversion.hPhilip Kaufmann2013-04-102-6/+7
| |/ | | | | | | | | - this allows usage of that information also in other places (e.g. splash screen)
* | Merge remote-tracking branch 'jonasschnelli/new_icons' (#2497)Wladimir J. van der Laan2013-04-115-7/+3
|\ \ | | | | | | | | | | | | Conflicts: doc/assets-attribution.txt
| * | better quality windows .ICO icon fileJonas Schnelli2013-04-101-0/+0
| | | | | | | | | | | | | | | | | | - icon quality of the win icon of <256px resolutions are now much better Signed-off-by: Jonas Schnelli <[email protected]>
| * | overhaul of the testnet icon (green color) and the toolbar iconsJonas Schnelli2013-04-094-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | - redefined the green color - created new toolbar icons - updated the assets-attribution.txt Signed-off-by: Jonas Schnelli <[email protected]>
* | | Merge pull request #2487 from Diapolo/translationsWladimir J. van der Laan2013-04-103-168/+63
|\ \ \ | |_|/ |/| | translations update 2013-04-08
| * | translations update 2013-04-08Philip Kaufmann2013-04-083-168/+63
| | | | | | | | | | | | | | | | | | - 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>"
* | | Merge pull request #2498 from jonasschnelli/addressbookpage_mac_fixGavin Andresen2013-04-091-3/+5
|\ \ \ | | | | | | | | fix mac specific button modification on addressbookpage
| * | | fix mac specific button modification on addressbookpageJonas Schnelli2013-04-091-3/+5
|/ / / | | | | | | | | | | | | | | | | | | - 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]>