]>
Git Repo - VerusCoin.git/log
Wladimir J. van der Laan [Sat, 16 Nov 2013 08:16:46 +0000 (09:16 +0100)]
Merge pull request #3255
309f796 [Qt] make most Windows appear centered on main GUI (Philip Kaufmann)
Wladimir J. van der Laan [Fri, 15 Nov 2013 12:56:39 +0000 (13:56 +0100)]
Merge pull request #3258
fabba0e orphan spaces cleanup ;-) (Philip Kaufmann)
Philip Kaufmann [Fri, 15 Nov 2013 11:24:34 +0000 (12:24 +0100)]
orphan spaces cleanup ;-)
Wladimir J. van der Laan [Fri, 15 Nov 2013 07:59:05 +0000 (23:59 -0800)]
Merge pull request #3252 from laanwj/2013_11_transifex_pull
qt: language update from transifex
Wladimir J. van der Laan [Fri, 15 Nov 2013 07:57:24 +0000 (23:57 -0800)]
Merge pull request #3248 from laanwj/2013_11_overviewpage_align
qt: align amounts on overview page to the right
Philip Kaufmann [Thu, 14 Nov 2013 18:47:45 +0000 (19:47 +0100)]
[Qt] make most Windows appear centered on main GUI
- remove default value for parent variable in dialogs, which should appear
centered over main GUI and pass appropriate value
- add some addition NULL pointer checks
Wladimir J. van der Laan [Thu, 14 Nov 2013 13:58:06 +0000 (14:58 +0100)]
qt: language update from transifex
Adds three new languages:
- de_AT: German (Austria)
- gl: Galician
- sl_SI: Slovenian (Slovenia)
Updates many others.
Thanks to the translators contributing on Transifex!
Wladimir J. van der Laan [Thu, 14 Nov 2013 08:23:43 +0000 (09:23 +0100)]
qt: align amounts on overview page to the right
This is more consistent with other places in the GUI.
Wladimir J. van der Laan [Thu, 14 Nov 2013 07:07:05 +0000 (08:07 +0100)]
configure: lupdate is not needed for Qt build
Don't require lupdate to build with Qt. Like xgettext it is only
needed to update translations, not for normal builds.
This fixes the gitian build (broken by
fcfbf547d ).
Wladimir J. van der Laan [Wed, 13 Nov 2013 16:58:36 +0000 (08:58 -0800)]
Merge pull request #3244 from laanwj/2013_11_mingw_c99_printf
Use C99 printf statements in mingw
Wladimir J. van der Laan [Wed, 13 Nov 2013 16:23:38 +0000 (08:23 -0800)]
Merge pull request #3246 from laanwj/2013_11_rpc_help
Clean up RPC help messages (rebased)
Wladimir J. van der Laan [Wed, 13 Nov 2013 11:18:16 +0000 (12:18 +0100)]
tests: add testcases for strprintf
Wladimir J. van der Laan [Wed, 13 Nov 2013 09:58:31 +0000 (10:58 +0100)]
Use C99 printf statements in mingw
Otherwise, format specifiers such as %llu will not work on XP or
earlier.
This bug was introduced with
51ed9ec9 .
http://sourceforge.net/apps/trac/mingw-w64/wiki/gnu%20printf
sje [Tue, 29 Oct 2013 11:29:44 +0000 (22:29 +1100)]
Issue #1865 - Clean up RPC help messages
Based on the proposal, update the help message of rpc methods
- strings arguments are in double quotes rather than square brackets
- numeric arguments have no quotes (and no default value)
- optional parameters are surrounded by round brackets
- json arguments are strings but don't use double quotes
Added 3 sections for the details
- Arguments: lists each argument, it's type, required or not, a default, and a description
- Result: The method result, with json format if applicable, type, and a description
- Examples: examples calls using bitcoin-cli and curl for json rpc call
Problems
- maybe this is too verbose
- lines might be too long
- description are not good or complete
- examples may be too much
Wladimir J. van der Laan [Wed, 13 Nov 2013 12:35:12 +0000 (04:35 -0800)]
Merge pull request #3240 from laanwj/2013_11_rebase_no_wallet
Introduce disable-wallet / no-wallet mode (rebased)
Wladimir J. van der Laan [Tue, 12 Nov 2013 13:54:43 +0000 (14:54 +0100)]
qt: GUI support for -disablewallet mode
Jeff Garzik [Wed, 2 Oct 2013 15:19:10 +0000 (11:19 -0400)]
Add -disablewallet option, to disable wallet support (and BDB)
Wladimir J. van der Laan [Tue, 12 Nov 2013 16:21:25 +0000 (08:21 -0800)]
Merge pull request #3241 from laanwj/2013_11_uri_scheme_case_insensitive
qt: make URI scheme comparison case insensitive
Wladimir J. van der Laan [Tue, 12 Nov 2013 15:40:09 +0000 (16:40 +0100)]
qt: make URI scheme comparison case insensitive
Fixes ancient issue #1460.
Jeff Garzik [Wed, 2 Oct 2013 15:15:51 +0000 (11:15 -0400)]
init.cpp: cosmetic indent changes, preparing for no-wallet mode
Wladimir J. van der Laan [Tue, 12 Nov 2013 08:37:27 +0000 (00:37 -0800)]
Merge pull request #3238 from Diapolo/guiutil
[Qt] remove GUIUtil::getSaveFileName() default arguments
Wladimir J. van der Laan [Tue, 12 Nov 2013 08:34:15 +0000 (00:34 -0800)]
Merge pull request #3235 from Diapolo/misc
misc small changes to polish after include cleanup
Gavin Andresen [Tue, 12 Nov 2013 01:44:56 +0000 (17:44 -0800)]
Merge pull request #2980 from wtogami/silenceunusedwarning
Silence useless warning in src/json/json_spirit_writer_template.h to mak...
Philip Kaufmann [Mon, 11 Nov 2013 21:57:25 +0000 (22:57 +0100)]
[Qt] remove GUIUtil::getSaveFileName() default arguments
- harmonize function with GUIUtil::getOpenFileName()
- also make PNG Image singular (grammar)
Philip Kaufmann [Mon, 11 Nov 2013 15:20:39 +0000 (16:20 +0100)]
misc small changes to polish after include cleanup
Wladimir J. van der Laan [Mon, 11 Nov 2013 15:00:34 +0000 (07:00 -0800)]
Merge pull request #3187 from Diapolo/netManager
[Qt] paymentserver: start netManager in uiReady()
Wladimir J. van der Laan [Mon, 11 Nov 2013 13:37:24 +0000 (05:37 -0800)]
Merge pull request #3138 from super3/master
Squash README
Wladimir J. van der Laan [Mon, 11 Nov 2013 13:33:43 +0000 (05:33 -0800)]
Merge pull request #3215 from laanwj/2013_11_openuridialog
qt: add Open URI dialog
Wladimir J. van der Laan [Wed, 6 Nov 2013 14:08:56 +0000 (15:08 +0100)]
qt: add Open URI dialog
super3 [Thu, 24 Oct 2013 03:46:00 +0000 (23:46 -0400)]
Space saving in /doc README.
Fixed. Split off build, and bootstrap link.
Philip Kaufmann [Wed, 30 Oct 2013 10:30:53 +0000 (11:30 +0100)]
[Qt] paymentserver: start netManager in uiReady()
- remove explicit init of netManager as this is done in the constructor
anyway
- move initNetManager() call to uiReady(), which removes an assert() and
allows us to use message() in initNetManager() (currently unused but
could be necessary because of proxy related messages)
- make initNetManager() private
- update paymentservertests.cpp
Wladimir J. van der Laan [Mon, 11 Nov 2013 12:47:19 +0000 (13:47 +0100)]
doc: replace DOS with MSYS shell to be more consistent
A plain DOS window doesn't have the right path settings, whereas
the MSYS shell window does.
Wladimir J. van der Laan [Mon, 11 Nov 2013 12:42:24 +0000 (04:42 -0800)]
Merge pull request #3233 from laanwj/2013_11_autoconf
Autoconf improvements
Luke Dashjr [Sat, 7 Sep 2013 21:01:08 +0000 (21:01 +0000)]
configure: Automatically disable bitcoin-qt by default, if dependencies are not met
Wladimir J. van der Laan [Mon, 11 Nov 2013 08:59:38 +0000 (00:59 -0800)]
Merge pull request #3231 from brandondahler/doc-autotool-update
Update build docs that refer to old makefile.* files.
Luke Dashjr [Mon, 9 Sep 2013 02:02:28 +0000 (02:02 +0000)]
configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
Wladimir J. van der Laan [Mon, 11 Nov 2013 08:50:22 +0000 (00:50 -0800)]
Merge pull request #3232 from laanwj/2013_11_ubuntu1310
doc: add note about building on Ubuntu 13.10
Wladimir J. van der Laan [Mon, 11 Nov 2013 08:10:16 +0000 (09:10 +0100)]
doc: add note about building on Ubuntu 13.10
Also mention `autoconf` as required package.
Brandon Dahler [Mon, 11 Nov 2013 03:11:33 +0000 (21:11 -0600)]
Update build docs that refer to old makefile.* files.
Also update pull-tester's error message.
Gavin Andresen [Mon, 11 Nov 2013 02:09:58 +0000 (18:09 -0800)]
Merge pull request #3199 from sipa/mempoolmove
Cleanup refactoring of coins/mempool
Gavin Andresen [Mon, 11 Nov 2013 01:11:39 +0000 (17:11 -0800)]
Merge pull request #3185 from gavinandresen/reject
Reject p2p message
Gavin Andresen [Sun, 3 Nov 2013 01:42:38 +0000 (11:42 +1000)]
Bump protocol version to 70002
Gavin Andresen [Sun, 3 Nov 2013 04:46:34 +0000 (14:46 +1000)]
Test alerts high at high PROTOCOL_VERSIONs
I regenerated the alert test data; now alerts are tested
against a protocol version way above the current protocol
version.
So we won't have to regenerate them every time we bump
PROTOCOL_VERSION in the future.
Gavin Andresen [Mon, 28 Oct 2013 06:36:11 +0000 (16:36 +1000)]
New reject p2p message
Gavin Andresen [Fri, 1 Nov 2013 19:27:42 +0000 (05:27 +1000)]
Refactor: pull alert string sanitization into util
Gavin Andresen [Mon, 28 Oct 2013 22:00:13 +0000 (08:00 +1000)]
Improve logging of failed connections
Gavin Andresen [Mon, 11 Nov 2013 00:15:43 +0000 (10:15 +1000)]
Fix struct/class declaration mismatches
Pieter Wuille [Tue, 5 Nov 2013 01:47:07 +0000 (02:47 +0100)]
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille [Tue, 5 Nov 2013 01:27:39 +0000 (02:27 +0100)]
Make CCoinsView use block hashes instead of indices
Pieter Wuille [Sun, 10 Nov 2013 18:19:30 +0000 (19:19 +0100)]
Merge pull request #2767
51ed9ec Cleanup code using forward declarations. (Brandon Dahler)
Brandon Dahler [Sat, 13 Apr 2013 05:13:08 +0000 (00:13 -0500)]
Cleanup code using forward declarations.
Use misc methods of avoiding unnecesary header includes.
Replace int typedefs with int##_t from stdint.h.
Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h.
Normalize QT_VERSION ifs where possible.
Resolve some indirect dependencies as direct ones.
Remove extern declarations from .cpp files.
Pieter Wuille [Sat, 9 Nov 2013 17:43:28 +0000 (18:43 +0100)]
Merge pull request #3211
b64187d Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. (Brandon Dahler)
Brandon Dahler [Wed, 6 Nov 2013 01:58:43 +0000 (19:58 -0600)]
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
Wladimir J. van der Laan [Fri, 8 Nov 2013 17:48:30 +0000 (09:48 -0800)]
Merge pull request #3223 from TheBlueMatt/master
Test changes
Matt Corallo [Fri, 8 Nov 2013 17:34:12 +0000 (12:34 -0500)]
Add a few more basic script/tx test-cases.
Wladimir J. van der Laan [Fri, 8 Nov 2013 09:03:11 +0000 (01:03 -0800)]
Merge pull request #3155 from wtogami/split_proto_var
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION
Wladimir J. van der Laan [Fri, 8 Nov 2013 08:32:43 +0000 (00:32 -0800)]
Merge pull request #3222 from Diapolo/debug-window
[Qt] rename rpcconsole window
Philip Kaufmann [Fri, 8 Nov 2013 07:13:08 +0000 (08:13 +0100)]
[Qt] rename rpcconsole window
- rework window title to not include Bitcoin - in front, as no other
dialog does this
- favor a connect() call over an own function for clearing the traffic
graph
- write monospace lowercase (seems to be correct after some web search)
and add a comment that we should avoid / remove fixed font sizes
Wladimir J. van der Laan [Thu, 7 Nov 2013 12:53:18 +0000 (13:53 +0100)]
Merge pull request #3209
a80b1a0 [Qt] make event() and eventFilter() in askpassphrasedialog protected (Philip Kaufmann)
Wladimir J. van der Laan [Thu, 7 Nov 2013 12:03:35 +0000 (04:03 -0800)]
Merge pull request #3191 from wtogami/integrity_check
Check integrity of gitian input source tarballs
Wladimir J. van der Laan [Wed, 6 Nov 2013 15:39:04 +0000 (16:39 +0100)]
Merge pull request #3145
395d0d5 rework an ugly hack in processPaymentRequest() (Philip Kaufmann)
952d2cd make processPaymentRequest() use a single SendCoinsRecipient (Philip Kaufmann)
983cef4 payment-request UI: use SendCoinsRecipient.message for memo (Philip Kaufmann)
c6c97e0 [Qt] Rework of payment request UI (mainly for insecure pr) (Philip Kaufmann)
Philip Kaufmann [Tue, 5 Nov 2013 18:18:40 +0000 (19:18 +0100)]
[Qt] make event() and eventFilter() in askpassphrasedialog protected
Wladimir J. van der Laan [Tue, 5 Nov 2013 17:02:52 +0000 (09:02 -0800)]
Merge pull request #3206 from Diapolo/addressbookpage_model
[Qt] remove unused optionsmodel from addressbookpage
Wladimir J. van der Laan [Tue, 5 Nov 2013 17:02:13 +0000 (09:02 -0800)]
Merge pull request #3205 from Diapolo/intro
[Qt] use tr() instead of QObject::tr() in intro.cpp
Philip Kaufmann [Tue, 5 Nov 2013 16:37:17 +0000 (17:37 +0100)]
[Qt] remove unused optionsmodel from addressbookpage
Philip Kaufmann [Tue, 5 Nov 2013 16:27:18 +0000 (17:27 +0100)]
[Qt] use tr() instead of QObject::tr() in intro.cpp
Wladimir J. van der Laan [Tue, 5 Nov 2013 13:48:21 +0000 (14:48 +0100)]
qt: remove unused signal from addresstablemodel
Wladimir J. van der Laan [Tue, 5 Nov 2013 12:06:08 +0000 (04:06 -0800)]
Merge pull request #3196 from laanwj/2013_11_nohavegui
No more fHaveGUI
Gavin Andresen [Tue, 5 Nov 2013 00:50:55 +0000 (16:50 -0800)]
Merge pull request #3198 from nvmd/compile_on_mavericks
Make time facet non-constant
Wladimir J. van der Laan [Tue, 5 Nov 2013 00:00:50 +0000 (16:00 -0800)]
Merge pull request #3197 from laanwj/2013_11_qt_license
qt: add license header to source files
Sergey Kazenyuk [Mon, 4 Nov 2013 20:22:41 +0000 (00:22 +0400)]
Make time facet non-constant
Wladimir J. van der Laan [Mon, 4 Nov 2013 15:20:43 +0000 (16:20 +0100)]
qt: add license header to source files
Closes #839
Wladimir J. van der Laan [Mon, 4 Nov 2013 14:18:23 +0000 (06:18 -0800)]
Merge pull request #3188 from Diapolo/logtimestamp_def
make -logtimestamps default on and rework help-message
Wladimir J. van der Laan [Mon, 4 Nov 2013 13:55:37 +0000 (05:55 -0800)]
Merge pull request #3076 from lano1106/uint256_util
Make util phexdigit array reusable
Wladimir J. van der Laan [Mon, 4 Nov 2013 13:36:49 +0000 (14:36 +0100)]
No more fHaveGUI
No more specific handling of GUI in bitcoin core.
Replace the last usage of fHaveGUI with a fForceServer
parameter on AppInit2.
Gavin Andresen [Mon, 4 Nov 2013 05:52:25 +0000 (21:52 -0800)]
Merge pull request #3180 from pstratem/processgetdata
Reduce latency in network processing
Matt Corallo [Mon, 4 Nov 2013 05:39:26 +0000 (00:39 -0500)]
Skip comparison tool on win32 since Wine breaks it
Patrick Strateman [Mon, 28 Oct 2013 20:20:21 +0000 (13:20 -0700)]
process received messages one at a time without sleeping between messages
Gavin Andresen [Mon, 4 Nov 2013 04:07:36 +0000 (20:07 -0800)]
Merge pull request #3154 from gavinandresen/mempool_refactor
Mempool refactor
Gavin Andresen [Tue, 27 Aug 2013 05:51:57 +0000 (15:51 +1000)]
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen [Sun, 3 Nov 2013 02:36:42 +0000 (19:36 -0700)]
Merge pull request #3193 from joshtriplett/patch-1
.gitignore: Simplify references to the same file in different directories
Philip Kaufmann [Wed, 30 Oct 2013 10:36:51 +0000 (11:36 +0100)]
make -logtimestamps default on and rework help-message
Josh Triplett [Sat, 2 Nov 2013 15:29:31 +0000 (08:29 -0700)]
.gitignore: Simplify references to the same file in different directories
Unless a .gitignore pattern is anchored, it'll match in any directory, not juts at the top level. Simplify .gitignore accordingly.
Pieter Wuille [Sat, 2 Nov 2013 14:10:32 +0000 (15:10 +0100)]
Merge pull request #3087
caca6aa Make some globals in main non-public. (Pieter Wuille)
85eb2ce Do not use the redundant BestInvalidWork record in the block database. (Pieter Wuille)
Warren Togami [Fri, 1 Nov 2013 03:47:56 +0000 (17:47 -1000)]
Check integrity of gitian input source tarballs
Gavin Andresen [Fri, 1 Nov 2013 02:06:03 +0000 (12:06 +1000)]
Merge pull request #3128
0056095 Show short scriptPubKeys correctly (Peter Todd)
22de68d Relay OP_RETURN TxOut as standard transaction type (Peter Todd)
Signed-off-by: Gavin Andresen <[email protected] >
Pieter Wuille [Fri, 1 Nov 2013 00:00:37 +0000 (01:00 +0100)]
Merge pull request #3114
a616206 Give peer time-adjustment data an own lock (Pieter Wuille)
Pieter Wuille [Mon, 14 Oct 2013 00:13:44 +0000 (02:13 +0200)]
Make some globals in main non-public.
This means they are declared static, and their extern definition in
main.h is removed. Also moved CBlockIndexWorkComparator to the .cpp
file.
Pieter Wuille [Sun, 13 Oct 2013 20:15:48 +0000 (22:15 +0200)]
Do not use the redundant BestInvalidWork record in the block database.
As block index entries have a flag for marking invalid blocks, the
'best invalid work' information can be derived from there. In addition,
remove the global from main.h
Philip Kaufmann [Wed, 30 Oct 2013 10:26:44 +0000 (11:26 +0100)]
rework an ugly hack in processPaymentRequest()
- use a QStringList to store valid addresses and format them for GUI and
debug.log usage via .join()
Philip Kaufmann [Mon, 28 Oct 2013 12:29:13 +0000 (13:29 +0100)]
make processPaymentRequest() use a single SendCoinsRecipient
- as one this pulls main purpose is to change a payment request to
be displayed as a single sendcoins entry
Philip Kaufmann [Sun, 27 Oct 2013 20:52:01 +0000 (21:52 +0100)]
payment-request UI: use SendCoinsRecipient.message for memo
Philip Kaufmann [Thu, 24 Oct 2013 14:02:39 +0000 (16:02 +0200)]
[Qt] Rework of payment request UI (mainly for insecure pr)
- this shows insecure (unsecured) payment requests in a new yellowish
colored UI (based on the secure payment request UI) instead of our
normal payment UI
- allows us to receive paymentACK messages for insecure payment requests
- allows us to handle expirations for insecure payment request
- changed walletmodel, so that all types of payment requests don't touch
the addressbook
Wladimir J. van der Laan [Thu, 31 Oct 2013 16:42:33 +0000 (17:42 +0100)]
Merge pull request #3159
9eb4ab6 transactionview: make exportClicked() use message() (Philip Kaufmann)
868d3ee transactionview: add message() signal (Philip Kaufmann)
Wladimir J. van der Laan [Thu, 31 Oct 2013 07:15:09 +0000 (08:15 +0100)]
Merge pull request #3189
71ba467 [Qt] sendcoinsdialog: convert QMessageBox usage to message() (Philip Kaufmann)
Gavin Andresen [Wed, 30 Oct 2013 22:42:31 +0000 (15:42 -0700)]
Merge pull request #3067 from Diapolo/debug-switch
re-work -debug switch handling
Philip Kaufmann [Wed, 30 Oct 2013 14:37:41 +0000 (15:37 +0100)]
[Qt] sendcoinsdialog: convert QMessageBox usage to message()
- add new processSendCoinsReturn() function, which parses the
status of WalletModel::SendCoinsReturn and generates a pair consisting
of a message and message flags
- result is we only need one emit message() call
- this change ensures that the GUI is shown for warnings/errors in
sendcoinsdialog, because of message() taking care of that for modal
messages
- changes 2 warning message into error messages and removed "Error:"
in front of the actual error message string
Philip Kaufmann [Sat, 26 Oct 2013 17:21:10 +0000 (19:21 +0200)]
transactionview: make exportClicked() use message()
- use message() for displaying success or failure of export
- rework the strings to be more detailed / informative
- additional small cleanups
Philip Kaufmann [Sat, 26 Oct 2013 17:12:29 +0000 (19:12 +0200)]
transactionview: add message() signal
- allow to use message() in transactionview by connecting to the
message() signal in WalletView
Wladimir J. van der Laan [Wed, 30 Oct 2013 15:02:38 +0000 (08:02 -0700)]
Merge pull request #3160 from Diapolo/walletview
[Qt] walletview: make backupWallet() use GUIUtil::getSaveFileName()
This page took 0.061365 seconds and 4 git commands to generate.