aboutsummaryrefslogtreecommitdiff
path: root/pages/Transfer.qml
Commit message (Collapse)AuthorAgeFilesLines
...
* Transfer: fix focus, cycle focus between Address, Amount and Sendxiphon2020-12-031-0/+3
|
* Transfer: fix help text (white theme)selsta2020-10-071-2/+4
|
* main: accountsDir runtime configuration supportxiphon2020-09-281-2/+2
|
* Support comma seperator for amount field, dynamically change to dot. Fixes #2951dsc2020-07-081-1/+2
|
* Transfer: fix html paragraph tagrating89us2020-05-101-1/+1
|
* StandardDropdown: drop Qt 5.8 workaroundxiphon2020-05-071-7/+1
|
* Transfer: improve warning message while connectingselsta2020-05-051-0/+2
|
* Merge pull request #2874luigi11112020-05-011-1/+1
|\ | | | | | | 387e643 Transfer: fix 'call method estimateTransactionFeeAsync of undefined' (xiphon)
| * Transfer: fix 'call method estimateTransactionFeeAsync of undefined'xiphon2020-04-291-1/+1
| |
* | Transfer: redesign advanced optionsrating89us2020-05-011-70/+73
|/
* Merge pull request #2844luigi11112020-04-281-2/+2
|\ | | | | | | 81d5dd1 Transfer: add offline transaction signing info in send button warning (rating89us)
| * Transfer: add offline transaction signing info in send button warningrating89us2020-04-211-2/+2
| |
* | Transfer: move address field to the toprating89us2020-04-181-102/+102
|/
* Transfer: address book inline button, 2nd inline button, scan QR code button ↵rating89us2020-04-161-12/+18
| | | | | | fixes spacing fix
* Merge pull request #2739luigi11112020-04-131-6/+53
|\ | | | | | | b5fafb5 Transfer: display estimated transaction fee, requires #6302 (xiphon)
| * Transfer: display estimated transaction fee, requires #6302xiphon2020-02-161-6/+53
| |
* | Merge pull request #2769luigi11112020-02-191-4/+4
|\ \ | | | | | | | | | 98ab4ea misc: strip html out of translatable strings (selsta)
| * | misc: strip html out of translatable stringsselsta2020-02-051-4/+4
| | |
* | | Transfer: allow to import key images using trusted remote nodexiphon2020-02-061-1/+1
| | |
* | | Merge pull request #2711luigi11112020-02-051-2/+1
|\ \ \ | |/ / |/| | | | | 023951f Transfer: import key images always visible (rating89us)
| * | Transfer: import key images always visiblerating89us2020-01-081-2/+1
| |/ | | | | Closes #2687
* | Wallet: implement 'Connecting' status, add 'disconnected' propertyxiphon2020-01-281-0/+1
| |
* | Merge pull request #2719luigi11112020-01-231-50/+28
|\ \ | | | | | | | | | 148c1b9 Transfer: fix Send button state not being updated properly (xiphon)
| * | Transfer: fix Send button state not being updated properlyxiphon2020-01-151-50/+28
| |/
* / Remove paste buttonsrating89us2020-01-141-1/+0
|/
* misc: cleanup unused variables and commentsselsta2019-12-201-1/+0
|
* Merge pull request #2632luigi11112019-12-191-17/+2
|\ | | | | | | d6ccae3 Transfer: cleanup payment id code (tobtoht)
| * Transfer: cleanup payment id codethotbot2019-12-201-17/+2
| |
* | Merge pull request #2626luigi11112019-12-191-22/+18
|\ \ | | | | | | | | | a83adb7 Transfer: improve warning flow (tobtoht)
| * | Transfer: improve warning flowthotbot2019-12-191-22/+18
| |/
* / do not ask to start daemon if in remote node modethotbot2019-12-161-2/+2
|/
* Revert "Merge pull request #2526"luigi11112019-12-051-3/+3
| | | | | This reverts commit 457b1dee49a592619f5a339730921e18f46847a7, reversing changes made to 7cca39ad48d14ed6d48ede3f245c1d4f2a5052cb.
* Merge pull request #2559luigi11112019-12-051-3/+11
|\ | | | | | | e81a589 Transfer: improve amount sanitization (xiphon)
| * Transfer: improve amount sanitizationxiphon2019-12-051-3/+11
| |
* | Transfer: add parenthesis to linksselsta2019-11-281-3/+3
|/
* Merge pull request #2489luigi11112019-11-251-4/+6
|\ | | | | | | 0daf2aa CheckBox: use Font Awesome plus/minus icons, remove unused images (xiphon)
| * CheckBox: use Font Awesome plus/minus icons, remove unused imagesxiphon2019-11-251-4/+6
| |
* | Transfer: fix NaN fiat conversionselsta2019-11-251-1/+1
|/
* Merge pull request #2440luigi11112019-11-131-0/+4
|\ | | | | | | e9cdaf4 Transfer: convert and display entered amount in fiat currency (xiphon)
| * Transfer: convert and display entered amount in fiat currencyxiphon2019-11-131-0/+4
| |
* | Merge pull request #2429luigi11112019-11-131-6/+2
|\ \ | | | | | | | | | 74e12ce ContextMenu: implement 'paste' context menu for all text fields (xiphon)
| * | ContextMenu: implement 'paste' context menu for all text fieldsxiphon2019-11-081-6/+2
| |/
* / Warning added that balance reflects only incoming transactions for view-only ↵peli-pro2019-10-171-1/+2
|/ | | | wallets
* fix fee labels in transfer (#2412)Jethro Grassie2019-10-131-2/+2
|
* Merge pull request #2402luigi11112019-10-081-5/+12
|\ | | | | | | f72ed25 Transfer: forbid long Payment IDs (xiphon)
| * Transfer: forbid long Payment IDsxiphon2019-09-281-5/+12
| |
* | Transfer: warn on long Payment ID filled into description fieldxiphon2019-09-281-1/+7
|/
* LeftPanel: new balance cardselsta2019-09-211-0/+8
|
* repo: remove isMobile leftoversselsta2019-09-061-4/+4
|
* Merge pull request #1960luigi11112019-06-251-1/+2
|\ | | | | | | 63ee61b transfer: make simple mode more simple (mmbyday)