xiphon
99907e539a
WalletManager: parse_uri_to_object extra parameters support
2020-07-16 17:28:00 +00:00
xiphon
36262f029a
version: use MONERO_VERSION_FULL const as monero core version
2020-07-15 03:45:03 +00:00
xiphon
13ee9b1f26
KeysFiles: fix WalletKeysFilesModel, should be instantiable QML type
2020-07-14 23:44:46 +00:00
luigi1111
c137a6ea36
Merge pull request #3010
...
2fd3974
WalletManager: displayAmount should be static (xiphon)
2020-07-14 15:51:01 -05:00
luigi1111
aaa1cb47c0
Merge pull request #3006
...
dec5dcf
KeysFiles: don't use WalletManager in findWallets (xiphon)
2020-07-14 15:49:19 -05:00
xiphon
2fd3974194
WalletManager: displayAmount should be static
2020-07-14 17:10:25 +00:00
xiphon
dec5dcf25c
KeysFiles: don't use WalletManager in findWallets
2020-07-14 01:39:46 +00:00
xiphon
c9d36b1302
cmake: translations deps handling, build translations as a library
2020-07-09 16:42:32 +00:00
xiphon
d931022963
cmake: implement MacOS 'release' build + CI support
2020-07-09 15:23:04 +00:00
selsta
f78c95b73b
cmake: build bundle on macOS
2020-07-09 08:12:36 +02:00
luigi1111
10a47d783e
Merge pull request #2977
...
f55bf48
cmake: fix git tag + commit detection and version.js generation (xiphon)
2020-07-08 13:51:19 -05:00
luigi1111
14cc1d096a
Merge pull request #2976
...
a00ed6a
cmake: implement translations support (xiphon)
2020-07-08 13:50:18 -05:00
luigi1111
840421fd7b
Merge pull request #2974
...
7677103
docker: implement Docker Linux 'release-static' build (xiphon)
2020-07-08 13:49:07 -05:00
xiphon
8159b75be3
cmake: fix monero-wallet-gui target dependencies
2020-07-02 23:32:55 +00:00
xiphon
7677103f1b
docker: implement Docker Linux 'release-static' build
2020-07-02 18:13:51 +00:00
xiphon
f55bf48bad
cmake: fix git tag + commit detection and version.js generation
2020-07-01 01:48:52 +00:00
xiphon
a00ed6a75a
cmake: implement translations support
2020-06-30 17:07:35 +00:00
selsta
b54127e997
main: disable NetworkAccessBlockingFactory.h if Qt < 5.12
...
Due to a potential Qt bug qrc:///lang/languages.xml gets
blocked resulting in broken translations.
2020-06-30 04:21:14 +02:00
luigi1111
c978027933
Merge pull request #2964
...
e1e862b
cmake: implement Linux 'release-static' build target (xiphon)
2020-06-24 13:10:35 -05:00
luigi1111
19daa074ca
Merge pull request #2909
...
66e7696
QML: disable networking (selsta)
2020-06-24 13:06:57 -05:00
xiphon
e1e862bce4
cmake: implement Linux 'release-static' build target
2020-06-21 02:03:26 +00:00
luigi1111
0b2e74cdb5
Merge pull request #2963
...
a3fc675
cmake: fix x11 linking (xiphon)
2020-06-19 16:58:28 -05:00
xiphon
1e7d8293cb
openpgp: fix gcc 5.4.0 compilation
2020-06-19 21:53:47 +00:00
xiphon
a3fc6754e0
cmake: fix x11 linking
2020-06-19 21:50:42 +00:00
luigi1111
8354c251c5
Merge pull request #2962
...
27532dc
cmake: fix USE_DEVICE_TREZOR option (xiphon)
2020-06-19 16:16:57 -05:00
xiphon
27532dc1bf
cmake: fix USE_DEVICE_TREZOR option
2020-06-17 14:04:35 +00:00
luigi1111
c9ee76c2ee
Merge pull request #2943
...
ef5d855
openpgp: implement public subkeys support (xiphon)
2020-06-15 15:11:56 -05:00
luigi1111
94dbf179d5
Merge pull request #2942
...
ff4de8e
updater: use monero tools::sha256sum (xiphon)
2020-06-15 15:10:47 -05:00
luigi1111
47559e51be
Merge pull request #2927
...
1580c3a
DaemonManager: remove max-concurrency upper bound (selsta)
2020-06-15 15:07:59 -05:00
xiphon
ff4de8e8f7
updater: use monero tools::sha256sum
2020-06-10 15:11:15 +00:00
xiphon
ef5d855950
openpgp: implement public subkeys support
2020-06-10 12:48:55 +00:00
selsta
1580c3a574
DaemonManager: remove max-concurrency upper bound
2020-05-29 13:58:53 +02:00
xiphon
39561f8ead
cmake: workflows: implement 'release' Linux build target + CI
2020-05-28 14:51:52 +00:00
xiphon
c946905907
OpenGL: Windows - fall back to software renderer if OpenGL < 2.1
2020-05-20 13:45:16 +00:00
selsta
66e769603c
QML: disable networking
2020-05-15 06:21:08 +02:00
luigi1111
eab98e3a48
Merge pull request #2906
...
da4e0db
cmake: rename monero-gui binary to monero-wallet-gui (xiphon)
2020-05-14 16:05:53 -05:00
luigi1111
2a8960bc2c
Merge pull request #2905
...
f82948f
cmake: drop '-std=c++0x' compiler flag (xiphon)
2020-05-14 16:05:04 -05:00
xiphon
f82948f4b0
cmake: drop '-std=c++0x' compiler flag
2020-05-13 14:29:01 +00:00
xiphon
da4e0dbf0f
cmake: rename monero-gui binary to monero-wallet-gui
2020-05-13 14:26:14 +00:00
rating89us
9dd3f4fecb
add isTrezor() function
2020-05-13 13:22:49 +02:00
Dusan Klinec
86d21a34ba
trezor: support new passphrase entry mechanism
...
- passphrase can be prompted also when wallet is running (thus added to the wallet listener)
- device/host decision is now made on the host
2020-05-08 18:40:17 +02:00
luigi1111
6f71d47806
Merge pull request #2868
...
5c13624
DaemonManager: drop unused 'initialized', 'm_has_daemon' members (xiphon)
2020-04-28 21:41:19 -05:00
xiphon
5c13624596
DaemonManager: drop unused 'initialized', 'm_has_daemon' members
2020-04-28 20:42:23 +00:00
xiphon
cfdba59584
Wallet: implement async wallet storing
2020-04-28 20:36:22 +00:00
luigi1111
5f183da6e3
Merge pull request #2867
...
9748974
DaemonManager: fix memory leak (xiphon)
2020-04-28 15:23:03 -05:00
luigi1111
ef93139a80
Merge pull request #2855
...
b022735
main: add --disable-check-updates flag (selsta)
2020-04-28 15:17:57 -05:00
luigi1111
1b7844ec34
Merge pull request #2854
...
a99eef6
always use native directory separators in paths (xiphon)
2020-04-28 15:16:57 -05:00
luigi1111
286c75aa5b
Merge pull request #2850
...
9b98e0a
checkUpates: installer support (Win), use GUI buildTag and version (xiphon)
2020-04-28 15:14:40 -05:00
selsta
02eec351b9
src: fix qt 5.15 warnings
2020-04-28 19:00:53 +02:00
xiphon
9748974ce0
DaemonManager: fix memory leak
2020-04-27 12:46:15 +00:00
selsta
b022735506
main: add --disable-check-updates flag
2020-04-26 02:57:35 +02:00
xiphon
a99eef68f5
always use native directory separators in paths
2020-04-24 00:43:40 +00:00
xiphon
9b98e0a2f5
checkUpates: installer support (Win), use GUI buildTag and version
2020-04-23 16:08:10 +00:00
luigi1111
8a73fd241e
Merge pull request #2835
...
a078705
QrScanThread: use sizeInBytes to fix warning (selsta)
2020-04-17 20:52:33 -05:00
selsta
a078705ec6
QrScanThread: use sizeInBytes to fix warning
2020-04-16 19:11:29 +02:00
xiphon
ea25b71ca6
updater: fetch signed hashes from getmonero.org, verify downloads
2020-04-14 21:37:04 +00:00
luigi1111
2156a6533b
Merge pull request #2824
...
5f27a45
'--verify-update', shasum support, OpenPGP signatures verification (xiphon)
2020-04-13 15:43:24 -05:00
luigi1111
d582fd338d
Merge pull request #2819
...
6ed7fce
UpdateDialog: implement update download functionality (xiphon)
2020-04-13 15:38:06 -05:00
luigi1111
eed51e3ffa
Merge pull request #2772
...
48aab5c
WalletManager: wallet recovery - seed offset passphrase support (xiphon)
2020-04-13 15:36:44 -05:00
luigi1111
6a889bdaa1
Merge pull request #2739
...
b5fafb5
Transfer: display estimated transaction fee, requires #6302 (xiphon)
2020-04-13 15:35:44 -05:00
xiphon
5f27a45910
'--verify-update', shasum support, OpenPGP signatures verification
2020-04-12 21:34:22 +00:00
xiphon
6ed7fcec67
UpdateDialog: implement update download functionality
2020-04-06 16:59:33 +00:00
xiphon
58987b2ec6
network: provide common HTTP GET functionality with js callbacks
2020-03-31 21:37:19 +00:00
xiphon
55b548f31c
qt: drop Qt Network and Qt OpenSSL deps, use epee library instead
2020-03-09 11:05:49 +00:00
xiphon
9deca92e07
fix multiple minor issues (c-style casts, default branch, etc.)
2020-02-28 10:25:57 +00:00
luigi1111
b4a65c52cc
Merge pull request #2778
...
636ca1c
DaemonManager: async stop, simple mode wizard - show splash on stop (xiphon)
2020-02-19 22:17:04 -05:00
luigi1111
5069e6ecae
Merge pull request #2776
...
98abdaa
build: fix all warnings, treat warnings as errors (xiphon)
2020-02-19 22:15:08 -05:00
xiphon
636ca1c41d
DaemonManager: async stop, simple mode wizard - show splash on stop
2020-02-16 15:01:17 +00:00
xiphon
98abdaa5d5
build: fix all warnings, treat warnings as errors
2020-02-16 13:55:08 +00:00
xiphon
b5fafb55c9
Transfer: display estimated transaction fee, requires #6302
2020-02-16 11:55:36 +00:00
xiphon
fbfc5310d5
History: display Address Book names for known destination addresses
2020-02-15 15:57:38 +00:00
xiphon
48aab5c6e5
WalletManager: wallet recovery - seed offset passphrase support
2020-02-12 13:49:26 +00:00
luigi1111
eb7fae92ef
Merge pull request #2765
...
0629f06
DaemonManager: check monerod binary, error details on start failure (xiphon)
2020-02-05 21:42:11 -05:00
xiphon
0629f06156
DaemonManager: check monerod binary, error details on start failure
2020-02-04 23:27:48 +00:00
luigi1111
080ec28eb4
Merge pull request #2758
...
742a465
AddressBook: thread-safety, fix use-after-free (xiphon)
2020-02-04 14:36:35 -05:00
xiphon
742a4659f4
AddressBook: thread-safety, fix use-after-free
2020-02-01 14:21:33 +00:00
xiphon
6940390a5e
Wallet: implement 'Connecting' status, add 'disconnected' property
2020-01-28 05:11:29 +00:00
luigi1111
3fb775de28
Merge pull request #2680
...
6d0593a
build: fix build on Ubuntu 16.04 GCC 5.4 (missing includes) (xiphon)
2019-12-23 09:06:27 -05:00
luigi1111
82affff63f
Merge pull request #2679
...
13ea403
FutureScheduler: drop moveToThread, setParent might silently fail (xiphon)
2019-12-23 09:05:09 -05:00
xiphon
6d0593a26b
build: fix build on Ubuntu 16.04 GCC 5.4 (missing includes)
2019-12-23 12:01:41 +00:00
xiphon
13ea4035b5
FutureScheduler: drop moveToThread, setParent might silently fail
2019-12-23 11:35:47 +00:00
luigi1111
710159a236
Merge pull request #2670
...
1fef418
main: enable high DPI scaling (selsta)
2019-12-21 18:12:46 -05:00
luigi1111
9a5296f00e
Merge pull request #2648
...
beeddea
build: add application icon on Windows (xiphon)
2019-12-21 18:07:53 -05:00
luigi1111
6f53cc4dda
Merge pull request #2645
...
66f6b95
Account: update balance card label (selsta)
2019-12-21 18:07:07 -05:00
selsta
1fef418adb
main: enable high DPI scaling
2019-12-21 06:31:25 +01:00
xiphon
beeddea678
build: add application icon on Windows
2019-12-20 13:27:47 +00:00
selsta
66f6b95b5c
Account: update balance card label
2019-12-20 07:29:19 +01:00
selsta
f8262b0d27
misc: cleanup unused variables and comments
2019-12-20 03:37:52 +01:00
luigi1111
3984f8d1e8
Merge pull request #2630
...
3ea329e
FutureScheduler: fix possible race, connect before setFuture (xiphon)
2019-12-19 19:48:10 -05:00
luigi1111
f2424ddeaa
Merge pull request #2627
...
8c51172
Subaddress: fix use-after-free on accessing stale Wallet API data (xiphon)
2019-12-19 19:46:45 -05:00
luigi1111
b963028f10
Merge pull request #2626
...
a83adb7
Transfer: improve warning flow (tobtoht)
2019-12-19 19:45:33 -05:00
luigi1111
598de0f03f
Merge pull request #2623
...
c9900c0
SubaddressAccount: drop useless getAll 'update' default argument (xiphon)
e0ab9aa
SubaddressAccount: fix use-after-free bug (xiphon)
2019-12-19 19:37:27 -05:00
luigi1111
7c11ac4d98
Merge pull request #2614
...
4e1f734
TransactionHistory: fix use-after-free bugs (xiphon)
2019-12-19 19:32:37 -05:00
luigi1111
118752e775
Merge pull request #2587
...
1661c82
TransactionInfo: parse Wallet API provided data on initialization (xiphon)
2019-12-19 19:23:06 -05:00
xiphon
3ea329e45f
FutureScheduler: fix possible race, connect before setFuture
2019-12-19 00:37:00 +00:00
thotbot
a83adb70ad
Transfer: improve warning flow
2019-12-19 00:16:00 +00:00
xiphon
8c511722e0
Subaddress: fix use-after-free on accessing stale Wallet API data
2019-12-17 21:51:04 +00:00
xiphon
e0ab9aa898
SubaddressAccount: fix use-after-free bug
2019-12-17 14:18:54 +00:00
xiphon
c9900c05b2
SubaddressAccount: drop useless getAll 'update' default argument
2019-12-16 14:35:50 +00:00
xiphon
4e1f7349c4
TransactionHistory: fix use-after-free bugs
2019-12-16 13:31:31 +00:00
xiphon
1661c82449
TransactionInfo: parse Wallet API provided data on initialization
2019-12-12 21:26:18 +00:00
xiphon
088d32e712
OSHelper: file preselection support (Windows and Mac)
...
Co-authored-by: selsta <selsta@sent.at>
2019-12-12 01:28:49 +00:00
xiphon
ba24fd79bb
SettingsInfo: open containing folder on wallet log path click
2019-12-12 00:10:22 +00:00
xiphon
2833fdb907
cmake: use appropriate compiler flags
2019-12-09 22:49:42 +00:00
xiphon
17ea26e02a
build: fix monero-wallet-gui.pro source paths, rm qml.qrc duplicate
2019-12-09 14:03:24 +00:00
luigi1111
1cee81b996
Merge pull request #2404
...
8dd2a20
e04db92
d06ae80
c83c74d
1723d04
52182ef
97a9ac9
2d23917
91aff7c
(TheCharlatan)
2019-12-09 07:52:41 -06:00
luigi1111
fd9e7d00ed
Merge pull request #2553
...
9d5eb00
TransactionHistory: guard tx info list against concurrent access (xiphon)
2019-12-05 08:49:14 -06:00
xiphon
9d5eb002ae
TransactionHistory: guard tx info list against concurrent access
2019-12-04 10:33:54 +00:00
luigi1111
63d4ba6df8
Merge pull request #2551
...
646d339
Wallet: persistent subaddress account selection (xiphon)
2019-12-03 22:32:58 -06:00
xiphon
646d3394d3
Wallet: persistent subaddress account selection
2019-12-03 12:39:34 +00:00
xiphon
265afe1610
DaemonManager: increase daemon start timeout to 120 seconds
2019-11-29 17:24:40 +00:00
xiphon
2d23917afb
cmake: MinGW - set WIN32 executable property
2019-11-27 22:59:27 +01:00
xiphon
52182ef9b1
cmake: fix MinGW static builds, add 'release-static-win64' target
2019-11-27 22:59:27 +01:00
xiphon
91aff7c0e4
cmake: put monero-gui executable into 'bin' directory
2019-11-27 22:59:27 +01:00
TheCharlatan
d06ae80e0a
Add support for msys/mingw32
2019-11-27 22:59:27 +01:00
TheCharlatan
8dd2a20ff8
Migrate build system to cmake
...
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.
2019-11-27 22:59:27 +01:00
luigi1111
5e2099ad47
Merge pull request #2411
...
965081c
DaemonManager: reset disconnectedEpoch on start, start timeout 60s (xiphon)
2019-10-14 17:57:23 -05:00
xiphon
965081c554
DaemonManager: reset disconnectedEpoch on start, start timeout 60s
2019-10-09 02:02:58 +00:00
xiphon
32257c8fab
DaemonManager: implement async sendCommand
2019-10-07 10:39:30 +00:00
luigi1111
ca8138bb46
Merge pull request #2385
...
bc22de4
DaemonManager: use 'sync_info' to avoid bootstrap daemon requests (xiphon)
2019-09-14 12:46:18 -05:00
luigi1111
b91afaf5c7
Merge pull request #2378
...
738e802
macOS/Windows: fix compiler warning (selsta)
2019-09-14 12:44:35 -05:00
xiphon
0d247a9b8a
SimpleMode: automatic public nodes discovering and switching
2019-09-09 15:24:26 +00:00
xiphon
bc22de47f9
DaemonManager: use 'sync_info' to avoid bootstrap daemon requests
2019-09-09 01:14:06 +00:00
selsta
738e802f3c
macOS/Windows: fix compiler warning
2019-09-06 00:22:39 +02:00
xiphon
3a33ddeecd
fix invalid include paths, compilation warnings, update README.md
2019-09-02 20:01:28 +00:00
luigi1111
17c61f897a
Merge pull request #2353
...
40bdf69
Ledger: improve hw wallet splash screen (selsta)
2019-08-27 14:55:15 -05:00
luigi1111
355cccaa64
Merge pull request #2175
...
ab47b4a
Expose get/set attrs for wallet cache in libwalletqt, requires #5534 (xmrdsc)
2019-08-27 14:52:17 -05:00
selsta
40bdf692d1
Ledger: improve hw wallet splash screen
2019-08-17 01:05:22 +02:00
luigi1111
0724dd0043
Merge pull request #2348
...
a01ffc6
daemon: async daemon status check, don't freeze on wallet startup (xiphon)
2019-08-14 15:45:54 -05:00
luigi1111
1ca10373a3
Merge pull request #2336
...
30a3abe
Wallet: explicitly set trusted daemon flag (xiphon)
2019-08-14 15:40:33 -05:00
xiphon
a01ffc6e1a
daemon: async daemon status check, don't freeze on wallet startup
2019-08-13 12:21:47 +00:00
xiphon
30a3abedbe
Wallet: explicitly set trusted daemon flag
2019-08-07 06:43:18 +00:00
luigi1111
886be81af2
Merge pull request #2315
...
1e64ebe
QML: warning fixes (selsta)
2019-08-06 15:03:40 -05:00
luigi1111
5f8cb04fee
Merge pull request #2221
...
2d72f55
device: show address on device display (ph4r05)
2019-08-06 15:01:48 -05:00
selsta
1e64ebe17a
QML: warning fixes
2019-07-24 05:24:37 +02:00
selsta
ff23a5bf1e
prices: improve error message
2019-07-23 01:00:40 +02:00
thotbot
ba33649d7e
Fix segfault on Tails
2019-07-18 13:22:38 +00:00
luigi1111
c426f1eb83
Merge pull request #2283
...
e04d563
src: fix compiler warnings (selsta)
2019-07-16 11:36:26 -05:00
dsc
0b61328971
Detect tails, support data persistence
...
Co-authored-by: Thotbot <thotbot@protonmail.com>
Co-authored-by: Selsta <selsta@sent.at>
2019-07-16 18:33:44 +02:00
selsta
e04d563eb4
src: fix compiler warnings
2019-07-16 03:34:46 +02:00
dsc
96c99b250e
Replace Qt.labs.settings with MoneroSettings to allow for more customization
2019-07-16 01:47:07 +02:00
luigi1111
0abd21b434
Merge pull request #2276
...
4b0d1dc
Fixes #2275 , transactionCommited txid list (ph4r05)
2019-07-15 18:41:19 -05:00
luigi1111
3a9f0e1100
Merge pull request #2240
...
35a0f25
PasswordDialog: merge components and bug fixes (selsta)
2019-07-15 18:38:32 -05:00
Dusan Klinec
2d72f55e57
device: show address on device display
2019-07-15 17:54:50 +02:00
Dusan Klinec
4b0d1dcfbf
Fixes #2275 , transactionCommited txid list
...
txid list was empty when emitted
2019-07-15 16:17:21 +02:00
selsta
35a0f25b57
PasswordDialog: merge components and bug fixes
...
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.
2019-07-15 00:05:10 +02:00
xiphon
ab9e31e7cc
WalletManager: async close with splash screen
2019-07-02 11:11:38 +00:00
xiphon
be7810c5a8
qt: implement FutureScheduler, always await async code to complete
2019-06-24 20:09:50 +00:00
luigi1111
f6a797fcb5
Merge pull request #2220
...
8d49ad9
tx_key not displayed by default, click to reveal (ph4r05)
6d03d63
get_tx_key, get_tx_proof, tx_spend_proof async (ph4r05)
2019-06-21 14:39:20 -05:00
luigi1111
de65413390
Merge pull request #2216
...
cbbd898
WalletManager: remove unused functions (selsta)
2019-06-21 14:37:14 -05:00
Dusan Klinec
6d03d63c88
get_tx_key, get_tx_proof, tx_spend_proof async
2019-06-20 14:57:10 +02:00
selsta
cbbd898cd5
WalletManager: remove unused functions
2019-06-14 17:08:26 +02:00
xiphon
2524cc179e
Wallet: async fetching wallet, daemon and target height
2019-06-13 12:33:05 +00:00
luigi1111
68c7cf7276
Merge pull request #2197
...
42bf4b2
KeysFiles: fix file path (mmbyday)
2019-06-05 22:36:49 -05:00
luigi1111
189f905785
Merge pull request #2182
...
73a3549
WalletManager: non-blocking mining status updates (xiphon)
2019-06-05 22:33:57 -05:00
luigi1111
477bce6117
Merge pull request #2180
...
a9cb42e
WalletManager: fix compilation warnings (unused args, members order) (xiphon)
2019-06-05 22:32:52 -05:00
luigi1111
f8a6dec0ed
Merge pull request #2179
...
1cffa8b
WalletManager: fix crash on null/dangling pointer dereference (xiphon)
2019-06-05 22:31:39 -05:00
mmbyday
42bf4b2e87
KeysFiles: fix file path
2019-06-04 23:46:10 -07:00
xiphon
73a3549e09
WalletManager: non-blocking mining status updates
2019-05-30 23:17:26 +00:00
xiphon
a9cb42e2a4
WalletManager: fix compilation warnings (unused args, members order)
2019-05-28 15:55:10 +00:00
xiphon
1cffa8b68d
WalletManager: fix crash on null/dangling pointer dereference
2019-05-28 15:46:26 +00:00
xiphon
8bc9fbecaf
WalletManager: async setDaemonAddress
2019-05-28 15:08:50 +00:00
dsc
ab47b4a783
Expose get/set attrs for wallet cache in libwalletqt, requires #5534
2019-05-25 22:38:38 +02:00
luigi1111
abf823e38d
Merge pull request #2147
...
c88bb60
transaction: async commit (ph4r05)
2019-05-10 13:01:29 -05:00
dsc
d4be7634cb
Fiat API
...
Co-Authored-By: selsta <selsta@sent.at>
Co-Authored-By: Gene Peters <gene@telligent-data.com>
2019-05-06 04:36:23 +02:00
luigi1111
58e7af27c4
Merge pull request #2145
...
c840549
Add copyright headers (mmbyday)
2019-05-03 12:59:28 -05:00
Dusan Klinec
c88bb60135
transaction: async commit
...
Addresses #2123 , reduces UI freezing on long-lasting operation, improves Trezor experience
2019-05-02 16:19:22 +02:00
dsc
480acf441d
Scan keysfiles in wizard - open wallet
2019-05-02 00:41:09 +02:00
mmbyday
c840549db5
Add copyright headers
2019-05-01 13:53:04 -07:00
dsc
18f2accc7f
IPC and custom protocol handler for monero://
2019-04-29 19:56:46 +02:00
xmrdsc
1f908547e3
support user defined max-concurrency
2019-04-21 18:39:00 +02:00
Dusan Klinec
1a2675b246
async device open and create from device, passphrase
...
- passphrase entry on host added, requires early listener setting monero pull #5355
- wallet open and create from device shows splash to indicate possible long process
- create from device is async to support passphrase entry
2019-04-06 14:52:14 +02:00
dsc
f329a71029
Wizard redesign
2019-02-22 03:05:27 +01:00
luigi1111
f8008002f6
Merge pull request #1920
...
da3eae2
Dynamic monerod --max-concurrency, max 6 (xmrdsc)
2019-02-01 01:09:04 -06:00
dsc
da3eae20f0
Dynamic monerod --max-concurrency, max 6
2019-01-30 10:38:11 +01:00
selsta
bd809abc52
add account support
...
Co-authored-by: kenshi84 <kenshi84@protonmail.ch>
2019-01-22 23:07:30 +01:00
luigi1111
9689fff957
Merge pull request #1912
...
fd3280c
CSV export functionality for transaction history (xmrdsc)
2019-01-21 15:04:28 -06:00
luigi1111
ea92e411c4
Merge pull request #1906
...
c963fac
WalletManager: fix handling Payment URLs with empty amount (xiphon)
2019-01-21 15:02:22 -06:00
dsc
fd3280c254
CSV export functionality for transaction history
2019-01-21 04:50:43 +01:00
xiphon
c963facc8c
WalletManager: fix handling Payment URLs with empty amount
2019-01-16 18:01:11 +00:00
selsta
aa82615374
merchant: fix payment tracker sorting
...
If the History page wasn't opened once
before opening the Merchant page,
sorting was messed up.
2019-01-10 11:19:16 +01:00
mmbyday
e098a3f15e
history: enable search by recipient address
2018-12-22 13:34:19 -08:00
luigi1111
72808de1ad
Merge pull request #1768
...
02134c4
transfer: paste Payment URL to fill the payment form fields (xiphon)
2018-12-01 14:03:51 -06:00
xiphon
02134c4fc6
transfer: paste Payment URL to fill the payment form fields
2018-11-30 03:51:03 +00:00
stoffu
c840e2b664
Allow adjusting number of rounds for the key derivation function
2018-11-30 11:22:32 +09:00
Guillaume LE VAILLANT
79452bc9ac
Add border to generated QR codes
2018-10-14 13:55:59 +02:00
moneromooo-monero
59a63e7725
Fix blackball section to conform to format change
2018-09-30 12:02:56 +01:00
stoffu
9bb6a25f31
Add support for creating hardware wallet
2018-08-24 12:54:43 +09:00
MaxXor
5e4bc36fc3
Fix return value when deleting an addressbook entry
2018-07-28 07:47:16 -04:00
cryptochangements34
da93fc4a86
export/import key images
2018-05-14 17:43:52 -04:00
pazos
92582a9785
delete unused WalletManager functions
2018-05-08 18:14:00 +02:00
pazos
341ac18f1a
log qt/qml to easylogging, add --log-file cmdline option
2018-05-08 18:13:29 +02:00
moneromooo-monero
6ef2a8e21d
Wallet: fix listener leak
2018-04-04 16:59:45 +01:00
moneromooo-monero
22a1114501
Add segregation key reuse mitigation options
2018-03-26 20:57:33 +01:00
moneromooo-monero
65ea07af61
Add a shared ringdb management page - rings and blackballed outputs
2018-03-26 20:57:33 +01:00
stoffu
c8f0cf3543
Stagenet
2018-03-14 23:26:25 +09:00
luigi1111
56f6c0a48b
Merge pull request #1153
...
c853888
WalletManager: add logging API from QML
2018-03-13 17:26:44 -04:00
luigi1111
92a62da383
Merge pull request #1075
...
08beb71
Store wallet log in ~/Library/Logs/ in macOS
2018-03-13 17:03:58 -04:00
luigi1111
689123fa95
Merge pull request #1015
...
da32161
Use wallet2_api isAddressLocal utils method for isDaemonLocal check
2018-03-13 16:14:08 -04:00
luigi1111
2deff0611d
Merge pull request #1091
...
89ec822
removed persistentSettings.startLocalNode as it's synonym for !persistentSettings.useRemoteNode
af882e8
rectified visual switch between local node & remote node
fd1f4bf
Bootstrap daemon (requires #3165 )
2018-03-06 12:24:20 -05:00
moneromooo-monero
c85388815b
WalletManager: add logging API from QML
...
requires #3345
2018-03-04 18:22:40 +00:00
Miguel Herranz
08beb71cca
Store wallet log in ~/Library/Logs/ in macOS
...
In macOS it is not usual to modify anything inside an application. If
the user that runs the application doesn't have writing permissions the
log will not be saved.
This modifies the path to store them in macOS' standard location for
application logs.
2018-01-31 00:08:27 +01:00
stoffu
fd1f4bf628
Bootstrap daemon (requires #3165 )
2018-01-30 07:45:11 +09:00
Neozaru
2061bc5212
UnsignedTransaction: Removing the Priority enum accordingly to libwalletapi update
2018-01-29 12:30:46 +01:00
luigi1111
629f460eb6
Merge pull request #1065
...
fdd528b
Update copyright for 2018
2018-01-26 14:33:47 -05:00
kenshi84
cee0474e37
Subaddresses minimal version: supports default account only
2018-01-13 14:37:07 +09:00
xmr-eric
fdd528b99e
Update copyright for 2018
2018-01-08 12:51:26 -05:00
MoroccanMalinois
83efc3893b
Android: Disable password strength meter
2017-12-24 01:32:18 +00:00
luigi1111
fbd508781e
Merge pull request #967
...
5cda1f5
Spend proof
2017-12-17 12:24:35 -06:00
Tim L
da3216156d
Use wallet2_api isAddressLocal utils method for isDaemonLocal check
2017-12-11 16:44:01 -05:00
User
77bcdf9434
replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile
2017-12-08 02:29:28 -05:00
stoffu
5cda1f5ac1
Spend proof
2017-11-30 08:36:28 +09:00
stoffu
d8f3a52378
Bugfix with tx proof + update
2017-11-26 11:46:41 +09:00
stoffu
d79fe0f457
Tx proof
2017-11-20 14:34:48 +09:00
Jaquee
c72207c2e2
transactionInfo: use empty str when fee=0
2017-11-01 17:02:44 +01:00
Jaquee
8553771f89
add localDaemonSynced()
2017-11-01 17:02:44 +01:00
Jaquee
d78f9f5e70
delete addressbook in wallet destructor
2017-11-01 17:02:44 +01:00
Jaquee
77335b300a
QrCodeScanner: parse extra parameters
2017-11-01 17:02:44 +01:00
luigi1111
05844b0a29
Merge pull request #911
...
913ef54
Store cache on exit
2017-10-31 15:32:00 -05:00
Jaquee
d8ebafaec0
show correct height after switching wallets
...
requires #2724
2017-10-24 19:13:28 +02:00
Jaquee
8f73bac95c
add option to change wallet creation height and rescan wallet cache
2017-10-23 18:16:27 -05:00
Jaquee
0ae04fde4b
use 10 as default required confirmations
2017-10-23 21:24:50 +02:00
Jaquee
913ef54c22
Store cache on exit
2017-10-22 16:15:14 +02:00
Jaquee
31f318aaea
add wallet creation height getter
2017-08-24 11:31:06 +02:00
Jaquee
94c92ba73c
add daemon/wallet log path getters
2017-08-24 11:30:50 +02:00
Riccardo Spagni
c29ccc13ae
Merge pull request #808
...
3f7e3ba
check updates async (Jaquee)
2017-08-23 21:23:13 +02:00
Jaquee
3f7e3ba3c4
check updates async
2017-08-06 00:10:59 +02:00
Jaquee
a7f52db613
History: Support coinbase txs
...
requires #2247
2017-08-03 21:43:01 +02:00
Jaquee
9037eed805
DaemonManager: support dataDir parameter + validator
2017-06-02 23:39:30 +02:00
Riccardo Spagni
f5450f9205
Merge pull request #706
...
f00a181
Disable rescan cache btn until we know if it's needed (Jaquee)
98b0406
Settings: Rescan wallet cache button (Jaquee)
2017-05-05 11:50:43 +02:00
Riccardo Spagni
58f24efd39
Merge pull request #702
...
f31b27d
add wallet view/spend keys to seed dialog requires #2012 (Jaquee)
2017-05-05 11:48:03 +02:00
Jaquee
98b040670c
Settings: Rescan wallet cache button
2017-05-03 14:37:33 +02:00
Jaquee
f31b27d3fd
add wallet view/spend keys to seed dialog
...
requires #2012
2017-05-03 11:14:57 +02:00
Jaquee
1e7fbe5cb0
DaemonManager: fix issues with spaces in path
2017-04-12 20:23:11 +02:00
Riccardo Spagni
508b512c45
Merge pull request #616
...
716010a
README: QtMultimedia dependency optional (MoroccanMalinois)
fb3a618
Make QtMultimedia dependency optional (MoroccanMalinois)
2017-03-27 21:23:21 +02:00
MoroccanMalinois
fb3a6182fc
Make QtMultimedia dependency optional
2017-03-27 17:39:47 +00:00
Jaquee
d730766479
useForkRules() - Catch no connection error
2017-03-26 19:02:18 +02:00
Jaquee
9c4c34d502
Use new fee multipliers after v5 fork
...
requires #1915
2017-03-24 10:12:14 +01:00
Jaquee
f05f0b73c3
add WalletManager::useForkRules()
2017-03-23 22:50:57 +01:00
Jaquee
223f09dc94
preparations for background mining
...
requires #1827
2017-03-03 15:44:01 +01:00
Riccardo Spagni
afbfbeaa49
Merge pull request #518
...
cf36420
mining: make threads parameter optional (Jaquee)
2017-03-03 16:27:04 +02:00
Riccardo Spagni
5b1588b077
Merge pull request #494
...
00aa231
Daemon rpc login support requires #1803 (Jaquee)
2017-03-03 16:14:33 +02:00
Jaquee
cf364206de
mining: make threads parameter optional
2017-03-02 14:34:11 +01:00
Riccardo Spagni
75bb620cb6
Merge pull request #492
...
8021037
pause refresh while starting daemon + startup timeout (Jaquee)
df60c81
add start/pauseRefresh() (Jaquee)
2ed59f4
Daemon manager improvements (Jaquee)
2017-02-27 22:29:33 +02:00
Riccardo Spagni
0f69ca4bff
Merge pull request #491
...
ce10016
omit --detach flag on windows (Jaquee)
2017-02-27 22:29:11 +02:00
Riccardo Spagni
3f0f942779
Merge pull request #490
...
53c86ad
remove undefined variable error (Jaquee)
023d96b
avoid dangling pointers in destructor (Jaquee)
2017-02-27 22:28:47 +02:00
Jaquee
00aa23162c
Daemon rpc login support
...
requires #1803
2017-02-25 22:18:52 +01:00
Jaquee
80210376f3
pause refresh while starting daemon + startup timeout
2017-02-25 20:25:16 +01:00
Jaquee
df60c8190b
add start/pauseRefresh()
2017-02-25 19:49:09 +01:00
Jaquee
2ed59f41ed
Daemon manager improvements
2017-02-25 14:57:39 +01:00