aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
Commit message (Collapse)AuthorAgeFilesLines
...
* [Qt] add banlist table below peers tableJonas Schnelli2015-09-161-10/+84
|
* [Qt] show client user agent in debug windowPhilip Kaufmann2015-08-071-21/+47
|
* [Qt] allow users to set -onion via GUIPhilip Kaufmann2015-07-241-1/+188
| | | | | - also allow users to see, if the default proxy (-proxy) is used for reaching peers via IPv6 or Tor
* [Qt] extend rpc console peers tabPhilip Kaufmann2015-06-111-25/+97
| | | | | - add node id, ping wait, whitelisted and common height - rephrase some labels to make them easier to understand for users
* [QT] use alert icon with tooltip insted of "(out of sync)" textJonas Schnelli2015-05-121-18/+46
| | | | | | # Conflicts: # src/qt/forms/overviewpage.ui # src/qt/overviewpage.cpp
* [QT] remove frame to avoid double-frame situation in sendcoinsentry.uiJonas Schnelli2015-05-121-13/+20
|
* [Qt, Trivial] misc minor string changesPhilip Kaufmann2015-04-201-4/+4
| | | | | | | | - write "Bitcoins" uppercase - replace secure/insecure for payment requests with authenticated/unauthenticated - change a translatable string for payment request expiry to match another existing string to only get ONE resulting string to translate
* [Qt] Clarify: smartfee button name "Minimize"MarcoFalke2015-04-071-1/+1
| | | | Make clear this button hides the options instead of minimizing the transaction fee.
* Subtract fee from amountCozz Lovan2015-03-131-1/+15
| | | | | | | | Fixes #2724 and #1570. Adds the automatically-subtract-the-fee-from-the-amount-and-send-whats-left feature to the GUI and RPC (sendtoaddress,sendmany).
* [GUI] Move fee dialog minimise button away from "Transaction Fee"Michael Ford2015-02-211-10/+10
| | | | Its original placement was causing confusion among some users.
* [Qt] add bitcoin logo to about screenJonas Schnelli2015-02-041-0/+82
|
* Merge pull request #5632Wladimir J. van der Laan2015-01-161-28/+2
|\ | | | | | | 98c222b [Qt] optimize helpmessage dialog (Jonas Schnelli)
| * [Qt] optimize helpmessage dialogJonas Schnelli2015-01-091-28/+2
| | | | | | | | | | | | | | - enlarge standard size - remove fixed 10px font - remove left mood image - ensure that table has no ugly line-breaks on OSX, Linux
* | Merge pull request #5144Wladimir J. van der Laan2015-01-131-2/+2
|\ \ | |/ |/| | | b468e81 Qt: Clarify sign/verify dialog text to specifically state that these messages only prove one receives with the address in question, and makes no claim to sender of transactions (Luke Dashjr)
| * Qt: Clarify sign/verify dialog text to specifically state that these ↵Luke Dashjr2014-10-301-2/+2
| | | | | | | | messages only prove one receives with the address in question, and makes no claim to sender of transactions
* | Merge pull request #5559Wladimir J. van der Laan2015-01-081-5/+15
|\ \ | | | | | | | | | e179eb3 Make the command-line-args dialog better (Thomas Zander)
| * | Make the command-line-args dialog betterThomas Zander2015-01-051-5/+15
| | | | | | | | | | | | | | | | | | Instead of using a fixed-width font in a label, which virtually guarentees a horizontal scrollbar, use a proper text-document that can re-layout based on user input.
* | | Merge pull request #5476Wladimir J. van der Laan2015-01-021-1/+24
|\ \ \ | | | | | | | | | | | | | | | | 73caf47 Display time offset in the debug window's Peers tab (Pavel Janík) 26a6bae Add time offset to getpeerinfo output (Pavel Janík)
| * | | Display time offset in the debug window's Peers tabPavel Janík2014-12-151-1/+24
| | | |
* | | | Correct tooltip on address book pageMichael Ford2014-12-301-1/+1
| | | |
* | | | Fix reference.Thomas Zander2014-12-281-1/+1
| |/ / |/| | | | | | | | The text talked about "Quit" while Bitcoin uses "Exit" in its menu.
* | | Merge pull request #5341Wladimir J. van der Laan2014-12-193-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | 4709160 [Qt] fix a translation that occurs 2 times but was a little different (Philip Kaufmann) 50db7d9 [Qt] change some strings to reflect name change to Bitcoin Core (Philip Kaufmann) 2747f7c [Qt] fix missing plural form for a string in sendcoinsdialog (Philip Kaufmann)
| * | | [Qt] fix a translation that occurs 2 times but was a little differentPhilip Kaufmann2014-12-021-1/+1
| | | |
| * | | [Qt] change some strings to reflect name change to Bitcoin CorePhilip Kaufmann2014-12-022-4/+4
| |/ /
* | | Merge pull request #5258Wladimir J. van der Laan2014-12-161-1/+1
|\ \ \ | | | | | | | | | | | | 4a8fc15 [Qt] the RPC Console should be a QWidget to make window more independent (Jonas Schnelli)
| * | | [Qt] the RPC Console should be a QWidget to make window more independentJonas Schnelli2014-11-131-1/+1
| | | | | | | | | | | | | | | | - fix issue #5254
* | | | Merge pull request #5219Wladimir J. van der Laan2014-12-161-0/+18
|\ \ \ \ | |_|/ / |/| | | | | | | 31aac02 Qt: new icons (Jonas Schnelli)
| * | | Qt: new iconsJonas Schnelli2014-11-071-0/+18
| |/ / | | | | | | | | | | | | | | | | | | | | | - flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons
* | | Merge pull request #5322Wladimir J. van der Laan2014-11-211-2/+2
|\ \ \ | | | | | | | | | | | | aabe61c [Qt] explicitly call proxy in GUI settings SOCKS5 proxy (Philip Kaufmann)
| * | | [Qt] explicitly call proxy in GUI settings SOCKS5 proxyPhilip Kaufmann2014-11-201-2/+2
| | | | | | | | | | | | | | | | - to ensure a consistent wording between core and GUI
* | | | qt: Make askpassphrase dialog behave more sanelyWladimir J. van der Laan2014-11-201-1/+10
|/ / / | | | | | | | | | | | | Set minimum sizes appropriately, and make sure that they are enforced. Replaces #5226.
* | | [Qt] Add Smartfee to GUICozz Lovan2014-11-192-68/+610
| | |
* | | Coin Control: Make list mode defaultLuke Dashjr2014-11-161-3/+3
| | |
* | | Bugfix: Clarify coin control dialog labelsLuke Dashjr2014-11-161-3/+3
|/ /
* | Qt: Add support for missing scrollbar in peers tableJonas Schnelli2014-11-051-1/+1
| |
* | Headers-first synchronizationPieter Wuille2014-10-141-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many changes: * Do not use 'getblocks', but 'getheaders', and use it to build a headers tree. * Blocks are fetched in parallel from all available outbound peers, using a limited moving window. When one peer stalls the movement of the window, it is disconnected. * No more orphan blocks. At all. We only ever request a block for which we have verified the headers, and store it to disk immediately. This means that a disk-fill attack would require PoW. * Require protocol version 31800 for every peer (released in december 2010). * No more syncnode (we sync from everyone we can, though limited to 1 during initial *headers* sync). * Introduce some extra named constants, comments and asserts.
* | [Qt] update form files for setting autoDefault explicitly to falsePhilip Kaufmann2014-09-059-193/+241
| | | | | | | | | | | | - also fixes indentation in one file (auto fixed by Qt Designer) - removes several default parameters, which are not needed in the files - related to #4840 (but not intended as fix for a no-bug)
* | [Qt] Revert overviewpage from QFormLayout to QVBoxLayoutCozz Lovan2014-08-171-3/+3
| |
* | [Qt] re-work overviewpage UIPhilip Kaufmann2014-08-081-353/+332
| | | | | | | | | | | | - ensure normal and watch-only stuff looks consistent - simplify UI by removing unneeded UI layout elements - change some comments to watch-only from watchonly
* | [Qt] tweak new peers tab in console windowPhilip Kaufmann2014-08-041-118/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove starting height as table header and replace with ping time - remove columnResizingFixer - add local address (if available) in detailed node view (on top of the right view below the remote address) - remove some .c_str() by using QString::fromStdString() - rename Address to Address/Hostname - rename secs to just s for ping time - use MODEL_UPDATE_DELAY from guiconstants.h for the peer refresh time - make PeerTableModel::columnCount() return no hard-coded value - remove and cleanup dup private: section in RPCConsole header - add new defaults for column sizes - remove behaviour which keeps disconnected peers selected and also remove code which keeps track of last selected peer stats - add sync height to detail view - add some additional NULL pointer checks for clientModel in rpcconsole.cpp
* | Merge pull request #4610Wladimir J. van der Laan2014-08-031-10/+0
|\ \ | | | | | | | | | bdba2dd qt: Remove an obscure option no-one cares about (Wladimir J. van der Laan)
| * | qt: Remove an obscure option no-one cares aboutWladimir J. van der Laan2014-07-311-10/+0
| | | | | | | | | | | | | | | | | | | | | Remove the "Display addresses" setting checkbox. It doesn't do what the tooltip says, and seems kind of pointless in any case. Fixes #4580.
* | | qt: Remove '0 BTC' placeholder from translationWladimir J. van der Laan2014-08-011-4/+4
| | |
* | | qt: more watchonly -> watch-onlyWladimir J. van der Laan2014-07-311-4/+4
| | |
* | | qt: Update some messages after suggestions by translatorsWladimir J. van der Laan2014-07-311-1/+1
|/ / | | | | | | | | - *cannot* is more common, thus preferred to *can not* - Use *Watch-only* instead of *Watchonly* as one word
* | Merge pull request #4045Wladimir J. van der Laan2014-07-071-184/+349
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | Watchonly balances are shown separately in gui.JaSK2014-07-021-184/+349
| | |
* | | remove SOCKS4 support from core and GUIPhilip Kaufmann2014-07-071-20/+0
|/ / | | | | | | - now we support SOCKS5 only
* | Merge pull request #4208Wladimir J. van der Laan2014-06-272-3/+3
|\ \ | | | | | | | | | 6a5c124 [Qt] don't allow translation of our example btc address (Philip Kaufmann)
| * | [Qt] don't allow translation of our example btc addressPhilip Kaufmann2014-06-232-3/+3
| | |