aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | main: don't override user-provided QT_QPA_PLATFORM env variablexiphon2020-10-281-2/+2
| | | |
* | | | Merge pull request #3187Alexander Blair2020-10-281-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | cd054f6c docker: fix Android build, update to Qt 5.15, README.md build steps (xiphon) d6cb9b6c docker: move Android Dockerfile to root (xiphon)
| * | | | docker: fix Android build, update to Qt 5.15, README.md build stepsxiphon2020-10-261-2/+0
| | |/ / | |/| | | | | | | | | | Co-authored-by: takel
* | | | Merge pull request #3186Alexander Blair2020-10-281-8/+19
|\ \ \ \ | |_|/ / |/| | | | | | | fe730114 cmake: Android cross compilation support (xiphon)
| * | | cmake: Android cross compilation supportxiphon2020-10-211-8/+19
| |/ /
* | | Merge pull request #3181Alexander Blair2020-10-191-5/+5
|\ \ \ | | | | | | | | | | | | 6ee5effc Wallet: fix different signedness comparison (-Werror=sign-compare) (xiphon)
| * | | Wallet: fix different signedness comparison (-Werror=sign-compare)xiphon2020-10-181-5/+5
| |/ / | | | | | | | | | Co-authored-by: Bertrand Jacquin <bertrand@jacquin.bzh>
* | | Merge pull request #3174Alexander Blair2020-10-191-0/+4
|\ \ \ | | | | | | | | | | | | a73ae625 DaemonManager: set out-peers to 16 in simple mode / bootstrap (selsta)
| * | | DaemonManager: set out-peers to 16 in simple mode / bootstrapselsta2020-10-181-0/+4
| |/ /
* | | Merge pull request #3172Alexander Blair2020-10-191-1/+1
|\ \ \ | | | | | | | | | | | | 44df1bcc cmake: fix install targets (Bertrand Jacquin)
| * | | cmake: fix install targetsBertrand Jacquin2020-10-171-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* / / Wallet: interrupt refresh thread on wallet closexiphon2020-10-171-0/+2
|/ /
* | Merge pull request #3145luigi11112020-10-134-42/+97
|\ \ | | | | | | | | | 39d9d7d Wallet: rework wallet refreshing (xiphon)
| * | Wallet: rework wallet refreshingxiphon2020-10-094-42/+97
| | |
* | | Logger: runtime log config, no logs till a user selects wallet modexiphon2020-10-085-22/+69
|/ /
* | KeysFiles: QDirIterator is initially located before the first entryxiphon2020-10-051-1/+3
| |
* | Merge pull request #3026luigi11112020-10-043-0/+22
|\ \ | | | | | | | | | 4208b66 WizardModeSelection: optional 'Portable mode' feature support (xiphon)
| * | WizardModeSelection: optional 'Portable mode' feature supportxiphon2020-09-223-0/+22
| | |
* | | Merge pull request #3023luigi11112020-10-042-3/+104
|\ \ \ | | | | | | | | | | | | 1aa98c3 MoneroSettings: portable mode, CWD relative 'monero-storage' dir (xiphon)
| * | | MoneroSettings: portable mode, CWD relative 'monero-storage' dirxiphon2020-09-282-3/+104
| |/ /
* | | Merge pull request #3089Alexander Blair2020-09-281-0/+4
|\ \ \ | | | | | | | | | | | | 0fcaadae main: command line option for socks5 proxy (selsta)
| * | | main: command line option for socks5 proxyselsta2020-09-281-0/+4
| | |/ | |/|
* | | Merge pull request #3108luigi11112020-09-2510-1714/+3
|\ \ \ | | | | | | | | | | | | b12ec3b QR-Code-generator: remove from repo, use monero qrcodegen (selsta)
| * | | QR-Code-generator: remove from repo, use monero qrcodegenselsta2020-09-2510-1714/+3
| |/ /
* / / cmake: add deploy target (mac / windows)selsta2020-09-241-0/+2
|/ /
* | Merge pull request #3077luigi11112020-09-121-1/+1
|\ \ | | | | | | | | | 3aeaf99 oshelper: 'shlobj.h' include should be lower case (xiphon)
| * | oshelper: 'shlobj.h' include should be lower casexiphon2020-09-101-1/+1
| | |
* | | cmake: cross-compilation to Windows - find MinGW prefixed windresxiphon2020-09-101-1/+2
|/ /
* | Merge pull request #3058luigi11112020-09-071-0/+2
|\ \ | | | | | | | | | 9255d64 cmake: copy monerod to mac bundle (selsta)
| * | cmake: copy monerod to mac bundleselsta2020-08-291-0/+2
| | |
* | | Merge pull request #3053luigi11112020-09-071-1/+1
|\ \ \ | | | | | | | | | | | | 1d2840f ipc: fix Qt deprecation warning with 5.15.1 beta (selsta)
| * | | ipc: fix Qt deprecation warning with 5.15.1 betaselsta2020-08-261-1/+1
| |/ /
* | | Merge pull request #3032luigi11112020-09-074-7/+100
|\ \ \ | | | | | | | | | | | | 5ea99a7 Wallet: WalletManager: implement proxy support (xiphon)
| * | | Wallet: WalletManager: implement proxy supportxiphon2020-07-304-7/+100
| | | |
* | | | Merge pull request #3030luigi11112020-09-073-12/+38
|\ \ \ \ | | | | | | | | | | | | | | | 43aeea8 Network: instantiable QML type, introduce proxyAddress property (xiphon)
| * | | | Network: instantiable QML type, introduce proxyAddress propertyxiphon2020-07-303-12/+38
| |/ / / | | | | | | | | | | | | | | | | # Conflicts: # main.qml
* | | | Merge pull request #3029luigi11112020-09-072-0/+26
|\ \ \ \ | |_|/ / |/| | | | | | | 380b955 Downloader: introduce proxyAddress property (xiphon)
| * | | Downloader: introduce proxyAddress propertyxiphon2020-07-292-0/+26
| | | |
* | | | Merge pull request #3038luigi11112020-08-141-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | 6898d5d oshelper: always convert to canonical path in openContainingFolder (xiphon)
| * | | | oshelper: always convert to canonical path in openContainingFolderxiphon2020-08-061-4/+5
| | |/ / | |/| |
* | | | Merge pull request #3024luigi11112020-08-141-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | eb924a3 KeysFiles: relative file path support (xiphon)
| * | | KeysFiles: relative file path supportxiphon2020-07-281-2/+2
| | |/ | |/|
* | | Merge pull request #3027luigi11112020-07-291-6/+5
|\ \ \ | | | | | | | | | | | | 0db4c36 QrScanThread: fix Qt 5.15 compability (selsta)
| * | | QrScanThread: fix Qt 5.15 compabilityselsta2020-07-291-6/+5
| | |/ | |/|
* | | Merge pull request #3019luigi11112020-07-293-22/+4
|\ \ \ | | | | | | | | | | | | dcc040a WalletManager: instantiable QML type (xiphon)
| * | | WalletManager: instantiable QML typexiphon2020-07-293-22/+4
| |/ /
* | | Merge pull request #3018luigi11112020-07-292-34/+2
|\ \ \ | |/ / |/| | | | | 352da92 QrCodeScanner: use parse_uri_to_object to parse scanned codes (xiphon)
| * | QrCodeScanner: use parse_uri_to_object to parse scanned codesxiphon2020-07-162-34/+2
| |/
* | Merge pull request #3017luigi11112020-07-291-2/+16
|\ \ | | | | | | | | | 99907e5 WalletManager: parse_uri_to_object extra parameters support (xiphon)
| * | WalletManager: parse_uri_to_object extra parameters supportxiphon2020-07-161-2/+16
| |/