3357 Commits (a7973c9b6b6c72bca2e6e90aed08553bf708938d)

Author SHA1 Message Date
Wladimir J. van der Laan 67d60f7031 build: fix MacOSX build after ec41342 11 years ago
Philip Kaufmann d464edfb8c [Qt] fix alphabetical ordering in Makefile.am 11 years ago
Philip Kaufmann 245a6ab1ae [Qt] guard bitcoin-config.h and remove dublicated help message code 11 years ago
Philip Kaufmann c037531d69 small headers ordering cleanup 11 years ago
Cozz Lovan 9b146cd3ca GUI: Fix design in overview page 11 years ago
Wladimir J. van der Laan 5a407bd095
makefile.am: split long lines into one file per line 11 years ago
Wladimir J. van der Laan b7f4b6d35d GUI for --disable-wallet compiles and -disablewallet mode 11 years ago
Wladimir J. van der Laan ec41342e3d build: pass correct defs and include path to moc 11 years ago
Wladimir J. van der Laan 9a2305a1b3 qt: Stop shutdown detection timer during shutdown 11 years ago
Wladimir J. van der Laan 35ecf854c0 qt: Remove global references in bitcoin.cpp 11 years ago
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
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
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