| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Show daemon manager dialog if daemon isnt started | Jacob Brydolf | 2016-11-26 | 1 | -0/+119 |
| | | |||||
| * | Clean exit on app close button | Jacob Brydolf | 2016-11-19 | 1 | -1/+1 |
| | | |||||
| * | splash: add option to close popup | Jacob Brydolf | 2016-11-13 | 1 | -1/+1 |
| | | |||||
| * | DatePicker: 'error' property for indicating invalid input | Ilya Kitaev | 2016-11-10 | 1 | -2/+6 |
| | | |||||
| * | Merge pull request #128 | Riccardo Spagni | 2016-11-09 | 1 | -5/+29 |
| |\ | | | | | | | 689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero) | ||||
| | * | Report when the GUI is connected to a daemon with mismatched version | moneromooo.monero | 2016-11-07 | 1 | -5/+29 |
| | | | | | | | | | | | This will cause various errors confusing to the user, as they stem for the daemon returning replies with missing information, etc. | ||||
| * | | Merge pull request #122 | Riccardo Spagni | 2016-11-09 | 2 | -1/+182 |
| |\ \ | | | | | | | | | | | | | | | | | | | 42086b5 remove old reference to passwordDialog (Jacob Brydolf) 4a1e22a history: transaction details button + popup (Jacob Brydolf) cfa8929 wallet api: added getTxKey() (Jacob Brydolf) d628795 added standardDialog component (Jacob Brydolf) | ||||
| | * | | remove old reference to passwordDialog | Jacob Brydolf | 2016-11-07 | 1 | -1/+0 |
| | | | | |||||
| | * | | history: transaction details button + popup | Jacob Brydolf | 2016-11-07 | 1 | -1/+49 |
| | | | | |||||
| | * | | added standardDialog component | Jacob Brydolf | 2016-11-07 | 1 | -0/+134 |
| | |/ | |||||
| * | | Merge pull request #117 | Riccardo Spagni | 2016-11-09 | 1 | -1/+9 |
| |\ \ | | | | | | | | | | | | | | | | 142e348 Transfer: use the new error LineEdit property to highlight bad fields (moneromooo.monero) b97d0a9 LineEdit: add an error property (moneromooo.monero) 5fb4e89 Transfer: remove spammy debug traces (moneromooo.monero) | ||||
| | * | | LineEdit: add an error property | moneromooo.monero | 2016-11-06 | 1 | -1/+9 |
| | |/ | | | | | | | This is then used to display a reddish background when it's true | ||||
| * | | Merge pull request #109 | Riccardo Spagni | 2016-11-09 | 1 | -12/+9 |
| |\ \ | | | | | | | | | | 77c3763 Switch OK/Cancel button positions (taushet) | ||||
| | * | | Switch OK/Cancel button positions | taushet | 2016-11-05 | 1 | -12/+9 |
| | |/ | | | | | As per conventions, the 'OK' button should be rightmost. | ||||
| * / | history: support old payment ids and make fields selectable | Jacob Brydolf | 2016-11-05 | 1 | -11/+29 |
| |/ | | | | history: fix payment id width | ||||
| * | PasswordDialog: accept/reject with Enter/Esc, Tab navigation | Ilya Kitaev | 2016-11-02 | 1 | -6/+20 |
| | | |||||
| * | StandardButton: indicating "focused" state | Ilya Kitaev | 2016-11-02 | 1 | -0/+9 |
| | | |||||
| * | Custom password dialog. fixes issue with standard dialog | Ilya Kitaev | 2016-11-01 | 1 | -20/+112 |
| | | |||||
| * | Merge pull request #46 | Riccardo Spagni | 2016-10-11 | 1 | -1/+1 |
| |\ | | | | | | | | | | | b8c07de wizard: store password in appwindow session (Jacob Brydolf) e5b9a1b settings page: strict password check (Jacob Brydolf) 010cce4 settings page: Empty password field on seed view (Jacob Brydolf) | ||||
| | * | settings page: Empty password field on seed view | Jacob Brydolf | 2016-10-11 | 1 | -1/+1 |
| | | | |||||
| * | | History: display blockheight, sort by blockheight | Ilya Kitaev | 2016-10-11 | 2 | -28/+57 |
| |/ | |||||
| * | Processing splash formatting improved | Ilya Kitaev | 2016-10-10 | 1 | -0/+7 |
| | | |||||
| * | History: fee color | Ilya Kitaev | 2016-10-10 | 1 | -2/+5 |
| | | |||||
| * | History: display "fee" for sent transactions | Ilya Kitaev | 2016-10-10 | 1 | -1/+27 |
| | | |||||
| * | Fix: DatePicker component doesn't update the date | Ilya Kitaev | 2016-10-10 | 1 | -7/+22 |
| | | |||||
| * | TransactionHistory sorting | Ilya Kitaev | 2016-10-10 | 1 | -1/+1 |
| | | |||||
| * | Transaction history is not crashing and refreshing properly | Ilya Kitaev | 2016-10-10 | 1 | -2/+5 |
| | | |||||
| * | Simple transaction history | Ilya Kitaev | 2016-10-10 | 1 | -20/+33 |
| | | |||||
| * | Receive page: display long address from the beginning in TextField | Ilya Kitaev | 2016-10-10 | 1 | -0/+1 |
| | | |||||
| * | Fixed overlapping clipboard icons on recieve page | Jacob Brydolf | 2016-10-10 | 1 | -1/+1 |
| | | |||||
| * | Added daemon BC sync progress bar | Jacob Brydolf | 2016-10-10 | 1 | -0/+90 |
| | | | | | | | depends on https://github.com/monero-project/monero/pull/1173 Signed-off-by: Jacob Brydolf <jacob@brydolf.net> | ||||
| * | Removed hardcoded height from PasswordDialog | Ilya Kitaev | 2016-10-10 | 1 | -1/+0 |
| | | |||||
| * | added TransactionHistoryModel; renamings | Ilya Kitaev | 2016-10-10 | 3 | -3/+3 |
| | | |||||
| * | Wallet::daemonBlockChainHeight(); BC sync progress in GUI | Ilya Kitaev | 2016-09-26 | 1 | -5/+16 |
| | | |||||
| * | Processing splash bug fixed; | Ilya Kitaev | 2016-09-01 | 1 | -1/+1 |
| | | | | | Receive page: wrong reference to the wallet fixed; | ||||
| * | Transfer page: validate amount | Ilya Kitaev | 2016-08-23 | 1 | -2/+9 |
| | | |||||
| * | Display "processing.." splashscreen while wallet initializing | Ilya Kitaev | 2016-08-23 | 2 | -0/+91 |
| | | |||||
| * | Ask for password in wallet is password protected. closes #26 | Ilya Kitaev | 2016-08-17 | 1 | -1/+36 |
| | | |||||
| * | ask user for the password if wallet is password-protected | Ilya Kitaev | 2016-08-16 | 1 | -0/+5 |
| | | |||||
| * | Removed: hardcoded "Monero - Donations" | Ilya Kitaev | 2016-08-10 | 1 | -1/+1 |
| | | |||||
| * | dynamic translation support. closes #24 | Ilya Kitaev | 2016-07-20 | 8 | -20/+20 |
| | | |||||
| * | Added "Receive" page. Hide all pages except "Transfer" and "Receive". | Ilya Kitaev | 2016-06-26 | 3 | -1/+75 |
| | | |||||
| * | basic "send money" functionality implemented in GUI | Ilya Kitaev | 2016-06-16 | 1 | -0/+3 |
| | | |||||
| * | Password strength level updated | Ilya Kitaev | 2016-02-06 | 1 | -1/+9 |
| | | |||||
| * | added licenses | Riccardo Spagni | 2015-04-01 | 21 | -0/+588 |
| | | |||||
| * | blocked title bar in wizard | marcin | 2014-08-22 | 1 | -2/+2 |
| | | |||||
| * | wizard v1.0 | marcin | 2014-08-21 | 2 | -1/+8 |
| | | |||||
| * | wizard v0.1 | marcin | 2014-08-19 | 1 | -0/+1 |
| | | |||||
| * | https://trello.com/c/SBd9Yyud/54-not-hugely-important-but-can-the-window-be- ↵ | marcin | 2014-07-23 | 1 | -1/+14 |
| | | | | | resizable-or-does-that-add-too-many-complications | ||||
| * | tabledropdown fix | marcin | 2014-07-23 | 4 | -38/+9 |
| | | |||||
