- 18 Mar, 2014 1 commit
-
-
Wladimir J. van der Laan authored
0fde3bbf [Qt] Fill in label from address book also for URIs (Cozz Lovan)
-
- 17 Mar, 2014 2 commits
-
-
Wladimir J. van der Laan authored
b40bdd65 qt: Show also value for options overridden on command line (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
caee92df qt: Enable and disable the Show and Remove buttons for requested payments history based on whether any entry is selected. (Haakon Nilsen)
-
- 16 Mar, 2014 3 commits
-
-
Wladimir J. van der Laan authored
a22e9a32 build: fix explicit --disable-qt-dbus (Cory Fields)
-
Wladimir J. van der Laan authored
da0b9d45 Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743" (Johnathan Corgan)
-
Cory Fields authored
It worked in the auto/yes cases, but an explicit disable actually forced it on.
-
- 15 Mar, 2014 6 commits
-
-
Johnathan Corgan authored
This reverts commit 260cf5c0.
-
Wladimir J. van der Laan authored
a1465ac8 qt: Show weeks as well as years behind for long timespans (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
2b45345a minor style cleanups (Philip Kaufmann)
-
Wladimir J. van der Laan authored
Closes #3811.
-
philsong authored
Closes #3852. Rebased-By:
Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 5f2907a, 88d3df4
-
Wladimir J. van der Laan authored
b51700a8 [Qt] Dont set table color in coin control (Cozz Lovan)
-
- 14 Mar, 2014 6 commits
-
-
Haakon Nilsen authored
based on whether any entry is selected.
-
Gavin Andresen authored
Add a "relayfee" field to getinfo.
-
Cozz Lovan authored
-
Thomas Zander authored
-
Wladimir J. van der Laan authored
Currently only the name of the option is shown for GUI options overridden by command line (or configuration file). This commit adds the value of the options as well, which is useful for troubleshooting.
-
Gregory Maxwell authored
This shows the minimum relay fee for non-free transactions in btc/kb. The armory developers requested this so that they can prevent users from creating transactions that not even their local bitcoind will relay. This also slightly reorders the getinfo output so that the fee related lines are grouped and changes the help text to reflect that the units are btc/kb.
-
- 13 Mar, 2014 2 commits
-
-
Gavin Andresen authored
Fix missing wallet lock in CWallet::SyncTransaction(..)
-
Wladimir J. van der Laan authored
3f2a0172 [Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
-
- 12 Mar, 2014 3 commits
-
-
Gavin Andresen authored
Add script test to prove that OP_0 evaluates as the empty vector.
-
Cozz Lovan authored
-
Gavin Andresen authored
DOC: Update the list of threads to the current state.
-
- 11 Mar, 2014 7 commits
-
-
Cozz Lovan authored
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
c52c4e5d qt: Make it possible again to specify -testnet in config file (Wladimir J. van der Laan)
-
-
Cozz Lovan authored
-
Wladimir J. van der Laan authored
c4656e0d Add progress to initial display of latest block downloaded. (R E Broadley) 75b8953a Display progress of rescan. (R E Broadley)
-
Wladimir J. van der Laan authored
Changes for the datadir chooser have made it impossible to specify the network (testnet/regtest) in the configuration file for the GUI. Reorganize the initialization sequence to make this possible again. - Moves the "datadir" QSetting so that is no longer dependent on the network-specific application name (doing otherwise would create a chicken-and-egg problem). - Re-initialize translations after choosing network. There may be a different language configured in network-specific settings (slim chance, but handle it for sanity). Fixes point 1 of #3840.
-
- 10 Mar, 2014 10 commits
-
-
Andreas Schildbach authored
-
Mike Hearn authored
This resolves a case in which a mismatch could be used to bloat up the mempool by sending transactions that pay enough fee to relay, but not to be mined, with the default policies.
-
Jeff Garzik authored
add getwalletinfo RPC call with wallet transaction count
-
Wladimir J. van der Laan authored
Last Transifex pull (064a6905) introduced a few control characters into the Korean translation, which sometimes causes the build to fail. Manually remove these characters for now to get the build working -- they should still be removed at Transifex too.
-
Wladimir J. van der Laan authored
52834105 Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
a75cacda doc/build-unix.md use github flavored md for table (Torstein Husebø)
-
Wladimir J. van der Laan authored
064a6905 Transifex pull pre-0.9.0rc3/final (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
-
Torstein Husebø authored
-
Wladimir J. van der Laan authored
f59d8f0b Per-peer block download tracking and stalled download detection. (Pieter Wuille)
-