Wladimir J. van der Laan
6539cfc583
Merge pull request #3917
...
5c80b9a
build: build qt tests after qt libs/executable (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
fac6bea8f0
Merge pull request #3885
...
01e5327
build: hook up "make deploy" for cross osx builds (Cory Fields)
c4a10db
build: ensure the correct strip is used for osx/win32 (Cory Fields)
b62bbb1
build: if cross-compiling for an apple host, locate some additional tools (Cory Fields)
0f21d39
build: fix qt.conf case-sensitivity in the deployed dmg (Cory Fields)
275d6a3
build: allow correct tools to be used for dmg creation. (Cory Fields)
11 years ago
Cory Fields
01e5327cfc
build: hook up "make deploy" for cross osx builds
11 years ago
Cory Fields
c4a10dbb22
build: ensure the correct strip is used for osx/win32
11 years ago
Cory Fields
b62bbb1ff0
build: if cross-compiling for an apple host, locate some additional tools
...
This should be safe to do for native builds too, but for now it's
specific to cross-builds to avoid possible regressions.
11 years ago
Cory Fields
0f21d39ffa
build: fix qt.conf case-sensitivity in the deployed dmg
...
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.
11 years ago
Cory Fields
275d6a3115
build: allow correct tools to be used for dmg creation.
...
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.
11 years ago
Wladimir J. van der Laan
5c80b9a7fb
build: build qt tests after qt libs/executable
...
Autotools defaults to a depth-first recursion which causes the qt tests
to be built before the executables and libraries.
This is inconvenient as make needs to be called twice to make sure the
tests are up to date after changing a source file.
Update the Makefile.am to change this order.
11 years ago
peryaudo
b1b9c76262
Fix bloom filter not to use bit_mask
11 years ago
Mikael Wikman
7211bceb11
Consistent use of 'sudo' in unix build doc
11 years ago
Gavin Andresen
98f4c6c49c
0.9.0 release notes
11 years ago
Jeff Garzik
7d0e9bcb8e
doc/README.md: remove 'rc' label for 0.9.0 version, in title
11 years ago
Wladimir J. van der Laan
0d8e80fe07
Merge pull request #3895
...
74f66a5
Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16)) (Meeh)
11 years ago
Gregory Maxwell
7d49a9173a
Merge pull request #3891 from laanwj/2014_03_tests_license_mit
...
Add licenses for tests and test data
11 years ago
Meeh
74f66a5e29
Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16))
11 years ago
Wladimir J. van der Laan
b8edf6c0d8
Qt: Fix ESC in disablewallet mode
...
Fixes issue #3854
11 years ago
Cozz Lovan
16d281ba84
[Qt] add expert section to wallet tab in optionsdialog
11 years ago
Wladimir J. van der Laan
3fc6846181
Add licenses for tests and test data
...
- Add license headers to source files (years based on commit dates)
in `src/test` as well as `qa`
- Add `README.md` to `src/test/data` specifying MIT license
Fixes #3848
11 years ago
Wladimir J. van der Laan
61774f82b3
Merge pull request #3855
...
0fde3bb
[Qt] Fill in label from address book also for URIs (Cozz Lovan)
11 years ago
Wladimir J. van der Laan
5b6e9811fa
Merge pull request #3867
...
b40bdd6
qt: Show also value for options overridden on command line (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
ff0c0dd6a9
Merge pull request #3874
...
caee92d
qt: Enable and disable the Show and Remove buttons for requested payments history based on whether any entry is selected. (Haakon Nilsen)
11 years ago
Wladimir J. van der Laan
1699e3a868
Merge pull request #3881
...
a22e9a3
build: fix explicit --disable-qt-dbus (Cory Fields)
11 years ago
Wladimir J. van der Laan
16254b6e14
Merge pull request #3878
...
da0b9d4
Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743" (Johnathan Corgan)
11 years ago
Cory Fields
a22e9a32b3
build: fix explicit --disable-qt-dbus
...
It worked in the auto/yes cases, but an explicit disable actually forced
it on.
11 years ago
Johnathan Corgan
da0b9d454e
Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743"
...
This reverts commit 260cf5c0a4
.
11 years ago
Wladimir J. van der Laan
cb0c42e7da
Merge pull request #3876
...
a1465ac
qt: Show weeks as well as years behind for long timespans (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
acfe60677c
Merge pull request #3650
...
2b45345
minor style cleanups (Philip Kaufmann)
11 years ago
Wladimir J. van der Laan
a1465ac8e6
qt: Show weeks as well as years behind for long timespans
...
Closes #3811 .
11 years ago
philsong
2834bc8013
qt: change CT_NOW string to CT_NEW in log message
...
Closes #3852 .
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 5f2907a, 88d3df4
11 years ago
Wladimir J. van der Laan
a9801cf7ee
Merge pull request #3871
...
b51700a
[Qt] Dont set table color in coin control (Cozz Lovan)
11 years ago
Addy Yeow
89d72f3d9b
Add new DNS seed from bitnodes.io.
11 years ago
Haakon Nilsen
caee92dfa8
qt: Enable and disable the Show and Remove buttons for requested payments history
...
based on whether any entry is selected.
11 years ago
Gavin Andresen
a78eed26c5
Merge pull request #3868 from gmaxwell/minfeeinfo
...
Add a "relayfee" field to getinfo.
11 years ago
Cozz Lovan
b51700a852
[Qt] Dont set table color in coin control
11 years ago
Thomas Zander
6603b09e77
Update docs about boost on unix
11 years ago
Wladimir J. van der Laan
b40bdd6532
qt: Show also value for options overridden on command line
...
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.
11 years ago
Gregory Maxwell
1294cdc43f
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.
11 years ago
Gavin Andresen
1e13f57f56
Merge pull request #3849 from cozz/cozz2
...
Fix missing wallet lock in CWallet::SyncTransaction(..)
11 years ago
Wladimir J. van der Laan
74502e753b
Merge pull request #3846
...
3f2a017
[Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
11 years ago
Peter Todd
d3a33fc869
Test CHECKMULTISIG with m == 0 and n == 0
11 years ago
Peter Todd
b41e594773
Fix script test handling of empty scripts
...
Previously an empty script would evaluate to OP_0
11 years ago
Michagogo
9e2872c234
Adjust branding in datadir lock error message
11 years ago
Gavin Andresen
ca0b8acbf3
Merge pull request #3841 from schildbach/script-tests-OP_0
...
Add script test to prove that OP_0 evaluates as the empty vector.
11 years ago
Cozz Lovan
0fde3bbf07
[Qt] Fill in label from address book also for URIs
11 years ago
Gavin Andresen
1725e6a01f
Merge pull request #3808 from paveljanik/master
...
DOC: Update the list of threads to the current state.
11 years ago
Cozz Lovan
53d56881a8
Fix missing wallet lock in CWallet::SyncTransaction(..)
11 years ago
Philip Kaufmann
2b45345aac
minor style cleanups
11 years ago
Wladimir J. van der Laan
fbdf4e5efa
Merge pull request #3844
...
c52c4e5
qt: Make it possible again to specify -testnet in config file (Wladimir J. van der Laan)
11 years ago
Gavin Andresen
669264c176
Merge branch 'match_relay_fee' of git://github.com/mikehearn/bitcoin
11 years ago
Cozz Lovan
3f2a0172f5
[Qt] Fix coin control qt5 checkbox bug in tree mode
11 years ago