aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Collapse)AuthorAgeFilesLines
...
* | qt: more watchonly -> watch-onlyWladimir J. van der Laan2014-07-312-15/+15
| |
* | qt: Update some messages after suggestions by translatorsWladimir J. van der Laan2014-07-314-28/+28
| | | | | | | | | | - *cannot* is more common, thus preferred to *can not* - Use *Watch-only* instead of *Watchonly* as one word
* | English translation updateWladimir J. van der Laan2014-07-312-539/+751
|/ | | | | This is needed to add version 0.10.x on Transifex so that translation can start.
* [Qt] remove ProxySocksVersion from OptionIDPhilip Kaufmann2014-07-281-1/+0
| | | | - we only support SOCKS5, so remove it
* [Qt] small Qt-only include cleanupPhilip Kaufmann2014-07-254-6/+6
|
* ui: Make sure sendcoinsentry signals only connected onceWladimir J. van der Laan2014-07-231-5/+6
| | | | Move signal connections to constructor where possible.
* qt: Remove unused functions from BitcoinUnitsWladimir J. van der Laan2014-07-232-26/+0
| | | | Remove two functions that are now unused.
* qt: Use fixed-point arithmetic in amount spinboxWladimir J. van der Laan2014-07-235-116/+189
| | | | | | | | | Fixes various issues and cleans up code - Fixes issue #4500: Amount widget +/- has floating point rounding artifacts - Amount box can now be emptied again, without clearing to 0 Also aligns the amount to the right, as in other places.
* Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan2014-07-216-45/+12
| | | | | | | | This reverts commit ada5a067c75f19a724cc054286ecf2254e5dbe8f. Conflicts: src/qt/guiconstants.h src/wallet.h
* Revert "Formatting, spelling, comment fixes."Wladimir J. van der Laan2014-07-213-19/+12
| | | | This reverts commit 7a19efe04069d9a1e251cdc94b25184f76d9d901.
* qt: Move SplashFinished to after ClientModel/WalletModel creationWladimir J. van der Laan2014-07-201-2/+2
| | | | | With a large wallet there was a noticable gap between hiding of the splash and showing the main window.
* [Qt] Fix thin space in URICozz Lovan2014-07-203-2/+9
|
* qt: Make error message for failed export a little friendlierWhit J2014-07-181-1/+1
| | | | Closes #4528.
* Merge pull request #4167Wladimir J. van der Laan2014-07-1810-47/+202
|\ | | | | | | | | | | | | 7149499 Add comments re BitcoinUnits::formatWithUnit/formatHtmlWithUnit (Roy Badami) f7d70c6 Remove unused fAlign argument from BitcoinUnits::format and friends (Roy Badami) 2e4fee2 Show bitcoin quantities with full precision, even in the presence of trailing zeros (Roy Badami) 7007402 Implement SI-style (thin space) thoudands separator (Roy Badami)
| * Add comments re BitcoinUnits::formatWithUnit/formatHtmlWithUnitRoy Badami2014-07-071-0/+15
| |
| * Remove unused fAlign argument from BitcoinUnits::format and friendsRoy Badami2014-07-075-18/+19
| |
| * Merge remote-tracking branch 'upstream/master'Roy Badami2014-07-07145-3147/+7886
| |\ | | | | | | | | | | | | | | | Conflicts: src/qt/overviewpage.cpp src/qt/transactiondesc.cpp
| * | Show bitcoin quantities with full precision, even in the presence of ↵Roy Badami2014-07-071-8/+0
| | | | | | | | | | | | trailing zeros
| * | Implement SI-style (thin space) thoudands separatorRoy Badami2014-05-1710-37/+184
| | |
* | | Merge pull request #4554Wladimir J. van der Laan2014-07-181-0/+6
|\ \ \ | | | | | | | | | | | | | | | | 2d89ea9 build: fix whitespace in pkg-config variable (Cory Fields) ab123ad build: allow linux and osx to build against static qt5 (Cory Fields)
| * | | build: allow linux and osx to build against static qt5Cory Fields2014-07-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first part of a huge effort to rework the handling of dependencies. To start, this change allows all supported platforms to build against a static Qt. 5.2.1 and 5.3 have been successfully tested against osx64, win32, win64, linux32, and linux64. It also makes a small change to the windows config, to allow linking against qt builds with or without built-in libjpeg/libpng/libpcre/libz. The actual build processes to take advantage of these changes (for gitian and pull-tester) are coming soon. Until then, this should be a no-op.
* | | | [Qt] Prevent balloon-spam after rescanCozz Lovan2014-07-183-3/+16
|/ / /
* | | qt: Start core thread only when neededWladimir J. van der Laan2014-07-151-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | Start the core thread only when needed for initialization or shutdown. Avoids a bit of overhead, and also avoids spamming two log messages before logging is properly initialized.
* | | ui: Replace some LogPrintfs with qDebug()Wladimir J. van der Laan2014-07-151-9/+10
| | | | | | | | | | | | | | | These are relatively unimportant messages, so don't need to be logged without -debug=ui.
* | | Merge pull request #4524Wladimir J. van der Laan2014-07-141-5/+3
|\ \ \ | | | | | | | | | | | | 49d5712 qt: Ignore showNormalIfMinimized in initialization or shutdown (Wladimir J. van der Laan)
| * | | qt: Ignore showNormalIfMinimized in initialization or shutdownWladimir J. van der Laan2014-07-141-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also get rid of ui_interface flag NOSHOWGUI. It's up to the GUI to decide this. Fixes #4360.
* | | | Merge pull request #4518Wladimir J. van der Laan2014-07-143-9/+33
|\ \ \ \ | |/ / / |/| | | | | | | 76fd7b8 [Qt] Fix segfault when launched with -disablewallet (Cozz Lovan)
| * | | [Qt] Fix segfault when launched with -disablewalletCozz Lovan2014-07-133-9/+33
| | | |
* | | | [Qt] Fix No such slot UnitDisplayStatusBarControl::onDisplayUnitsClickedCozz Lovan2014-07-131-5/+1
|/ / /
* | | Payment request parsing on startup now only changes network if a valid ↵Ross Nicoll2014-07-081-1/+5
| | | | | | | | | | | | network name is specified.
* | | Fee fixesCozz Lovan2014-07-081-7/+15
| |/ |/|
* | Merge pull request #4045Wladimir J. van der Laan2014-07-0711-231/+500
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a3e192a replaced MINE_ with ISMINE_ (JaSK) 53a2148 fixed bug where validateaddress doesn't display information (JaSK) f28707a fixed bug in ListReceived() (JaSK) 519dd1c Added MINE_ALL = (spendable|watchonly) (JaSK) 23b0506 Fixed some stuff in TransactionDesc (JaSK) 80dda36 removed default argument values for ismine filter (JaSK) d5087d1 Use script matching rather than destination matching for watch-only. (Pieter Wuille) 0fa2f88 added includedWatchonly argument to listreceivedbyaddress/...account (JaSK) f87ba3d added includeWatchonly argument to 'gettransaction' because it affects balance calculation (JaSK) a5c6c5d fixed tiny glitch and improved readability like laanwj suggested (JaSK) d7d5d23 Added argument to listtransactions and listsinceblock to include watchonly addresses (JaSK) 952877e Showing 'involvesWatchonly' property for transactions returned by 'listtransactions' and 'listsinceblock'. It is only appended when the transaction involves a watchonly address. (JaSK) 83f3543 Added argument to listaccounts to include watchonly addresses (JaSK) d4640d7 Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation. (JaSK) d2692f6 Watchonly transactions are marked in transaction history (JaSK) ffd40da Watchonly balances are shown separately in gui. (JaSK) 2935b21 qt: Hide unspendable outputs in coin control (Wladimir J. van der Laan) c898846 Add support for watch-only addresses (Pieter Wuille)
| * | replaced MINE_ with ISMINE_JaSK2014-07-022-22/+22
| | |
| * | Added MINE_ALL = (spendable|watchonly)JaSK2014-07-022-8/+8
| | |
| * | Fixed some stuff in TransactionDescJaSK2014-07-022-22/+16
| | |
| * | removed default argument values for ismine filterJaSK2014-07-022-8/+8
| | |
| * | fixed tiny glitch and improved readability like laanwj suggestedJaSK2014-07-021-3/+3
| | |
| * | Watchonly transactions are marked in transaction historyJaSK2014-07-023-4/+17
| | |
| * | Watchonly balances are shown separately in gui.JaSK2014-07-029-223/+483
| | |
| * | qt: Hide unspendable outputs in coin controlWladimir J. van der Laan2014-07-021-2/+4
| | |
| * | Add support for watch-only addressesPieter Wuille2014-07-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Add Add/Have WatchOnly methods to CKeyStore, and implementations in CBasicKeyStore. * Add similar methods to CWallet, and support entries for it in CWalletDB. * Make IsMine in script/wallet return a new enum 'isminetype', rather than a boolean. This allows distinguishing between spendable and unspendable coins. * Add a field fSpendable to COutput (GetAvailableCoins' return type). * Mark watchonly coins in listunspent as 'watchonly': true. * Add 'watchonly' to validateaddress, suppressing script/pubkey/... in this case. Based on a patch by Eric Lombrozo. Conflicts: src/qt/walletmodel.cpp src/rpcserver.cpp src/wallet.cpp
* | | Merge pull request #4327Wladimir J. van der Laan2014-07-074-61/+9
|\ \ \ | | | | | | | | | | | | | | | | a339a37 error out, when we detect -socks argument (Philip Kaufmann) 0127a9b remove SOCKS4 support from core and GUI (Philip Kaufmann)
| * | | remove SOCKS4 support from core and GUIPhilip Kaufmann2014-07-074-61/+9
| | | | | | | | | | | | | | | | - now we support SOCKS5 only
* | | | Merge pull request #4466Wladimir J. van der Laan2014-07-077-2/+17
|\ \ \ \ | | | | | | | | | | | | | | | ad87bc4 [Qt] Replace status bar unit icon with actual images (Cozz Lovan)
| * | | | [Qt] Replace status bar unit icon with actual imagesCozz Lovan2014-07-057-2/+17
| |/ / /
* | | | Merge pull request #4399Wladimir J. van der Laan2014-07-071-3/+16
|\ \ \ \ | | | | | | | | | | | | | | | 674c070 [Qt] seed OpenSSL PNRG with Windows event data (Philip Kaufmann)
| * | | | [Qt] seed OpenSSL PNRG with Windows event dataPhilip Kaufmann2014-07-041-3/+16
| |/ / / | | | | | | | | | | | | | | | | | | | | - see https://bitcointalk.org/index.php?topic=113496.msg1228193#msg1228193 for the initial suggestion for this - also ensure consistent debug.log message format
* | | | Use GetBlockTime() morejtimon2014-07-071-1/+1
| | | |
* | | | Merge pull request #4462Wladimir J. van der Laan2014-07-072-10/+1
|\ \ \ \ | | | | | | | | | | | | | | | 3d0e92d [Qt] remove dup includes in bitcoingui (Philip Kaufmann)
| * | | | [Qt] remove dup includes in bitcoinguiPhilip Kaufmann2014-07-042-10/+1
| |/ / /