aboutsummaryrefslogtreecommitdiff
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1756luigi11112018-12-011-12/+17
|\ \ | | | | | | | | | eb311b9 receive: qrcode fixes (mmbyday)
| * | 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
|\ | | | | | | 2c44d97 transfer: fix amount validation regexp (xiphon)
| * transfer: fix amount validation regexpxiphon2018-11-241-1/+1
| |
* | Merge pull request #1749luigi11112018-11-251-0/+5
|\ \ | | | | | | | | | a79d76f transfer: prepend '0' to amount starting with '.' (xiphon)
| * | transfer: prepend '0' to amount starting with '.'xiphon2018-11-241-0/+5
| |/
* | Merge pull request #1706luigi11112018-11-251-30/+40
|\ \ | |/ |/| | | | | 12a3d68 receive: fix Amount and QR-Code layout (xiphon) 3b36dc9 receive: add Payment URL (xiphon)
| * 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
|\ \ | | | | | | | | | | | | 6dcd2b7 fix strings not marked as translatable (erciccione) d32dabf syn and add unpicked strings in language files (erciccione)
| * | fix strings not marked as translatableerciccione2018-10-241-2/+2
| |/
* | Merge pull request #1709luigi11112018-10-311-4/+2
|\ \ | | | | | | | | | 15ac299 settings: don't call parseFloat, isFinite to parse height (xiphon)
| * | 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
|/ | | | | | | | | | | | | | | | | * changed <location filename="../pages/settings/SettingsWallet.qml" line="185"/> <source>Creates a new wallet that can only view transactions, cannot initialize transactions.</source> to "Creates a new wallet that can only view and initiate transactions, but requires a spendable wallet to sign transactions before sending" in /pages/settings/SettingsWallet.qml (Thanks for the guidance, Erciccione) * Updated all translations and added "unfinished" tag where necessary * Updated german translation
* Rename "blackball" for claritymoneromooo-monero2018-10-181-8/+8
| | | | Apparently some people seem to think it's a censorship list...
* Merge pull request #1667luigi11112018-10-161-10/+6
|\ | | | | | | | | cd024be tracking: query blockchain height only once during update (xiphon) cf8f36b tracking: don't fetch redundant txes (xiphon)
| * 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
|\ | | | | | | e21f890 Replacing the optional ring size slider in favor of static ring size 11 (skftn)
| * 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 ↵Sander Ferdinand2018-09-041-2/+7
| | | | transaction creation wizard
* Merge pull request #1511luigi11112018-08-1410-867/+2059
|\ | | | | | | Settings overhaul (27 commits by skftn)
| * Fixes a SettingsLog layout bugSander Ferdinand2018-08-061-2/+2
| |
| * Fixes a particular hard to track bug where ColumnLayout considers MouseArea ↵Sander Ferdinand2018-08-051-43/+42
| | | | | | | | as part of its height/width after the parent StackView changed state a few times
| * 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
| |
| * Replace SettingsInfo wallet name with wallet pathSander Ferdinand2018-08-051-2/+8
| |
| * Fixes a layout bug for SettingsLog.qmlSander Ferdinand2018-08-051-1/+5
| |
| * Lighten up the grey colors a bitSander Ferdinand2018-08-052-7/+7
| |
| * Fixes the wallet creation height dialogSander Ferdinand2018-08-051-1/+4
| |
| * Include version.jsSander Ferdinand2018-08-051-0/+1
| |
| * Fixes some javascript errorsSander Ferdinand2018-07-181-4/+3
| |
| * Added settings page: InfoSander Ferdinand2018-07-181-0/+212
| |
| * Move function to show the seed page to Utils.jsSander Ferdinand2018-07-181-3/+1
| |
| * Added settings page: LogSander Ferdinand2018-07-181-0/+214
| |
| * Added settings page: WalletSander Ferdinand2018-07-181-0/+407
| |
| * Added settings page: NodeSander Ferdinand2018-07-181-0/+485
| |
| * Added settings page: LayoutSander Ferdinand2018-07-181-0/+39
| |
| * Added settings navbar componenentSander Ferdinand2018-07-181-0/+337
| |
| * Reworked page 'Settings', added a stackviewSander Ferdinand2018-07-181-760/+81
| |