aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt
Commit message (Collapse)AuthorAgeFilesLines
...
* WalletManager: displayAmount should be staticxiphon2020-07-143-6/+6
|
* add isTrezor() functionrating89us2020-05-132-0/+6
|
* trezor: support new passphrase entry mechanismDusan Klinec2020-05-088-109/+375
| | | | | - passphrase can be prompted also when wallet is running (thus added to the wallet listener) - device/host decision is now made on the host
* Wallet: implement async wallet storingxiphon2020-04-282-4/+14
|
* Merge pull request #2854luigi11112020-04-281-1/+1
|\ | | | | | | a99eef6 always use native directory separators in paths (xiphon)
| * always use native directory separators in pathsxiphon2020-04-241-1/+1
| |
* | Merge pull request #2850luigi11112020-04-282-4/+16
|\ \ | | | | | | | | | 9b98e0a checkUpates: installer support (Win), use GUI buildTag and version (xiphon)
| * | checkUpates: installer support (Win), use GUI buildTag and versionxiphon2020-04-232-4/+16
| |/
* / src: fix qt 5.15 warningsselsta2020-04-281-0/+9
|/
* updater: fetch signed hashes from getmonero.org, verify downloadsxiphon2020-04-142-5/+31
|
* 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
| | |
* | | fix multiple minor issues (c-style casts, default branch, etc.)xiphon2020-02-281-2/+2
| | |
* | | Merge pull request #2776luigi11112020-02-198-26/+17
|\ \ \ | | | | | | | | | | | | 98abdaa build: fix all warnings, treat warnings as errors (xiphon)
| * | | build: fix all warnings, treat warnings as errorsxiphon2020-02-168-26/+17
| | |/ | |/|
* / | History: display Address Book names for known destination addressesxiphon2020-02-153-2/+20
|/ /
* | Merge pull request #2758luigi11112020-02-042-21/+51
|\ \ | | | | | | | | | 742a465 AddressBook: thread-safety, fix use-after-free (xiphon)
| * | AddressBook: thread-safety, fix use-after-freexiphon2020-02-012-21/+51
| |/
* / 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 #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 #2627luigi11112019-12-192-12/+23
|\ | | | | | | 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-172-12/+23
| |
* | 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-193-13/+23
|\ \ | | | | | | | | | | | | c9900c0 SubaddressAccount: drop useless getAll 'update' default argument (xiphon) e0ab9aa SubaddressAccount: fix use-after-free bug (xiphon)
| * | SubaddressAccount: fix use-after-free bugxiphon2019-12-172-9/+23
| | |
| * | SubaddressAccount: drop useless getAll 'update' default argumentxiphon2019-12-163-13/+9
| |/
* | Merge pull request #2614luigi11112019-12-193-50/+38
|\ \ | | | | | | | | | 4e1f734 TransactionHistory: fix use-after-free bugs (xiphon)
| * | TransactionHistory: fix use-after-free bugsxiphon2019-12-163-50/+38
| |/
* / TransactionInfo: parse Wallet API provided data on initializationxiphon2019-12-122-41/+55
|/
* Merge pull request #2404luigi11112019-12-091-0/+4
|\ | | | | | | 8dd2a20 e04db92 d06ae80 c83c74d 1723d04 52182ef 97a9ac9 2d23917 91aff7c (TheCharlatan)
| * Migrate build system to cmakeTheCharlatan2019-11-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |/
* / Wallet: persistent subaddress account selectionxiphon2019-12-032-1/+10
|/
* fix invalid include paths, compilation warnings, update README.mdxiphon2019-09-024-12/+12
|
* 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 #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
| |/ /