]>
Git Repo - VerusCoin.git/log
Wladimir J. van der Laan [Fri, 21 Mar 2014 07:32:34 +0000 (08:32 +0100)]
Merge pull request #3906
7211bce Consistent use of 'sudo' in unix build doc (Mikael Wikman)
Wladimir J. van der Laan [Fri, 21 Mar 2014 07:00:57 +0000 (08:00 +0100)]
Merge pull request #3920
8c29273 [QT] Fixes feel when resizing the last column on tables (issue #2862) (gubatron)
gubatron [Fri, 21 Mar 2014 05:45:47 +0000 (01:45 -0400)]
[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);
Wladimir J. van der Laan [Thu, 20 Mar 2014 17:35:13 +0000 (18:35 +0100)]
Merge pull request #3917
5c80b9a build: build qt tests after qt libs/executable (Wladimir J. van der Laan)
Wladimir J. van der Laan [Thu, 20 Mar 2014 17:13:51 +0000 (18:13 +0100)]
Merge pull request #3885
01e5327 build: hook up "make deploy" for cross osx builds (Cory Fields)
c4a10db build: ensure the correct strip is used for osx/win32 (Cory Fields)
b62bbb1 build: if cross-compiling for an apple host, locate some additional tools (Cory Fields)
0f21d39 build: fix qt.conf case-sensitivity in the deployed dmg (Cory Fields)
275d6a3 build: allow correct tools to be used for dmg creation. (Cory Fields)
Cory Fields [Fri, 6 Dec 2013 23:13:25 +0000 (18:13 -0500)]
build: hook up "make deploy" for cross osx builds
Cory Fields [Fri, 6 Dec 2013 23:12:19 +0000 (18:12 -0500)]
build: ensure the correct strip is used for osx/win32
Cory Fields [Fri, 6 Dec 2013 23:11:03 +0000 (18:11 -0500)]
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.
Cory Fields [Sun, 16 Mar 2014 20:12:52 +0000 (16:12 -0400)]
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.
Cory Fields [Fri, 6 Dec 2013 23:08:53 +0000 (18:08 -0500)]
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.
Wladimir J. van der Laan [Thu, 20 Mar 2014 16:32:11 +0000 (17:32 +0100)]
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.
Mikael Wikman [Wed, 19 Mar 2014 20:33:13 +0000 (21:33 +0100)]
Consistent use of 'sudo' in unix build doc
Gavin Andresen [Wed, 19 Mar 2014 15:18:18 +0000 (11:18 -0400)]
0.9.0 release notes
Jeff Garzik [Wed, 19 Mar 2014 14:51:57 +0000 (10:51 -0400)]
doc/README.md: remove 'rc' label for 0.9.0 version, in title
Wladimir J. van der Laan [Wed, 19 Mar 2014 08:24:08 +0000 (09:24 +0100)]
Merge pull request #3895
74f66a5 Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16)) (Meeh)
Gregory Maxwell [Tue, 18 Mar 2014 22:24:40 +0000 (15:24 -0700)]
Merge pull request #3891 from laanwj/2014_03_tests_license_mit
Add licenses for tests and test data
Meeh [Tue, 18 Mar 2014 21:54:47 +0000 (22:54 +0100)]
Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16))
Wladimir J. van der Laan [Tue, 18 Mar 2014 09:11:00 +0000 (10:11 +0100)]
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
Wladimir J. van der Laan [Tue, 18 Mar 2014 08:03:42 +0000 (09:03 +0100)]
Merge pull request #3855
0fde3bb [Qt] Fill in label from address book also for URIs (Cozz Lovan)
Wladimir J. van der Laan [Mon, 17 Mar 2014 09:34:14 +0000 (10:34 +0100)]
Merge pull request #3867
b40bdd6 qt: Show also value for options overridden on command line (Wladimir J. van der Laan)
Wladimir J. van der Laan [Mon, 17 Mar 2014 09:17:21 +0000 (10:17 +0100)]
Merge pull request #3874
caee92d qt: Enable and disable the Show and Remove buttons for requested payments history based on whether any entry is selected. (Haakon Nilsen)
Wladimir J. van der Laan [Sun, 16 Mar 2014 10:04:38 +0000 (11:04 +0100)]
Merge pull request #3881
a22e9a3 build: fix explicit --disable-qt-dbus (Cory Fields)
Wladimir J. van der Laan [Sun, 16 Mar 2014 10:02:59 +0000 (11:02 +0100)]
Merge pull request #3878
da0b9d4 Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit
e484743 " (Johnathan Corgan)
Cory Fields [Sun, 16 Mar 2014 01:33:49 +0000 (21:33 -0400)]
build: fix explicit --disable-qt-dbus
It worked in the auto/yes cases, but an explicit disable actually forced
it on.
Johnathan Corgan [Sat, 15 Mar 2014 20:20:13 +0000 (13:20 -0700)]
Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit
e484743 "
This reverts commit
260cf5c0a4754be39b05f6a247b8a354de7eced6 .
Wladimir J. van der Laan [Sat, 15 Mar 2014 15:39:50 +0000 (16:39 +0100)]
Merge pull request #3876
a1465ac qt: Show weeks as well as years behind for long timespans (Wladimir J. van der Laan)
Wladimir J. van der Laan [Sat, 15 Mar 2014 09:23:54 +0000 (10:23 +0100)]
Merge pull request #3650
2b45345 minor style cleanups (Philip Kaufmann)
Wladimir J. van der Laan [Sat, 15 Mar 2014 09:13:37 +0000 (10:13 +0100)]
qt: Show weeks as well as years behind for long timespans
Closes #3811.
philsong [Wed, 12 Mar 2014 06:17:35 +0000 (14:17 +0800)]
qt: change CT_NOW string to CT_NEW in log message
Closes #3852.
Rebased-By: Wladimir J. van der Laan <[email protected] >
Rebased-From:
5f2907a ,
88d3df4
Wladimir J. van der Laan [Sat, 15 Mar 2014 06:41:01 +0000 (07:41 +0100)]
Merge pull request #3871
b51700a [Qt] Dont set table color in coin control (Cozz Lovan)
Haakon Nilsen [Fri, 14 Mar 2014 23:41:23 +0000 (00:41 +0100)]
qt: Enable and disable the Show and Remove buttons for requested payments history
based on whether any entry is selected.
Gavin Andresen [Fri, 14 Mar 2014 16:43:53 +0000 (12:43 -0400)]
Merge pull request #3868 from gmaxwell/minfeeinfo
Add a "relayfee" field to getinfo.
Cozz Lovan [Fri, 14 Mar 2014 12:41:51 +0000 (13:41 +0100)]
[Qt] Dont set table color in coin control
Thomas Zander [Thu, 13 Mar 2014 17:15:51 +0000 (18:15 +0100)]
Update docs about boost on unix
Wladimir J. van der Laan [Fri, 14 Mar 2014 06:22:59 +0000 (07:22 +0100)]
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.
Gregory Maxwell [Fri, 14 Mar 2014 06:22:18 +0000 (23:22 -0700)]
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.
Gavin Andresen [Thu, 13 Mar 2014 15:43:25 +0000 (11:43 -0400)]
Merge pull request #3849 from cozz/cozz2
Fix missing wallet lock in CWallet::SyncTransaction(..)
Wladimir J. van der Laan [Thu, 13 Mar 2014 14:19:14 +0000 (15:19 +0100)]
Merge pull request #3846
3f2a017 [Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
Gavin Andresen [Wed, 12 Mar 2014 19:12:08 +0000 (15:12 -0400)]
Merge pull request #3841 from schildbach/script-tests-OP_0
Add script test to prove that OP_0 evaluates as the empty vector.
Cozz Lovan [Wed, 12 Mar 2014 16:03:56 +0000 (17:03 +0100)]
[Qt] Fill in label from address book also for URIs
Gavin Andresen [Wed, 12 Mar 2014 15:09:08 +0000 (11:09 -0400)]
Merge pull request #3808 from paveljanik/master
DOC: Update the list of threads to the current state.
Cozz Lovan [Sun, 9 Mar 2014 11:41:22 +0000 (12:41 +0100)]
Fix missing wallet lock in CWallet::SyncTransaction(..)
Philip Kaufmann [Mon, 10 Feb 2014 15:31:06 +0000 (16:31 +0100)]
minor style cleanups
Wladimir J. van der Laan [Tue, 11 Mar 2014 16:03:08 +0000 (17:03 +0100)]
Merge pull request #3844
c52c4e5 qt: Make it possible again to specify -testnet in config file (Wladimir J. van der Laan)
Gavin Andresen [Tue, 11 Mar 2014 15:20:07 +0000 (11:20 -0400)]
Merge branch 'match_relay_fee' of git://github.com/mikehearn/bitcoin
Cozz Lovan [Tue, 11 Mar 2014 12:42:00 +0000 (13:42 +0100)]
[Qt] Fix coin control qt5 checkbox bug in tree mode
Wladimir J. van der Laan [Tue, 11 Mar 2014 08:17:44 +0000 (09:17 +0100)]
Merge pull request #3696
c4656e0 Add progress to initial display of latest block downloaded. (R E Broadley)
75b8953 Display progress of rescan. (R E Broadley)
Wladimir J. van der Laan [Tue, 11 Mar 2014 07:32:07 +0000 (08:32 +0100)]
qt: Make it possible again to specify -testnet in config file
Changes for the datadir chooser have made it impossible to specify
the network (testnet/regtest) in the configuration file for the GUI.
Reorganize the initialization sequence to make this possible again.
- Moves the "datadir" QSetting so that is no longer dependent on the
network-specific application name (doing otherwise would create a
chicken-and-egg problem).
- Re-initialize translations after choosing network. There may be a
different language configured in network-specific settings
(slim chance, but handle it for sanity).
Fixes point 1 of #3840.
Andreas Schildbach [Mon, 10 Mar 2014 23:16:22 +0000 (00:16 +0100)]
Add script test to prove that OP_0 evaluates as the empty vector, rather than [0].
Mike Hearn [Mon, 10 Mar 2014 17:59:12 +0000 (18:59 +0100)]
Make mining fee policy match relay fee policy.
This resolves a case in which a mismatch could be used to bloat up the
mempool by sending transactions that pay enough fee to relay, but not
to be mined, with the default policies.
Jeff Garzik [Mon, 10 Mar 2014 17:37:03 +0000 (13:37 -0400)]
Merge pull request #3717 from djpnewton/wallet-txcount
add getwalletinfo RPC call with wallet transaction count
Wladimir J. van der Laan [Mon, 10 Mar 2014 16:02:17 +0000 (17:02 +0100)]
qt: Remove control characters from ko_KR translation
Last Transifex pull (
064a690 ) introduced a few control characters
into the Korean translation, which sometimes causes the build to fail.
Manually remove these characters for now to get the build working --
they should still be removed at Transifex too.
Wladimir J. van der Laan [Mon, 10 Mar 2014 15:32:39 +0000 (16:32 +0100)]
Merge pull request #3815
5283410 Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)
Wladimir J. van der Laan [Mon, 10 Mar 2014 13:25:54 +0000 (14:25 +0100)]
Merge pull request #3829
a75cacd doc/build-unix.md use github flavored md for table (Torstein Husebø)
Wladimir J. van der Laan [Mon, 10 Mar 2014 13:22:11 +0000 (14:22 +0100)]
Merge pull request #3835
064a690 Transifex pull pre-0.9.0rc3/final (Wladimir J. van der Laan)
Wladimir J. van der Laan [Mon, 10 Mar 2014 13:15:46 +0000 (14:15 +0100)]
Transifex pull pre-0.9.0rc3/final
Torstein Husebø [Sat, 8 Mar 2014 21:07:59 +0000 (22:07 +0100)]
doc/build-unix.md use github flavored md for table
Wladimir J. van der Laan [Mon, 10 Mar 2014 12:22:29 +0000 (13:22 +0100)]
Merge pull request #3514
f59d8f0 Per-peer block download tracking and stalled download detection. (Pieter Wuille)
Wladimir J. van der Laan [Mon, 10 Mar 2014 11:34:47 +0000 (12:34 +0100)]
Merge pull request #3833
f5f157b add --enable-debug for configure (daniel)
daniel [Tue, 4 Mar 2014 05:52:42 +0000 (13:52 +0800)]
add --enable-debug for configure
Wladimir J. van der Laan [Mon, 10 Mar 2014 09:04:50 +0000 (10:04 +0100)]
qt: Adjust BLOCK_CHAIN_SIZE to 20GB
This increases the space requirement for selecting a data directory in
the UI.
As suggested by @bardiharborow, fixes #3830.
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:37:03 +0000 (09:37 +0100)]
Merge pull request #3685
8e29623 [Qt] show number of in/out connections in debug console (Philip Kaufmann)
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:34:44 +0000 (09:34 +0100)]
Merge pull request #3751
b881100 convert tabs to whitespace in bitrpc.py (Bryan Bishop)
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:34:03 +0000 (09:34 +0100)]
Merge pull request #3773
947e23d Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:33:12 +0000 (09:33 +0100)]
Merge pull request #3817
e935293 Minor code cleanup: remove indentation (Mark Friedenbach)
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:22:20 +0000 (09:22 +0100)]
Merge pull request #3823
89ec3a2 MainNet is the special case for the GUI (jtimon)
Mark Friedenbach [Fri, 7 Mar 2014 20:34:53 +0000 (12:34 -0800)]
Minor code cleanup: remove indentation
This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.
jtimon [Sat, 8 Mar 2014 06:59:30 +0000 (22:59 -0800)]
MainNet is the special case for the GUI
Wladimir J. van der Laan [Fri, 7 Mar 2014 16:11:52 +0000 (17:11 +0100)]
Remove unused includes of boost lexical_cast
We don't use lexical_cast anywhere, no need to include it.
Wladimir J. van der Laan [Fri, 7 Mar 2014 08:25:38 +0000 (09:25 +0100)]
Merge pull request #3796
16bfd68 update bash-completion for v0.9 (Christian von Roques)
Wladimir J. van der Laan [Fri, 7 Mar 2014 07:58:47 +0000 (08:58 +0100)]
Merge pull request #3768
fecba4e Total money limit test (Pieter Wuille)
Wladimir J. van der Laan [Fri, 7 Mar 2014 06:51:39 +0000 (07:51 +0100)]
Merge pull request #3805
8a6894c Log which wallet is used during init (Wladimir J. van der Laan)
Wladimir J. van der Laan [Thu, 6 Mar 2014 14:00:17 +0000 (15:00 +0100)]
Merge pull request #3809
1bcf81e gui: Prevent status icons from being cut off (Wladimir J. van der Laan)
Wladimir J. van der Laan [Thu, 6 Mar 2014 13:47:07 +0000 (14:47 +0100)]
gui: Prevent status icons from being cut off
After the Qt5 switch, status icons were being cut off by 1-2px.
Also fixes some other cases where the UI is slightly off mentioned in #3800.
Fixes #3800.
paveljanik [Wed, 5 Mar 2014 20:23:39 +0000 (21:23 +0100)]
Update the list of threads to the current state.
Wladimir J. van der Laan [Wed, 5 Mar 2014 18:39:34 +0000 (19:39 +0100)]
Merge pull request #3804
ba51c7d Fix null pointer in IsTrusted() (Cozz Lovan)
Wladimir J. van der Laan [Wed, 5 Mar 2014 15:15:04 +0000 (16:15 +0100)]
Log which wallet is used during init
Now that the wallet can be selected using -wallet it is important
to log which wallet is being used for later troubleshooting.
Cozz Lovan [Wed, 5 Mar 2014 14:05:44 +0000 (15:05 +0100)]
Fix null pointer in IsTrusted()
Pieter Wuille [Wed, 19 Feb 2014 00:54:11 +0000 (01:54 +0100)]
Total money limit test
Added bounds check by @il--ya.
Updated-by: Wladimir van der Laan <[email protected] >
Wladimir J. van der Laan [Wed, 5 Mar 2014 10:52:58 +0000 (11:52 +0100)]
Merge pull request #3798
2d2d8fa Clarify the error message when unable to bind to port (paveljanik)
094eeff Bitcoin is running fine... (paveljanik)
paveljanik [Wed, 5 Mar 2014 09:42:52 +0000 (10:42 +0100)]
Clarify the error message when unable to bind to port
paveljanik [Tue, 4 Mar 2014 23:02:18 +0000 (00:02 +0100)]
Bitcoin is running fine...
When bitcoind can't bind, bitcoin server (or Bitcoin Core Daemon) is probably already running. Add the missing word "server". Bitcoin itself is definitely running ;-)
Add _(...) so the string can be localized.
I apologize for such trivial changes, learning github interface.
Christian von Roques [Tue, 4 Mar 2014 16:24:59 +0000 (12:24 -0400)]
update bash-completion for v0.9
Recognize completable arguments of new and expanded commands.
Now that bitcoin-cli(1) exists, add completion for it as well.
Wladimir J. van der Laan [Tue, 4 Mar 2014 14:06:07 +0000 (15:06 +0100)]
Merge pull request #3784
dc01ba7 Fix coin control sorts date as text (Cozz Lovan)
Wladimir J. van der Laan [Tue, 4 Mar 2014 12:30:07 +0000 (13:30 +0100)]
build: Version bump to 0.9.99, disable IS_RELEASE
`master` is not a release. Use the same convention as before and label
these intermediate builds as x.x.99.
Cozz Lovan [Mon, 3 Mar 2014 03:16:42 +0000 (04:16 +0100)]
Fix coin control sorts date as text
Philip Kaufmann [Sun, 16 Feb 2014 18:48:27 +0000 (19:48 +0100)]
[Qt] show number of in/out connections in debug console
Wladimir J. van der Laan [Mon, 3 Mar 2014 08:41:18 +0000 (09:41 +0100)]
doc: Empty release notes for next release
Now that 0.9 is branched off, the new release notes for 0.10 or 0.11 or
1.0 should be added here.
Edits to preliminary 0.9.0 release notes should be made in the 0.9.0 branch.
Rune K. Svendsen [Sat, 1 Mar 2014 14:12:16 +0000 (15:12 +0100)]
Fix typo in doc/build-unix.md regarding building without UPnP
Wladimir J. van der Laan [Sat, 1 Mar 2014 08:33:49 +0000 (09:33 +0100)]
Merge pull request #3692
098316c English translation update (Wladimir J. van der Laan)
Wladimir J. van der Laan [Mon, 17 Feb 2014 13:33:34 +0000 (14:33 +0100)]
English translation update
A few new messages have been added since last update.
Wladimir J. van der Laan [Sat, 1 Mar 2014 07:46:27 +0000 (08:46 +0100)]
Merge pull request #3769
d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
Gavin Andresen [Fri, 28 Feb 2014 20:27:58 +0000 (15:27 -0500)]
Merge pull request #3744 from petertodd/document-isvalid-is-consensus-critical
Document that CPubKey.IsValid() is consensus critical
Gavin Andresen [Fri, 28 Feb 2014 20:27:43 +0000 (15:27 -0500)]
Merge pull request #3763 from gavinandresen/regression_tests
Python-based regression tests
Gavin Andresen [Wed, 26 Feb 2014 21:31:18 +0000 (16:31 -0500)]
Python-based regression tests
skeleton.py : a do-nothing test skeleton
listtransactions.py : start of regression test for listtransactions call
Gavin Andresen [Wed, 26 Feb 2014 20:07:33 +0000 (15:07 -0500)]
Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit
e484743
git-subtree-dir: qa/rpc-tests/python-bitcoinrpc
git-subtree-split:
e48474322de165212c5aa29574297e78b09df8d6
Gavin Andresen [Fri, 28 Feb 2014 20:17:28 +0000 (15:17 -0500)]
Merge pull request #3767 from laanwj/2014_02_tinyformat_errors_non_fatal
Make tinyformat errors raise an exception instead of assert()ing
Gavin Andresen [Fri, 28 Feb 2014 20:16:25 +0000 (15:16 -0500)]
Merge pull request #3694 from gavinandresen/vfspent
Remove CWalletTx::vfSpent
Gavin Andresen [Fri, 28 Feb 2014 20:13:16 +0000 (15:13 -0500)]
Merge pull request #3750 from gavinandresen/osx_minversion
Require OSX 10.6, 64-bit
Haakon Nilsen [Fri, 28 Feb 2014 19:39:45 +0000 (20:39 +0100)]
qttools5-dev is required in order to build with qt5 on debian and ubuntu
This page took 0.070161 seconds and 4 git commands to generate.