Riccardo Spagni
52fcc429cb
Merge pull request #119
...
10348af
History: sorting by blockheight instead of timestamp (Ilya Kitaev)
c89c25c
History: keep sorting on page change (Ilya Kitaev)
ff02cc0
History: default sorting by timestamp, descending (Ilya Kitaev)
2016-11-11 12:41:09 +02:00
Riccardo Spagni
5237647597
Merge pull request #118
...
12f2a2b
Fix small amounts from being conflated with zero (moneromooo.monero)
2016-11-11 12:40:48 +02:00
Ilya Kitaev
02503e44ee
History: amount and date filters validation
2016-11-11 00:06:56 +03:00
Ilya Kitaev
328b7b05d8
History: amount filter: empty line disables filter
2016-11-10 23:51:03 +03:00
moneromooo.monero
957e22422c
History: don't use a NULL model
2016-11-10 20:26:08 +00:00
Ilya Kitaev
69b4d461c8
DatePicker: 'error' property for indicating invalid input
2016-11-10 23:08:14 +03:00
Ilya Kitaev
ead7ac8686
Historty: DoubleValidator applied to "amount filter" fields
2016-11-10 23:08:12 +03:00
Ilya Kitaev
10348af88a
History: sorting by blockheight instead of timestamp
2016-11-10 22:56:33 +03:00
Ilya Kitaev
c89c25c8ed
History: keep sorting on page change
2016-11-10 22:56:30 +03:00
moneromooo.monero
69146567bf
Fix sum of selected transactions being slighty off
...
due to floating point operations
2016-11-10 19:55:44 +00:00
Ilya Kitaev
ff02cc0821
History: default sorting by timestamp, descending
2016-11-10 22:53:33 +03:00
Jacob Brydolf
637d75480c
rename tab Tx Key -> Verify payment
2016-11-10 19:46:35 +01:00
Jacob Brydolf
bb85cb4a9a
TxKey: layout width + typos
2016-11-10 19:46:26 +01:00
Jacob Brydolf
66692be7cf
createTransactionAsync(): removed reference to WalletManager
2016-11-10 17:40:02 +01:00
Jacob Brydolf
f8e2e5da3c
asynchronous transaction + show splash
2016-11-10 17:39:56 +01:00
Jacob Brydolf
62060e183c
wallet::createTransactionAsync pass variables to listener
2016-11-10 16:11:58 +01:00
Jacob Brydolf
00ea5d6be9
added Wallet::createTransactionAsync()
2016-11-10 16:11:58 +01:00
Jacob Brydolf
4e61ebeedb
add default argument to store()
2016-11-10 12:23:43 +01:00
Jacob Brydolf
7c9d2231cc
remove unnecessary i/o
2016-11-10 12:11:25 +01:00
signo88
c3baf466c5
Update languages.xml
2016-11-10 11:25:06 +01:00
signo88
c111f47b6f
Update monero-core_it.ts
2016-11-10 11:24:00 +01:00
moneromooo.monero
472f559332
sign/verify message/file
2016-11-09 19:04:10 +00:00
moneromooo.monero
12f2a2b6e0
Fix small amounts from being conflated with zero
...
Something like 0.000000000012 was converted to 1.2e-11
by the conversion to double, and that was rejected by
the Cryptonote parser.
2016-11-09 18:58:34 +00:00
Riccardo Spagni
68736ab834
Merge pull request #138
...
46d87f9
Adds openssl and boost lib includes for OSX build (maitscha)
2016-11-09 20:51:23 +02:00
Riccardo Spagni
ce386b99ad
Merge pull request #128
...
689f041
Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero)
2016-11-09 20:48:54 +02:00
Riccardo Spagni
95fdc816ba
Merge pull request #127
...
bc4cf1e
refresh history after daemon change (Jacob Brydolf)
2016-11-09 20:48:10 +02:00
Riccardo Spagni
2bb20cd67e
Merge pull request #125
...
5c330b0
remove PR #111 dependency (Jacob Brydolf)
af933da
disconnect slots before reconnecting (Jacob Brydolf)
2016-11-09 20:47:35 +02:00
Riccardo Spagni
99dbbc469c
Merge pull request #122
...
42086b5
remove old reference to passwordDialog (Jacob Brydolf)
4a1e22a
history: transaction details button + popup (Jacob Brydolf)
cfa8929
wallet api: added getTxKey() (Jacob Brydolf)
d628795
added standardDialog component (Jacob Brydolf)
2016-11-09 20:46:57 +02:00
Riccardo Spagni
1e249c1624
Merge pull request #117
...
142e348
Transfer: use the new error LineEdit property to highlight bad fields (moneromooo.monero)
b97d0a9
LineEdit: add an error property (moneromooo.monero)
5fb4e89
Transfer: remove spammy debug traces (moneromooo.monero)
2016-11-09 20:43:33 +02:00
Riccardo Spagni
60b65b9bcc
Merge pull request #115
...
d95e4a3
Write support for tx notes (moneromooo.monero)
2016-11-09 20:42:44 +02:00
Riccardo Spagni
dca51b97b7
Merge pull request #112
...
0731958
History: display the sum of selected transactions (moneromooo.monero)
2016-11-09 20:41:01 +02:00
Riccardo Spagni
10c8a2db03
Merge pull request #111
...
06e94e2
Add a page for checking payments via the tx key (moneromooo.monero)
2016-11-09 20:39:52 +02:00
Riccardo Spagni
88cb06dc8a
Merge pull request #110
...
4f386e0
Fix erroneous DateTime & small README change (dEBRUYNE-1)
2016-11-09 20:39:29 +02:00
Riccardo Spagni
3b1fe8d3ec
Merge pull request #109
...
77c3763
Switch OK/Cancel button positions (taushet)
2016-11-09 20:38:46 +02:00
Riccardo Spagni
f34c47ec8d
Merge pull request #108
...
c84ba7c
history: support old payment ids and make fields selectable (Jacob Brydolf)
2016-11-09 20:38:21 +02:00
maitscha
46d87f9c91
Adds openssl and boost lib includes for OSX build
...
This adds the paths to the openssl and boost
libraries (installed with brew) for the MacOS X
build. Furthermore the MacOS X build instructions
in the README.md has been improved (formatting).
2016-11-09 08:56:23 +01:00
signo88
2f684e6734
Update languages.xml
2016-11-09 00:12:21 +01:00
Riccardo Spagni
032e721532
Merge pull request #106
...
3b380e2
Allow user to set number of parallel jobs (moneromooo.monero)
2016-11-08 23:01:25 +02:00
signo88
5faaff639d
Other minor changes to it file
2016-11-08 17:59:03 +01:00
signo88
9c09bab489
Changes on italian translation file
...
Based on iDunk5400 review.
2016-11-08 17:55:52 +01:00
signo88
928ab56327
Activation of the italian language
2016-11-08 15:48:06 +01:00
signo88
9721ed8d37
Some italian translations
2016-11-08 15:47:42 +01:00
signo88
71e0036fdf
Wizard modification for italian translation
2016-11-08 15:47:00 +01:00
Jacob Brydolf
5c330b071a
remove PR #111 dependency
2016-11-08 13:28:05 +01:00
moneromooo.monero
689f0415e7
Report when the GUI is connected to a daemon with mismatched version
...
This will cause various errors confusing to the user, as they stem
for the daemon returning replies with missing information, etc.
2016-11-07 12:02:27 +00:00
Jacob Brydolf
bc4cf1eee9
refresh history after daemon change
2016-11-07 11:34:38 +01:00
Jacob Brydolf
af933da0c9
disconnect slots before reconnecting
2016-11-07 10:14:04 +01:00
Jacob Brydolf
42086b574c
remove old reference to passwordDialog
2016-11-07 10:00:13 +01:00
Jacob Brydolf
4a1e22aee7
history: transaction details button + popup
2016-11-07 10:00:13 +01:00
Jacob Brydolf
cfa8929579
wallet api: added getTxKey()
2016-11-07 10:00:13 +01:00