aboutsummaryrefslogtreecommitdiff
path: root/monero-wallet-gui.pro
Commit message (Collapse)AuthorAgeFilesLines
* repo: cleanup qmakeselsta2020-10-201-581/+0
|
* fix windows deploy with QT 5.14+Italocoin Project2020-08-261-1/+1
| | | | | | this is a workaround on QT 5.14+ errors on mingw fixes issue https://github.com/monero-project/monero-gui/issues/3041
* version: use MONERO_VERSION_FULL const as monero core versionxiphon2020-07-151-1/+1
|
* updater: use monero tools::sha256sumxiphon2020-06-101-0/+7
|
* trezor: support new passphrase entry mechanismDusan Klinec2020-05-081-0/+3
| | | | | - passphrase can be prompted also when wallet is running (thus added to the wallet listener) - device/host decision is now made on the host
* build: find zbar header on macOSselsta2020-04-161-0/+8
|
* Merge pull request #2824luigi11112020-04-131-0/+18
|\ | | | | | | 5f27a45 '--verify-update', shasum support, OpenPGP signatures verification (xiphon)
| * '--verify-update', shasum support, OpenPGP signatures verificationxiphon2020-04-121-0/+18
| |
* | UpdateDialog: implement update download functionalityxiphon2020-04-061-0/+2
|/
* Merge pull request #2817luigi11112020-04-041-2/+2
|\ | | | | | | 58987b2 network: provide common HTTP GET functionality with js callbacks (xiphon)
| * network: provide common HTTP GET functionality with js callbacksxiphon2020-03-311-2/+2
| |
* | Merge pull request #2803luigi11112020-03-271-2/+4
|\ \ | |/ |/| | | 5872bc8 build: disable _FORTIFY_SOURCE when building without optimization (xiphon)
| * build: disable _FORTIFY_SOURCE when building without optimizationxiphon2020-03-231-2/+4
| |
* | qt: drop Qt Network and Qt OpenSSL deps, use epee library insteadxiphon2020-03-091-5/+14
|/
* Merge pull request #2776luigi11112020-02-191-2/+2
|\ | | | | | | 98abdaa build: fix all warnings, treat warnings as errors (xiphon)
| * build: fix all warnings, treat warnings as errorsxiphon2020-02-161-2/+2
| |
* | macOS: add version to info.plistselsta2020-02-141-0/+4
|/
* Pass -dead_strip and -dead_strip_dylibs on macOSDimitris Apostolou2020-01-131-0/+3
|
* build: link ole32 on windowsselsta2019-12-301-1/+2
|
* build: fix monero-wallet-gui.pro source paths, rm qml.qrc duplicatexiphon2019-12-091-15/+15
|
* build: MacOS openssl path provided by brew, fallback to defaultxiphon2019-11-251-1/+9
|
* Merge pull request #2437luigi11112019-11-131-0/+3
|\ | | | | | | ef565e5 build: embed version metadata into binary (xiphon)
| * build: embed version metadata into binaryxiphon2019-11-121-0/+3
| |
* | build: MinGW fix gcc >= 9.1 build, enable stack protectionxiphon2019-11-041-1/+12
|/
* build: build, install and link against randomx libraryxiphon2019-09-281-19/+14
|
* build: highlight minimum required Qt versionselsta2019-09-231-2/+2
|
* Merge pull request #2346luigi11112019-09-041-3/+3
|\ | | | | | | 049cef9 android: fix build (selsta)
| * android: fix buildselsta2019-08-101-3/+3
| |
* | build: link libstdc++ on Windows to statically link libwinpthreadsxiphon2019-08-201-0/+1
|/
* Fix project filedsc2019-07-161-1/+1
|
* Detect tails, support data persistencedsc2019-07-161-3/+3
| | | | | 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-161-2/+4
|
* Merge pull request #2240luigi11112019-07-151-2/+7
|\ | | | | | | 35a0f25 PasswordDialog: merge components and bug fixes (selsta)
| * PasswordDialog: merge components and bug fixesselsta2019-07-151-2/+7
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #2241luigi11112019-07-121-3/+3
|\ \ | | | | | | | | | e1b4bcb build: minimum required qt version is 5.9 (selsta)
| * | build: minimum required qt version is 5.9selsta2019-07-011-3/+3
| |/
* / qt: implement FutureScheduler, always await async code to completexiphon2019-06-241-0/+2
|/
* Merge pull request #2189luigi11112019-06-211-1/+1
|\ | | | | | | 6267be0 monero-wallet-gui.pro: add lupdate options no-obsolete and locations none (mmbyday)
| * monero-wallet-gui.pro: add lupdate options no-obsolete and locations nonemmbyday2019-05-311-1/+1
| | | | | | | | | | Co-authored-by: selsta <selsta@sent.at> Co-authored-by: erciccione <erciccione@users.noreply.github.com>
* | Fix windows mingw buildmmbyday2019-06-041-5/+6
|/
* build: Windows link against setupapi (hidapi dependency)xiphon2019-05-221-9/+10
|
* build: Windows statically link gcc and c++ runtimexiphon2019-05-221-0/+3
|
* build: fix monero-wallet-gui.proselsta2019-05-111-2/+0
|
* Fiat APIdsc2019-05-061-0/+4
| | | | | Co-Authored-By: selsta <selsta@sent.at> Co-Authored-By: Gene Peters <gene@telligent-data.com>
* Scan keysfiles in wizard - open walletdsc2019-05-021-0/+2
|
* IPC and custom protocol handler for monero://dsc2019-04-291-2/+8
|
* Merge pull request #2122luigi11112019-04-281-1/+1
|\ | | | | | | 3658bf8 build: link against QtSVG module to enable SVG format support (xiphon)
| * build: link against QtSVG module to enable SVG format supportxiphon2019-04-281-1/+1
| |
* | build: Mac OS X link CoreFoundation framework for static libhidapixiphon2019-04-281-1/+2
|/
* Animation slow down for debuggingxmrdsc2019-04-251-1/+1
|