aboutsummaryrefslogtreecommitdiff
path: root/pages
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1771luigi11112018-12-041-1/+1
|\
| * Fix Receive.qml:388: Error: Insufficient argumentsmmbyday2018-12-011-1/+1
* | Merge pull request #1764luigi11112018-12-031-1/+1
|\ \
| * | fix clipping of text in search boxmmbyday2018-11-281-1/+1
| |/
* | Merge pull request #1768luigi11112018-12-011-0/+12
|\ \
| * | transfer: paste Payment URL to fill the payment form fieldsxiphon2018-11-301-0/+12
| |/
* | Merge pull request #1767luigi11112018-12-011-0/+2
|\ \
| * | SettingsNode: make TextArea readOnlymmbyday2018-11-301-0/+2
| |/
* | Merge pull request #1766luigi11112018-12-011-6/+1
|\ \
| * | sign: fix label layout consistencymmbyday2018-11-301-6/+1
| |/
* | Merge pull request #1762luigi11112018-12-011-0/+1
|\ \
| * | keys: dynamic panel height and qrcode is no longer clippedmmbyday2018-11-301-0/+1
| |/
* | Merge pull request #1759luigi11112018-12-011-2/+2
|\ \
| * | keys: bug fixes and aligned with wallet definition URI schememmbyday2018-11-281-2/+2
| |/
* | Merge pull request #1756luigi11112018-12-011-12/+17
|\ \
| * | receive: qrcode fixesmmbyday2018-11-281-12/+17
| |/
* / Allow adjusting number of rounds for the key derivation functionstoffu2018-11-301-1/+1
|/
* Merge pull request #1750luigi11112018-11-251-1/+1
|\
| * transfer: fix amount validation regexpxiphon2018-11-241-1/+1
* | Merge pull request #1749luigi11112018-11-251-0/+5
|\ \
| * | transfer: prepend '0' to amount starting with '.'xiphon2018-11-241-0/+5
| |/
* | Merge pull request #1706luigi11112018-11-251-30/+40
|\ \ | |/ |/|
| * receive: add Payment URLxiphon2018-10-271-0/+10
| * receive: fix Amount and QR-Code layoutxiphon2018-10-271-30/+30
* | settings: fix Remote Node 'Connect' buttonxiphon2018-11-111-1/+6
* | settings-node: change element id 'btnStopNode' to 'btnStartStopNode'xiphon2018-11-061-3/+3
* | settings-node: implement correct 'Start/Stop daemon' button logicxiphon2018-11-061-3/+7
* | Merge pull request #1664luigi11112018-11-061-2/+2
|\ \
| * | fix strings not marked as translatableerciccione2018-10-241-2/+2
| |/
* | Merge pull request #1709luigi11112018-10-311-4/+2
|\ \
| * | settings: don't call parseFloat, isFinite to parse heightxiphon2018-10-291-4/+2
| |/
* / Correction of View-Only Wallet description (see Issue #1610)Leza892018-10-251-1/+1
|/
* Rename "blackball" for claritymoneromooo-monero2018-10-181-8/+8
* Merge pull request #1667luigi11112018-10-161-10/+6
|\
| * tracking: don't fetch redundant txesxiphon2018-10-161-7/+3
| * tracking: query blockchain height only once during updatexiphon2018-10-161-3/+3
* | Add border to generated QR codesGuillaume LE VAILLANT2018-10-141-1/+1
|/
* Merge pull request #1605luigi11112018-10-111-72/+3
|\
| * Replacing the optional ring size slider in favor of static ring size 11Sander Ferdinand2018-10-101-72/+3
* | Qt 5.7 does not support string.startsWith(); use string.indexOf() insteadSander Ferdinand2018-10-101-1/+2
|/
* Fix blackball section to conform to format changemoneromooo-monero2018-09-301-9/+27
* Changed regex to support amount lines starting with a period, but block the t...Sander Ferdinand2018-09-041-2/+7
* Merge pull request #1511luigi11112018-08-1410-867/+2059
|\
| * Fixes a SettingsLog layout bugSander Ferdinand2018-08-061-2/+2
| * Fixes a particular hard to track bug where ColumnLayout considers MouseArea a...Sander Ferdinand2018-08-051-43/+42
| * Settings alignment and size adjustmentsSander Ferdinand2018-08-052-5/+15
| * Added component WarningBox and added a warning to remote node pageSander Ferdinand2018-08-052-66/+18
| * Included copyright headersSander Ferdinand2018-08-055-0/+140
| * Disable layout options when in mobile modeSander Ferdinand2018-08-051-0/+8
| * Copy to clipboard functionality for the Info pageSander Ferdinand2018-08-051-2/+54