xiphon
|
8159b75be3
|
cmake: fix monero-wallet-gui target dependencies
|
2020-07-02 23:32:55 +00:00 |
|
selsta
|
b54127e997
|
main: disable NetworkAccessBlockingFactory.h if Qt < 5.12
Due to a potential Qt bug qrc:///lang/languages.xml gets
blocked resulting in broken translations.
|
2020-06-30 04:21:14 +02:00 |
|
luigi1111
|
c978027933
|
Merge pull request #2964
e1e862b cmake: implement Linux 'release-static' build target (xiphon)
|
2020-06-24 13:10:35 -05:00 |
|
luigi1111
|
19daa074ca
|
Merge pull request #2909
66e7696 QML: disable networking (selsta)
|
2020-06-24 13:06:57 -05:00 |
|
xiphon
|
e1e862bce4
|
cmake: implement Linux 'release-static' build target
|
2020-06-21 02:03:26 +00:00 |
|
luigi1111
|
0b2e74cdb5
|
Merge pull request #2963
a3fc675 cmake: fix x11 linking (xiphon)
|
2020-06-19 16:58:28 -05:00 |
|
xiphon
|
1e7d8293cb
|
openpgp: fix gcc 5.4.0 compilation
|
2020-06-19 21:53:47 +00:00 |
|
xiphon
|
a3fc6754e0
|
cmake: fix x11 linking
|
2020-06-19 21:50:42 +00:00 |
|
luigi1111
|
8354c251c5
|
Merge pull request #2962
27532dc cmake: fix USE_DEVICE_TREZOR option (xiphon)
|
2020-06-19 16:16:57 -05:00 |
|
xiphon
|
27532dc1bf
|
cmake: fix USE_DEVICE_TREZOR option
|
2020-06-17 14:04:35 +00:00 |
|
luigi1111
|
c9ee76c2ee
|
Merge pull request #2943
ef5d855 openpgp: implement public subkeys support (xiphon)
|
2020-06-15 15:11:56 -05:00 |
|
luigi1111
|
94dbf179d5
|
Merge pull request #2942
ff4de8e updater: use monero tools::sha256sum (xiphon)
|
2020-06-15 15:10:47 -05:00 |
|
luigi1111
|
47559e51be
|
Merge pull request #2927
1580c3a DaemonManager: remove max-concurrency upper bound (selsta)
|
2020-06-15 15:07:59 -05:00 |
|
xiphon
|
ff4de8e8f7
|
updater: use monero tools::sha256sum
|
2020-06-10 15:11:15 +00:00 |
|
xiphon
|
ef5d855950
|
openpgp: implement public subkeys support
|
2020-06-10 12:48:55 +00:00 |
|
selsta
|
1580c3a574
|
DaemonManager: remove max-concurrency upper bound
|
2020-05-29 13:58:53 +02:00 |
|
xiphon
|
39561f8ead
|
cmake: workflows: implement 'release' Linux build target + CI
|
2020-05-28 14:51:52 +00:00 |
|
xiphon
|
c946905907
|
OpenGL: Windows - fall back to software renderer if OpenGL < 2.1
|
2020-05-20 13:45:16 +00:00 |
|
selsta
|
66e769603c
|
QML: disable networking
|
2020-05-15 06:21:08 +02:00 |
|
luigi1111
|
eab98e3a48
|
Merge pull request #2906
da4e0db cmake: rename monero-gui binary to monero-wallet-gui (xiphon)
|
2020-05-14 16:05:53 -05:00 |
|
luigi1111
|
2a8960bc2c
|
Merge pull request #2905
f82948f cmake: drop '-std=c++0x' compiler flag (xiphon)
|
2020-05-14 16:05:04 -05:00 |
|
xiphon
|
f82948f4b0
|
cmake: drop '-std=c++0x' compiler flag
|
2020-05-13 14:29:01 +00:00 |
|
xiphon
|
da4e0dbf0f
|
cmake: rename monero-gui binary to monero-wallet-gui
|
2020-05-13 14:26:14 +00:00 |
|
rating89us
|
9dd3f4fecb
|
add isTrezor() function
|
2020-05-13 13:22:49 +02:00 |
|
Dusan Klinec
|
86d21a34ba
|
trezor: support new passphrase entry mechanism
- passphrase can be prompted also when wallet is running (thus added to the wallet listener)
- device/host decision is now made on the host
|
2020-05-08 18:40:17 +02:00 |
|
luigi1111
|
6f71d47806
|
Merge pull request #2868
5c13624 DaemonManager: drop unused 'initialized', 'm_has_daemon' members (xiphon)
|
2020-04-28 21:41:19 -05:00 |
|
xiphon
|
5c13624596
|
DaemonManager: drop unused 'initialized', 'm_has_daemon' members
|
2020-04-28 20:42:23 +00:00 |
|
xiphon
|
cfdba59584
|
Wallet: implement async wallet storing
|
2020-04-28 20:36:22 +00:00 |
|
luigi1111
|
5f183da6e3
|
Merge pull request #2867
9748974 DaemonManager: fix memory leak (xiphon)
|
2020-04-28 15:23:03 -05:00 |
|
luigi1111
|
ef93139a80
|
Merge pull request #2855
b022735 main: add --disable-check-updates flag (selsta)
|
2020-04-28 15:17:57 -05:00 |
|
luigi1111
|
1b7844ec34
|
Merge pull request #2854
a99eef6 always use native directory separators in paths (xiphon)
|
2020-04-28 15:16:57 -05:00 |
|
luigi1111
|
286c75aa5b
|
Merge pull request #2850
9b98e0a checkUpates: installer support (Win), use GUI buildTag and version (xiphon)
|
2020-04-28 15:14:40 -05:00 |
|
selsta
|
02eec351b9
|
src: fix qt 5.15 warnings
|
2020-04-28 19:00:53 +02:00 |
|
xiphon
|
9748974ce0
|
DaemonManager: fix memory leak
|
2020-04-27 12:46:15 +00:00 |
|
selsta
|
b022735506
|
main: add --disable-check-updates flag
|
2020-04-26 02:57:35 +02:00 |
|
xiphon
|
a99eef68f5
|
always use native directory separators in paths
|
2020-04-24 00:43:40 +00:00 |
|
xiphon
|
9b98e0a2f5
|
checkUpates: installer support (Win), use GUI buildTag and version
|
2020-04-23 16:08:10 +00:00 |
|
luigi1111
|
8a73fd241e
|
Merge pull request #2835
a078705 QrScanThread: use sizeInBytes to fix warning (selsta)
|
2020-04-17 20:52:33 -05:00 |
|
selsta
|
a078705ec6
|
QrScanThread: use sizeInBytes to fix warning
|
2020-04-16 19:11:29 +02:00 |
|
xiphon
|
ea25b71ca6
|
updater: fetch signed hashes from getmonero.org, verify downloads
|
2020-04-14 21:37:04 +00:00 |
|
luigi1111
|
2156a6533b
|
Merge pull request #2824
5f27a45 '--verify-update', shasum support, OpenPGP signatures verification (xiphon)
|
2020-04-13 15:43:24 -05:00 |
|
luigi1111
|
d582fd338d
|
Merge pull request #2819
6ed7fce UpdateDialog: implement update download functionality (xiphon)
|
2020-04-13 15:38:06 -05:00 |
|
luigi1111
|
eed51e3ffa
|
Merge pull request #2772
48aab5c WalletManager: wallet recovery - seed offset passphrase support (xiphon)
|
2020-04-13 15:36:44 -05:00 |
|
luigi1111
|
6a889bdaa1
|
Merge pull request #2739
b5fafb5 Transfer: display estimated transaction fee, requires #6302 (xiphon)
|
2020-04-13 15:35:44 -05:00 |
|
xiphon
|
5f27a45910
|
'--verify-update', shasum support, OpenPGP signatures verification
|
2020-04-12 21:34:22 +00:00 |
|
xiphon
|
6ed7fcec67
|
UpdateDialog: implement update download functionality
|
2020-04-06 16:59:33 +00:00 |
|
xiphon
|
58987b2ec6
|
network: provide common HTTP GET functionality with js callbacks
|
2020-03-31 21:37:19 +00:00 |
|
xiphon
|
55b548f31c
|
qt: drop Qt Network and Qt OpenSSL deps, use epee library instead
|
2020-03-09 11:05:49 +00:00 |
|
xiphon
|
9deca92e07
|
fix multiple minor issues (c-style casts, default branch, etc.)
|
2020-02-28 10:25:57 +00:00 |
|
luigi1111
|
b4a65c52cc
|
Merge pull request #2778
636ca1c DaemonManager: async stop, simple mode wizard - show splash on stop (xiphon)
|
2020-02-19 22:17:04 -05:00 |
|