- 06 Jun, 2013 1 commit
-
-
Philip Kaufmann authored
- add new bitcoind.cpp to OTHER_FILES to be able to see it in the Qt Creator IDE - remove a Mac-only header from the general HEADERS, as it is already in macx:HEADERS
-
- 05 Jun, 2013 4 commits
-
-
Jeff Garzik authored
autotools: Gui split
-
Wladimir J. van der Laan authored
Bitcoin-Qt: harmonize 2 setClientModel() functions
-
Wladimir J. van der Laan authored
osx: fix bitcoin-qt startup crash when clicking dock icon
-
Cory Fields authored
Crash probably introduced by 4d17a1b0. Inialize the window to NULL and verify it before use.
-
- 04 Jun, 2013 8 commits
-
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
This will allow each to have its own main(), meaning that we can build a common base client and simply link in the correct startup object to create the appropriate binary.
-
Cory Fields authored
-
- 03 Jun, 2013 5 commits
-
-
Wladimir J. van der Laan authored
MaxOSX: settings fixes (#2371)
-
Wladimir J. van der Laan authored
One more data-driven test-case
-
git://github.com/bitcoin/bitcoinJonas Schnelli authored
Signed-off-by:
Jonas Schnelli <jonas.schnelli@include7.ch> Conflicts: bitcoin-qt.pro
-
Philip Kaufmann authored
- harmonize BitcoinGUI::setClientModel() and RPCConsole::setClientModel() - now RPCConsole::setClientModel() also includes a direct call to setNumBlocks()
-
Jonas Schnelli authored
- Launch-At-Startup implementation for mac - Remove "Window" tab in settings Signed-off-by:
Jonas Schnelli <jonas.schnelli@include7.ch>
-
- 02 Jun, 2013 5 commits
-
-
Matt Corallo authored
-
Wladimir J. van der Laan authored
Bitcoin-Qt: setup testnet GUI directly
-
Philip Kaufmann authored
- this directly sets up all GUI elements that have testnet special-casing without first setting up main net stuff and changing afterwards (titles, icons etc.) - also fixes 2 wrong icons shown during testnet usage on our toolbar
-
Wladimir J. van der Laan authored
remove GetBoolArg() fDefault parameter defaulting to false
-
Wladimir J. van der Laan authored
Qt5 compatibility
-
- 01 Jun, 2013 2 commits
-
-
Philip Kaufmann authored
- explicitly set the default of all GetBoolArg() calls - rework getarg_test.cpp and util_tests.cpp to cover this change - some indentation fixes - move macdockiconhandler.h include in bitcoin.cpp to the "our headers" section
-
Wladimir J. van der Laan authored
This commit squashes all the changes in the Qt5 branch relative to master. Backward compatibility with Qt4 is retained. Original authors: - Philip Kaufmann <phil.kaufmann@t-online.de> - Jonas Schnelli <jonas.schnelli@include7.ch>
-
- 31 May, 2013 2 commits
-
-
Wladimir J. van der Laan authored
Add NSHighResolutionCapable flag to Info.plist for better font rendering on Retina displays
-
Timon Rapp authored
-
- 30 May, 2013 13 commits
-
-
Pieter Wuille authored
Leveldb as subtree
-
Jeff Garzik authored
remove obsolete and unused typedef for Windows
-
Wladimir J. van der Laan authored
osx: make use of the 10.8+ user notification center to display growl lik...
-
Jeff Garzik authored
Move pMiningKey init out of StartRPCThreads
-
Jeff Garzik authored
Don't attempt to resize vector to negative size.
-
Jeff Garzik authored
Make FindBlockByHeight constant-time
-
Jeff Garzik authored
Check for correct genesis
-
Jeff Garzik authored
Use boost::asio::deadline_timer for walletpassphrase timeout
-
Jeff Garzik authored
Refactor key.cpp/.h
-
Jeff Garzik authored
Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable set once at init time
-
Jeff Garzik authored
listreceivedbyaddress now provides tx ids (issue #1149)
-
Wladimir J. van der Laan authored
This commit decouples the pMiningKey initialization and shutdown from the RPC threads. `getwork` and `getblocktemplate` rely on pMiningKey, and can also be ran from the debug window in the UI even when the RPC server is not running. Solves issue #2706.
-
Jeff Garzik authored
It's after 2013-05-15 forever now, so remove the code for the May 15 fork
-