Commit graph

410 commits

Author SHA1 Message Date
Jacob Brydolf
66692be7cf createTransactionAsync(): removed reference to WalletManager 2016-11-10 17:40:02 +01:00
Jacob Brydolf
f8e2e5da3c asynchronous transaction + show splash 2016-11-10 17:39:56 +01:00
Jacob Brydolf
62060e183c wallet::createTransactionAsync pass variables to listener 2016-11-10 16:11:58 +01:00
Jacob Brydolf
00ea5d6be9 added Wallet::createTransactionAsync() 2016-11-10 16:11:58 +01:00
Riccardo Spagni
68736ab834
Merge pull request #138
46d87f9 Adds openssl and boost lib includes for OSX build (maitscha)
2016-11-09 20:51:23 +02:00
Riccardo Spagni
ce386b99ad
Merge pull request #128
689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero)
2016-11-09 20:48:54 +02:00
Riccardo Spagni
95fdc816ba
Merge pull request #127
bc4cf1e refresh history after daemon change (Jacob Brydolf)
2016-11-09 20:48:10 +02:00
Riccardo Spagni
2bb20cd67e
Merge pull request #125
5c330b0 remove PR #111 dependency (Jacob Brydolf)
af933da disconnect slots before reconnecting (Jacob Brydolf)
2016-11-09 20:47:35 +02:00
Riccardo Spagni
99dbbc469c
Merge pull request #122
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)
2016-11-09 20:46:57 +02:00
Riccardo Spagni
1e249c1624
Merge pull request #117
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)
2016-11-09 20:43:33 +02:00
Riccardo Spagni
60b65b9bcc
Merge pull request #115
d95e4a3 Write support for tx notes (moneromooo.monero)
2016-11-09 20:42:44 +02:00
Riccardo Spagni
dca51b97b7
Merge pull request #112
0731958 History: display the sum of selected transactions (moneromooo.monero)
2016-11-09 20:41:01 +02:00
Riccardo Spagni
10c8a2db03
Merge pull request #111
06e94e2 Add a page for checking payments via the tx key (moneromooo.monero)
2016-11-09 20:39:52 +02:00
Riccardo Spagni
88cb06dc8a
Merge pull request #110
4f386e0 Fix erroneous DateTime & small README change (dEBRUYNE-1)
2016-11-09 20:39:29 +02:00
Riccardo Spagni
3b1fe8d3ec
Merge pull request #109
77c3763 Switch OK/Cancel button positions (taushet)
2016-11-09 20:38:46 +02:00
Riccardo Spagni
f34c47ec8d
Merge pull request #108
c84ba7c history: support old payment ids and make fields selectable (Jacob Brydolf)
2016-11-09 20:38:21 +02:00
maitscha
46d87f9c91 Adds openssl and boost lib includes for OSX build
This adds the paths to the openssl and boost
libraries (installed with brew) for the MacOS X
build. Furthermore the MacOS X build instructions
in the README.md has been improved (formatting).
2016-11-09 08:56:23 +01:00
Riccardo Spagni
032e721532
Merge pull request #106
3b380e2 Allow user to set number of parallel jobs (moneromooo.monero)
2016-11-08 23:01:25 +02:00
Jacob Brydolf
5c330b071a
remove PR #111 dependency 2016-11-08 13:28:05 +01:00
moneromooo.monero
689f0415e7 Report when the GUI is connected to a daemon with mismatched version
This will cause various errors confusing to the user, as they stem
for the daemon returning replies with missing information, etc.
2016-11-07 12:02:27 +00:00
Jacob Brydolf
bc4cf1eee9
refresh history after daemon change 2016-11-07 11:34:38 +01:00
Jacob Brydolf
af933da0c9 disconnect slots before reconnecting 2016-11-07 10:14:04 +01:00
Jacob Brydolf
42086b574c remove old reference to passwordDialog 2016-11-07 10:00:13 +01:00
Jacob Brydolf
4a1e22aee7 history: transaction details button + popup 2016-11-07 10:00:13 +01:00
Jacob Brydolf
cfa8929579 wallet api: added getTxKey() 2016-11-07 10:00:13 +01:00
Jacob Brydolf
d628795b8d added standardDialog component 2016-11-07 10:00:12 +01:00
moneromooo.monero
07319582b9 History: display the sum of selected transactions 2016-11-06 22:05:49 +00:00
moneromooo.monero
06e94e2fbe Add a page for checking payments via the tx key 2016-11-06 18:34:42 +00:00
moneromooo.monero
142e348626 Transfer: use the new error LineEdit property to highlight bad fields 2016-11-06 12:14:44 +00:00
moneromooo.monero
b97d0a934d LineEdit: add an error property
This is then used to display a reddish background when it's true
2016-11-06 12:12:11 +00:00
moneromooo.monero
5fb4e89531 Transfer: remove spammy debug traces 2016-11-06 10:49:02 +00:00
moneromooo.monero
d95e4a37cf Write support for tx notes
Support still needs adding for displaying them in the history,
but at least they're saved in the cache now, and not ignored.
2016-11-05 23:21:56 +00:00
dEBRUYNE-1
4f386e0269
Fix erroneous DateTime & small README change 2016-11-05 16:32:30 +01:00
taushet
77c37633aa Switch OK/Cancel button positions
As per conventions, the 'OK' button should be rightmost.
2016-11-05 14:35:21 +01:00
Jacob Brydolf
c84ba7c4ce history: support old payment ids and make fields selectable
history: fix payment id width
2016-11-05 12:25:26 +01:00
moneromooo.monero
3b380e24b2 Allow user to set number of parallel jobs 2016-11-05 09:54:02 +00:00
Riccardo Spagni
c9bb2f5718
Merge pull request #105
b8203d7 Fixed markup errors and naming in Linux build instructions (Derek Zhang)
2016-11-05 10:12:21 +02:00
Riccardo Spagni
f77033405c
Merge pull request #104
f38c6f4 History: sort by date actually sorts by datetime (Ilya Kitaev)
2016-11-05 10:12:06 +02:00
Riccardo Spagni
925449ed88
Merge pull request #103
1036eef Removes the donation and mining texts from wizard's finish page (maitscha)
4097c71 Restyles the wizard's finish page (maitscha)
2016-11-05 10:11:47 +02:00
Riccardo Spagni
04325f4cd8
Merge pull request #99
fa1e92c Disable transfer page if daemon isn't connected or fully synced (Jacob Brydolf)
2016-11-05 10:11:28 +02:00
Riccardo Spagni
cda769739e
Merge pull request #97
d12436a use daemon target height in progress ui (Jacob Brydolf)
8079597 Cache daemon target height (Jacob Brydolf)
2016-11-05 10:11:00 +02:00
Riccardo Spagni
bfebc2e356
Merge pull request #95
550087f PasswordDialog: accept/reject with Enter/Esc, Tab navigation (Ilya Kitaev)
513f7eb StandardButton: indicating "focused" state (Ilya Kitaev)
7973d0c Custom password dialog. fixes issue with standard dialog (Ilya Kitaev)
2016-11-05 10:08:50 +02:00
Riccardo Spagni
56043ec483
Merge pull request #94
2a71bd6 Change default mixin to 4 & add mixin # to confirmation window (dEBRUYNE-1)
2016-11-05 10:08:24 +02:00
Riccardo Spagni
6142afdb7b
Merge pull request #93
e6fe9d3 wizard: empty seed box on page load (Jacob Brydolf)
776a591 Wizard: Delete old wallet object before creating new (Jacob Brydolf)
c873da7 added debug message on wallet close (Jacob Brydolf)
9afa5d7 wizard: updated open from file icon (Jacob Brydolf)
d637b58 wizard: warn user if wallet exists in path (Jacob Brydolf)
e09ccd3 open last opened wallet on gui start. (Jacob Brydolf)
1218bf3 Capitalized Monero in default path (Jacob Brydolf)
6b7adbc refresh transaction history on wallet change (Jacob Brydolf)
fd67c61 show wizard if password dialog is closed (Jacob Brydolf)
6818ecd new wallet default path + open wallet from file (Jacob Brydolf)
0974490 wizard: default account name on recover page (Jacob Brydolf)
21414d7 wizardOptions: open from file button (Jacob Brydolf)
ec3d586 wizard: change default account name + validation nextButton (Jacob Brydolf)
469bb9f wizard: disable donation page (Jacob Brydolf)
1d0ddff wizard: open fallet from file (Jacob Brydolf)
12332ca settings: close wallet button (Jacob Brydolf)
675e35d wizard: skip language page if only 1 language is availible (Jacob Brydolf)
b795c4b generate default account name from env username (Jacob Brydolf)
a3c6c40 change default wallet path + remove auto create path on startup (Jacob Brydolf)
a34efed settings: remove daemon connection check (Jacob Brydolf)
49c022b Wizard: check pwd on page load (Jacob Brydolf)
2016-11-05 10:06:55 +02:00
Derek Zhang
b8203d7070 Fixed markup errors and naming in Linux build instructions 2016-11-04 20:10:55 -07:00
maitscha
1036eef0a3 Removes the donation and mining texts from wizard's finish page 2016-11-04 14:49:17 +01:00
Ilya Kitaev
f38c6f4307 History: sort by date actually sorts by datetime 2016-11-03 23:26:40 +03:00
maitscha
4097c7157e Restyles the wizard's finish page 2016-11-03 10:04:48 +01:00
Ilya Kitaev
550087f4a1 PasswordDialog: accept/reject with Enter/Esc, Tab navigation 2016-11-02 16:26:07 +03:00
Ilya Kitaev
513f7ebc3a StandardButton: indicating "focused" state 2016-11-02 16:25:26 +03:00