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
Riccardo Spagni
b8b2d148f1
Merge pull request #148
...
957e224
History: don't use a NULL model (moneromooo.monero)
2016-11-11 12:47:20 +02:00
Riccardo Spagni
29220fa09e
Merge pull request #147
...
6914656
Fix sum of selected transactions being slighty off (moneromooo.monero)
2016-11-11 12:47:04 +02:00
Riccardo Spagni
a2d2455837
Merge pull request #146
...
637d754
rename tab Tx Key -> Verify payment (Jacob Brydolf)
bb85cb4
TxKey: layout width + typos (Jacob Brydolf)
2016-11-11 12:46:38 +02:00
Riccardo Spagni
75608f1772
Merge pull request #143
...
4e61ebe
add default argument to store() (Jacob Brydolf)
7c9d223
remove unnecessary i/o (Jacob Brydolf)
2016-11-11 12:46:15 +02:00
Riccardo Spagni
573049d871
Merge pull request #134
...
66692be
createTransactionAsync(): removed reference to WalletManager (Jacob Brydolf)
f8e2e5d
asynchronous transaction + show splash (Jacob Brydolf)
62060e1
wallet::createTransactionAsync pass variables to listener (Jacob Brydolf)
00ea5d6
added Wallet::createTransactionAsync() (Jacob Brydolf)
2016-11-11 12:44:31 +02:00
Riccardo Spagni
1b9c864c74
Merge pull request #133
...
472f559
sign/verify message/file (moneromooo.monero)
2016-11-11 12:43:52 +02:00
Riccardo Spagni
d6f200ff06
Merge pull request #132
...
c3baf46
Update languages.xml (signo88)
c111f47
Update monero-core_it.ts (signo88)
2f684e6
Update languages.xml (signo88)
5faaff6
Other minor changes to it file (signo88)
9c09bab
Changes on italian translation file (signo88)
928ab56
Activation of the italian language (signo88)
9721ed8
Some italian translations (signo88)
71e0036
Wizard modification for italian translation (signo88)
2016-11-11 12:43:03 +02:00
Riccardo Spagni
fc5fba23d6
Merge pull request #120
...
02503e4
History: amount and date filters validation (Ilya Kitaev)
328b7b0
History: amount filter: empty line disables filter (Ilya Kitaev)
69b4d46
DatePicker: 'error' property for indicating invalid input (Ilya Kitaev)
ead7ac8
Historty: DoubleValidator applied to "amount filter" fields (Ilya Kitaev)
2016-11-11 12:41:57 +02:00