| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815 | Monzero Build System | 8 hours | 1 | -28/+28 |
| | | |||||
| * | Update year in Cypyright | inson1 | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | Prove/Check: clear text fields on wallet close | plowsof | 2023-04-10 | 1 | -0/+11 |
| | | |||||
| * | Advanced: ReserveProof: Resolve review by selsta | reemuru | 2022-01-21 | 1 | -6/+6 |
| | | | | | | | Fixes: 0f67580e This commit updates qsTr() to avoid breaking previous translations. Also removes an erroneous whitespace. | ||||
| * | Advanced: ReserveProof: Add support for reserve proof | reemuru | 2022-01-20 | 1 | -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 proof | selsta | 2021-08-20 | 1 | -2/+2 |
| | | |||||
| * | LeftPanel: drop Advanced submenu items, use NavBar instead | xiphon | 2021-03-20 | 1 | -1/+1 |
| | | |||||
| * | repo: remove isMobile leftovers | selsta | 2019-09-06 | 1 | -1/+1 |
| | | |||||
| * | MiddlePanel: dynamic content height | selsta | 2019-05-07 | 1 | -1/+1 |
| | | |||||
| * | Remove scaleRatio | dsc | 2019-04-25 | 1 | -34/+34 |
| | | |||||
| * | White theme | dsc | 2019-04-24 | 1 | -7/+8 |
| | | |||||
| * | Cleanup advanced pages | dsc | 2019-02-01 | 1 | -91/+84 |
| | | |||||
| * | layout: fix top margin on various pages | selsta | 2019-01-22 | 1 | -1/+1 |
| | | |||||
| * | Merchant page | dsc | 2018-12-29 | 1 | -1/+1 |
| | | |||||
| * | fix various QML warnings | xiphon | 2018-12-17 | 1 | -7/+2 |
| | | |||||
| * | Redesigned shared ringdb panel | Sander Ferdinand | 2018-04-22 | 1 | -0/+2 |
| | | |||||
| * | Cleanup after rebase | Sander Ferdinand | 2018-03-29 | 1 | -2/+2 |
| | | |||||
| * | Fixes runtime QML warning | Sander Ferdinand | 2018-03-29 | 1 | -3/+3 |
| | | |||||
| * | Redoing the Sign/Verify page | Sander Ferdinand | 2018-03-29 | 1 | -1/+0 |
| | | |||||
| * | Dynamic subaddr table height, dont show history table when there is none | Sander Ferdinand | 2018-03-29 | 1 | -10/+10 |
| | | |||||
| * | Generate proof from history view and made javascript file with tx related ↵ | Sander Ferdinand | 2018-03-29 | 1 | -43/+4 |
| | | | | | functions | ||||
| * | Redesigned txkey/sign pages | Sander Ferdinand | 2018-03-29 | 1 | -210/+140 |
| | | |||||
| * | Cleanup after rebase | Sander Ferdinand | 2018-03-29 | 1 | -5/+1 |
| | | |||||
| * | StandardButton - removed unused properties and some layout changes to ↵ | Sander Ferdinand | 2018-03-29 | 1 | -5/+1 |
| | | | | | settings page | ||||
| * | Stagenet | stoffu | 2018-03-14 | 1 | -4/+4 |
| | | |||||
| * | startsWith is unsupported for Qt < 5.8, use indexOf instead | stoffu | 2018-02-20 | 1 | -4/+4 |
| | | |||||
| * | Update copyright for 2018 | xmr-eric | 2018-01-08 | 1 | -1/+1 |
| | | |||||
| * | Spend proof | stoffu | 2017-11-30 | 1 | -4/+10 |
| | | |||||
| * | Bugfix with tx proof + update | stoffu | 2017-11-26 | 1 | -2/+10 |
| | | |||||
| * | Tx proof | stoffu | 2017-11-20 | 1 | -61/+172 |
| | | |||||
| * | ios build settings | Jaquee | 2017-05-05 | 1 | -0/+4 |
| | | |||||
| * | TxKey.qml: Keep text mixed case | xmr-eric | 2017-02-27 | 1 | -1/+1 |
| | | |||||
| * | Typo on Verify Payment page | xmr-eric | 2016-12-14 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #278 | Riccardo Spagni | 2016-12-14 | 1 | -7/+7 |
| |\ | | | | | | | | | 9d1f242 Update TxKey.qml (xmr-eric) 88df8b7 Improvements to text on 'Verify payment' page (xmr-eric) | ||||
| | * | Update TxKey.qml | xmr-eric | 2016-12-13 | 1 | -3/+3 |
| | | | |||||
| | * | Improvements to text on 'Verify payment' page | xmr-eric | 2016-12-13 | 1 | -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 page | xmr-eric | 2016-12-08 | 1 | -1/+0 |
| |/ | | | This brings the Check button into alignment with the rest of the page. | ||||
| * | TxKey: layout width + typos | Jacob Brydolf | 2016-11-10 | 1 | -3/+4 |
| | | |||||
| * | Add a page for checking payments via the tx key | moneromooo.monero | 2016-11-06 | 1 | -0/+231 |
