aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | [Qt] remove space from translation of client bitnessPhilip Kaufmann2014-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - its rather easy to leave out the space on Transifex, so remove it from the string
* | | | | | | | | Merge pull request #3730Wladimir J. van der Laan2014-03-282-16/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1d46fe3 'sendrawtransaction' improvements (Wladimir J. van der Laan)
| * | | | | | | | | 'sendrawtransaction' improvementsWladimir J. van der Laan2014-03-272-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make it report the reject code and reason - Make it possible to re-send transactions that are already in the mempool
* | | | | | | | | | Merge pull request #3698Wladimir J. van der Laan2014-03-275-20/+19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | 5409404 add constant for shared (GUI/core) -par settings (Philip Kaufmann)
| * | | | | | | | | add constant for shared (GUI/core) -par settingsPhilip Kaufmann2014-03-275-20/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | | | | Merge pull request #3603Wladimir J. van der Laan2014-03-273-21/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | a486abd replace custom GetFilesize() with boost::filesystem::file_size() (Philip Kaufmann)
| * | | | | | | | | replace custom GetFilesize() with boost::filesystem::file_size()Philip Kaufmann2014-03-033-21/+5
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3682Wladimir J. van der Laan2014-03-271-2/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e0753b always show syncnode in getpeerinfo (fixes #2717) (Philip Kaufmann)
| * | | | | | | | | | always show syncnode in getpeerinfo (fixes #2717)Philip Kaufmann2014-02-161-2/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3619Wladimir J. van der Laan2014-03-273-64/+94
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7398f4a improve command-line options output (Cozz Lovan)
| * | | | | | | | | | | improve command-line options outputCozz Lovan2014-03-253-64/+94
| | | | | | | | | | | |
* | | | | | | | | | | | [Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann2014-03-277-67/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - introduced by #3920
* | | | | | | | | | | | Merge pull request #3958Wladimir J. van der Laan2014-03-261-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dfd3996 Remove duplicate from src/makefile.am (Wladimir J. van der Laan)
| * | | | | | | | | | | | Remove duplicate from src/makefile.amWladimir J. van der Laan2014-03-261-2/+1
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chainparams.cpp should not be in both libbitcoin_common and libbitcoin_server. Also re-sort the sources list.
* | | | | | | | | | | | Merge pull request #3951Wladimir J. van der Laan2014-03-264-8/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3cb1edb Update moved and dead links (Luke Dashjr)
| * | | | | | | | | | | | Update moved and dead linksLuke Dashjr2014-03-244-8/+5
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | qt: Only override -datadir if different from the defaultWladimir J. van der Laan2014-03-251-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3905.
* | | | | | | | | | | | qt: Do proper boost::path conversionWladimir J. van der Laan2014-03-253-6/+47
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert from QString unicode from/to the OS-dependent locale as used by boost::filesystem::path as needed. Solves #3916.
* | | | | | | | | | | Fix test build after d138598Wladimir J. van der Laan2014-03-251-0/+5
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Fix regression testsGavin Andresen2014-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Merge pull request #3927Wladimir J. van der Laan2014-03-231-4/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ab1edd4 [Qt] Fix enable/disable show and remove buttons (Cozz Lovan)
| * | | | | | | | | | [Qt] Fix enable/disable show and remove buttonsCozz Lovan2014-03-211-4/+5
| | |_|_|_|/ / / / / | |/| | | | | | | |
* / | | | | | | | | Remove stale and redundant src/.gitignore fileChris Beams2014-03-221-3/+0
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 35b8af9, 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.
* | | | | | | | | qt: translation updateWladimir J. van der Laan2014-03-2155-7907/+11290
| | | | | | | | |
* | | | | | | | | Merge pull request #3806Wladimir J. van der Laan2014-03-212-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e2872c Adjust branding in datadir lock error message (Michagogo) d30d379 Slightly tweak error when unable to bind port (Michagogo)
| * | | | | | | | | Adjust branding in datadir lock error messageMichagogo2014-03-121-1/+1
| | | | | | | | | |
| * | | | | | | | | Slightly tweak error when unable to bind portMichagogo2014-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A slight improvement over 2d2d8fae3d8bc4e82dc631d93c6e19f954bbee04 -- we don't know that it's the daemon, it could be the GUI.
* | | | | | | | | | Merge pull request #3850Wladimir J. van der Laan2014-03-212-31/+30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16d281b [Qt] add expert section to wallet tab in optionsdialog (Cozz Lovan)
| * | | | | | | | | | [Qt] add expert section to wallet tab in optionsdialogCozz Lovan2014-03-182-31/+30
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3892Wladimir J. van der Laan2014-03-212-0/+8
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | b8edf6c Qt: Fix ESC in disablewallet mode (Wladimir J. van der Laan)
| * | | | | | | | | | Qt: Fix ESC in disablewallet modeWladimir J. van der Laan2014-03-182-0/+8
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #3854
* | | | | | | | | | [QT] Fixes feel when resizing the last column on tables (issue #2862)gubatron2014-03-216-27/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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);
* | | | | | | | | | build: build qt tests after qt libs/executableWladimir J. van der Laan2014-03-201-2/+2
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge pull request #3895Wladimir J. van der Laan2014-03-191-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74f66a5 Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16)) (Meeh)
| * | | | | | | | | Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16))Meeh2014-03-181-0/+1
| |/ / / / / / / /
* / / / / / / / / Add licenses for tests and test dataWladimir J. van der Laan2014-03-1837-13/+145
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | | Merge pull request #3855Wladimir J. van der Laan2014-03-181-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 0fde3bb [Qt] Fill in label from address book also for URIs (Cozz Lovan)
| * | | | | | | | [Qt] Fill in label from address book also for URIsCozz Lovan2014-03-121-2/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #3867Wladimir J. van der Laan2014-03-172-9/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b40bdd6 qt: Show also value for options overridden on command line (Wladimir J. van der Laan)
| * | | | | | | | | qt: Show also value for options overridden on command lineWladimir J. van der Laan2014-03-142-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Merge pull request #3874Wladimir J. van der Laan2014-03-173-0/+23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | caee92d qt: Enable and disable the Show and Remove buttons for requested payments history based on whether any entry is selected. (Haakon Nilsen)
| * | | | | | | | | | qt: Enable and disable the Show and Remove buttons for requested payments ↵Haakon Nilsen2014-03-153-0/+23
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | history based on whether any entry is selected.
* | | | | | | | | | build: fix explicit --disable-qt-dbusCory Fields2014-03-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It worked in the auto/yes cases, but an explicit disable actually forced it on.
* | | | | | | | | | Merge pull request #3876Wladimir J. van der Laan2014-03-152-5/+28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a1465ac qt: Show weeks as well as years behind for long timespans (Wladimir J. van der Laan)
| * | | | | | | | | | qt: Show weeks as well as years behind for long timespansWladimir J. van der Laan2014-03-152-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3811.
* | | | | | | | | | | Merge pull request #3650Wladimir J. van der Laan2014-03-153-11/+11
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | 2b45345 minor style cleanups (Philip Kaufmann)
| * | | | | | | | | | minor style cleanupsPhilip Kaufmann2014-03-113-11/+11
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | qt: change CT_NOW string to CT_NEW in log messagephilsong2014-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3852. Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From: 5f2907a, 88d3df4
* | | | | | | | | | Merge pull request #3871Wladimir J. van der Laan2014-03-151-4/+0
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | b51700a [Qt] Dont set table color in coin control (Cozz Lovan)
| * | | | | | | | | [Qt] Dont set table color in coin controlCozz Lovan2014-03-141-4/+0
| | |/ / / / / / / | |/| | | | | | |