aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Collapse)AuthorAgeFilesLines
...
* updater: fetch signed hashes from getmonero.org, verify downloadsxiphon2020-04-146-13/+86
|
* Merge pull request #2824luigi11112020-04-134-0/+204
|\ | | | | | | 5f27a45 '--verify-update', shasum support, OpenPGP signatures verification (xiphon)
| * '--verify-update', shasum support, OpenPGP signatures verificationxiphon2020-04-124-0/+204
| |
* | UpdateDialog: implement update download functionalityxiphon2020-04-064-39/+443
|/
* network: provide common HTTP GET functionality with js callbacksxiphon2020-03-313-84/+57
|
* qt: drop Qt Network and Qt OpenSSL deps, use epee library insteadxiphon2020-03-092-76/+75
|
* fix multiple minor issues (c-style casts, default branch, etc.)xiphon2020-02-281-1/+1
|
* build: fix all warnings, treat warnings as errorsxiphon2020-02-164-29/+8
|
* FutureScheduler: drop moveToThread, setParent might silently failxiphon2019-12-231-6/+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
| |
* | OSHelper: file preselection support (Windows and Mac)xiphon2019-12-122-0/+9
|/ | | | Co-authored-by: selsta <selsta@sent.at>
* macOS/Windows: fix compiler warningselsta2019-09-062-2/+4
|
* fix invalid include paths, compilation warnings, update README.mdxiphon2019-09-026-11/+11
|
* prices: improve error messageselsta2019-07-231-2/+2
|
* Fix segfault on Tailsthotbot2019-07-182-2/+3
|
* Merge pull request #2283luigi11112019-07-161-2/+2
|\ | | | | | | e04d563 src: fix compiler warnings (selsta)
| * src: fix compiler warningsselsta2019-07-161-2/+2
| |
* | Detect tails, support data persistencedsc2019-07-166-109/+198
| | | | | | | | | | Co-authored-by: Thotbot <thotbot@protonmail.com> Co-authored-by: Selsta <selsta@sent.at>
* | Replace Qt.labs.settings with MoneroSettings to allow for more customizationdsc2019-07-162-0/+288
|/
* Merge pull request #2240luigi11112019-07-152-0/+89
|\ | | | | | | 35a0f25 PasswordDialog: merge components and bug fixes (selsta)
| * PasswordDialog: merge components and bug fixesselsta2019-07-152-0/+89
| | | | | | | | | | | | | | | | | | | | | | This commit merges PasswordDialog, PassphraseDialog and NewPasswordDialog. Also the following bugs were fixed: - Wizard pages still being active when opening a wallet from wizard. - Capslock detection was buggy when copy pasting password, I replaced it with native implementations for each platform. - isAlpha could throw errors when using special characters.
* | qt: implement FutureScheduler, always await async code to completexiphon2019-06-242-0/+168
|/
* KeysFiles: fix file pathmmbyday2019-06-041-1/+1
|
* Fiat APIdsc2019-05-064-0/+222
| | | | | Co-Authored-By: selsta <selsta@sent.at> Co-Authored-By: Gene Peters <gene@telligent-data.com>
* Merge pull request #2145luigi11112019-05-036-0/+168
|\ | | | | | | c840549 Add copyright headers (mmbyday)
| * Add copyright headersmmbyday2019-05-016-0/+168
| |
* | Scan keysfiles in wizard - open walletdsc2019-05-022-0/+274
|/
* IPC and custom protocol handler for monero://dsc2019-04-296-0/+222