Commit graph

3765 commits

Author SHA1 Message Date
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
Cozz Lovan 0199504d80 Fix importwallet nTimeFirstKey 2014-05-18 22:38:35 +01:00
Wladimir J. van der Laan e1ea400ba6 build: build qt tests after qt libs/executable
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.
2014-05-18 22:31:32 +01:00
Meeh bd290a92ce Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16)) 2014-05-18 22:27:58 +01:00
Wladimir J. van der Laan a66204eed2 Add licenses for tests and test data
- 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
2014-05-18 22:22:49 +01:00
philsong ef1a59f082 qt: change CT_NOW string to CT_NEW in log message
Closes #3852.

Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 5f2907a, 88d3df4
2014-05-18 22:18:07 +01:00
Ross Nicoll c626e64242
Updated client version 1.7.2 and marked it as non-release. 2014-05-18 17:04:45 +01:00
Cozz Lovan 39427de6dd [Qt] Dont set table color in coin control 2014-05-18 16:57:04 +01:00
Wladimir J. van der Laan 5eae0f2474 qt: Show also value for options overridden on command line
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.
2014-05-18 16:55:50 +01:00
Ross Nicoll 4a150faef2
Replaced references to "btc" with "doge". 2014-05-18 16:54:52 +01:00
Gregory Maxwell 874b7fb20d Add a "relayfee" field to getinfo.
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.

Conflicts:

	src/rpcmisc.cpp
2014-05-18 16:54:40 +01:00
Michagogo cff8ddb8f2 Adjust branding in datadir lock error message
Conflicts:

	src/init.cpp
2014-05-18 16:52:36 +01:00
Cozz Lovan 56e29d7688 [Qt] Fill in label from address book also for URIs 2014-05-18 16:51:45 +01:00
Cozz Lovan d7b38f956f Fix missing wallet lock in CWallet::SyncTransaction(..) 2014-05-18 16:51:16 +01:00
Philip Kaufmann 3e0de4da6b minor style cleanups
Conflicts:

	src/main.cpp
2014-05-18 16:50:24 +01:00
Cozz Lovan c2b913f10d [Qt] Fix coin control qt5 checkbox bug in tree mode 2014-05-18 16:40:49 +01:00
langerhans 08099f6226 Fee warining at 5000 Bytes as it was in 1.6. 2014-05-18 16:14:30 +02:00
Jannis Froese 08dfa3ab81 change icons to version with 7 images 2014-05-17 21:17:59 +02:00
Jannis Froese c53bc1429b
change splash screen image 2014-05-10 20:45:47 +02:00
mahongbin 9490873d43 Update bitcoin_zh_CN.ts 2014-05-09 20:54:22 +08:00
Jannis Froese 3d2f52eb11
change step value for amount input fields to 1 DOGE 2014-05-08 22:21:14 +02:00
langerhans 887798122c Merge pull request #503 from leofidus/fee-tests
add unit tests for GetMinFee
2014-05-04 17:57:08 +02:00
Jannis Froese 78ed897c4a remove unit tests for new fee mode 2014-05-04 17:40:32 +02:00
langerhans aecf0170a9 Revert "don't send feeless transactions"
This reverts commit 9a2f7a86fc.
2014-05-04 17:02:08 +02:00
langerhans 9b3def818a Merge pull request #502 from patricklodder/1.7-dev-3-req-conf
3 'required' confirmations for Qt
2014-05-04 16:43:27 +02:00
Ross Nicoll 8a2a965df0 Merge pull request #505 from patricklodder/1.7-dev-qt-nl
improved NL translation for qt client
2014-05-04 13:55:24 +01:00
Patrick Lodder 10edee0d59 improved NL translation for qt client 2014-05-04 16:12:30 +04:00
Patrick Lodder 4592518fcd fix zh_CN.ts closing tag 2014-05-04 11:43:27 +04:00
mahongbin c7e7c5f8e9 Update bitcoin_zh_CN.ts 2014-05-04 11:40:35 +04:00
Jannis Froese d2d6a97340 add unit tests for GetMinFee 2014-05-04 01:31:43 +02:00
Patrick Lodder d4f2e05e94 Changing the progress display to match 3 confirms
if 3=6 then 1=2 and 2=4
2014-05-04 00:45:54 +04:00
Patrick Lodder 23e3eef7fc Require 3 confirmations like in 1.6 2014-05-04 00:45:32 +04:00
langerhans 5e2a4570e3 Merge pull request #496 from leofidus/1.7-fees
fee changes
2014-05-02 22:45:46 +02:00
Jannis Froese 96c3be0fa1 move GetPoWHash to CBlockHeader class 2014-05-02 19:55:18 +02:00
Jannis Froese 9a2f7a86fc don't send feeless transactions 2014-05-01 21:10:19 +02:00
Jannis Froese 5c8ab69b63 refactor GetMinFee to remove dead code 2014-05-01 21:08:26 +02:00
langerhans 89c25c96fc Merge pull request #493 from rnicoll/1.7-dev-rc
Prepare development branch for release candidate
2014-04-29 11:14:24 +02:00
Ross Nicoll c7080be8ca
Marked build as production read and removed beta tag in preparation for RC release. 2014-04-29 00:58:51 +01:00
Ross Nicoll e2f9c4bf9e
Corrected timestamp on most recent checkpoint block; previous epoch value was incorrect
when calculating timestamp.
2014-04-28 20:43:45 +01:00
Ross Nicoll fd92b893f9
Inserted checkpoints through the 100k-200k block range, with emphasis on the 145k
(hard fork) and 200k (second reward halving) blocks.
2014-04-28 20:16:18 +01:00
langerhans d2b27b562e Merge pull request #491 from rnicoll/1.7-dev-no-payment
Disable payment protocol pending further assessment and potential rework
2014-04-28 19:42:03 +02:00
Ross Nicoll 725860440c
Replaced tabs with spaces. 2014-04-27 19:56:13 +01:00
Ross Nicoll 5967654730
Disable payment protocol pending further assessment and potential rework. 2014-04-27 19:51:21 +01:00
Ross Nicoll 657a287ddb Merge pull request #490 from leofidus/1.7-subsidy-limit-test
fixed subsidy limit unittest
2014-04-24 23:17:57 +01:00
Jannis Froese 32ff658b53 fixed subsidy limit test 2014-04-24 23:34:18 +02:00
langerhans bcce1e6b42 Fix doubled alerts in alert tests causing them to fail 2014-04-24 21:59:40 +02:00