Commit graph

2977 commits

Author SHA1 Message Date
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
Riccardo Spagni
6a386a42fc
Merge pull request #53
a16e465 disable all languages except US English (Jacob Brydolf)
2016-10-11 21:06:26 +02:00
Riccardo Spagni
5986c890fd
Merge pull request #52
2886f49 updated translation files (Jacob Brydolf)
cb867bc fixed 3 typos (Jacob Brydolf)
2016-10-11 21:05:41 +02:00
Jacob Brydolf
a16e46546d
disable all languages except US English 2016-10-11 20:29:18 +02:00
Jacob Brydolf
2886f49e0e updated translation files 2016-10-11 20:14:37 +02:00
Jacob Brydolf
cb867bccd1 fixed 3 typos 2016-10-11 20:14:37 +02:00
Riccardo Spagni
2bd91fd390
Merge pull request #50
3763c1c Fix Windows MSYS2 build (Ilya Kitaev)
2016-10-11 19:52:46 +02:00
Riccardo Spagni
c35b5b8d94
Merge pull request #49
4cd48aa Disable twitter panel (Jacob Brydolf)
2016-10-11 19:52:18 +02:00
Riccardo Spagni
babb06fb3c
Merge pull request #48
cda66b7 translation fixes (Jacob Brydolf)
7bfe493 updated translation files (Jacob Brydolf)
2016-10-11 19:51:53 +02:00
Ilya Kitaev
3763c1cf11 Fix Windows MSYS2 build 2016-10-11 18:58:58 +03:00
Jacob Brydolf
cda66b76f4
translation fixes 2016-10-11 17:11:05 +02:00
Jacob Brydolf
4cd48aaa1f Disable twitter panel 2016-10-11 16:54:12 +02:00