aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Collapse)AuthorAgeFilesLines
...
* | Transifex pull pre-0.9.0rc2Wladimir J. van der Laan2014-02-2721-829/+41340
|/
* Merge pull request #3703Wladimir J. van der Laan2014-02-191-1/+1
|\ | | | | | | ad54a9b Change new constants in txdb.h to int64_t (Wladimir J. van der Laan)
| * Change new constants in txdb.h to int64_tWladimir J. van der Laan2014-02-181-1/+1
| | | | | | | | | | A shift overflow was happening when using these to check against in init.cpp. Fixes #3702.
* | Merge pull request #3699Wladimir J. van der Laan2014-02-191-2/+2
|\ \ | |/ |/| | | ddcabae qt: Rename 'Confirmed' balance to 'Spendable' on overview page (Wladimir J. van der Laan)
| * qt: Rename 'Confirmed' balance to 'Spendable' on overview pageWladimir J. van der Laan2014-02-191-2/+2
| | | | | | | | | | | | The word 'Spendable' more precisely says what the balance actually means. Avoids the confirmed/unconfirmed confusion that can be caused by #3676.
* | Merge pull request #3693Wladimir J. van der Laan2014-02-182-83/+80
|\ \ | |/ |/| | | f05fa03 [Qt] small .ui cleanup for optionsdialog and coincontrol (Philip Kaufmann)
| * [Qt] small .ui cleanup for optionsdialog and coincontrolPhilip Kaufmann2014-02-172-83/+80
| |
* | add constants for shared (GUI/core) -dbcache settingsPhilip Kaufmann2014-02-173-14/+7
| | | | | | | | - adds nDefaultDbCache, nMaxDbCache and nMinDbCache in txdb.h
* | Increase default dbcache to 100 MiBPieter Wuille2014-02-171-1/+1
|/
* Merge pull request #3587Wladimir J. van der Laan2014-02-171-2/+2
|\ | | | | | | ceb8e22 [Qt] allow translation of client bitness (Philip Kaufmann)
| * [Qt] allow translation of client bitnessPhilip Kaufmann2014-02-161-2/+2
| |
* | Merge pull request #3614Wladimir J. van der Laan2014-02-173-7/+15
|\ \ | | | | | | | | | b920148 [Qt] Improve single step in bitcoinamountfield (Cozz Lovan)
| * | [Qt] Improve single step in bitcoinamountfieldCozz Lovan2014-02-023-7/+15
| | |
* | | Merge pull request #3646Wladimir J. van der Laan2014-02-1622-22/+22
|\ \ \ | | | | | | | | | | | | 5770254 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does. (gubatron)
| * | | Copyright header updates s/2013/2014 on files whose last git commit was done ↵gubatron2014-02-0922-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | in 2014. contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does.
* | | | qt: Add option to (not) spend unconfirmed changeWladimir J. van der Laan2014-02-164-47/+101
| |_|/ |/| | | | | | | | | | | | | | - Add a wallet tab to options dialog - Move fee setting to wallet tab - Add new setting to set -nospendzeroconfchange from UI
* | | qt: GUI for conflicted transactionsWladimir J. van der Laan2014-02-1410-6/+37
| | | | | | | | | | | | | | | | | | - Exclamation mark icon for conflicted transactions - Show mouseover status for conflicted transactions as "conflicted" - Don't show inactive transactions on overview page overview
* | | Handle "conflicted" transactions properlyGavin Andresen2014-02-142-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend CMerkleTx::GetDepthInMainChain with the concept of a "conflicted" transaction-- a transaction generated by the wallet that is not in the main chain or in the mempool, and, therefore, will likely never be confirmed. GetDepthInMainChain() now returns -1 for conflicted transactions (0 for unconfirmed-but-in-the-mempool, and >1 for confirmed). This makes getbalance, getbalance '*', and listunspent all agree when there are mutated transactions in the wallet. Before: listunspent: one 49BTC output getbalance: 96 BTC (change counted twice) getbalance '*': 46 BTC (spends counted twice) After: all agree, 49 BTC available to spend.
* | | Rename IsConfirmed to IsTrusted to better match the intended behavior.Gregory Maxwell2014-02-121-1/+1
| | | | | | | | | | | | This doesn't change the functionality at all.
* | | [Qt] remove broken OptionsModel::Upgrade()Cozz Lovan2014-02-073-69/+0
|/ /
* / [Qt] Fix nTransactionFee in qt-settingsCozz Lovan2014-02-021-0/+3
|/
* Final bitcoin_en update before 0.9.0rc1Wladimir J. van der Laan2014-01-301-68/+80
| | | | | | Just for completeness. Only a few messages changed or moved since last time. Don't change any translatable messages until 0.9 final unless really necessary.
* qt: Add closing newline to help messageWladimir J. van der Laan2014-01-291-1/+1
| | | | `bitcoin-qt --help` was missing a final newline.
* qt: Fix Windows/Darwin executable metadataWladimir J. van der Laan2014-01-291-8/+6
| | | | | .rc's should be linked into the executable directly, not through a helper library.
* qt: Transifex pull before 0.9.0rc1Wladimir J. van der Laan2014-01-2960-22927/+49840
|
* qt: Fix tab order in send and receive tabWladimir J. van der Laan2014-01-293-5/+10
|
* [Qt] minor receive tab improvementsCozz Lovan2014-01-295-63/+193
|
* [Qt] extend validate line edit and btc address validatorPhilip Kaufmann2014-01-2911-55/+140
| | | | | | | | | | | | | - remove btc address length from address validator - add an optional btc address check in validated line edit that defaults to off and is used in GUIUtil::setupAddressWidget() - an isAcceptable() check is added to validated line edit on focus out which only kicks in, when a validator is used with that widget - remove an isAcceptable() check from sendcoinsentry.cpp - remove obsolete attributes from ui files, which are set by calling GUIUtil::setupAddressWidget() - move some more things to GUIUtil::setupAddressWidget() and remove them from normal code e.g. placeholder text
* Merge pull request #3590Wladimir J. van der Laan2014-01-281-0/+3
|\ | | | | | | edd735d [Qt] Fix coin control labels update (Cozz Lovan)
| * [Qt] Fix coin control labels updateCozz Lovan2014-01-271-0/+3
| |
* | Merge pull request #3594Wladimir J. van der Laan2014-01-283-3/+3
|\ \ | | | | | | | | | d7aa1ec [Qt] fix bitcoin: URI strings (spelling fixes) (Philip Kaufmann)
| * | [Qt] fix bitcoin: URI strings (spelling fixes)Philip Kaufmann2014-01-283-3/+3
| |/
* / build: use -mwindows for gui targets when linking with mingwCory Fields2014-01-272-0/+2
|/
* Merge pull request #2342Wladimir J. van der Laan2014-01-272-4/+4
|\ | | | | | | 665bdd3 Fix off-by-one errors in use of IsFinalTx() (Peter Todd)
| * Fix off-by-one errors in use of IsFinalTx()Peter Todd2014-01-262-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously CreateNewBlock() didn't take into account the fact that IsFinalTx() without any arguments tests if the transaction is considered final in the *current* block, when both those functions really needed to know if the transaction would be final in the *next* block. Additionally the UI had a similar misunderstanding. Also adds some basic tests to check that CreateNewBlock() is in fact mining nLockTime-using transactions correctly. Thanks to Wladimir J. van der Laan for rebase.
* | qt: Translation updateWladimir J. van der Laan2014-01-273-751/+1516
| | | | | | | | | | Update English .ts file from source as well as pull changes from transifex to current translation.
* | Merge pull request #3579Wladimir J. van der Laan2014-01-271-6/+6
|\ \ | |/ |/| | | f3005c8 [Qt] harmonize strings used when exporting in addressbookpage (Philip Kaufmann)
| * [Qt] harmonize strings used when exporting in addressbookpagePhilip Kaufmann2014-01-271-6/+6
| |
* | Merge pull request #3571Wladimir J. van der Laan2014-01-242-4/+7
|\ \ | |/ |/| | | 57feb1b ui: Clarify help messages for 'message' fields (Wladimir J. van der Laan)
| * ui: Clarify help messages for 'message' fieldsWladimir J. van der Laan2014-01-242-4/+7
| | | | | | | | | | Add or amend tooltips to clarify what the message is for and that it doesn't go over the network.
* | Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-1/+1
| | | | | | | | | | | | | | After the tinyformat switch sprintf() family functions support passing actual std::string objects. Remove unnecessary c_str calls (236 of them) in logging and formatting.
* | qt: Fix richtext detection hang issue on very old Qt versionsWladimir J. van der Laan2014-01-231-3/+3
| | | | | | | | | | Alternative implementation. Thanks to @awoland for the original. Fixes #3486.
* | Merge pull request #3553Wladimir J. van der Laan2014-01-231-0/+8
|\ \ | | | | | | | | | a8db31c qt: allow `walletpassphrase` in debug console without -server (Wladimir J. van der Laan)
| * | qt: allow `walletpassphrase` in debug console without -serverWladimir J. van der Laan2014-01-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently it is only possible to use `walletpassphrase` to unlock the wallet when bitcoin is started in server mode. Almost everything that manipulates the wallet in the RPC console needs the wallet to be unlocked and is thus unusable without -server. This is pretty unintuitive to me, and I'm sure it's even more confusing to users. Solve this with a very minimal change: by making the GUI start a dummy RPC thread just to handle timeouts.
* | | Merge pull request #3560Wladimir J. van der Laan2014-01-231-1/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe14e8d build: Change package name to Bitcoin Core (Wladimir J. van der Laan) 6c980c7 build: Package docs/ and don't package source. (Wladimir J. van der Laan) 39db27c build: Add bitcoin-cli.exe to installer (Wladimir J. van der Laan) 2f87b38 Adapt Windows installer for 64 bit (Wladimir J. van der Laan) f622232 gitian: Windows 64 bit support (Wladimir J. van der Laan)
| * | | gitian: Windows 64 bit supportWladimir J. van der Laan2014-01-211-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | - Build a 64 bit version of all dependencies - Show 32/64 bit version in "About..." for x86 - Export 64-bit .exes and installer from gitian build
* | | | [Qt] move helpmessage from debug window to main menuPhilip Kaufmann2014-01-225-37/+16
| |_|/ |/| | | | | | | | | | | - the option to show our help message dialog resides now in main menu under help
* | | Merge pull request #3568Wladimir J. van der Laan2014-01-228-39/+36
|\ \ \ | | | | | | | | | | | | 4bee715 [Qt] very minor style cleanups (Philip Kaufmann)
| * | | [Qt] very minor style cleanupsPhilip Kaufmann2014-01-228-39/+36
| | | | | | | | | | | | | | | | | | | | | | | | - rebuilt some ui file layout to remove unreal values from the files - remove an unneeded attribute from an ui file - add / remove some spaces in files
* | | | Merge pull request #3567Wladimir J. van der Laan2014-01-224-0/+33
|\ \ \ \ | |/ / / |/| | | | | | | 22a5120 [Qt] Show and store message of normal bitcoin:URI (Cozz Lovan)