3808 Commits (d4e1c61212c3f28f80c7184aca81f5d118fad460)

Author SHA1 Message Date
Wladimir J. van der Laan 55fe4de960 qt: Show window while shutting down 11 years ago
Wladimir J. van der Laan 202d853bbe qt: Move initialization/shutdown to a thread 11 years ago
Cory Fields 42cc96737c qt5: fix typo causing broken selection logic 11 years ago
Cory Fields 371f3f6ba5 qt5: fix --with-qt with no arguments 11 years ago
Cory Fields 8b0f608815 qt5: tests: Make sure static plugin symbols are pulled in 11 years ago
Cory Fields 47ffb50533 qt5: Use QT_SELECT for debian-based distros. 11 years ago
Cory Fields 60dc589477 qt5: Use the info gleaned from configure for plugin importing 11 years ago
Cory Fields c8ba8ef654 qt5: split out qt config and add qt5 support 11 years ago
Cory Fields c614bd718b qt5: fix a build issue with osx and qtdbus 11 years ago
Cory Fields 328bdb1cd6 qt5: Ensure correct link order 11 years ago
Philip Kaufmann 6a1bf00425 [Qt] display native dir separators in select dadatir dialog 11 years ago
Wladimir J. van der Laan eaafa23cbd Add test for GetTime() 11 years ago
Philip Kaufmann b960fcb86a [Qt] update bitcoin-qt.pro and assets-attribution.md 11 years ago
Wladimir J. van der Laan 6d697e9fa4
qt: Update translations 11 years ago
Wladimir J. van der Laan d696820b45
build: Correctly put boost at end of LDADD 11 years ago
Wladimir J. van der Laan 04f58ffd9d qt: Better status text for mined transactions 11 years ago
Philip Kaufmann 7e195e8459 [Qt] massive options/settings rework (no core changes) 11 years ago
Wladimir J. van der Laan 2a7201570b qt: Remove unused method OptionsModel::getTransactionFee 11 years ago
Philip Kaufmann 7e08e29117 better std::exception logging for block/undo files 11 years ago
Wladimir J. van der Laan d31ad26550 qt: Add missing lock in WalletModel::listCoins 11 years ago
Wladimir J. van der Laan 28352af060 qt: protect SetAddressBook with cs_wallet lock everywhere 11 years ago
Wladimir J. van der Laan aaf8d15708 qt: Add missing LOCKs for locked coin functions 11 years ago
Wladimir J. van der Laan 4757e92318 qt: add missing cs_wallet lock in AddressTableModel::setData 11 years ago
Wladimir J. van der Laan 2102ab9f5c ui: Fix GUI initialization order 11 years ago
Christian Decker cdc11b3228 Added new DNS seed from bitcoinstats.com. 11 years ago
Wladimir J. van der Laan 340bff34b7 ui: Better tab order in send coins entry 11 years ago
Gregory Maxwell aec55a073d "getnetworkhashps" with defaults was yielding "0", the hashrate is not 0. 11 years ago
Thomas Holenstein daa6b20e29 Unittests for uint256.h 11 years ago
Thomas Holenstein e85e19be06 Changed Get64(.) to GetLow64() 11 years ago
Wladimir J. van der Laan d78f35a909 Explicitly ensure that wallet is unlocked in `importprivkey` 11 years ago
Philip Kaufmann 96e5f61d6c extend std::exception logging in txdb.cpp 11 years ago
Philip Kaufmann 4c0b2cde3a Win32: use a more modern API call in FileCommit() 11 years ago
Wladimir J. van der Laan 8b9adca446 Allow `-noserver` with bitcoind 11 years ago
Philip Kaufmann 3380713af5 [Qt] coin control change address handling update 11 years ago
Philip Kaufmann 3c955993a4 init: add better formating for some command-line options 11 years ago
Wladimir J. van der Laan 2ea980a77c qt: Treat regtest as testnet 11 years ago
Wladimir J. van der Laan d2b6de031f qt: Make sure overviewpage button is pressed at startup 11 years ago
Thomas Holenstein df840de5da
Make bitcoin compile without wallet if "db_cxx.h" is not present 11 years ago
Wladimir J. van der Laan 012ca1c9e4 LoadWallet: acquire cs_wallet mutex before clearing setKeyPool 11 years ago
Wladimir J. van der Laan 956916806a Document cs_wallet lock and add AssertLockHeld 11 years ago
Wladimir J. van der Laan 19a5676280 Use mutex pointer instead of name for AssertLockHeld 11 years ago
Wladimir J. van der Laan 636a42bd0e
Remove ui_interface ThreadSafeAskFee residue 11 years ago
Philip Kaufmann 6c1bf199ca [Qt] style-police, add missing license headers 11 years ago
Philip Kaufmann 46469d0f86 some more small re-branding changes (Bitcoin Core) 11 years ago
Wladimir J. van der Laan 1ad26362c9 qt: Prevent non-functional GUI from popping up during Init 11 years ago
Wladimir J. van der Laan 16ec9044d1 Don't create empty transactions when reading corrupted wallet 11 years ago
Wladimir J. van der Laan 88ba2643f0 qt: Update English language file for translators 11 years ago
Wladimir J. van der Laan 06eb2f215b Seperate out wallet options in help message 11 years ago
Wladimir J. van der Laan 4a61c39456 qt: status WalletModel::Aborted is no longer used 11 years ago
Kangmo 0205abd83d Improve unit test code not to compare with explanatory messages for each platform. 11 years ago