Commit graph

338 commits

Author SHA1 Message Date
Ilya Kitaev
f38c6f4307 History: sort by date actually sorts by datetime 2016-11-03 23:26:40 +03: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
Ilya Kitaev
7973d0cbcc Custom password dialog. fixes issue with standard dialog 2016-11-01 15:01:24 +03:00
Riccardo Spagni
6c6b10855f
Merge pull request #90
6aa5ced keep restoring state until first refresh is finished (Jacob Brydolf)
2016-10-29 10:53:01 +02:00
Riccardo Spagni
9ae382d4a6
Merge pull request #89
05487fb disable desaturation - causes black screen on windows (Jacob Brydolf)
2016-10-29 10:51:20 +02:00
Jacob Brydolf
6aa5ced4f7
keep restoring state until first refresh is finished 2016-10-28 00:24:02 +02:00
Jacob Brydolf
05487fb946
disable desaturation - causes black screen on windows 2016-10-27 21:41:41 +02:00
Riccardo Spagni
d22e02ac2a
Merge pull request #85
fe9d5d3 Update Transfer.qml (taushet)
b9187ad Update History.qml (taushet)
2016-10-24 10:43:00 +02:00
Riccardo Spagni
8ff3ab2dc5
Merge pull request #81
538710f build-win: mingw-x86: windeploy_helper.sh not needed anymore (Ilya Kitaev)
0a16d74 build-win: mingw-x86: updated doc and project file (Ilya Kitaev)
2016-10-24 10:39:53 +02:00
Riccardo Spagni
63f24ff410
Merge pull request #78
5d498be removed extra line endings (Ilya Kitaev)
76c5c11 windows-build-x86: explained why stack is increased (Ilya Kitaev)
15bfc85 windows-build: increased stack for x86 build as libwallet allocates 2Mb of stack internally (Ilya Kitaev)
d7e03f9 build: fixed string comparsion (Ilya Kitaev)
d35a185 win-build: deploy different dlls for different platforms (Ilya Kitaev)
653e5f1 doc: fixed formatting issues (Ilya Kitaev)
7827417 doc: note regarding 3D acceleration in virtual machine (Ilya Kitaev)
4844bd3 build: added "debug" build option (Ilya Kitaev)
39d74f1 windows-build: added missed runtime dlls to x86 config (Ilya Kitaev)
2d0a4ca documentation: updated build steps (Ilya Kitaev)
82a6aff fix: missed dependency for x86 target (Ilya Kitaev)
35a677c Windows build documentation in progress (Ilya Kitaev)
2016-10-24 10:37:18 +02:00
Riccardo Spagni
1ce6ef066b
Merge pull request #73
4155944 remove wizardOpenWallet.qml - not ready yet (Jacob Brydolf)
0691b48 Don't send path as argument on wallet store (windows fix) (Jacob Brydolf)
9cc3dee Remove trailing slash on wallet_path (Jacob Brydolf)
fc2a086 corrected path on wallet store after refresh (Jacob Brydolf)
10d3d3f Save wallet after every refresh (Jacob Brydolf)
2016-10-24 10:36:44 +02:00
Riccardo Spagni
0b1695cfc9
Merge pull request #71
ee4091f Transfer: bound amount input widget, in range, and number of decimals (moneromooo.monero)
2016-10-24 10:35:32 +02:00
Riccardo Spagni
fc05a9cb45
Merge pull request #70
bb25294 add hint texts to address and payment id fields (moneromooo.monero)
2016-10-24 10:34:58 +02:00
Riccardo Spagni
b74cae4168
Merge pull request #66
628b26c Transfer: validate destination address (moneromooo.monero)
51f89a8 Transfer: disable Send button if the payment id is invalid (moneromooo.monero)
2016-10-24 10:34:29 +02:00
Riccardo Spagni
08c7ff2ca4
Merge pull request #65
58cae5b Receive: allow integrated addresses from custom payment ids (moneromooo.monero)
2016-10-24 10:31:54 +02:00
Riccardo Spagni
ffeeb1fa86
Merge pull request #63
a15787a TransactionHistory: fix date appearing as NaN (moneromooo.monero)
2016-10-24 10:31:12 +02:00
taushet
fe9d5d366d Update Transfer.qml
1. Lack of consistency. Either all fields should have placeholder text or none of them should. 

