Alexander Blair
3e01647744
Merge pull request #3209
...
6f5bacab
Logger: print to stdout till log file path gets initialized (xiphon)
2020-11-06 05:11:09 -08:00
Alexander Blair
2bb6da5f09
Merge pull request #3201
...
1adf5879
docker: Linux - use Qt 5.15.2 (xiphon)
2020-11-06 05:08:40 -08:00
Alexander Blair
0ae4677a25
Merge pull request #3198
...
a817bfba
QThreadPool: adjust max threads count (4) (xiphon)
2020-11-06 05:06:10 -08:00
xiphon
6f5bacabfd
Logger: print to stdout till log file path gets initialized
2020-11-04 01:42:19 +00:00
xiphon
1adf58793f
docker: Linux - use Qt 5.15.2
2020-10-30 22:20:35 +00:00
xiphon
a817bfba05
QThreadPool: adjust max threads count (4)
2020-10-30 02:58:38 +00:00
Alexander Blair
7f164e739a
Merge pull request #3194
...
9b18344d
main: don't override user-provided QT_QPA_PLATFORM env variable (xiphon)
2020-10-28 00:43:43 -07:00
Alexander Blair
c9fd9634ee
Merge pull request #3187
...
cd054f6c
docker: fix Android build, update to Qt 5.15, README.md build steps (xiphon)
d6cb9b6c
docker: move Android Dockerfile to root (xiphon)
2020-10-28 00:42:36 -07:00
Alexander Blair
ddcee95b88
Merge pull request #3186
...
fe730114
cmake: Android cross compilation support (xiphon)
2020-10-28 00:42:16 -07:00
xiphon
9b18344d23
main: don't override user-provided QT_QPA_PLATFORM env variable
2020-10-28 00:57:30 +00:00
xiphon
cd054f6c26
docker: fix Android build, update to Qt 5.15, README.md build steps
...
Co-authored-by: takel
2020-10-26 11:24:45 +00:00
xiphon
fe73011422
cmake: Android cross compilation support
2020-10-21 20:29:17 +00:00
Alexander Blair
a165a14519
Merge pull request #3181
...
6ee5effc
Wallet: fix different signedness comparison (-Werror=sign-compare) (xiphon)
2020-10-19 00:14:12 -07:00
Alexander Blair
fac3fcb518
Merge pull request #3174
...
a73ae625
DaemonManager: set out-peers to 16 in simple mode / bootstrap (selsta)
2020-10-19 00:12:52 -07:00
Alexander Blair
8457055f08
Merge pull request #3172
...
44df1bcc
cmake: fix install targets (Bertrand Jacquin)
2020-10-19 00:12:31 -07:00
xiphon
6ee5effc15
Wallet: fix different signedness comparison (-Werror=sign-compare)
...
Co-authored-by: Bertrand Jacquin <bertrand@jacquin.bzh>
2020-10-18 20:58:40 +00:00
selsta
a73ae62526
DaemonManager: set out-peers to 16 in simple mode / bootstrap
2020-10-18 02:07:29 +02:00
Bertrand Jacquin
44df1bccfc
cmake: fix install targets
...
Binary should be installed in bin/ relative to CMAKE_INSTALL_PREFIX,
prior to this commit, monero-wallet-gui is installed in usr/ instead of
usr/bin
-- Installing: image/usr/monero-wallet-gui
With this comment, file is installed in the right location:
-- Installing: image/usr/bin/monero-wallet-gui
See: https://cmake.org/cmake/help/latest/command/install.html
2020-10-17 23:08:21 +01:00
xiphon
b932df85fd
Wallet: interrupt refresh thread on wallet close
2020-10-17 02:58:23 +00:00
luigi1111
381442a138
Merge pull request #3145
...
39d9d7d
Wallet: rework wallet refreshing (xiphon)
2020-10-13 12:38:40 -05:00
xiphon
39d9d7d071
Wallet: rework wallet refreshing
2020-10-09 14:11:05 +00:00
xiphon
3c28ecef93
Logger: runtime log config, no logs till a user selects wallet mode
2020-10-08 18:28:07 +00:00
xiphon
13ca3eeb84
KeysFiles: QDirIterator is initially located before the first entry
2020-10-05 12:36:00 +00:00
luigi1111
40e108eb2b
Merge pull request #3026
...
4208b66
WizardModeSelection: optional 'Portable mode' feature support (xiphon)
2020-10-04 17:39:09 -05:00
luigi1111
adb04cef71
Merge pull request #3023
...
1aa98c3
MoneroSettings: portable mode, CWD relative 'monero-storage' dir (xiphon)
2020-10-04 17:37:21 -05:00
Alexander Blair
22386aa7e1
Merge pull request #3089
...
0fcaadae
main: command line option for socks5 proxy (selsta)
2020-09-28 19:06:58 -07:00
xiphon
1aa98c3cfd
MoneroSettings: portable mode, CWD relative 'monero-storage' dir
2020-09-28 13:50:01 +00:00
selsta
0fcaadae53
main: command line option for socks5 proxy
2020-09-28 01:57:47 +02:00
luigi1111
a32d39cc96
Merge pull request #3108
...
b12ec3b
QR-Code-generator: remove from repo, use monero qrcodegen (selsta)
2020-09-25 18:27:48 -05:00
selsta
b12ec3b0f0
QR-Code-generator: remove from repo, use monero qrcodegen
2020-09-25 01:37:29 +02:00
selsta
87400e781e
cmake: add deploy target (mac / windows)
2020-09-24 04:28:53 +02:00
xiphon
4208b66baf
WizardModeSelection: optional 'Portable mode' feature support
2020-09-22 15:08:18 +00:00
luigi1111
2e8bec15da
Merge pull request #3077
...
3aeaf99
oshelper: 'shlobj.h' include should be lower case (xiphon)
2020-09-12 15:54:56 -05:00
xiphon
3aeaf99057
oshelper: 'shlobj.h' include should be lower case
2020-09-10 10:45:28 +00:00
xiphon
c41e3d8e7a
cmake: cross-compilation to Windows - find MinGW prefixed windres
2020-09-10 10:37:06 +00:00
luigi1111
1752fde08b
Merge pull request #3058
...
9255d64
cmake: copy monerod to mac bundle (selsta)
2020-09-07 15:05:18 -05:00
luigi1111
7e83173c77
Merge pull request #3053
...
1d2840f
ipc: fix Qt deprecation warning with 5.15.1 beta (selsta)
2020-09-07 14:51:14 -05:00
luigi1111
5bc305679c
Merge pull request #3032
...
5ea99a7
Wallet: WalletManager: implement proxy support (xiphon)
2020-09-07 14:46:14 -05:00
luigi1111
2557bdb35f
Merge pull request #3030
...
43aeea8
Network: instantiable QML type, introduce proxyAddress property (xiphon)
2020-09-07 14:45:21 -05:00
luigi1111
79a87ca03b
Merge pull request #3029
...
380b955
Downloader: introduce proxyAddress property (xiphon)
2020-09-07 14:44:26 -05:00
selsta
9255d649d9
cmake: copy monerod to mac bundle
2020-08-29 00:42:30 +02:00
selsta
1d2840f8b5
ipc: fix Qt deprecation warning with 5.15.1 beta
2020-08-26 02:58:11 +02:00
luigi1111
e65159163d
Merge pull request #3038
...
6898d5d
oshelper: always convert to canonical path in openContainingFolder (xiphon)
2020-08-14 14:16:19 -05:00
luigi1111
77b7a5244a
Merge pull request #3024
...
eb924a3
KeysFiles: relative file path support (xiphon)
2020-08-14 14:15:26 -05:00
xiphon
6898d5dd42
oshelper: always convert to canonical path in openContainingFolder
2020-08-06 18:58:15 +00:00
xiphon
5ea99a73e7
Wallet: WalletManager: implement proxy support
2020-07-30 21:37:09 +00:00
xiphon
43aeea8eb7
Network: instantiable QML type, introduce proxyAddress property
...
# Conflicts:
# main.qml
2020-07-30 16:49:22 +00:00
luigi1111
9220937c4b
Merge pull request #3027
...
0db4c36
QrScanThread: fix Qt 5.15 compability (selsta)
2020-07-29 13:35:36 -05:00
luigi1111
6aaf294f0b
Merge pull request #3019
...
dcc040a
WalletManager: instantiable QML type (xiphon)
2020-07-29 13:34:33 -05:00
luigi1111
721a0cbf91
Merge pull request #3018
...
352da92
QrCodeScanner: use parse_uri_to_object to parse scanned codes (xiphon)
2020-07-29 13:33:27 -05:00