2582 Commits (d59bce21e5dbb0a15051e40d5dd717fd7bf982d8)
 

Author SHA1 Message Date
Wladimir J. van der Laan d59bce21e5 Merge pull request #1459 from laanwj/2012_06_trayiconmenu 12 years ago
Wladimir J. van der Laan 641cfb1456 Fix build of testcases after commit 0f10b21719 12 years ago
Wladimir J. van der Laan 64d46e7c6a Merge pull request #1002 from Diapolo/URL-handling_2 12 years ago
Wladimir J. van der Laan 0f10b21719 Merge pull request #1439 from Diapolo/ClientShutdown 12 years ago
Wladimir J. van der Laan f5f2d7410d Reorganize tray icon menu into more logical order 12 years ago
Philip Kaufmann 93b7af3099 URI-handling code update: added safety checks and tray-notifications 12 years ago
Wladimir J. van der Laan 7a98f19fb6 Merge pull request #1420 from Diapolo/extend_showNormalIfMinimized 12 years ago
Gavin Andresen d518e444f8 Merge branch 'refactor_coinselect' of https://github.com/luke-jr/bitcoin 12 years ago
Wladimir J. van der Laan 7d1490576d Merge pull request #1448 from Diapolo/2012-06-13_translation_updates 12 years ago
Wladimir J. van der Laan 1bdc992a59 Merge pull request #1449 from laanwj/2012_06_bitcoinstrings 12 years ago
Wladimir J. van der Laan 15094f7654 Update bitcoinstrings from core and English source translation file 12 years ago
Philip Kaufmann 66654ab02e update translation files (fetched from Transifex) and remove translation for fr_FR, which was removed / renamed on TX 12 years ago
Wladimir J. van der Laan 44c89996c8 Merge pull request #1433 from Diapolo/tabbed_optionsdialog 12 years ago
Philip Kaufmann c4443c2be1 re-work optionsdialog to a tabbed UI based on an ui-file 12 years ago
Wladimir J. van der Laan c4879a0c2f Merge pull request #1444 from laanwj/2012_06_opendebuglog 12 years ago
Wladimir J. van der Laan 609046df6a Merge pull request #1445 from Diapolo/RPCCon_Button_noAutoDefault 12 years ago
Gavin Andresen c17e60e270 Merge pull request #1446 from TheBlueMatt/changelog 12 years ago
Matt Corallo 992a2e2e79 Update wiki changelog at doc/release-process.txt 12 years ago
Philip Kaufmann d2e6dd6c99 merge toggleHidden() code into showNormalIfMinimized() to extend the functionality, but keep a simpler toggleHidden() for use in SLOT() macro 12 years ago
Philip Kaufmann d4b2f3c45b make buttons in debug window non autoDefault 12 years ago
Wladimir J. van der Laan 9b1732baae Cross-platform "Open debug logfile" 12 years ago
Wladimir J. van der Laan 12718ce767 Merge pull request #1440 from Diapolo/overviewpage_InitialBalance 12 years ago
Pieter Wuille de29f9b444 Merge pull request #1441 from TheBlueMatt/gitian-downloader 12 years ago
Wladimir J. van der Laan e5ad8de2d9 Merge pull request #1443 from laanwj/2012_06_addressbook_noautoselect 12 years ago
Wladimir J. van der Laan 2842fe4aa3 Do not select first address automatically in the address book 12 years ago
Wladimir J. van der Laan b6ef8d5a40 Merge pull request #1412 from Diapolo/string_wait_mature 12 years ago
Philip Kaufmann 9247134eab introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) 12 years ago
Matt Corallo 993928cfcc Fix broken config files 12 years ago
Philip Kaufmann 59e0f445ce change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance 12 years ago
Jeff Garzik 883a310904 Merge pull request #1435 from TheBlueMatt/mingwbuild 12 years ago
Matt Corallo b065976007 Fix Mingw64 build (missing headers according to M$ documentation) 12 years ago
Philip Kaufmann 40d23dafb7 update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration 12 years ago
Pieter Wuille 11f73c728a Merge pull request #1421 from Diapolo/netbase_fix_sign_warnings 12 years ago
Pieter Wuille 0ed0806bb4 Update comment about secure_allocator<> 12 years ago
Pieter Wuille 1b7cd74a49 Merge pull request #1424 from TheBlueMatt/lockcontention 12 years ago
Pieter Wuille afdd59416e Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr 12 years ago
Matt Corallo 4d009243cb Fix DEBUG_LOCKCONTENTION 12 years ago
Gavin Andresen 45268208ae Merge pull request #1422 from Diapolo/add_used_datadir_debug_log 12 years ago
Philip Kaufmann 618b250e34 add used datadir to debug.log 12 years ago
Philip Kaufmann b69dd08ae7 fix two signed/unsigned comparison warnings in netbase.cpp 12 years ago
Philip Kaufmann 4e16306ae3 fix default Proxy address in Qt options (no hostname allowed currently) 12 years ago
Gavin Andresen 46e06b875d Merge branch 'netopt' of https://github.com/sipa/bitcoin 12 years ago
Chris Moore 831f59ce8b Fix coin selection to only include change when it's necessary. 12 years ago
Chris Moore d650f96d5f Preserve the shuffled order of coins with equal value to give more randomized coin selection. 12 years ago
Chris Moore 4ce190a015 Test that the coin selection code is suitably random, and add tests re. sub-cent change. 12 years ago
Chris Moore e333ab56d5 Move the random_shuffle call back into SelectCoinsMinConf() so we can unit test it. 12 years ago
Chris Moore 9b0369c773 Refactor SelectCoinsMinConf() and add unit tests. 12 years ago
Gavin Andresen 9f46a3e32a Merge pull request #1411 from TheBlueMatt/debian 12 years ago
Gavin Andresen 371f9616e9 Merge pull request #1415 from dooglus/fix-build-unix.txt 12 years ago
Chris Moore 2976a52222 "USE_UPNP=-" is needed to remove UPnP support. 12 years ago