aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | [Qt] fix links in about window not openingPhilip Kaufmann2014-06-241-0/+3
|/ | | | - closes #4402
* [Qt] rename In:/Out: to Received/Sent in traffic tabPhilip Kaufmann2014-06-161-2/+2
| | | | | - collides with In:/Out: used for displaying number of connections when translating
* qt: Unify AboutDialog and HelpMessageDialogWladimir J. van der Laan2014-06-122-136/+1
| | | | | They share so much code and functionality that they may as well be one class.
* Add 'about' information to `-version` outputWladimir J. van der Laan2014-06-121-66/+4
| | | | | | | Adds a copyright and attribution message to the `-version` output (the same as shown in the About dialog in the GUI). Move the message to a function LicenseInfo in init.cpp.
* [Qt] allow setting listen via GUIPhilip Kaufmann2014-06-111-0/+10
| | | | | | | | | | - add DEFAULT_LISTEN in net.h and use in the code (shared setting between core and GUI) Important: This makes it obvious, that we need to re-think the settings/options handling, as GUI settings are processed before any parameter-interaction (which is mostly important for network stuff) in AppInit2()!
* [Qt] Remove CENT-fee-rule from coin control completelyCozz Lovan2014-06-082-2/+2
|
* [Qt] add BerkeleyDB version info to RPCConsolePhilip Kaufmann2014-06-041-17/+43
| | | | - to match info function between debug.log and RPCConsole
* Merge pull request #4225Wladimir J. van der Laan2014-06-031-0/+275
|\ | | | | | | 65f78a1 Qt: Add GUI view of peer information. #4133 (Ashley Holman)
| * Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-031-0/+275
| |
* | Make links on 'About Bitcoin Core' into clickable (squashed 5 comits into one)Tawanda Kembo2014-06-021-2/+5
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Made the following links clickable: http://www.opensource.org/licenses/mit-license.php http://www.openssl.org/ [email protected] (Squashed commits into one commit as suggested by @laanwj) Replaced label with text browser on About Bitcoin Core Screen So that the links on the About screen can be clickable Replaced html property with text property I have now removed unnecessary html so this should make life easier for translators and you @Diapolo :). What do you think? The size of the window needs to change The size of the window needs to change when you make links clickable. Thanks for pointing that out @laanwj Using the https://www.openssl.org over the http link Using the https://www.openssl.org over the http link as suggested by @Diapolo
* Remove NumBlocksOfPeersWladimir J. van der Laan2014-05-061-28/+5
| | | | | | | | | | | | | Generally useless information. Only updates on connect time, not after that. Peers can easily lie and the median filter is not effective in preventing that. In the past it was used for progress display in the GUI but `CheckPoints::guessVerificationProgress` provides a better way that is now used. It was too easy to mislead it. Peers do lie about it in practice, see issue #4065. From the RPC, `getpeerinfo` gives the peer raw values, which are more useful.
* [Qt] Optionally add third party links to transaction context menuCozz Lovan2014-04-251-0/+24
|
* add constant for shared (GUI/core) -par settingsPhilip Kaufmann2014-03-271-7/+1
| | | | | | | | | - introduce DEFAULT_SCRIPTCHECK_THREADS in main.h - only show values from -"MAX_HW_THREADS" up to 16 for -par, as it makes no sense to try to leave more "cores free" than the system supports anyway - use the new constant in optionsdialog and remove defaults from .ui file
* [Qt] add expert section to wallet tab in optionsdialogCozz Lovan2014-03-181-30/+29
|
* qt: Enable and disable the Show and Remove buttons for requested payments ↵Haakon Nilsen2014-03-151-0/+6
| | | | | | history based on whether any entry is selected.
* gui: Prevent status icons from being cut offWladimir J. van der Laan2014-03-062-0/+18
| | | | | | | | 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.
* Fix coin control sorts date as textCozz Lovan2014-03-031-1/+6
|
* 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-171-11/+1
|/ | | | - adds nDefaultDbCache, nMaxDbCache and nMinDbCache in txdb.h
* qt: Add option to (not) spend unconfirmed changeWladimir J. van der Laan2014-02-161-46/+83
| | | | | | - Add a wallet tab to options dialog - Move fee setting to wallet tab - Add new setting to set -nospendzeroconfchange from UI
* qt: Fix tab order in send and receive tabWladimir J. van der Laan2014-01-291-1/+4
|
* [Qt] minor receive tab improvementsCozz Lovan2014-01-292-62/+99
|
* [Qt] extend validate line edit and btc address validatorPhilip Kaufmann2014-01-292-7/+8
| | | | | | | | | | | | | - 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
* [Qt] fix bitcoin: URI strings (spelling fixes)Philip Kaufmann2014-01-281-1/+1
|
* 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.
* | [Qt] move helpmessage from debug window to main menuPhilip Kaufmann2014-01-221-26/+0
|/ | | | | - the option to show our help message dialog resides now in main menu under help
* Merge pull request #3568Wladimir J. van der Laan2014-01-225-35/+32
|\ | | | | | | 4bee715 [Qt] very minor style cleanups (Philip Kaufmann)
| * [Qt] very minor style cleanupsPhilip Kaufmann2014-01-225-35/+32
| | | | | | | | | | | | - 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-221-0/+17
|\ \ | |/ |/| | | 22a5120 [Qt] Show and store message of normal bitcoin:URI (Cozz Lovan)
| * [Qt] Show and store message of normal bitcoin:URICozz Lovan2014-01-211-0/+17
| |
* | Merge pull request #3521Wladimir J. van der Laan2014-01-221-1/+5
|\ \ | |/ |/| | | | | | | 4d90102 [Qt] Add sorting feature to the requested payments table (Cozz Lovan) 8476d5d [Qt] Permanently store requested payments in wallet (Cozz Lovan) b10e147 wallet: add interface for storing generic data on destinations (Wladimir J. van der Laan)
| * [Qt] Add sorting feature to the requested payments tableCozz Lovan2014-01-191-1/+5
| |
* | [Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann2014-01-182-8/+136
|/ | | | | | | - adds a nice and well formated dialog, which displays our -? help message (all options/paramaters) - moves aboutdialog.cpp/h to the new utilitydialog - move GUI shutdown window to utilitydialog