- 29 Mar, 2014 1 commit
-
-
Wladimir J. van der Laan authored
c17f0a58 [Qt] remove space from translation of client bitness (Philip Kaufmann)
-
- 28 Mar, 2014 1 commit
-
-
Wladimir J. van der Laan authored
1d46fe33 'sendrawtransaction' improvements (Wladimir J. van der Laan)
-
- 27 Mar, 2014 8 commits
-
-
Wladimir J. van der Laan authored
5409404d add constant for shared (GUI/core) -par settings (Philip Kaufmann)
-
Wladimir J. van der Laan authored
- Make it report the reject code and reason - Make it possible to re-send transactions that are already in the mempool
-
Philip Kaufmann authored
- introduce DEFAULT_SCRIPTCHECK_THREADS in main.h - only show values from -"MAX_HW_THREADS" up to 16 for -par, as it makes no sense to try to leave more "cores free" than the system supports anyway - use the new constant in optionsdialog and remove defaults from .ui file
-
Wladimir J. van der Laan authored
a486abd4 replace custom GetFilesize() with boost::filesystem::file_size() (Philip Kaufmann)
-
Wladimir J. van der Laan authored
3e0753b0 always show syncnode in getpeerinfo (fixes #2717) (Philip Kaufmann)
-
Wladimir J. van der Laan authored
7398f4a7 improve command-line options output (Cozz Lovan)
-
Wladimir J. van der Laan authored
cfe4cad9 [Qt] fix style, formating, comment and indentation problems (Philip Kaufmann)
-
Philip Kaufmann authored
- introduced by #3920
-
- 26 Mar, 2014 4 commits
-
-
Wladimir J. van der Laan authored
dfd39962 Remove duplicate from src/makefile.am (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
3cb1edbf Update moved and dead links (Luke Dashjr)
-
Wladimir J. van der Laan authored
c61fe441 qt: Only override -datadir if different from the default (Wladimir J. van der Laan) 7e591c19 qt: Do proper boost::path conversion (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
chainparams.cpp should not be in both libbitcoin_common and libbitcoin_server. Also re-sort the sources list.
-
- 25 Mar, 2014 4 commits
-
-
Cozz Lovan authored
-
Wladimir J. van der Laan authored
Fixes #3905.
-
Wladimir J. van der Laan authored
Convert from QString unicode from/to the OS-dependent locale as used by boost::filesystem::path as needed. Solves #3916.
-
Wladimir J. van der Laan authored
Building the tests was giving some vague error message about a doubly-defined symbol. The solution is to define ShutdownRequested in test_bitcoin.cpp as well so that init.cpp does not get pulled in.
-
- 24 Mar, 2014 2 commits
-
-
Luke Dashjr authored
-
Gavin Andresen authored
Taught bitcoind to close the HTTP connection after it gets a 'stop' command, to make it easier for the regression tests to cleanly stop. Move bitcoinrpc files to correct location. Tidied up the python-based regression tests.
-
- 23 Mar, 2014 1 commit
-
-
Wladimir J. van der Laan authored
ab1edd44 [Qt] Fix enable/disable show and remove buttons (Cozz Lovan)
-
- 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 13 commits
-
-
Cozz Lovan authored
-
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)
-
Philip Kaufmann authored
- its rather easy to leave out the space on Transifex, so remove it from the string
-
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 4 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
-