- 22 Mar, 2014 2 commits
-
-
Wladimir J. van der Laan authored
6540025f Remove stale and redundant src/.gitignore file (Chris Beams)
-
Chris Beams authored
This commit removes completely the src/.gitignore file, given that the precedent for ignoring artifacts within the `src` directory is to add entries for them to the root .gitignore file. Note also that the lone entry in src/.gitignore is stale anyway. As of the switch to Autotools in 35b8af92, the build no longer build creates artifacts in `src/test_bitcoin`. They are now written to `src/test/test_bitcoin`, and this latter path is already ignored in the root .gitignore file.
-
- 21 Mar, 2014 11 commits
-
-
Wladimir J. van der Laan authored
c337e2e9 Update gitian README.md (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
- bump version to 0.9.99 - exclude leveldb and json - include call and caller graphs in the documentation.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
78859073 qt: translation update (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
9e2872c2 Adjust branding in datadir lock error message (Michagogo) d30d379b Slightly tweak error when unable to bind port (Michagogo)
-
Wladimir J. van der Laan authored
16d281ba [Qt] add expert section to wallet tab in optionsdialog (Cozz Lovan)
-
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 6 commits
-
-
Gregory Maxwell authored
Add licenses for tests and test data
-
Meeh authored
-
Wladimir J. van der Laan authored
Fixes issue #3854
-
Cozz Lovan authored
-
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 4 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.
-