Commit graph

5792 commits

Author SHA1 Message Date
Wladimir J. van der Laan
252ece1830 Fix typo in createmultisig help
iCreateMultisig is not a thing.

[Also dogeify it]
2014-05-26 19:26:14 +02:00
Wladimir J. van der Laan
a1b637a4d9 Organize RPCCommands table 2014-05-26 19:01:54 +02:00
Wladimir J. van der Laan
75b762fe13 qt: Don't require db_cxx.h when wallet disabled
Fix #3978.
2014-05-26 19:00:02 +02:00
Wladimir J. van der Laan
02617c7dcd doc: Add note about memory reqs for compilation 2014-05-26 18:59:12 +02:00
Wladimir J. van der Laan
58a49fea2f build: improve missing boost error reporting 2014-05-26 18:57:48 +02:00
Wladimir J. van der Laan
a8f53a2a28 Fix printblocktree output (bitcoin/bitcoin@af4c2ac8ce) 2014-05-26 18:54:49 +02:00
Bardi Harborow
26d3a89b1c nHighTransactionFeeWarning (bitcoin/bitcoin@ffeb47366d) 2014-05-26 18:52:13 +02:00
langerhans
e5d71803d7 Merge pull request #534 from langerhans/btc-0.9.2-batch-2
BTC 0.9.2 batch 2
2014-05-26 14:01:01 +02:00
langerhans
af86d72a64 s/bit/doge in comment 2014-05-26 12:32:34 +02:00
Yoichi Hirai
b4c8ca4f7e remove an assignment which is never used. 2014-05-25 18:58:11 +02:00
Wladimir J. van der Laan
6510c1ef3a 'sendrawtransaction' improvements
- Make it report the reject code and reason
- Make it possible to re-send transactions that are already in the mempool
2014-05-25 18:57:45 +02:00
Pieter Wuille
30f5429536 Per-peer block download tracking and stalled download detection.
Keep track of which block is being requested (and to be requested) from
each peer, and limit the number of blocks in-flight per peer. In addition,
detect stalled downloads, and disconnect if they persist for too long.

