aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | TransactionHistory: fix use-after-free bugsxiphon2019-12-165-125/+98
| |/ /
* | | Merge pull request #2587luigi11112019-12-192-41/+55
|\ \ \ | | | | | | | | | | | | 1661c82 TransactionInfo: parse Wallet API provided data on initialization (xiphon)
| * | | TransactionInfo: parse Wallet API provided data on initializationxiphon2019-12-122-41/+55
| |/ /
* | | OSHelper: file preselection support (Windows and Mac)xiphon2019-12-123-8/+55
| | | | | | | | | | | | Co-authored-by: selsta <selsta@sent.at>
* | | SettingsInfo: open containing folder on wallet log path clickxiphon2019-12-122-0/+17
|/ /
* | cmake: use appropriate compiler flagsxiphon2019-12-092-3/+2
| |
* | build: fix monero-wallet-gui.pro source paths, rm qml.qrc duplicatexiphon2019-12-092-255/+4
| |
* | Merge pull request #2404luigi11112019-12-0924-0/+1848
|\ \ | | | | | | | | | 8dd2a20 e04db92 d06ae80 c83c74d 1723d04 52182ef 97a9ac9 2d23917 91aff7c (TheCharlatan)
| * | cmake: MinGW - set WIN32 executable propertyxiphon2019-11-271-1/+7
| | |
| * | cmake: fix MinGW static builds, add 'release-static-win64' targetxiphon2019-11-272-10/+51
| | |
| * | cmake: put monero-gui executable into 'bin' directoryxiphon2019-11-271-0/+1
| | |
| * | Add support for msys/mingw32TheCharlatan2019-11-271-31/+38
| | |
| * | Migrate build system to cmakeTheCharlatan2019-11-2724-0/+1793
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content in this commit is not split in order to preserve working compilation. Once this is added to master, the old build script will no longer work and all existing build toolings will require changes. Monero's cmake directory's files need to be copied to this project's cmake directory in order for the linking and function definitions to work correctly. Monero-gui has its own version check and generate file in order to not conflict with monero's destination version files. Most of the source files that are currently in monero-gui's root directory are now moved to subdirectories. This is done to preserve compilation order properly and to give some content structure. The original CMakeList file included all headers it found in subdirectories. Make sure that they are set manually to evade linking errors. The current build script always checks out latest master of the monero submodule. The submodule rules in the current CMakeLists.txt file do not enforce. An override to compile master nevertheless can still be given with `-D DEV_MODE`. To enable the linux X11 xcb linking the libraries had to be hardcoded. There does not seem to be good support for this in pkgconfig, or in existing cmake checks.
* | | Merge pull request #2553luigi11112019-12-052-31/+45
|\ \ \ | |_|/ |/| | | | | 9d5eb00 TransactionHistory: guard tx info list against concurrent access (xiphon)
| * | TransactionHistory: guard tx info list against concurrent accessxiphon2019-12-042-31/+45
| |/
* | Merge pull request #2551luigi11112019-12-032-1/+10
|\ \ | | | | | | | | | 646d339 Wallet: persistent subaddress account selection (xiphon)
| * | Wallet: persistent subaddress account selectionxiphon2019-12-032-1/+10
| |/
* / DaemonManager: increase daemon start timeout to 120 secondsxiphon2019-11-291-1/+1
|/
* Merge pull request #2411luigi11112019-10-141-1/+1
|\ | | | | | | 965081c DaemonManager: reset disconnectedEpoch on start, start timeout 60s (xiphon)
| * DaemonManager: reset disconnectedEpoch on start, start timeout 60sxiphon2019-10-091-1/+1
| |
* | DaemonManager: implement async sendCommandxiphon2019-10-072-13/+14
|/
* Merge pull request #2385luigi11112019-09-141-7/+2
|\ | | | | | | bc22de4 DaemonManager: use 'sync_info' to avoid bootstrap daemon requests (xiphon)
| * DaemonManager: use 'sync_info' to avoid bootstrap daemon requestsxiphon2019-09-091-7/+2
| |
* | Merge pull request #2378luigi11112019-09-142-2/+4
|\ \ | | | | | | | | | 738e802 macOS/Windows: fix compiler warning (selsta)
| * | macOS/Windows: fix compiler warningselsta2019-09-062-2/+4
| | |
* | | SimpleMode: automatic public nodes discovering and switchingxiphon2019-09-092-5/+18
|/ /
* / fix invalid include paths, compilation warnings, update README.mdxiphon2019-09-0213-26/+26
|/
* Merge pull request #2353luigi11112019-08-272-0/+6
|\ | | | | | | 40bdf69 Ledger: improve hw wallet splash screen (selsta)
| * Ledger: improve hw wallet splash screenselsta2019-08-172-0/+6
| |
* | Merge pull request #2175luigi11112019-08-272-0/+13
|\ \ | |/ |/| | | ab47b4a Expose get/set attrs for wallet cache in libwalletqt, requires #5534 (xmrdsc)
| * Expose get/set attrs for wallet cache in libwalletqt, requires #5534dsc2019-05-252-0/+13
| |
* | Merge pull request #2348luigi11112019-08-142-2/+11
|\ \ | | | | | | | | | a01ffc6 daemon: async daemon status check, don't freeze on wallet startup (xiphon)
| * | daemon: async daemon status check, don't freeze on wallet startupxiphon2019-08-132-2/+11
| | |
* | | Merge pull request #2336luigi11112019-08-142-9/+9
|\ \ \ | |/ / |/| | | | | 30a3abe Wallet: explicitly set trusted daemon flag (xiphon)
| * | Wallet: explicitly set trusted daemon flagxiphon2019-08-072-9/+9
| | |
* | | Merge pull request #2315luigi11112019-08-061-1/+1
|\ \ \ | | | | | | | | | | | | 1e64ebe QML: warning fixes (selsta)
| * | | QML: warning fixesselsta2019-07-241-1/+1
| |/ /
* | | Merge pull request #2221luigi11112019-08-062-0/+17
|\ \ \ | |/ / |/| | | | | 2d72f55 device: show address on device display (ph4r05)
| * | device: show address on device displayDusan Klinec2019-07-152-0/+17
| | |
* | | prices: improve error messageselsta2019-07-231-2/+2
| | |
* | | Fix segfault on Tailsthotbot2019-07-182-2/+3
| | |
* | | Merge pull request #2283luigi11112019-07-162-3/+3
|\ \ \ | | | | | | | | | | | | e04d563 src: fix compiler warnings (selsta)
| * | | src: fix compiler warningsselsta2019-07-162-3/+3
| | | |
* | | | 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 #2276luigi11112019-07-152-2/+3
|\ \ \ | | | | | | | | | | | | 4b0d1dc Fixes #2275, transactionCommited txid list (ph4r05)
| * | | Fixes #2275, transactionCommited txid listDusan Klinec2019-07-152-2/+3
| | | | | | | | | | | | | | | | txid list was empty when emitted
* | | | 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.
* | | | WalletManager: async close with splash screenxiphon2019-07-022-5/+4
| |/ / |/| |