aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/overviewpage.ui
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-2/+2
|
* Add tips sectionShafil Alam2021-07-221-1/+46
| | | | | | | | Add more tips Allow QT translations Fix tips
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-251-2/+2
| | | | Update QT client messages and translations to Doge equivalents.
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-0/+19
|
* Merge #8972: [Qt] make warnings label selectable (jonasschnelli)Wladimir J. van der Laan2016-10-191-1/+4
|\ | | | | | | ef0c9ee [Qt] make warnings label selectable (Jonas Schnelli)
| * [Qt] make warnings label selectableJonas Schnelli2016-10-191-1/+4
| |
* | [Qt] make Out-Of-Sync warning icon clickableJonas Schnelli2016-08-261-2/+2
|/
* [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] 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: 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
* Watchonly balances are shown separately in gui.JaSK2014-07-021-184/+349
|
* 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.
* GUI: Fix design in overview pageCozz Lovan2014-01-111-0/+17
|
* qt: align amounts on overview page to the rightWladimir J. van der Laan2013-11-141-0/+12
| | | | This is more consistent with other places in the GUI.
* qt: Add total balance in overview pageWladimir J. van der Laan2013-06-071-3/+39
|
* qt: remove transaction count from overview pageWladimir J. van der Laan2013-03-311-17/+0
| | | | | It was needlessly confusing people, as it doesn't necessarily match the number of transactions in the transaction list.
* Don't specify a point size for "Wallet"Larry Gilbert2013-03-271-1/+0
|
* Bitcoin-Qt: fix small stylesheet glitch in overviewpage.uiPhilip Kaufmann2013-01-061-2/+1
|
* Show warning when using prerelease versionWladimir J. van der Laan2012-10-251-256/+277
| | | | | | | | | | | Implements #1948 - Add macro `CLIENT_VERSION_IS_RELEASE` to clientversion.h - When running a prerelease (the above macro is `false`): - In UI, show an orange warning bar at the top. This will be used for other warnings (and alerts) as well, instead of the status bar. - For `bitcoind`, show the warning in the "errors" field in `getinfo` response.
* change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not ↵Philip Kaufmann2012-06-111-1/+1
| | | | confuse users, which could see it before we init with the real wallet balance
* Added 'immature balance' for miners. Only displayed if the balance is ↵sje3972012-05-251-3/+29
| | | | | | | | | | | | | | | | | | | | | greater than zero. This adds a field labelled 'Immature' in the overview section under the 'unconfirmed' field, which shows mined income that has not yet matured (which is currently not displayed anywhere, even though the transactions exist in the transaction list). To do that I added a 'GetImmatureBalance' method to the wallet, and connected that through to the GUI as per the 'GetBalance' and 'GetUnconfirmedBalance' methods. I did a small 'no-op' change to make the code in adjacent functions a little more readable (imo); it was a change I had made in my repo earlier...but I thought it wouldn't hurt so left it in. Immature balance comes from mined income that is at least two blocks deep in the chain (same logic as displayed transactions). My reasoning is: - as a miner, it's a critical stat I want to see - as a miner, and taking into account the label 'immature', the uncertainty is pretty clearly implied - those numbers are already displayed in the transaction list - this makes the overview numbers add up to what's in the transaction list - it's not displayed if the immature balance is 0, so won't bother non-miners I also 'cleaned' the overview UI a little, moving code to the XML and removing HTML.
* Restore overviewpage (put transactions back within frame)Wladimir J. van der Laan2012-05-181-147/+185
| | | | | - Also, change "(out of sync)" to only red, instead of red and bold, which a bit more subtle - Move label stylesheets to xml
* add 2 labels to the overviewpage that display Wallet and Transaction status ↵Philip Kaufmann2012-05-171-46/+78
| | | | (obsolete or current) / cleanup overviewpage XML ui-file
* move many overviewpage settings from code to ui XML-file / removed ability ↵Philip Kaufmann2012-05-061-2/+42
| | | | to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway / set mouse cursor to IBeam for selectable labels
* remove HTML code around "Wallet" (displayed on overview page) and use Qt ↵Philip Kaufmann2012-04-041-5/+7
| | | | tags for font settings
* show last few transactions on overview pageWladimir J. van der Laan2011-08-031-70/+134
|
* Show unconfirmed balance on overview pageWladimir J. van der Laan2011-07-111-2/+16
|
* Rename "History" tab to more logical "Transactions", move "Number of ↵Wladimir J. van der Laan2011-07-071-1/+21
| | | | transactions" from status bar to overview page
* tab reorg phase 1: split main gui into "overview" and "history"Wladimir J. van der Laan2011-07-051-0/+63