aboutsummaryrefslogtreecommitdiff
path: root/pages/TxKey.qml
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System8 hours1-28/+28
|
* Update year in Cypyrightinson12024-01-271-1/+1
|
* Prove/Check: clear text fields on wallet closeplowsof2023-04-101-0/+11
|
* Advanced: ReserveProof: Resolve review by selstareemuru2022-01-211-6/+6
| | | | | | Fixes: 0f67580e This commit updates qsTr() to avoid breaking previous translations. Also removes an erroneous whitespace.
* Advanced: ReserveProof: Add support for reserve proofreemuru2022-01-201-9/+42
| | | | | | | | | | This change adds the ability to prove and check a reserve proof to this existing "Prove/check" advanced menu. If the amount line has a valid amount less than that of the current account index this input will drive the logic for generating a reserve proof. Checking a reserve proof is accomplished by validating the address and verifying that signature.indexOf("ReserveProofV") === 0. The result displays the total and spent amount of the proof.
* TxKey: fix get / check proofselsta2021-08-201-2/+2
|
* LeftPanel: drop Advanced submenu items, use NavBar insteadxiphon2021-03-201-1/+1
|
* repo: remove isMobile leftoversselsta2019-09-061-1/+1
|
* MiddlePanel: dynamic content heightselsta2019-05-071-1/+1
|
* Remove scaleRatiodsc2019-04-251-34/+34
|
* White themedsc2019-04-241-7/+8
|
* Cleanup advanced pagesdsc2019-02-011-91/+84
|
* layout: fix top margin on various pagesselsta2019-01-221-1/+1
|
* Merchant pagedsc2018-12-291-1/+1
|
* fix various QML warningsxiphon2018-12-171-7/+2
|
* Redesigned shared ringdb panelSander Ferdinand2018-04-221-0/+2
|
* Cleanup after rebaseSander Ferdinand2018-03-291-2/+2
|
* Fixes runtime QML warningSander Ferdinand2018-03-291-3/+3
|
* Redoing the Sign/Verify pageSander Ferdinand2018-03-291-1/+0
|
* Dynamic subaddr table height, dont show history table when there is noneSander Ferdinand2018-03-291-10/+10
|
* Generate proof from history view and made javascript file with tx related ↵Sander Ferdinand2018-03-291-43/+4
| | | | functions
* Redesigned txkey/sign pagesSander Ferdinand2018-03-291-210/+140
|
* Cleanup after rebaseSander Ferdinand2018-03-291-5/+1
|
* StandardButton - removed unused properties and some layout changes to ↵Sander Ferdinand2018-03-291-5/+1
| | | | settings page
* Stagenetstoffu2018-03-141-4/+4
|
* startsWith is unsupported for Qt < 5.8, use indexOf insteadstoffu2018-02-201-4/+4
|
* Update copyright for 2018xmr-eric2018-01-081-1/+1
|
* Spend proofstoffu2017-11-301-4/+10
|
* Bugfix with tx proof + updatestoffu2017-11-261-2/+10
|
* Tx proofstoffu2017-11-201-61/+172
|
* ios build settingsJaquee2017-05-051-0/+4
|
* TxKey.qml: Keep text mixed casexmr-eric2017-02-271-1/+1
|
* Typo on Verify Payment pagexmr-eric2016-12-141-1/+1
|
* Merge pull request #278Riccardo Spagni2016-12-141-7/+7
|\ | | | | | | | | 9d1f242 Update TxKey.qml (xmr-eric) 88df8b7 Improvements to text on 'Verify payment' page (xmr-eric)
| * Update TxKey.qmlxmr-eric2016-12-131-3/+3
| |
| * Improvements to text on 'Verify payment' pagexmr-eric2016-12-131-5/+5
| | | | | | | | | | | | | | Shortened/simplified some text. Changed placeholders from the word "transaction" to the shorthand "tx". Since the user already sees the word transaction to the left of the field, they understand that they mean the same thing, which is important since the History page, where most will get their tx IDs and tx keys, use "tx" instead of "transaction". Also the placeholders were changed from "Transaction ID here" to "Paste transaction ID". The text to the left of the field already is an indicator of what the box is for, so the placeholder instead acts as an action for the user to take (paste!).
* | No left margin for button on Verify Payment pagexmr-eric2016-12-081-1/+0
|/ | | This brings the Check button into alignment with the rest of the page.
* TxKey: layout width + typosJacob Brydolf2016-11-101-3/+4
|
* Add a page for checking payments via the tx keymoneromooo.monero2016-11-061-0/+231