Age | Commit message (Collapse) | Author |
|
For qt5.2 on osx, the qcocoa plugin is mandatory. However, it fails to load
when qt.conf specifies the "plugin" path instead of the expected "Plugin". This
is in line with the documentation:
https://qt-project.org/doc/qt-5.0/qtdoc/qt-conf.html
I'm not sure how the plugins were loading before, unless the case-sensitivity
for OSX is new.
|
|
These come from the enironment, which will be properly setup by Make with
the paths gleaned from configure.
Also don't crash if plugins are static.
|
|
a22e9a3 build: fix explicit --disable-qt-dbus (Cory Fields)
|
|
da0b9d4 Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743" (Johnathan Corgan)
|
|
It worked in the auto/yes cases, but an explicit disable actually forced
it on.
|
|
This reverts commit 260cf5c0a4754be39b05f6a247b8a354de7eced6.
|
|
a1465ac qt: Show weeks as well as years behind for long timespans (Wladimir J. van der Laan)
|
|
2b45345 minor style cleanups (Philip Kaufmann)
|
|
Closes #3811.
|
|
Closes #3852.
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 5f2907a, 88d3df4
|
|
b51700a [Qt] Dont set table color in coin control (Cozz Lovan)
|
|
Add a "relayfee" field to getinfo.
|
|
|
|
|
|
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.
|
|
Fix missing wallet lock in CWallet::SyncTransaction(..)
|
|
3f2a017 [Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
|
|
Add script test to prove that OP_0 evaluates as the empty vector.
|
|
DOC: Update the list of threads to the current state.
|
|
|
|
|
|
c52c4e5 qt: Make it possible again to specify -testnet in config file (Wladimir J. van der Laan)
|
|
|
|
|
|
c4656e0 Add progress to initial display of latest block downloaded. (R E Broadley)
75b8953 Display progress of rescan. (R E Broadley)
|
|
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.
|
|
than [0].
|
|
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.
|
|
add getwalletinfo RPC call with wallet transaction count
|
|
Last Transifex pull (064a690) 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.
|
|
5283410 Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)
|
|
a75cacd doc/build-unix.md use github flavored md for table (Torstein Husebø)
|
|
064a690 Transifex pull pre-0.9.0rc3/final (Wladimir J. van der Laan)
|
|
|
|
|
|
f59d8f0 Per-peer block download tracking and stalled download detection. (Pieter Wuille)
|
|
f5f157b add --enable-debug for configure (daniel)
|
|
|
|
This increases the space requirement for selecting a data directory in
the UI.
As suggested by @bardiharborow, fixes #3830.
|
|
8e29623 [Qt] show number of in/out connections in debug console (Philip Kaufmann)
|
|
b881100 convert tabs to whitespace in bitrpc.py (Bryan Bishop)
|
|
947e23d Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)
|
|
e935293 Minor code cleanup: remove indentation (Mark Friedenbach)
|
|
89ec3a2 MainNet is the special case for the GUI (jtimon)
|
|
This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.
|
|
|
|
We don't use lexical_cast anywhere, no need to include it.
|
|
16bfd68 update bash-completion for v0.9 (Christian von Roques)
|
|
fecba4e Total money limit test (Pieter Wuille)
|
|
8a6894c Log which wallet is used during init (Wladimir J. van der Laan)
|