Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-06 | Bitcoin-Qt: small updates to project file | Philip Kaufmann | |
- 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 | |||
2013-06-05 | Merge pull request #2700 from theuni/gui-split | Jeff Garzik | |
autotools: Gui split | |||
2013-06-05 | Merge pull request #2731 from Diapolo/rpcconsole | Wladimir J. van der Laan | |
Bitcoin-Qt: harmonize 2 setClientModel() functions | |||
2013-06-05 | Merge pull request #2741 from theuni/fix-osx-dock | Wladimir J. van der Laan | |
osx: fix bitcoin-qt startup crash when clicking dock icon | |||
2013-06-04 | osx: fix bitcoin-qt startup crash when clicking dock icon | Cory Fields | |
Crash probably introduced by 4d17a1b0. Inialize the window to NULL and verify it before use. | |||
2013-06-04 | build: kill off the QT_GUI define | Cory Fields | |
2013-06-04 | build: cosmetics after last commit | Cory Fields | |
2013-06-04 | build: use runtime setting for wallet rather than QT_GUI define | Cory Fields | |
2013-06-04 | build: use runtime setting for displaying the help message rather than ↵ | Cory Fields | |
QT_GUI define | |||
2013-06-04 | build: cosmetic: split usage string for easier formatting | Cory Fields | |
2013-06-04 | build: add global var for whether or not the gui is enabled | Cory Fields | |
2013-06-04 | build: split the non-gui startup routines into a new file | Cory Fields | |
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. | |||
2013-06-04 | build: prepare to move DetectShutdownThread | Cory Fields | |
2013-06-03 | Merge pull request #2613 from jonasschnelli/prefsFix | Wladimir J. van der Laan | |
MaxOSX: settings fixes (#2371) | |||
2013-06-03 | Merge pull request #2727 from TheBlueMatt/master | Wladimir J. van der Laan | |
One more data-driven test-case | |||
2013-06-03 | Merge branch 'master' of git://github.com/bitcoin/bitcoin into prefsFix | Jonas Schnelli | |
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> Conflicts: bitcoin-qt.pro | |||
2013-06-03 | Bitcoin-Qt: harmonize 2 setClientModel() functions | Philip Kaufmann | |
- harmonize BitcoinGUI::setClientModel() and RPCConsole::setClientModel() - now RPCConsole::setClientModel() also includes a direct call to setNumBlocks() | |||
2013-06-03 | MaxOSX: settings fixes (#2371) | Jonas Schnelli | |
- Launch-At-Startup implementation for mac - Remove "Window" tab in settings Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-06-02 | Add new data-driven test-case. | Matt Corallo | |
2013-06-02 | Merge pull request #2672 from Diapolo/Qt_testnet | Wladimir J. van der Laan | |
Bitcoin-Qt: setup testnet GUI directly | |||
2013-06-02 | Bitcoin-Qt: setup testnet GUI directly | Philip Kaufmann | |
- 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 | |||
2013-06-02 | Merge pull request #2588 from Diapolo/GetBoolArg | Wladimir J. van der Laan | |
remove GetBoolArg() fDefault parameter defaulting to false | |||
2013-06-02 | Merge pull request #2721 from laanwj/2013_05_qt5 | Wladimir J. van der Laan | |
Qt5 compatibility | |||
2013-06-01 | remove GetBoolArg() fDefault parameter defaulting to false | Philip Kaufmann | |
- 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 | |||
2013-06-01 | Qt5 compatibility | Wladimir J. van der Laan | |
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> | |||
2013-05-31 | Merge pull request #2722 from trapp/master | Wladimir J. van der Laan | |
Add NSHighResolutionCapable flag to Info.plist for better font rendering on Retina displays | |||
2013-05-31 | Added NSHighResolutionCapable flag to Info.plist for better font rendering ↵ | Timon Rapp | |
on Retina displays. | |||
2013-05-30 | Merge pull request #2616 from vinniefalco/leveldb-as-subtree | Pieter Wuille | |
Leveldb as subtree | |||
2013-05-30 | Merge pull request #2552 from Diapolo/win-typedef | Jeff Garzik | |
remove obsolete and unused typedef for Windows | |||
2013-05-30 | Merge pull request #2615 from jonasschnelli/mac10_8_not_center | Wladimir J. van der Laan | |
osx: make use of the 10.8+ user notification center to display growl lik... | |||
2013-05-30 | Merge pull request #2716 from laanwj/2013_05_30_getwork | Jeff Garzik | |
Move pMiningKey init out of StartRPCThreads | |||
2013-05-30 | Merge pull request #2705 from robbak/crash_zero_size_peers.dat | Jeff Garzik | |
Don't attempt to resize vector to negative size. | |||
2013-05-30 | Merge pull request #2644 from sipa/constfindblock | Jeff Garzik | |
Make FindBlockByHeight constant-time | |||
2013-05-30 | Merge pull request #2642 from sipa/rightgenesis | Jeff Garzik | |
Check for correct genesis | |||
2013-05-30 | Merge pull request #2625 from gavinandresen/walletlock_asio | Jeff Garzik | |
Use boost::asio::deadline_timer for walletpassphrase timeout | |||
2013-05-30 | Merge pull request #2600 from sipa/keyrefactor | Jeff Garzik | |
Refactor key.cpp/.h | |||
2013-05-30 | Merge pull request #2693 from jgarzik/checkpoint-bool | Jeff Garzik | |
Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable set once at init time | |||
2013-05-30 | Merge pull request #2104 from al42and/listreceivedbyaddress_txids | Jeff Garzik | |
listreceivedbyaddress now provides tx ids (issue #1149) | |||
2013-05-30 | Move pMiningKey init out of StartRPCThreads | Wladimir J. van der Laan | |
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. | |||
2013-05-30 | Merge pull request #2657 from gmaxwell/its_after_may15_forever | Jeff Garzik | |
It's after 2013-05-15 forever now, so remove the code for the May 15 fork | |||
2013-05-30 | Merge pull request #2697 from Michagogo/master | Wladimir J. van der Laan | |
Make release-process.md more generic | |||
2013-05-30 | Made more generic by removing specific version references | Michagogo | |
Tweaked a little bit to provide examples. Squashed commits into 1, while hoping not to break anything | |||
2013-05-30 | Make signature cache store CPubKeys | Pieter Wuille | |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille | |
2013-05-30 | Make CPubKey statically allocated | Pieter Wuille | |
2013-05-29 | Merge pull request #2671 from bytemaster/master | Pieter Wuille | |
Fix Memory Leak | |||
2013-05-29 | Merge pull request #2713 from sipa/zerodotnine | Pieter Wuille | |
Prepare for 0.9 merge window | |||
2013-05-30 | Prepare for 0.9 merge window | Pieter Wuille | |
2013-05-29 | Merge pull request #2695 from robbak/init_cpp-explicit_cast | Pieter Wuille | |
Explictly cast calculation to int, to allow std::min to work. | |||
2013-05-29 | Don't attempt to resize vector to negative size. | Robert Backhaus | |