| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | keys: add text for viewonly wallet | mmbyday | 2018-12-21 | 1 | -1/+2 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #1826 | luigi1111 | 2018-12-26 | 1 | -166/+278 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | 7708b09 Sign: redesign page with message/file toggle (mmbyday) | |||||
| | * | | | Sign: redesign page with message/file toggle :art: | mmbyday | 2018-12-20 | 1 | -166/+278 | |
| | |/ / | ||||||
| * | | | Merge pull request #1850 | luigi1111 | 2018-12-20 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | | | | | b38a93a Receive: fix subaddress alignment (selsta) | |||||
| | * | | | Receive: fix subaddress alignment | selsta | 2018-12-20 | 1 | -0/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #1849 | luigi1111 | 2018-12-20 | 1 | -11/+3 | |
| |\ \ \ | | | | | | | | | | | | | 6778742 openalias: handle address validation correctly (mmbyday) | |||||
| | * | | | openalias: handle address validation correctly | mmbyday | 2018-12-20 | 1 | -11/+3 | |
| | |/ / | ||||||
| * | | | Merge pull request #1843 | luigi1111 | 2018-12-20 | 1 | -62/+59 | |
| |\ \ \ | | | | | | | | | | | | | d2d4c21 SettingsLog: fix TextArea layout, border, scrollbar (xiphon) | |||||
| | * | | | SettingsLog: fix TextArea layout, border, scrollbar | xiphon | 2018-12-19 | 1 | -62/+59 | |
| | |/ / | ||||||
| * | | | Merge pull request #1830 | luigi1111 | 2018-12-20 | 3 | -0/+4 | |
| |\ \ \ | | | | | | | | | | | | | 84a6042 mining: add visual icon/indicator that mining is enabled, visible on all the screens (mmbyday) | |||||
| | * | | | mining: add visual icon/indicator that mining is enabled, visible on all the ↵ | mmbyday | 2018-12-18 | 3 | -0/+4 | |
| | |/ / | | | | | | | | | | screens | |||||
| * | | | Merge pull request #1820 | luigi1111 | 2018-12-20 | 3 | -3/+13 | |
| |\ \ \ | | | | | | | | | | | | | 09201b1 Clear text fields up switching wallets (mmbyday) | |||||
| | * | | | Clear text fields up switching wallets | mmbyday | 2018-12-18 | 3 | -3/+13 | |
| | |/ / | ||||||
| * | | | Merge pull request #1818 | luigi1111 | 2018-12-20 | 1 | -61/+32 | |
| |\ \ \ | | | | | | | | | | | | | d10ce17 SettingsInfo: use MoneroComponents.StandardButton (mmbyday) | |||||
| | * | | | SettingsInfo: use MoneroComponents.StandardButton :lipstick: | mmbyday | 2018-12-18 | 1 | -61/+32 | |
| | | |/ | |/| | ||||||
| * | | | Lock wallet on inactivity | dsc | 2018-12-20 | 2 | -7/+90 | |
| | |/ |/| | ||||||
| * | | Merge pull request #1839 | luigi1111 | 2018-12-18 | 1 | -127/+166 | |
| |\ \ | | | | | | | | | | 481ef1f mining: display max cpu thread count and warn about impact (mmbyday) | |||||
| | * | | mining: display max cpu thread count and warn about impact | mmbyday | 2018-12-17 | 1 | -127/+166 | |
| | |/ | ||||||
| * | | Merge pull request #1835 | luigi1111 | 2018-12-18 | 4 | -15/+6 | |
| |\ \ | | | | | | | | | | 515bb16 fix various QML warnings (xiphon) | |||||
| | * | | fix various QML warnings | xiphon | 2018-12-17 | 4 | -15/+6 | |
| | |/ | ||||||
| * | | Merge pull request #1823 | luigi1111 | 2018-12-18 | 1 | -1/+3 | |
| |\ \ | | | | | | | | | | fc26bd1 Transfer: transaction priority persists over page changes and reset to automatic after successful send (mmbyday) | |||||
| | * | | Transfer: transaction priority persists over page changes and reset to ↵ | mmbyday | 2018-12-13 | 1 | -1/+3 | |
| | |/ | | | | | | | automatic after successful send | |||||
| * | | Merge pull request #1817 | luigi1111 | 2018-12-18 | 1 | -139/+36 | |
| |\ \ | | | | | | | | | | 9c09294 settings-wallet: use StandardButton instead of custom buttons (xiphon) | |||||
| | * | | settings-wallet: use StandardButton instead of custom buttons | xiphon | 2018-12-13 | 1 | -139/+36 | |
| | |/ | ||||||
| * | | Merge pull request #1815 | luigi1111 | 2018-12-18 | 1 | -70/+20 | |
| |\ \ | | | | | | | | | | d70f714 settings-node: use StandardButton instead of custom buttons (xiphon) | |||||
| | * | | settings-node: use StandardButton instead of custom buttons | xiphon | 2018-12-13 | 1 | -70/+20 | |
| | |/ | ||||||
| * / | settingsLog: fix layout glitch when loaded first time :bug: | mmbyday | 2018-12-13 | 1 | -41/+36 | |
| |/ | ||||||
| * | Toggle hiding balance via Settings->Layout->Hide balance | dsc | 2018-12-12 | 1 | -1/+12 | |
| | | ||||||
| * | Merge pull request #1794 | luigi1111 | 2018-12-11 | 2 | -2/+2 | |
| |\ | | | | | | | | | e650818 TextField.onEditingFinished() is not available in Qt versions lower than 5.9. Replace with onEditingFinished() (xmrdsc) b466f9f string.startsWith() is not available in Qt versions lower than 5.8. Replace with string.indexOf() (xmrdsc) | |||||
| | * | string.startsWith() is not available in Qt versions lower than 5.8. Replace ↵ | dsc | 2018-12-09 | 2 | -2/+2 | |
| | | | | | | | | | with string.indexOf() | |||||
| * | | Merge pull request #1785 | luigi1111 | 2018-12-07 | 1 | -4/+3 | |
| |\ \ | | | | | | | | | | 950ac55 receive: enable advanced option checkbox2 to persist (mmbyday) | |||||
| | * | | receive: enable advanced option checkbox2 to persist | mmbyday | 2018-12-06 | 1 | -4/+3 | |
| | |/ | ||||||
| * | | Merge pull request #1780 | luigi1111 | 2018-12-07 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 493623e settings: fix Binding loop detected for property preferredHeight (mmbyday) | |||||
| | * | | settings: fix Binding loop detected for property preferredHeight | mmbyday | 2018-12-04 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #1778 | luigi1111 | 2018-12-07 | 1 | -3/+7 | |
| |\ \ \ | |_|/ |/| | | | | | 56bd606 addressbook: improve readability by truncating long text and allowing wrapmode on address/description/paymentid fields (mmbyday) | |||||
| | * | | addressbook: improve readability by truncating long text and allowing ↵ | mmbyday | 2018-12-04 | 1 | -3/+7 | |
| | |/ | | | | | | | wrapmode on address/description/paymentid fields | |||||
| * | | Merge pull request #1771 | luigi1111 | 2018-12-04 | 1 | -1/+1 | |
| |\ \ | |/ |/| | | | 6c60b37 Fix Receive.qml:388: Error: Insufficient arguments (mmbyday) | |||||
| | * | Fix Receive.qml:388: Error: Insufficient arguments | mmbyday | 2018-12-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #1764 | luigi1111 | 2018-12-03 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 0a3c806 fix clipping of text in search box (mmbyday) | |||||
| | * | | fix clipping of text in search box | mmbyday | 2018-11-28 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #1768 | luigi1111 | 2018-12-01 | 1 | -0/+12 | |
| |\ \ | | | | | | | | | | 02134c4 transfer: paste Payment URL to fill the payment form fields (xiphon) | |||||
| | * | | transfer: paste Payment URL to fill the payment form fields | xiphon | 2018-11-30 | 1 | -0/+12 | |
| | |/ | ||||||
| * | | Merge pull request #1767 | luigi1111 | 2018-12-01 | 1 | -0/+2 | |
| |\ \ | | | | | | | | | | 01209b1 SettingsNode: make TextArea readOnly (mmbyday) | |||||
| | * | | SettingsNode: make TextArea readOnly | mmbyday | 2018-11-30 | 1 | -0/+2 | |
| | |/ | ||||||
| * | | Merge pull request #1766 | luigi1111 | 2018-12-01 | 1 | -6/+1 | |
| |\ \ | | | | | | | | | | 7a9c6f4 sign: fix label layout consistency (mmbyday) | |||||
| | * | | sign: fix label layout consistency | mmbyday | 2018-11-30 | 1 | -6/+1 | |
| | |/ | ||||||
| * | | Merge pull request #1762 | luigi1111 | 2018-12-01 | 1 | -0/+1 | |
| |\ \ | | | | | | | | | | b9c7d8d keys: dynamic panel height and qrcode is no longer clipped (mmbyday) | |||||
| | * | | keys: dynamic panel height and qrcode is no longer clipped | mmbyday | 2018-11-30 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | Merge pull request #1759 | luigi1111 | 2018-12-01 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | 33e04a3 keys: bug fixes and aligned with wallet definition URI scheme (mmbyday) | |||||
| | * | | keys: bug fixes and aligned with wallet definition URI scheme | mmbyday | 2018-11-28 | 1 | -2/+2 | |
| | |/ | ||||||
