tobtoht
8536db160d
Merge pull request 'Webcam QrCode Scanner' ( #367 ) from tobtoht/feather:qrscanner into master
...
Reviewed-on: https://git.featherwallet.org/feather/feather/pulls/367
2021-06-27 00:45:13 +00:00
tobtoht
3db3e330d5
Qr Scanner
2021-06-25 23:22:19 +02:00
n-peugnet
a4aca5a38a
Fix build without xmrig
2021-06-14 20:05:43 +02:00
tobtoht
faea53d617
Move startupWarning to WindowManager
2021-05-27 01:20:37 +02:00
tobtoht
08d5fd26ff
RestoreHeightDialog: rework
2021-05-25 02:26:28 +02:00
tobtoht
ba2b0ac550
TickerWidget: rework
2021-05-25 01:13:19 +02:00
tobtoht
58b927f9a3
MainWindow: fix potential segfault
2021-05-24 16:50:09 +02:00
tobtoht
0ba485c9de
View: show/hide searchbar
2021-05-23 16:58:18 +02:00
tobtoht
184d866614
MainWindow: add account id to title
2021-05-23 15:58:28 +02:00
tobtoht
50a77307f4
Account switcher
2021-05-22 15:42:46 +02:00
tobtoht
f43949a346
Allow opening multiple windows
2021-05-18 18:08:40 +02:00
tobtoht
cc01924858
non-static mainwindow
2021-05-10 17:05:10 +02:00
tobtoht
b9995c44ec
Fix misc compiler warnings
2021-05-10 15:20:33 +02:00
tobtoht
d4cfa05157
Beta-6
2021-05-02 20:22:38 +02:00
tobtoht
401ae0971f
Misc fixes
2021-03-24 02:37:54 +01:00
tobtoht
6741e684f5
Wizard: rework
2021-03-12 20:01:53 +01:00
tobtoht
cc5b3c3c27
History: rework
2021-03-08 21:03:20 +01:00
tobtoht
045d9ec2d2
Multi destination transactions
2021-01-27 19:58:15 +01:00
tobtoht
574b0ebf0c
Wallet cache debug dialog
2021-01-25 18:43:12 +01:00
tobtoht
f7a26eaf72
Simplify store wallet logic
2021-01-19 23:44:20 +01:00
tobtoht
ac598bb801
Reddit: copy link
2020-12-31 01:00:37 +01:00
tobtoht
b758cc1918
Misc code cleanup
2020-12-28 05:39:20 +01:00
tobtoht
b4fd07ff8b
Update copyright for 2021
2020-12-26 20:56:06 +01:00
tobtoht
b544e6dfce
Settings: allow changing default wallet directory
2020-12-25 22:07:48 +01:00
tobtoht
a11dc3f4b2
BalanceDialog
2020-12-25 15:20:39 +01:00
tobtoht
0dc196e76d
Status: constructing transaction
2020-12-24 15:46:56 +01:00
tobtoht
ecd840c03a
Contacts: disallow duplicates
2020-12-23 05:59:06 +01:00
tobtoht
169d14ab3a
Allow resending failed transactions
2020-12-14 23:07:50 +01:00
tobtoht
66f53d865e
Menu: add rescan spent
2020-12-14 20:44:37 +01:00
tobtoht
8ffd2293f4
Consolidate exchanges to exchange tab
2020-12-12 02:49:33 +01:00
tobtoht
a9ec69afd0
Home: add tabs for home widgets
2020-12-11 14:32:14 +01:00
tobtoht
5a08bc353e
Misc networking fixes
...
- connecting to nodes is much faster and more reliable now
- reduced the amount of spaghetti in libwalletqt and greatly simplified the logic in nodes.cpp
- Settings -> Node dialog should feel slightly more responsive
- during synchronization the status bar will now display the amount of data downloaded
- fixed some edge cases that could cause unreasonably long hangs
- Help -> Debug Info screen now auto-updates every 5 seconds
- Don't use SSL over Tor
2020-11-23 17:57:42 +01:00
tobtoht
1e4a442b16
PasswordDialog: misc improvements
2020-11-14 10:57:06 +01:00
tobtoht
e9a4a828d6
Initial MorphToken support
2020-11-11 16:51:12 +01:00
tobtoht
046b2cfc4c
Import transaction
2020-11-10 12:38:37 +01:00
mrdeveloper
e657e2a6b0
MacOS: add touchbar support
...
Co-Authored-By: dsc <dsc@xmr.pm>
2020-10-28 21:35:18 +01:00
dsc
fa6ee35fb0
Merge pull request 'Mainwindow: fix tab order and stylization' ( #104 ) from tobtoht/feather:tabs_order into master
...
Reviewed-on: https://git.wownero.com/feather/feather/pulls/104
Reviewed-by: dsc <dsc@noreply.gitgud.wownero.nl>
2020-10-21 12:25:46 +00:00
tobtoht
b1160280fe
Mainwindow: fix tab order and stylization
2020-10-21 13:27:39 +02:00
mrdeveloper
75edc6e5bb
Merge branch 'master' into password-dialog-show-wallet-name
2020-10-21 12:21:10 +02:00
mrdeveloper
d6c26d4159
PasswordDialog: Show wallet name
2020-10-21 08:45:25 +02:00
mrdeveloper
78516f4546
Contacts: import via csv file
2020-10-21 08:25:02 +02:00
tobtoht
216b2e0c5e
Offline transaction signing
2020-10-19 01:39:23 +02:00
dsc
1ef29207d5
Xmrig: add support for TLS. Tor default off. Save username/password in wallet cache.
...
Signed-off-by: dsc <dsc@xmr.pm>
2020-10-16 21:13:14 +02:00
tobtoht
3feda6d6c7
Fix indefinite hang when closing wallet via File -> Quit
2020-10-16 05:15:46 +02:00
tobtoht
fc3ac2eb33
Export/Import KeyImages/Outputs
2020-10-14 20:18:25 +02:00
dsc
eac29cd0b6
Import wallet from keys (view-only)
...
Signed-off-by: dsc <dsc@xmr.pm>
2020-10-13 21:09:33 +02:00
dsc
133700160a
Feather, a free Monero desktop wallet
...
Co-Authored-By: tobtoht <thotbot@protonmail.com>
2020-10-08 04:31:22 +02:00