Commit Graph

345 Commits

Author SHA1 Message Date
Jacob Brydolf 6b7adbce1b
refresh transaction history on wallet change 2016-10-29 16:59:31 +02:00
Jacob Brydolf fd67c61bf2
show wizard if password dialog is closed 2016-10-29 16:49:00 +02:00
Jacob Brydolf 6818ecd163
new wallet default path + open wallet from file 2016-10-29 16:48:10 +02:00
Jacob Brydolf 097449079d
wizard: default account name on recover page 2016-10-29 16:44:13 +02:00
Jacob Brydolf 21414d75a4
wizardOptions: open from file button 2016-10-29 16:39:32 +02:00
Jacob Brydolf ec3d586fd0
wizard: change default account name + validation nextButton 2016-10-29 16:36:32 +02:00
Jacob Brydolf 469bb9f25f
wizard: disable donation page 2016-10-29 16:35:16 +02:00
Jacob Brydolf 1d0ddff0e1
wizard: open fallet from file 2016-10-29 16:34:24 +02:00
Jacob Brydolf 12332caa65
settings: close wallet button 2016-10-29 16:30:41 +02:00
Jacob Brydolf 675e35d717
wizard: skip language page if only 1 language is availible 2016-10-29 14:07:55 +02:00
Jacob Brydolf b795c4b0d7
generate default account name from env username 2016-10-29 12:13:20 +02:00
Jacob Brydolf a3c6c40832
change default wallet path + remove auto create path on startup 2016-10-29 12:09:48 +02:00
Jacob Brydolf a34efeddcf
settings: remove daemon connection check 2016-10-28 22:01:53 +02:00
Jacob Brydolf 49c022b641
Wizard: check pwd on page load 2016-10-28 21:20:05 +02:00
Jacob Brydolf 6aa5ced4f7
keep restoring state until first refresh is finished 2016-10-28 00:24:02 +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