Riccardo Spagni
08fb140730
Merge pull request #184
...
23e1638
Receive: fix null dereference (moneromooo.monero)
2016-11-24 12:29:01 +02:00
Riccardo Spagni
aca326f6f5
Merge pull request #183
...
e6e7a08
Fix mixin being wrong in sweep all transactions (moneromooo.monero)
2016-11-24 12:28:31 +02:00
Riccardo Spagni
ff6db6a997
Merge pull request #180
...
9d6c105
Improve OS X build instructions (Andreas Brekken)
2016-11-24 12:28:09 +02:00
Riccardo Spagni
d9e18a8843
Merge pull request #178
...
78da2b5
History: replace payment id search with global incremental search (moneromooo.monero)
2016-11-24 12:27:48 +02:00
Riccardo Spagni
0c0c8fa941
Merge pull request #197
...
ba1bceb
use mingw32-make on win 32 build (Jaquee)
2016-11-24 12:27:19 +02:00
Jaquee
ba1bceb4e0
use mingw32-make on win 32 build
2016-11-23 22:30:36 +01:00
Jaquee
45f28481b4
add missing tab separators
2016-11-23 20:01:27 +01:00
Jaquee
f8fabbe4c5
reset restore height counter when switching wallets
2016-11-23 19:40:43 +01:00
Jacob Brydolf
cca825bad1
fix height after switching layout mode
2016-11-21 22:22:26 +01:00
Jacob Brydolf
f1157f8362
adjust height for small screens + fix window positioning
2016-11-21 22:14:49 +01:00
moneromooo.monero
96c7ddeea8
Add QR code display on the receive page
...
This embeds MIT licenced code from Project Nayuki:
https://www.nayuki.io/page/qr-code-generator-library
The C++ part of the code is embedded in src/QR-Code-generator.
See src/QR-Code-generator/Readme.markdown for more info.
2016-11-20 18:53:12 +00:00
Jacob Brydolf
5250b91576
store wallet after sending
2016-11-19 17:33:30 +01:00
Jacob Brydolf
5b4c2c810c
Clean exit on app close button
2016-11-19 16:46:21 +01:00
moneromooo.monero
82149485aa
MiddlePanel: fix null pointer dereference for history model
2016-11-18 21:48:19 +00:00
moneromooo.monero
b7c67065b2
Wallet: fix history leak on destruction
2016-11-18 21:40:58 +00:00
moneromooo.monero
708eb43c3e
Fix crash on exit if cancelling open and exiting
2016-11-18 21:39:06 +00:00
moneromooo.monero
23e1638bd8
Receive: fix null dereference
2016-11-18 19:38:26 +00:00
moneromooo.monero
e6e7a08c87
Fix mixin being wrong in sweep all transactions
2016-11-18 19:17:13 +00:00
Andreas Brekken
9d6c10581e
Improve OS X build instructions
2016-11-17 16:11:49 -08:00
moneromooo.monero
78da2b5b1b
History: replace payment id search with global incremental search
2016-11-17 19:36:39 +00:00
Riccardo Spagni
c83336cc47
Merge pull request #177
...
d62dd3e
History: do not dereference a null model (moneromooo.monero)
2016-11-17 17:05:20 +02:00
Riccardo Spagni
73a8b22e6f
Merge pull request #176
...
9af3c7e
History: reset filter before setting new values (moneromooo.monero)
2016-11-17 17:04:33 +02:00
Riccardo Spagni
bfff5e0ec7
Merge pull request #171
...
ae44eec
Title-bar: auto-hide disabled (Ilya Kitaev)
2016-11-17 17:02:45 +02:00
Riccardo Spagni
26fe48c022
Merge pull request #170
...
391614b
Generate/Update translations for debug build (Ilya Kitaev)
2016-11-17 17:01:18 +02:00
Riccardo Spagni
96c0d1c0e3
Merge pull request #168
...
fc2a189
Rename 'Transfer' tab to 'Send' (xmr-eric)
2016-11-17 17:00:08 +02:00
Riccardo Spagni
5d03bb92dc
Merge pull request #163
...
efb3c75
splash: add option to close popup (Jacob Brydolf)
faeb9bb
progress splash: ensure correct message is shown (Jacob Brydolf)
2016-11-17 16:59:17 +02:00
Riccardo Spagni
14c89776f3
Merge pull request #161
...
295348d
Do not open wallet from default location automatically (Jacob Brydolf)
2016-11-17 16:59:02 +02:00
Riccardo Spagni
9b5b24a261
Merge pull request #160
...
995bf3f
get_libwallet_api.sh: fix version.h generation timeline (moneromooo.monero)
2016-11-17 16:58:41 +02:00
moneromooo.monero
d62dd3ee19
History: do not dereference a null model
...
Seems "null" objects in Javascript can either be null, or
be non null but with a type of 'undefined' (as a string).
Whatever.
2016-11-16 21:17:02 +00:00
moneromooo.monero
9af3c7e03e
History: reset filter before setting new values
...
This ensures an empty/invalid field does not keep the old bound
2016-11-16 21:02:50 +00:00
Ilya Kitaev
391614b7c4
Generate/Update translations for debug build
2016-11-16 02:33:19 +03:00
Ilya Kitaev
ae44eec077
Title-bar: auto-hide disabled
2016-11-16 02:02:09 +03:00
xmr-eric
fc2a189314
Rename 'Transfer' tab to 'Send'
...
See issue 159: https://github.com/monero-project/monero-core/issues/159
2016-11-15 12:32:37 -05:00
Jacob Brydolf
efb3c75cd3
splash: add option to close popup
2016-11-13 17:27:45 +01:00
Jacob Brydolf
faeb9bb096
progress splash: ensure correct message is shown
2016-11-13 17:27:01 +01:00
Jacob Brydolf
295348da01
Do not open wallet from default location automatically
2016-11-13 14:14:26 +01:00
moneromooo.monero
995bf3f596
get_libwallet_api.sh: fix version.h generation timeline
2016-11-13 13:03:52 +00:00
Riccardo Spagni
24a66c184d
Merge pull request #157
...
eb50355
Update Transfer.qml (xmr-eric)
a81b5ef
Update WizardFinish.qml (xmr-eric)
2016-11-13 11:33:49 +02:00
Riccardo Spagni
2fed96d048
Merge pull request #135
...
111248f
Make the new sweep functions use async transactions (moneromooo.monero)
c779b37
Support for sweeping all outputs (moneromooo.monero)
2143392
Add a button to sweep unmixable outputs (moneromooo.monero)
2016-11-13 11:33:32 +02:00
xmr-eric
eb50355916
Update Transfer.qml
2016-11-12 23:04:54 -05:00
xmr-eric
a81b5ef08c
Update WizardFinish.qml
2016-11-12 22:57:24 -05:00
moneromooo.monero
111248f410
Make the new sweep functions use async transactions
2016-11-12 19:24:51 +00:00
moneromooo.monero
c779b376fc
Support for sweeping all outputs
2016-11-12 19:24:13 +00:00
moneromooo.monero
2143392b84
Add a button to sweep unmixable outputs
2016-11-12 19:24:13 +00:00
Riccardo Spagni
b8ea2ffc74
Merge pull request #156
...
6136ef4
Update main.qml (medusadigital)
2016-11-12 17:56:42 +02:00
Riccardo Spagni
6a62961747
Merge pull request #155
...
6e4758a
Receive: update address field when the wallet changed (moneromooo.monero)
2016-11-12 17:54:40 +02:00
Riccardo Spagni
77b54e0e7e
Merge pull request #129
...
01add29
Transfer: display number of split tx in transaction confirmation popup (Ilya Kitaev)
2016-11-12 17:53:35 +02:00
Ilya Kitaev
01add29a74
Transfer: display number of split tx in transaction confirmation popup
2016-11-12 16:28:13 +03:00
medusadigital
6136ef4239
Update main.qml
2016-11-12 12:11:24 +01:00
moneromooo.monero
6e4758a59e
Receive: update address field when the wallet changed
2016-11-12 10:55:49 +00:00