- 21 Mar, 2014 4 commits
-
-
Wladimir J. van der Laan authored
b8edf6c0 Qt: Fix ESC in disablewallet mode (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
7211bceb Consistent use of 'sudo' in unix build doc (Mikael Wikman)
-
Wladimir J. van der Laan authored
8c29273f [QT] Fixes feel when resizing the last column on tables (issue #2862) (gubatron)
-
gubatron authored
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);
-
- 20 Mar, 2014 8 commits
-
-
Wladimir J. van der Laan authored
5c80b9a7 build: build qt tests after qt libs/executable (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
01e5327c build: hook up "make deploy" for cross osx builds (Cory Fields) c4a10dbb build: ensure the correct strip is used for osx/win32 (Cory Fields) b62bbb1f build: if cross-compiling for an apple host, locate some additional tools (Cory Fields) 0f21d39f build: fix qt.conf case-sensitivity in the deployed dmg (Cory Fields) 275d6a31 build: allow correct tools to be used for dmg creation. (Cory Fields)
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
This should be safe to do for native builds too, but for now it's specific to cross-builds to avoid possible regressions.
-
Cory Fields authored
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.
-
Cory Fields authored
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.
-
Wladimir J. van der Laan authored
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.
-
- 19 Mar, 2014 4 commits
-
-
Mikael Wikman authored
-
Gavin Andresen authored
-
Jeff Garzik authored
-
Wladimir J. van der Laan authored
74f66a5e Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16)) (Meeh)
-
- 18 Mar, 2014 5 commits
-
-
Gregory Maxwell authored
Add licenses for tests and test data
-
Meeh authored
-
Wladimir J. van der Laan authored
Fixes issue #3854
-
Wladimir J. van der Laan authored
- 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
-
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)
-