| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #1756 | luigi1111 | 2018-12-01 | 1 | -12/+17 | |
| |\ \ | | | | | | | | | | eb311b9 receive: qrcode fixes (mmbyday) | |||||
| | * | | receive: qrcode fixes | mmbyday | 2018-11-28 | 1 | -12/+17 | |
| | |/ | ||||||
| * / | Allow adjusting number of rounds for the key derivation function | stoffu | 2018-11-30 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1750 | luigi1111 | 2018-11-25 | 1 | -1/+1 | |
| |\ | | | | | | | 2c44d97 transfer: fix amount validation regexp (xiphon) | |||||
| | * | transfer: fix amount validation regexp | xiphon | 2018-11-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #1749 | luigi1111 | 2018-11-25 | 1 | -0/+5 | |
| |\ \ | | | | | | | | | | a79d76f transfer: prepend '0' to amount starting with '.' (xiphon) | |||||
| | * | | transfer: prepend '0' to amount starting with '.' | xiphon | 2018-11-24 | 1 | -0/+5 | |
| | |/ | ||||||
| * | | Merge pull request #1706 | luigi1111 | 2018-11-25 | 1 | -30/+40 | |
| |\ \ | |/ |/| | | | | | 12a3d68 receive: fix Amount and QR-Code layout (xiphon) 3b36dc9 receive: add Payment URL (xiphon) | |||||
| | * | receive: add Payment URL | xiphon | 2018-10-27 | 1 | -0/+10 | |
| | | | ||||||
| | * | receive: fix Amount and QR-Code layout | xiphon | 2018-10-27 | 1 | -30/+30 | |
| | | | ||||||
| * | | settings: fix Remote Node 'Connect' button | xiphon | 2018-11-11 | 1 | -1/+6 | |
| | | | ||||||
| * | | settings-node: change element id 'btnStopNode' to 'btnStartStopNode' | xiphon | 2018-11-06 | 1 | -3/+3 | |
| | | | ||||||
| * | | settings-node: implement correct 'Start/Stop daemon' button logic | xiphon | 2018-11-06 | 1 | -3/+7 | |
| | | | ||||||
| * | | Merge pull request #1664 | luigi1111 | 2018-11-06 | 1 | -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 translatable | erciccione | 2018-10-24 | 1 | -2/+2 | |
| | |/ | ||||||
| * | | Merge pull request #1709 | luigi1111 | 2018-10-31 | 1 | -4/+2 | |
| |\ \ | | | | | | | | | | 15ac299 settings: don't call parseFloat, isFinite to parse height (xiphon) | |||||
| | * | | settings: don't call parseFloat, isFinite to parse height | xiphon | 2018-10-29 | 1 | -4/+2 | |
| | |/ | ||||||
| * / | Correction of View-Only Wallet description (see Issue #1610) | Leza89 | 2018-10-25 | 1 | -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 clarity | moneromooo-monero | 2018-10-18 | 1 | -8/+8 | |
| | | | | | Apparently some people seem to think it's a censorship list... | |||||
| * | Merge pull request #1667 | luigi1111 | 2018-10-16 | 1 | -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 txes | xiphon | 2018-10-16 | 1 | -7/+3 | |
| | | | ||||||
| | * | tracking: query blockchain height only once during update | xiphon | 2018-10-16 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add border to generated QR codes | Guillaume LE VAILLANT | 2018-10-14 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1605 | luigi1111 | 2018-10-11 | 1 | -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 11 | Sander Ferdinand | 2018-10-10 | 1 | -72/+3 | |
| | | | ||||||
| * | | Qt 5.7 does not support string.startsWith(); use string.indexOf() instead | Sander Ferdinand | 2018-10-10 | 1 | -1/+2 | |
| |/ | ||||||
| * | Fix blackball section to conform to format change | moneromooo-monero | 2018-09-30 | 1 | -9/+27 | |
| | | ||||||
| * | Changed regex to support amount lines starting with a period, but block the ↵ | Sander Ferdinand | 2018-09-04 | 1 | -2/+7 | |
| | | | | | transaction creation wizard | |||||
| * | Merge pull request #1511 | luigi1111 | 2018-08-14 | 10 | -867/+2059 | |
| |\ | | | | | | | Settings overhaul (27 commits by skftn) | |||||
| | * | Fixes a SettingsLog layout bug | Sander Ferdinand | 2018-08-06 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fixes a particular hard to track bug where ColumnLayout considers MouseArea ↵ | Sander Ferdinand | 2018-08-05 | 1 | -43/+42 | |
| | | | | | | | | | as part of its height/width after the parent StackView changed state a few times | |||||
| | * | Settings alignment and size adjustments | Sander Ferdinand | 2018-08-05 | 2 | -5/+15 | |
| | | | ||||||
| | * | Added component WarningBox and added a warning to remote node page | Sander Ferdinand | 2018-08-05 | 2 | -66/+18 | |
| | | | ||||||
| | * | Included copyright headers | Sander Ferdinand | 2018-08-05 | 5 | -0/+140 | |
| | | | ||||||
| | * | Disable layout options when in mobile mode | Sander Ferdinand | 2018-08-05 | 1 | -0/+8 | |
| | | | ||||||
| | * | Copy to clipboard functionality for the Info page | Sander Ferdinand | 2018-08-05 | 1 | -2/+54 | |
| | | | ||||||
| | * | Replace SettingsInfo wallet name with wallet path | Sander Ferdinand | 2018-08-05 | 1 | -2/+8 | |
| | | | ||||||
| | * | Fixes a layout bug for SettingsLog.qml | Sander Ferdinand | 2018-08-05 | 1 | -1/+5 | |
| | | | ||||||
| | * | Lighten up the grey colors a bit | Sander Ferdinand | 2018-08-05 | 2 | -7/+7 | |
| | | | ||||||
| | * | Fixes the wallet creation height dialog | Sander Ferdinand | 2018-08-05 | 1 | -1/+4 | |
| | | | ||||||
| | * | Include version.js | Sander Ferdinand | 2018-08-05 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fixes some javascript errors | Sander Ferdinand | 2018-07-18 | 1 | -4/+3 | |
| | | | ||||||
| | * | Added settings page: Info | Sander Ferdinand | 2018-07-18 | 1 | -0/+212 | |
| | | | ||||||
| | * | Move function to show the seed page to Utils.js | Sander Ferdinand | 2018-07-18 | 1 | -3/+1 | |
| | | | ||||||
| | * | Added settings page: Log | Sander Ferdinand | 2018-07-18 | 1 | -0/+214 | |
| | | | ||||||
| | * | Added settings page: Wallet | Sander Ferdinand | 2018-07-18 | 1 | -0/+407 | |
| | | | ||||||
| | * | Added settings page: Node | Sander Ferdinand | 2018-07-18 | 1 | -0/+485 | |
| | | | ||||||
| | * | Added settings page: Layout | Sander Ferdinand | 2018-07-18 | 1 | -0/+39 | |
| | | | ||||||
| | * | Added settings navbar componenent | Sander Ferdinand | 2018-07-18 | 1 | -0/+337 | |
| | | | ||||||
| | * | Reworked page 'Settings', added a stackview | Sander Ferdinand | 2018-07-18 | 1 | -760/+81 | |
| | | | ||||||