2. I imagine this would be a slightly controversial edit, but is nevertheless correct, I feel. "Cost" is too non-specific to the new user, and it should be clearly identified that we are referring to transactional costs.
2016-10-23 22:56:44 +02:00
taushet
b9187ad4d4 Update History.qml
2 formatting/grammar edits
2016-10-23 22:50:22 +02:00
Ilya Kitaev
538710f21b build-win: mingw-x86: windeploy_helper.sh not needed anymore 2016-10-22 01:10:44 +03:00
Ilya Kitaev
0a16d74d1b build-win: mingw-x86: updated doc and project file 2016-10-22 00:35:03 +03:00
Ilya Kitaev
5d498be956 removed extra line endings 2016-10-19 21:17:46 +03:00
Ilya Kitaev
76c5c11a1b windows-build-x86: explained why stack is increased 2016-10-19 20:48:00 +03:00
Ilya Kitaev
15bfc85305 windows-build: increased stack for x86 build as libwallet allocates 2Mb
of stack internally
2016-10-19 20:47:52 +03:00
Ilya Kitaev
d7e03f9cde build: fixed string comparsion 2016-10-19 20:47:45 +03:00
Ilya Kitaev
d35a185079 win-build: deploy different dlls for different platforms 2016-10-19 20:47:35 +03:00
Ilya Kitaev
653e5f13ed doc: fixed formatting issues 2016-10-19 20:47:27 +03:00
Ilya Kitaev
7827417301 doc: note regarding 3D acceleration in virtual machine 2016-10-19 20:47:18 +03:00
Ilya Kitaev
4844bd3171 build: added "debug" build option 2016-10-19 20:47:10 +03:00
Ilya Kitaev
39d74f1f20 windows-build: added missed runtime dlls to x86 config 2016-10-19 20:47:02 +03:00
Ilya Kitaev
2d0a4caf76 documentation: updated build steps 2016-10-19 20:46:56 +03:00
Ilya Kitaev
82a6aff5a4 fix: missed dependency for x86 target 2016-10-19 20:46:50 +03:00
Ilya Kitaev
35a677c4f4 Windows build documentation in progress 2016-10-19 20:46:07 +03:00
Jacob Brydolf
415594460b
remove wizardOpenWallet.qml - not ready yet 2016-10-17 22:53:47 +02:00
Jacob Brydolf
0691b483b7
Don't send path as argument on wallet store (windows fix) 2016-10-17 22:43:01 +02:00
Jacob Brydolf
9cc3dee472
Remove trailing slash on wallet_path 2016-10-17 21:42:26 +02:00
Jacob Brydolf
fc2a086aba
corrected path on wallet store after refresh 2016-10-17 21:41:45 +02:00
Jacob Brydolf
10d3d3f577
Save wallet after every refresh 2016-10-17 19:13:56 +02:00
moneromooo.monero
ee4091f2aa Transfer: bound amount input widget, in range, and number of decimals 2016-10-16 21:40:39 +01:00
moneromooo.monero
bb2529460b add hint texts to address and payment id fields 2016-10-16 21:30:58 +01:00
moneromooo.monero
628b26c429 Transfer: validate destination address
including preventing two payment ids (standalone and
from integrated address)
2016-10-16 16:54:53 +01:00
moneromooo.monero
51f89a8402 Transfer: disable Send button if the payment id is invalid 2016-10-16 13:57:56 +01:00
moneromooo.monero
58cae5bebd Receive: allow integrated addresses from custom payment ids
This needs a matching update from monero to not override
invalid payment ids.
2016-10-16 13:21:22 +01:00
moneromooo.monero
a15787aafc TransactionHistory: fix date appearing as NaN
Also make the end dates saner
2016-10-16 12:30:37 +01:00
Riccardo Spagni
05046a5f21
Merge pull request #56
e1b8ac9 Update AddressBook.qml (xmr-eric)
2016-10-12 20:33:44 +02:00
Riccardo Spagni
667fbf1f2e
Merge pull request #55
ae91fbb Fixed 1 typo in Settings.qml (xmr-eric)
2016-10-12 20:32:48 +02:00
Riccardo Spagni
8764a74d08
Merge pull request #54
2d980b6 validation on send - unlocked balance (Jacob Brydolf)
2016-10-12 20:31:39 +02:00
xmr-eric
ae91fbb556 Fixed 1 typo in Settings.qml 2016-10-11 18:14:43 -04:00
xmr-eric
e1b8ac9688 Update AddressBook.qml 2016-10-11 18:09:51 -04:00
Jacob Brydolf
2d980b6951
validation on send - unlocked balance 2016-10-11 23:02:21 +02:00