aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2854luigi11112020-04-284-11/+23
|\ \ | | | | | | | | | a99eef6 always use native directory separators in paths (xiphon)
| * | always use native directory separators in pathsxiphon2020-04-244-11/+23
| |/
* | Merge pull request #2850luigi11112020-04-284-4/+66
|\ \ | | | | | | | | | 9b98e0a checkUpates: installer support (Win), use GUI buildTag and version (xiphon)
| * | checkUpates: installer support (Win), use GUI buildTag and versionxiphon2020-04-234-4/+66
| |/
* / src: fix qt 5.15 warningsselsta2020-04-284-3/+20
|/
* Merge pull request #2835luigi11112020-04-171-0/+4
|\ | | | | | | a078705 QrScanThread: use sizeInBytes to fix warning (selsta)
| * QrScanThread: use sizeInBytes to fix warningselsta2020-04-161-0/+4
| |
* | updater: fetch signed hashes from getmonero.org, verify downloadsxiphon2020-04-148-18/+117
|/
* Merge pull request #2824luigi11112020-04-1314-0/+1271
|\ | | | | | | 5f27a45 '--verify-update', shasum support, OpenPGP signatures verification (xiphon)
| * '--verify-update', shasum support, OpenPGP signatures verificationxiphon2020-04-1214-0/+1271
| |
* | Merge pull request #2819luigi11112020-04-137-39/+460
|\ \ | | | | | | | | | 6ed7fce UpdateDialog: implement update download functionality (xiphon)
| * | UpdateDialog: implement update download functionalityxiphon2020-04-067-39/+460
| |/
* | Merge pull request #2772luigi11112020-04-132-3/+3
|\ \ | | | | | | | | | 48aab5c WalletManager: wallet recovery - seed offset passphrase support (xiphon)
| * | WalletManager: wallet recovery - seed offset passphrase supportxiphon2020-02-122-3/+3
| | |
* | | Merge pull request #2739luigi11112020-04-132-0/+18
|\ \ \ | |_|/ |/| | | | | b5fafb5 Transfer: display estimated transaction fee, requires #6302 (xiphon)
| * | Transfer: display estimated transaction fee, requires #6302xiphon2020-02-162-0/+18
| | |
* | | network: provide common HTTP GET functionality with js callbacksxiphon2020-03-314-87/+60
| | |
* | | qt: drop Qt Network and Qt OpenSSL deps, use epee library insteadxiphon2020-03-094-79/+78
| | |
* | | fix multiple minor issues (c-style casts, default branch, etc.)xiphon2020-02-288-13/+16
| | |
* | | Merge pull request #2778luigi11112020-02-192-13/+11
|\ \ \ | | | | | | | | | | | | 636ca1c DaemonManager: async stop, simple mode wizard - show splash on stop (xiphon)
| * | | DaemonManager: async stop, simple mode wizard - show splash on stopxiphon2020-02-162-13/+11
| | |/ | |/|
* | | Merge pull request #2776luigi11112020-02-1919-71/+32
|\ \ \ | | | | | | | | | | | | 98abdaa build: fix all warnings, treat warnings as errors (xiphon)
| * | | build: fix all warnings, treat warnings as errorsxiphon2020-02-1619-71/+32
| |/ /
* / / History: display Address Book names for known destination addressesxiphon2020-02-153-2/+20
|/ /
* | Merge pull request #2765luigi11112020-02-052-3/+9
|\ \ | | | | | | | | | 0629f06 DaemonManager: check monerod binary, error details on start failure (xiphon)
| * | DaemonManager: check monerod binary, error details on start failurexiphon2020-02-042-3/+9
| |/
* | Merge pull request #2758luigi11112020-02-043-44/+71
|\ \ | | | | | | | | | 742a465 AddressBook: thread-safety, fix use-after-free (xiphon)
| * | AddressBook: thread-safety, fix use-after-freexiphon2020-02-013-44/+71
| |/
* / Wallet: implement 'Connecting' status, add 'disconnected' propertyxiphon2020-01-282-12/+45
|/
* Merge pull request #2680luigi11112019-12-233-0/+6
|\ | | | | | | 6d0593a build: fix build on Ubuntu 16.04 GCC 5.4 (missing includes) (xiphon)
| * build: fix build on Ubuntu 16.04 GCC 5.4 (missing includes)xiphon2019-12-233-0/+6
| |
* | Merge pull request #2679luigi11112019-12-231-6/+0
|\ \ | | | | | | | | | 13ea403 FutureScheduler: drop moveToThread, setParent might silently fail (xiphon)
| * | FutureScheduler: drop moveToThread, setParent might silently failxiphon2019-12-231-6/+0
| |/
* | Merge pull request #2670luigi11112019-12-211-5/+2
|\ \ | | | | | | | | | 1fef418 main: enable high DPI scaling (selsta)
| * | main: enable high DPI scalingselsta2019-12-211-5/+2
| |/
* | Merge pull request #2648luigi11112019-12-211-4/+9
|\ \ | | | | | | | | | beeddea build: add application icon on Windows (xiphon)
| * | build: add application icon on Windowsxiphon2019-12-201-4/+9
| |/
* | Merge pull request #2645luigi11112019-12-211-0/+1
|\ \ | | | | | | | | | 66f6b95 Account: update balance card label (selsta)
| * | Account: update balance card labelselsta2019-12-201-0/+1
| |/
* / misc: cleanup unused variables and commentsselsta2019-12-201-1/+0
|/
* Merge pull request #2630luigi11112019-12-191-1/+1
|\ | | | | | | 3ea329e FutureScheduler: fix possible race, connect before setFuture (xiphon)
| * FutureScheduler: fix possible race, connect before setFuturexiphon2019-12-191-1/+1
| |
* | Merge pull request #2627luigi11112019-12-193-23/+39
|\ \ | | | | | | | | | 8c51172 Subaddress: fix use-after-free on accessing stale Wallet API data (xiphon)
| * | Subaddress: fix use-after-free on accessing stale Wallet API dataxiphon2019-12-173-23/+39
| | |
* | | Merge pull request #2626luigi11112019-12-194-2/+14
|\ \ \ | | | | | | | | | | | | a83adb7 Transfer: improve warning flow (tobtoht)
| * | | Transfer: improve warning flowthotbot2019-12-194-2/+14
| |/ /
* | | Merge pull request #2623luigi11112019-12-194-28/+44
|\ \ \ | | | | | | | | | | | | | | | | c9900c0 SubaddressAccount: drop useless getAll 'update' default argument (xiphon) e0ab9aa SubaddressAccount: fix use-after-free bug (xiphon)
| * | | SubaddressAccount: fix use-after-free bugxiphon2019-12-173-24/+44
| | | |
| * | | SubaddressAccount: drop useless getAll 'update' default argumentxiphon2019-12-163-13/+9
| |/ /
* | | Merge pull request #2614luigi11112019-12-195-125/+98
|\ \ \ | | | | | | | | | | | | 4e1f734 TransactionHistory: fix use-after-free bugs (xiphon)