Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-14 | Update development process README to reflect current reality | Gavin Andresen | |
2013-01-06 | Merge pull request #2153 from Diapolo/overviewpage | Wladimir J. van der Laan | |
Bitcoin-Qt: fix small stylesheet glitch in overviewpage.ui | |||
2013-01-06 | Merge pull request #2151 from Diapolo/signmessage | Wladimir J. van der Laan | |
Bitcoin-Qt: add a Signature label on sign message page | |||
2013-01-06 | Merge pull request #2147 from Diapolo/mq_name_testnet | Wladimir J. van der Laan | |
Bitcoin-Qt: give testnet a unique IPC message queue name | |||
2013-01-06 | Merge pull request #2143 from Diapolo/ThreadSafeMessageBox_caption | Wladimir J. van der Laan | |
update ThreadSafeMessageBox function to use strCaption | |||
2013-01-06 | Bitcoin-Qt: fix small stylesheet glitch in overviewpage.ui | Philip Kaufmann | |
2013-01-06 | Bitcoin-Qt: add a Signature label on sign message page | Philip Kaufmann | |
2013-01-06 | update noui_ThreadSafeMessageBox function to use strCaption | Philip Kaufmann | |
- ensure we use strCaption for printf and fprintf, as before it could happen to have an error message in the debug.log, which had no "Error" (or whatever) in front | |||
2013-01-06 | Bitcoin-Qt: give testnet a unique IPC message queue name | Philip Kaufmann | |
- this prevents an interference with the IPC message queue (which is used for URI processing) when running a testnet and mainnet instance in parallel - to check for testnet, I had to raise the ParseParameters() call in main() to the topmost position | |||
2013-01-05 | Merge pull request #2110 from Diapolo/addrbook | Wladimir J. van der Laan | |
Bitcoin-Qt: comment out unused parameter in addressbookpage | |||
2013-01-05 | Merge pull request #2148 from Diapolo/est_block_count | Wladimir J. van der Laan | |
Bitcoin-Qt: never display own block count > estimated block count | |||
2013-01-05 | Merge pull request #1685 from Diapolo/Qt_add_options_reset | Wladimir J. van der Laan | |
Bitcoin-Qt: add a Reset button to the options dialog | |||
2013-01-05 | Merge pull request #2141 from Diapolo/translations | Wladimir J. van der Laan | |
translations update (bitcoinstrings.cpp + bitcoin_en.ts) | |||
2013-01-05 | translations update (bitcoinstrings.cpp + bitcoin_en.ts) | Philip Kaufmann | |
2013-01-05 | Bitcoin-Qt: add a Reset button to the options dialog | Philip Kaufmann | |
- a click on "Reset Options" sets all options to the default values by removing all stored settings (QSettings), loading the defaults and saving them as the new settings - before the reset is executed the user is presented a confirmation dialog - special casing was needed for StartAtStartup | |||
2013-01-04 | Bitcoin-Qt: never display own block count > estimated block count | Philip Kaufmann | |
- some users reported it as weird, that the estimated block count could be lower than our own nodes block number (which is indeed true and not good) - this pull adds a new default behaviour, which displays our own block number as estimated block number, if own >= est. block count - the pull raises space for nodes block counts in cPeerBlockCounts to 8 to be more accurate - also removes a reduntant setNumBlocks() call in RPCConsole and moves initialisation of numBlocksAtStartup in ClientModel, where it belongs | |||
2013-01-01 | test/util_tests.cpp: one more DateTimeStrFormat 'T' removal | Jeff Garzik | |
2013-01-01 | Remove 'T' from remaining date/time format strings. | Jeff Garzik | |
2013-01-01 | Merge pull request #2032 from burger2/fix_shortcut | Wladimir J. van der Laan | |
Fix duplicate shortcut usage in sign/verify message dialog. | |||
2012-12-31 | Merge pull request #2133 from Diapolo/init_strings | Gavin Andresen | |
update 2 command-line parameter help messages | |||
2012-12-30 | Remove 'T' from debug log timestamps | Jeff Garzik | |
Space separation between major fields is easier for human eyes and libs to parse. | |||
2012-12-28 | update 2 command-line parameter help messages | Philip Kaufmann | |
- -checkpoints is now much more understandable and should be way easier to translate - -loadblock uses the same format (blk000??.dat) as -reindex | |||
2012-12-21 | Merge pull request #2116 from sipa/importrescanbool | Gavin Andresen | |
Convert fRescan argument to importprivkey to bool | |||
2012-12-20 | Merge pull request #2113 from sipa/hashh | Pieter Wuille | |
Split off hash.h from util.h | |||
2012-12-19 | Convert fRescan argument to importprivkey to bool | Pieter Wuille | |
2012-12-18 | Split off hash.h from util.h | Pieter Wuille | |
2012-12-18 | Merge pull request #2112 from fanquake/typos | Gavin Andresen | |
Fix two typos in main.h | |||
2012-12-17 | Fix two typos in main.h | fanquake | |
Break one long comment down into 3 lines so it's readable. | |||
2012-12-15 | Bitcoin-Qt: comment out unused parameter in addressbookpage | Philip Kaufmann | |
2012-12-13 | Merge pull request #2087 from gavinandresen/check210000 | Pieter Wuille | |
Checkpoint at first 25-btc-reward block (210,000) | |||
2012-12-13 | Merge pull request #2096 from 94m3k1n9/fix-time-formats | Pieter Wuille | |
Change timestamps to use ISO8601 formatting | |||
2012-12-12 | Merge pull request #2045 from Diapolo/use_message | Wladimir J. van der Laan | |
use new message() function in BitcoinGUI | |||
2012-12-12 | Merge pull request #2097 from Diapolo/fix_merges | Gavin Andresen | |
fix small stuff related to the recent merge-wave | |||
2012-12-12 | LevelDB: build_detect_platform fix NATIVE_WINDOWS indentation | Philip Kaufmann | |
- fix some indentation issues | |||
2012-12-12 | add threadsafety.h to bitcoin-qt.pro | Philip Kaufmann | |
- to be able to see threadsafety.h in the Qt Creator IDE the file needs to be added to the HEADERS section | |||
2012-12-12 | Merge pull request #2080 from mcassano/importprivkey_rescan_false | Gavin Andresen | |
add rescan bool to importprivkey to control whether to do a rescan after import | |||
2012-12-12 | Merge pull request #2095 from al42and/upnp | Gavin Andresen | |
OptionsModel now has MapPortUPnP=false if UPNP is not supported | |||
2012-12-12 | Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2 | Gavin Andresen | |
Documented locking part 1+2 | |||
2012-12-12 | Merge pull request #2064 from petertodd/ipv6-doc-polarity | Gavin Andresen | |
Replace text on how to enable IPv6 with disable | |||
2012-12-12 | Merge pull request #1825 from roques/bignum2 | Gavin Andresen | |
Bignum2 | |||
2012-12-12 | Merge pull request #1940 from grimd34th/patch-1 | Gavin Andresen | |
Add NATIVE_WINDOWS | |||
2012-12-12 | Merge pull request #2073 from grimd34th/patch-3 | Gavin Andresen | |
Update src/makefile.mingw | |||
2012-12-12 | Merge pull request #2048 from jgarzik/no-checkpoints | Gavin Andresen | |
Add "checkpoints" option, to permit disabling of checkpoint logic. | |||
2012-12-12 | Merge pull request #1861 from jgarzik/coinlock | Gavin Andresen | |
Add new RPC "lockunspent", to prevent spending of selected outputs | |||
2012-12-12 | Merge pull request #2059 from sipa/benchmark | Gavin Andresen | |
Add -benchmark for reporting block processing times | |||
2012-12-12 | Merge pull request #2062 from sipa/nocoins | Gavin Andresen | |
Reconstruct coins/ database when missing | |||
2012-12-12 | Merge pull request #2074 from sipa/minor | Gavin Andresen | |
Two minor inconvenience fixes | |||
2012-12-12 | Compile c/objective-c code max compatiblity when RELEASE | Gavin Andresen | |
2012-12-12 | Change timestamps to use ISO8601 formatting | Richard Schwab | |
2012-12-12 | OptionsModel now has MapPortUPnP=false if UPNP is not supported | Andrey Alekseenko | |