aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-17add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann
2012-06-14Use a 64-bit nonce in pingPieter Wuille
2012-06-14Merge pull request #1459 from laanwj/2012_06_trayiconmenuWladimir J. van der Laan
2012-06-14Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694Wladimir J. van der Laan
2012-06-13Merge pull request #1002 from Diapolo/URL-handling_2Wladimir J. van der Laan
2012-06-13Merge pull request #1439 from Diapolo/ClientShutdownWladimir J. van der Laan
2012-06-14Reorganize tray icon menu into more logical orderWladimir J. van der Laan
2012-06-14URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann
2012-06-13Merge pull request #1420 from Diapolo/extend_showNormalIfMinimizedWladimir J. van der Laan
2012-06-13Merge branch 'refactor_coinselect' of https://github.com/luke-jr/bitcoinGavin Andresen
2012-06-13Merge pull request #1448 from Diapolo/2012-06-13_translation_updatesWladimir J. van der Laan
2012-06-13Update bitcoinstrings from core and English source translation fileWladimir J. van der Laan
2012-06-13update translation files (fetched from Transifex) and remove translation for ...Philip Kaufmann
2012-06-13re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann
2012-06-12Merge pull request #1444 from laanwj/2012_06_opendebuglogWladimir J. van der Laan
2012-06-12merge toggleHidden() code into showNormalIfMinimized() to extend the function...Philip Kaufmann
2012-06-12make buttons in debug window non autoDefaultPhilip Kaufmann
2012-06-12Cross-platform "Open debug logfile"Wladimir J. van der Laan
2012-06-12Merge pull request #1440 from Diapolo/overviewpage_InitialBalanceWladimir J. van der Laan
2012-06-12Do not select first address automatically in the address bookWladimir J. van der Laan
2012-06-11Merge pull request #1412 from Diapolo/string_wait_matureWladimir J. van der Laan
2012-06-12introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann
2012-06-11change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...Philip Kaufmann
2012-06-09Merge pull request #1435 from TheBlueMatt/mingwbuildJeff Garzik
2012-06-09Fix Mingw64 build (missing headers according to M$ documentation)Matt Corallo
2012-06-09update info string in GUI for generated blocks and change "must wait" into "m...Philip Kaufmann
2012-06-08Merge pull request #1421 from Diapolo/netbase_fix_sign_warningsPieter Wuille
2012-06-08Update comment about secure_allocator<>Pieter Wuille
2012-06-08Merge pull request #1424 from TheBlueMatt/lockcontentionPieter Wuille
2012-06-05Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addrPieter Wuille
2012-06-05Fix DEBUG_LOCKCONTENTIONMatt Corallo
2012-06-05add used datadir to debug.logPhilip Kaufmann
2012-06-05fix two signed/unsigned comparison warnings in netbase.cppPhilip Kaufmann
2012-06-04fix default Proxy address in Qt options (no hostname allowed currently)Philip Kaufmann
2012-06-04Merge branch 'netopt' of https://github.com/sipa/bitcoinGavin Andresen
2012-06-04Fix coin selection to only include change when it's necessary.Chris Moore
2012-06-04Preserve the shuffled order of coins with equal value to give more randomized...Chris Moore
2012-06-04Test that the coin selection code is suitably random, and add tests re. sub-c...Chris Moore
2012-06-04Move the random_shuffle call back into SelectCoinsMinConf() so we can unit te...Chris Moore
2012-06-04Refactor SelectCoinsMinConf() and add unit tests.Chris Moore
2012-06-02Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan
2012-06-02Merge pull request #1368 from Diapolo/verifymessagepageWladimir J. van der Laan
2012-06-01move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann
2012-06-01change verifymessagepage behaviour to match RPC-call "verifymessage" (input a...Philip Kaufmann
2012-05-31Use ConvertTo to simplify sendmany/addmultisigaddress argument handlingGavin Andresen
2012-05-31Make sendrawtx return txid to be consistent with other send methods.Gavin Andresen
2012-05-31Rework network config settingsPieter Wuille
2012-05-31sync english translation master file with current master branchPhilip Kaufmann
2012-05-30Update bitcoinstrings.cppPieter Wuille
2012-05-27Merge pull request #1392 from gavinandresen/testnet_resetGregory Maxwell