This means blocks are never requested twice, and should eliminate duplicate
downloads during synchronization.
2014-05-25 18:56:47 +02:00
Philip Kaufmann
79a331b05c add constant for shared GUI core par settings. 2014-05-25 18:41:57 +02:00
Philip Kaufmann
d7c3df5b61 Fix formatting 2014-05-25 18:31:44 +02:00
gubatron
ddaef95da7 [QT] Fixes feel when resizing the last column on tables (issue #2862)
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-05-25 18:22:55 +02:00
Haakon Nilsen
79b5e762cf qt: Enable and disable the Show and Remove buttons for requested payments history
based on whether any entry is selected.
2014-05-25 18:22:23 +02:00
Wladimir J. van der Laan
a67c57889a Remove duplicate from src/makefile.am
chainparams.cpp should not be in both libbitcoin_common and
libbitcoin_server. Also re-sort the sources list.
2014-05-25 18:13:56 +02:00
Cozz Lovan
836eca6b2f Improve command line options output 2014-05-25 18:11:40 +02:00
Wladimir J. van der Laan
85f6c2b70d qt: Only override -datadir if different from the default
Fixes #3905.
2014-05-25 18:05:08 +02:00
Wladimir J. van der Laan
c805f0b799 qt: Do proper boost::path conversion
Convert from QString unicode from/to the OS-dependent locale
as used by boost::filesystem::path as needed.

Solves #3916.
2014-05-25 18:04:27 +02:00
Wladimir J. van der Laan
c88b4903c1 Fix test build after d138598
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.
2014-05-25 18:03:15 +02:00
Luke Dashjr
a4797f9bdb Update moved and dead links 2014-05-25 18:02:48 +02:00
Gavin Andresen
c26c37e554 Fix regression tests
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.
2014-05-25 18:01:33 +02:00
Andrea D'Amore
388676d3ac fix permissions in application bundle
Use INSTALL_DATA rather than INSTALL for copying non executable files in
OS X application bundle.

Tested by running "all appbundle" make target and trying the resulting
application bundle, host system is OS X 10.9.2 .
2014-05-25 17:57:47 +02:00
Isidoro Ghezzi
027432787b RPC command getmininginfo showing right genproclimit 2014-05-25 17:56:49 +02:00
Chris Beams
c29370420c Remove stale gitignore 2014-05-25 17:56:17 +02:00
Chris Beams
ec646db8d9 Ignore temporary object files
Prior to this change, `git status` would report untracked files of the
following sort if run during a build:

    ?? src/rpcprotocol.o-e628def3

These files should be explicitly ignored not only because they are a
nuisance, but given that they appear and disappear quickly, they may be
inadvertently added to the index even if one has been careful to check
for untracked files with `git status` prior to a `git add .`.
2014-05-25 17:54:00 +02:00
Wladimir J. van der Laan
8b49e71470 Translation update (from bitcoin/bitcoin@788590736d) 2014-05-24 22:28:49 +02:00
Philip Kaufmann
0ad5389437 [Qt] remove space from translation of client bitness
- its rather easy to leave out the space on Transifex, so remove it from
  the string
2014-05-24 19:04:50 +02:00
langerhans
397468bf43 Adjust last commit for doge 2014-05-24 19:03:41 +02:00
Cory Fields
ef2f9b412c build: hook up "make deploy" for cross osx builds 2014-05-24 18:46:32 +02:00
Cory Fields
60b8cfbf68 build: ensure the correct strip is used for osx/win32 2014-05-24 18:46:12 +02:00
Cory Fields
b0a57a5fd4 build: if cross-compiling for an apple host, locate some additional tools
This should be safe to do for native builds too, but for now it's
specific to cross-builds to avoid possible regressions.
2014-05-24 18:46:06 +02:00
Cory Fields
651e7bbb78 build: fix qt.conf case-sensitivity in the deployed dmg
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-05-24 18:44:07 +02:00
Cory Fields
c28ab4fb4d build: allow correct tools to be used for dmg creation.
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-05-24 18:43:29 +02:00
peryaudo
492b53c8fe Fix bloom filter not to use bit_mask 2014-05-24 18:42:01 +02:00
Wladimir J. van der Laan
cd7fd7196d Qt: Fix ESC in disablewallet mode
Fixes issue #3854
2014-05-24 18:38:00 +02:00
Cozz Lovan
2221230e7d [Qt] add expert section to wallet tab in optionsdialog 2014-05-24 18:36:27 +02:00
Wladimir J. van der Laan
9fd1acceba qt: Show weeks as well as years behind for long timespans
Closes #3811.
2014-05-24 18:09:12 +02:00
langerhans
2f1c2eab52 Merge pull request #527 from rnicoll/1.7.2-dev-confirm
Increase recommended number of confirmations from 3 to 6
2014-05-24 17:16:25 +02:00
Ross Nicoll
574c325d6c Merge pull request #2 from patricklodder/1.7.2-dev-confirms
also revert the 'clock display' back to 6 confirms
2014-05-21 18:03:12 +01:00
langerhans
2fc2cac5d5 Merge pull request #523 from leofidus/1.7-icon
change icons to version with 7 images
2014-05-21 07:54:05 +02:00
langerhans
c3d9b51c93 Merge pull request #528 from leofidus/fontfallback
add fallback font
2014-05-21 07:53:06 +02:00
Jannis Froese
a728425814
add fallback font 2014-05-19 21:49:27 +02:00
langerhans
ec4de4e5fd Merge pull request #524 from langerhans/1.7.2-coincontrol
CoinControl red label at 5kb instead of 1kb
2014-05-19 19:39:30 +02:00
langerhans
4a707dc74f Updated coincontrol tooltips 2014-05-19 19:33:33 +02:00
langerhans
79cd57af87 Merge pull request #525 from rnicoll/1.7.2-dev
Merge Bitcoin 0.9.2 patches into Dogecoin
2014-05-19 14:28:28 +02:00
Patrick Lodder
57c23c1a8c also revert the 'clock display' back to 6 confirms 2014-05-19 10:35:33 +04:00
Ross Nicoll
291a8eac7c
Increase recommended number of confirmations from 3 to 6. 2014-05-18 23:06:42 +01:00
Cozz Lovan
0199504d80 Fix importwallet nTimeFirstKey 2014-05-18 22:38:35 +01:00