Commit graph

62 commits

Author SHA1 Message Date
Sander Ferdinand
70983136bc Generate proof from history view and made javascript file with tx related functions 2018-03-29 23:04:03 +01:00
Sander Ferdinand
4977049425 Fixes some fonts, introduces a new checkbox and fixes 0 amount history entries 2018-03-29 23:04:03 +01:00
Sander Ferdinand
6677a185f8 Some font adjustments 2018-03-29 23:04:02 +01:00
Sander Ferdinand
cf2791a246 New history page, including the mobile version. 2018-03-29 23:04:02 +01:00
Sander Ferdinand
be9cb8931c StandardButton - removed unused properties and some layout changes to settings page 2018-03-29 23:04:02 +01:00
Sander Ferdinand
af9e4e86f0 Replacing checkbox, using default values from component 2018-03-29 23:04:01 +01:00
luigi1111
629f460eb6
Merge pull request #1065
fdd528b Update copyright for 2018
2018-01-26 14:33:47 -05:00
kenshi84
cee0474e37
Subaddresses minimal version: supports default account only 2018-01-13 14:37:07 +09:00
xmr-eric
fdd528b99e Update copyright for 2018 2018-01-08 12:51:26 -05:00
Jaquee
c1c6d9ee6d History: use mobile layout 2017-11-03 16:57:11 +01:00
Jaquee
4dc0d36b98 pages mobile scaling 2017-11-03 16:57:11 +01:00
MaxXor
fc576a8680 Fix collapsing of transaction filter 2017-09-03 14:44:28 +02:00
Jonathan Cross
e43b719b19
Removing unused tipText strings which clutter up translations. 2017-06-21 20:33:57 +02:00
Jaquee
2e53c524a1 ios build settings 2017-05-05 12:03:03 +02:00
kenshi84
c45cc3de41
enabled translations in some places 2017-03-11 14:09:09 +09:00
xmr-eric
08d5730fbe History.qml: Keep text mixed case 2017-02-27 17:08:07 -05:00
moneromooo.monero
eff31f07d9 History: print address book description if available 2017-01-01 13:47:24 +00:00
moneromooo.monero
fd55cd94ed History: reclaim some vertical space from search label 2016-11-26 11:10:13 +00: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
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
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
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
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
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
moneromooo.monero
07319582b9 History: display the sum of selected transactions 2016-11-06 22:05:49 +00:00
Ilya Kitaev
f38c6f4307 History: sort by date actually sorts by datetime 2016-11-03 23:26:40 +03: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
taushet
b9187ad4d4 Update History.qml
2 formatting/grammar edits
2016-10-23 22:50:22 +02:00
moneromooo.monero
bb2529460b add hint texts to address and payment id fields 2016-10-16 21:30:58 +01:00
Jacob Brydolf
cb867bccd1 fixed 3 typos 2016-10-11 20:14:37 +02:00
Ilya Kitaev
f8f94e048b History: display blockheight, sort by blockheight 2016-10-11 01:28:06 +03:00
Ilya Kitaev
da552a012d History: Fixed filter collapse 2016-10-10 00:25:56 +03:00
Ilya Kitaev
eafcf71382 Minimized aka basic mode 2016-10-10 00:25:28 +03:00
Ilya Kitaev
0ac27e13a6 History: filter by amount 2016-10-10 00:22:36 +03:00
Ilya Kitaev
8b748bf25d History: filter by amount 2016-10-10 00:19:39 +03:00
Ilya Kitaev
9b09e83ba0 History: filtering by paymentId and date 2016-10-10 00:19:39 +03:00
Ilya Kitaev
612c497608 TransactionHistory sorting 2016-10-10 00:19:13 +03:00
Ilya Kitaev
0498c3ba64 Transaction history is not crashing and refreshing properly 2016-10-10 00:19:13 +03:00
Ilya Kitaev
522b0671ad Simple transaction history 2016-10-10 00:15:17 +03:00
Ilya Kitaev
819be91cb6 Integrating TransactionHistoryModel 2016-10-10 00:15:17 +03:00
Ilya Kitaev
0ff3fd3212 added TransactionHistoryModel; renamings 2016-10-10 00:15:17 +03:00