aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-21Merge pull request #3926Wladimir J. van der Laan
c337e2e Update gitian README.md (Wladimir J. van der Laan)
2014-03-21doc: version bump DoxyfileWladimir J. van der Laan
- bump version to 0.9.99 - exclude leveldb and json - include call and caller graphs in the documentation.
2014-03-21Update gitian README.mdWladimir J. van der Laan
2014-03-21Merge pull request #3924Wladimir J. van der Laan
7885907 qt: translation update (Wladimir J. van der Laan)
2014-03-21qt: translation updateWladimir J. van der Laan
2014-03-21Merge pull request #3806Wladimir J. van der Laan
9e2872c Adjust branding in datadir lock error message (Michagogo) d30d379 Slightly tweak error when unable to bind port (Michagogo)
2014-03-21Merge pull request #3850Wladimir J. van der Laan
16d281b [Qt] add expert section to wallet tab in optionsdialog (Cozz Lovan)
2014-03-21Merge pull request #3892Wladimir J. van der Laan
b8edf6c Qt: Fix ESC in disablewallet mode (Wladimir J. van der Laan)
2014-03-21Merge pull request #3906Wladimir J. van der Laan
7211bce Consistent use of 'sudo' in unix build doc (Mikael Wikman)
2014-03-21Merge pull request #3920Wladimir J. van der Laan
8c29273 [QT] Fixes feel when resizing the last column on tables (issue #2862) (gubatron)
2014-03-21[QT] Fixes feel when resizing the last column on tables (issue #2862)gubatron
Re-submitting this pull request with a single commit. This patch introduces a GUIUtil class that is used when setting up the 2 tables we have so far on the Qt-GUI. In the past you could only resize the last column, which has BTC amounts from the right border of the column header, something that was rather unnatural. If a new table were ever to be added to the interface, fixing the last columns resizing behavior is rather simple. Just look at how we initialize here a TableViewLastColumnResizingFixer object when setting up the table header's behavior, and then how we override the resize event of the component (can be the table, or the dialog) and we invoke columnResizingFixer->stretchColumnWidth(columnIndex);
2014-03-20Merge pull request #3917Wladimir J. van der Laan
5c80b9a build: build qt tests after qt libs/executable (Wladimir J. van der Laan)
2014-03-20Merge pull request #3885Wladimir J. van der Laan
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)
2014-03-20build: hook up "make deploy" for cross osx buildsCory Fields
2014-03-20build: ensure the correct strip is used for osx/win32Cory Fields
2014-03-20build: if cross-compiling for an apple host, locate some additional toolsCory Fields
This should be safe to do for native builds too, but for now it's specific to cross-builds to avoid possible regressions.
2014-03-20build: fix qt.conf case-sensitivity in the deployed dmgCory Fields
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.
2014-03-20build: allow correct tools to be used for dmg creation.Cory Fields
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.
2014-03-20build: build qt tests after qt libs/executableWladimir J. van der Laan
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.
2014-03-19Consistent use of 'sudo' in unix build docMikael Wikman
2014-03-190.9.0 release notesGavin Andresen
2014-03-19doc/README.md: remove 'rc' label for 0.9.0 version, in titleJeff Garzik
2014-03-19Merge pull request #3895Wladimir J. van der Laan
74f66a5 Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16)) (Meeh)
2014-03-18Merge pull request #3891 from laanwj/2014_03_tests_license_mitGregory Maxwell
Add licenses for tests and test data
2014-03-18Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16))Meeh
2014-03-18Qt: Fix ESC in disablewallet modeWladimir J. van der Laan
Fixes issue #3854
2014-03-18[Qt] add expert section to wallet tab in optionsdialogCozz Lovan
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
- 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
2014-03-18Merge pull request #3855Wladimir J. van der Laan
0fde3bb [Qt] Fill in label from address book also for URIs (Cozz Lovan)
2014-03-17Merge pull request #3867Wladimir J. van der Laan
b40bdd6 qt: Show also value for options overridden on command line (Wladimir J. van der Laan)
2014-03-17Merge pull request #3874Wladimir J. van der Laan
caee92d qt: Enable and disable the Show and Remove buttons for requested payments history based on whether any entry is selected. (Haakon Nilsen)
2014-03-16Merge pull request #3881Wladimir J. van der Laan
a22e9a3 build: fix explicit --disable-qt-dbus (Cory Fields)
2014-03-16Merge pull request #3878Wladimir J. van der Laan
da0b9d4 Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743" (Johnathan Corgan)
2014-03-15build: fix explicit --disable-qt-dbusCory Fields
It worked in the auto/yes cases, but an explicit disable actually forced it on.
2014-03-15Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743"Johnathan Corgan
This reverts commit 260cf5c0a4754be39b05f6a247b8a354de7eced6.
2014-03-15Merge pull request #3876Wladimir J. van der Laan
a1465ac qt: Show weeks as well as years behind for long timespans (Wladimir J. van der Laan)
2014-03-15Merge pull request #3650Wladimir J. van der Laan
2b45345 minor style cleanups (Philip Kaufmann)
2014-03-15qt: Show weeks as well as years behind for long timespansWladimir J. van der Laan
Closes #3811.
2014-03-15qt: change CT_NOW string to CT_NEW in log messagephilsong
Closes #3852. Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 5f2907a, 88d3df4
2014-03-15Merge pull request #3871Wladimir J. van der Laan
b51700a [Qt] Dont set table color in coin control (Cozz Lovan)
2014-03-15qt: Enable and disable the Show and Remove buttons for requested payments ↵Haakon Nilsen
history based on whether any entry is selected.
2014-03-14Merge pull request #3868 from gmaxwell/minfeeinfoGavin Andresen
Add a "relayfee" field to getinfo.
2014-03-14[Qt] Dont set table color in coin controlCozz Lovan
2014-03-14Update docs about boost on unixThomas Zander
2014-03-14qt: Show also value for options overridden on command lineWladimir J. van der Laan
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.
2014-03-13Add a "relayfee" field to getinfo.Gregory Maxwell
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.
2014-03-13Merge pull request #3849 from cozz/cozz2Gavin Andresen
Fix missing wallet lock in CWallet::SyncTransaction(..)
2014-03-13Merge pull request #3846Wladimir J. van der Laan
3f2a017 [Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
2014-03-12Adjust branding in datadir lock error messageMichagogo
2014-03-12Merge pull request #3841 from schildbach/script-tests-OP_0Gavin Andresen
Add script test to prove that OP_0 evaluates as the empty vector.