Jacob Brydolf
8367cfab85
fix restore-height fallback
2016-10-10 22:50:14 +02:00
Riccardo Spagni
ac2d0ba3b2
Merge pull request #43
...
a7e4e34
make sure wallet is closed on app close (Jacob Brydolf)
a88c031
continue recovering from seed on open if not finished (Jacob Brydolf)
625ae77
wizard: save recovering state (Jacob Brydolf)
06d628b
libwalletqt: added isRecovering state (Jacob Brydolf)
1ca4fd2
one more variable fix (Jacob Brydolf)
2016-10-10 22:19:35 +02:00
Jacob Brydolf
a7e4e341e9
make sure wallet is closed on app close
2016-10-10 21:42:25 +02:00
Jacob Brydolf
a88c031510
continue recovering from seed on open if not finished
2016-10-10 21:40:58 +02:00
Jacob Brydolf
625ae77945
wizard: save recovering state
2016-10-10 21:38:30 +02:00
Jacob Brydolf
06d628b696
libwalletqt: added isRecovering state
2016-10-10 21:36:57 +02:00
Jacob Brydolf
1ca4fd24ef
one more variable fix
2016-10-10 20:20:50 +02:00
Riccardo Spagni
0e1f224f51
Merge pull request #42
...
b571756
fix variable namings (Jacob Brydolf)
2016-10-10 18:49:59 +02:00
Jacob Brydolf
b57175671e
fix variable namings
2016-10-10 16:37:03 +02:00
Riccardo Spagni
053e7c7cda
Merge pull request #41
...
b1454c6
removed duplicated-by-mistake code (Ilya Kitaev)
be135e3
Processing splash formatting improved (Ilya Kitaev)
54b22d2
Wizard: finish page: restore height hidden if not set (Ilya Kitaev)
d67071a
Settings page: layout items vertically (Ilya Kitaev)
4f4cc9c
Settings page: small renaming and formatting (Ilya Kitaev)
da552a0
History: Fixed filter collapse (Ilya Kitaev)
7ed623e
Basic mode: updating balance properly (Ilya Kitaev)
eafcf71
Minimized aka basic mode (Ilya Kitaev)
a032c84
History: fee color (Ilya Kitaev)
60b2d90
History: display "fee" for sent transactions (Ilya Kitaev)
0ac27e1
History: filter by amount (Ilya Kitaev)
10c2786
added restore height to wizardFinish (Jacob Brydolf)
883762c
removed daemon-blockchain-progress rests (Jacob Brydolf)
38d9034
Wizard: added restore-height (Jacob Brydolf)
7f0d6c4
persistentSettings: added restoreHeight (Jacob Brydolf)
9f336a5
libwalletqt: added restore-height parameter to recoveryWallet(); (Jacob Brydolf)
0e0b0be
removed moneroComponets dependency (Jacob Brydolf)
38db5a4
Integrate splash counter with restore-height (Jacob Brydolf)
868610c
fix conflict (Jacob Brydolf)
4901839
added comma/locale separation to sync counter (Jacob Brydolf)
8b748bf
History: filter by amount (Ilya Kitaev)
9b09e83
History: filtering by paymentId and date (Ilya Kitaev)
e3cea85
TransactionHistory: firstDateTime and lastDateTime properties (Ilya Kitaev)
9927182
Fix: unused dummy property removed (Ilya Kitaev)
fd9ed56
Fix: DatePicker component doesn't update the date (Ilya Kitaev)
612c497
TransactionHistory sorting (Ilya Kitaev)
e7e6c58
Adding sort-filter-proxy model (Ilya Kitaev)
0498c3b
Transaction history is not crashing and refreshing properly (Ilya Kitaev)
defc2a4
build: get_libwallet_api.sh accepts build type ("Debug" or "Release", release is default); extra build script that skips cmake invocations (Ilya Kitaev)
2966b0d
settings page: daemon change + password prompt on seed view (Jacob Brydolf)
9700944
close wallet before reopen (Jacob Brydolf)
522b067
Simple transaction history (Ilya Kitaev)
9cc92bf
added onPageCompleted (Jacob Brydolf)
53d3bc4
Receive page: display long address from the beginning in TextField (Ilya Kitaev)
5814c19
Fixed overlapping clipboard icons on recieve page (Jacob Brydolf)
cd1247c
Added option to show seed on settings-page (Jacob Brydolf)
af70c81
Added daemon BC sync progress bar depends on https://github.com/monero-project/monero/pull/1173 (Jacob Brydolf)
6a50951
Removed hardcoded height from PasswordDialog (Ilya Kitaev)
819be91
Integrating TransactionHistoryModel (Ilya Kitaev)
56c3579
Replaced Loader with StackView; Fixed payment id generation (Ilya Kitaev)
0ff3fd3
added TransactionHistoryModel; renamings (Ilya Kitaev)
bd8646d
UX improvements in wizard - password page styling - tab navigation / focus on load - click language loads next page (Jacob Brydolf)
2016-10-10 15:29:56 +02:00
Ilya Kitaev
b1454c6a13
removed duplicated-by-mistake code
2016-10-10 01:08:35 +03:00
Ilya Kitaev
be135e39cc
Processing splash formatting improved
2016-10-10 00:30:55 +03:00
Ilya Kitaev
54b22d21a8
Wizard: finish page: restore height hidden if not set
2016-10-10 00:30:55 +03:00
Ilya Kitaev
d67071a7a4
Settings page: layout items vertically
2016-10-10 00:30:55 +03:00
Ilya Kitaev
4f4cc9c8e8
Settings page: small renaming and formatting
2016-10-10 00:29:54 +03:00
Ilya Kitaev
da552a012d
History: Fixed filter collapse
2016-10-10 00:25:56 +03:00
Ilya Kitaev
7ed623e6d9
Basic mode: updating balance properly
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
a032c841b4
History: fee color
2016-10-10 00:22:36 +03:00
Ilya Kitaev
60b2d90033
History: display "fee" for sent transactions
2016-10-10 00:22:36 +03:00
Ilya Kitaev
0ac27e13a6
History: filter by amount
2016-10-10 00:22:36 +03:00
Jacob Brydolf
10c2786fca
added restore height to wizardFinish
2016-10-10 00:22:36 +03:00
Jacob Brydolf
883762cad0
removed daemon-blockchain-progress rests
2016-10-10 00:22:36 +03:00
Jacob Brydolf
38d9034470
Wizard: added restore-height
2016-10-10 00:22:36 +03:00
Jacob Brydolf
7f0d6c4c28
persistentSettings: added restoreHeight
2016-10-10 00:22:36 +03:00
Jacob Brydolf
9f336a5c51
libwalletqt: added restore-height parameter to recoveryWallet();
2016-10-10 00:22:36 +03:00
Jacob Brydolf
0e0b0bec8d
removed moneroComponets dependency
2016-10-10 00:22:36 +03:00
Jacob Brydolf
38db5a4178
Integrate splash counter with restore-height
2016-10-10 00:21:19 +03:00
Jacob Brydolf
868610c778
fix conflict
2016-10-10 00:20:03 +03:00
Jacob Brydolf
49018390dc
added comma/locale separation to sync counter
2016-10-10 00:19:39 +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
e3cea8582f
TransactionHistory: firstDateTime and lastDateTime properties
2016-10-10 00:19:39 +03:00
Ilya Kitaev
99271828ae
Fix: unused dummy property removed
2016-10-10 00:19:39 +03:00
Ilya Kitaev
fd9ed56c54
Fix: DatePicker component doesn't update the date
2016-10-10 00:19:13 +03:00
Ilya Kitaev
612c497608
TransactionHistory sorting
2016-10-10 00:19:13 +03:00
Ilya Kitaev
e7e6c583b6
Adding sort-filter-proxy model
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
defc2a414a
build: get_libwallet_api.sh accepts build type ("Debug" or "Release",
...
release is default); extra build script that skips cmake invocations
2016-10-10 00:18:27 +03:00
Jacob Brydolf
2966b0db69
settings page: daemon change + password prompt on seed view
2016-10-10 00:18:27 +03:00
Jacob Brydolf
9700944b7f
close wallet before reopen
2016-10-10 00:18:27 +03:00
Ilya Kitaev
522b0671ad
Simple transaction history
2016-10-10 00:15:17 +03:00
Jacob Brydolf
9cc92bf9d6
added onPageCompleted
2016-10-10 00:15:17 +03:00
Ilya Kitaev
53d3bc4f06
Receive page: display long address from the beginning in TextField
2016-10-10 00:15:17 +03:00
Jacob Brydolf
5814c19962
Fixed overlapping clipboard icons on recieve page
2016-10-10 00:15:17 +03:00
Jacob Brydolf
cd1247c292
Added option to show seed on settings-page
...
Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
2016-10-10 00:15:17 +03:00
Jacob Brydolf
af70c81082
Added daemon BC sync progress bar
...
depends on https://github.com/monero-project/monero/pull/1173
Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
2016-10-10 00:15:17 +03:00
Ilya Kitaev
6a50951940
Removed hardcoded height from PasswordDialog
2016-10-10 00:15:17 +03:00
Ilya Kitaev
819be91cb6
Integrating TransactionHistoryModel
2016-10-10 00:15:17 +03:00
Ilya Kitaev
56c3579501
Replaced Loader with StackView; Fixed payment id generation
2016-10-10 00:15:17 +03:00