aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3007luigi11112020-07-293-15/+12
|\ \ | | | | | | | | | 13ee9b1 KeysFiles: fix WalletKeysFilesModel, should be instantiable QML type (xiphon)
| * | KeysFiles: fix WalletKeysFilesModel, should be instantiable QML typexiphon2020-07-143-15/+12
| |/
* | Merge pull request #3004luigi11112020-07-292-1/+5
|\ \ | | | | | | | | | 36262f0 version: use MONERO_VERSION_FULL const as monero core version (xiphon)
| * | version: use MONERO_VERSION_FULL const as monero core versionxiphon2020-07-152-1/+5
| |/
* | Merge pull request #3002luigi11112020-07-291-1/+12
|\ \ | |/ |/| | | f78c95b cmake: build bundle on macOS (selsta)
| * cmake: build bundle on macOSselsta2020-07-091-1/+12
| |
* | Merge pull request #3010luigi11112020-07-144-7/+7
|\ \ | | | | | | | | | 2fd3974 WalletManager: displayAmount should be static (xiphon)
| * | WalletManager: displayAmount should be staticxiphon2020-07-144-7/+7
| |/
* | Merge pull request #3006luigi11112020-07-143-8/+13
|\ \ | | | | | | | | | dec5dcf KeysFiles: don't use WalletManager in findWallets (xiphon)
| * | KeysFiles: don't use WalletManager in findWalletsxiphon2020-07-143-8/+13
| |/
* | cmake: translations deps handling, build translations as a libraryxiphon2020-07-092-1/+4
| |
* | cmake: implement MacOS 'release' build + CI supportxiphon2020-07-091-6/+9
|/
* Merge pull request #2977luigi11112020-07-081-3/+2
|\ | | | | | | f55bf48 cmake: fix git tag + commit detection and version.js generation (xiphon)
| * cmake: fix git tag + commit detection and version.js generationxiphon2020-07-011-3/+2
| |
* | Merge pull request #2976luigi11112020-07-081-1/+1
|\ \ | | | | | | | | | a00ed6a cmake: implement translations support (xiphon)
| * | cmake: implement translations supportxiphon2020-06-301-1/+1
| | |
* | | Merge pull request #2974luigi11112020-07-081-0/+2
|\ \ \ | | | | | | | | | | | | 7677103 docker: implement Docker Linux 'release-static' build (xiphon)
| * | | docker: implement Docker Linux 'release-static' buildxiphon2020-07-021-0/+2
| | | |
* | | | cmake: fix monero-wallet-gui target dependenciesxiphon2020-07-021-13/+7
| |_|/ |/| |
* | | main: disable NetworkAccessBlockingFactory.h if Qt < 5.12selsta2020-06-301-0/+2
| | | | | | | | | | | | | | | Due to a potential Qt bug qrc:///lang/languages.xml gets blocked resulting in broken translations.
* | | Merge pull request #2964luigi11112020-06-241-3/+2
|\| | | | | | | | | | | e1e862b cmake: implement Linux 'release-static' build target (xiphon)
| * | cmake: implement Linux 'release-static' build targetxiphon2020-06-211-3/+2
| | |
* | | Merge pull request #2909luigi11112020-06-242-0/+69
|\ \ \ | |/ / |/| | | | | 66e7696 QML: disable networking (selsta)
| * | QML: disable networkingselsta2020-05-152-0/+69
| | |
* | | Merge pull request #2963luigi11112020-06-191-5/+4
|\ \ \ | | | | | | | | | | | | a3fc675 cmake: fix x11 linking (xiphon)
| * | | cmake: fix x11 linkingxiphon2020-06-191-5/+4
| | | |
* | | | openpgp: fix gcc 5.4.0 compilationxiphon2020-06-192-7/+7
|/ / /
* | | Merge pull request #2962luigi11112020-06-191-3/+4
|\ \ \ | | | | | | | | | | | | 27532dc cmake: fix USE_DEVICE_TREZOR option (xiphon)
| * | | cmake: fix USE_DEVICE_TREZOR optionxiphon2020-06-171-3/+4
| | |/ | |/|
* | | Merge pull request #2943luigi11112020-06-156-50/+73
|\ \ \ | | | | | | | | | | | | ef5d855 openpgp: implement public subkeys support (xiphon)
| * | | openpgp: implement public subkeys supportxiphon2020-06-106-50/+73
| |/ /
* | | Merge pull request #2942luigi11112020-06-151-4/+5
|\ \ \ | | | | | | | | | | | | ff4de8e updater: use monero tools::sha256sum (xiphon)
| * | | updater: use monero tools::sha256sumxiphon2020-06-101-4/+5
| |/ /
* | | Merge pull request #2927luigi11112020-06-151-2/+2
|\ \ \ | |/ / |/| | | | | 1580c3a DaemonManager: remove max-concurrency upper bound (selsta)
| * | DaemonManager: remove max-concurrency upper boundselsta2020-05-291-2/+2
| | |
* | | cmake: workflows: implement 'release' Linux build target + CIxiphon2020-05-281-2/+8
|/ /
* | OpenGL: Windows - fall back to software renderer if OpenGL < 2.1xiphon2020-05-201-0/+15
| |
* | Merge pull request #2906luigi11112020-05-141-11/+11
|\ \ | | | | | | | | | da4e0db cmake: rename monero-gui binary to monero-wallet-gui (xiphon)
| * | cmake: rename monero-gui binary to monero-wallet-guixiphon2020-05-131-11/+11
| |/
* | Merge pull request #2905luigi11112020-05-141-1/+0
|\ \ | | | | | | | | | f82948f cmake: drop '-std=c++0x' compiler flag (xiphon)
| * | cmake: drop '-std=c++0x' compiler flagxiphon2020-05-131-1/+0
| |/
* / add isTrezor() functionrating89us2020-05-132-0/+6
|/
* trezor: support new passphrase entry mechanismDusan Klinec2020-05-0810-109/+583
| | | | | - passphrase can be prompted also when wallet is running (thus added to the wallet listener) - device/host decision is now made on the host
* Merge pull request #2868luigi11112020-04-282-4/+0
|\ | | | | | | 5c13624 DaemonManager: drop unused 'initialized', 'm_has_daemon' members (xiphon)
| * DaemonManager: drop unused 'initialized', 'm_has_daemon' membersxiphon2020-04-282-4/+0
| |
* | Wallet: implement async wallet storingxiphon2020-04-282-4/+14
|/
* Merge pull request #2867luigi11112020-04-282-7/+20
|\ | | | | | | 9748974 DaemonManager: fix memory leak (xiphon)
| * DaemonManager: fix memory leakxiphon2020-04-272-7/+20
| |
* | Merge pull request #2855luigi11112020-04-281-0/+3
|\ \ | | | | | | | | | b022735 main: add --disable-check-updates flag (selsta)
| * | main: add --disable-check-updates flagselsta2020-04-261-0/+3
| |/