luigi1111
1c23ca3a76
Merge pull request #3917
...
c87482d
Only kill p2pool if we started it (ComputeryPony)
2022-06-09 13:59:06 -05:00
luigi1111
17f657673f
Merge pull request #3916
...
5977e61
qt: remove QTextCodec (selsta)
2022-06-09 13:58:23 -05:00
luigi1111
35d1546110
Merge pull request #3915
...
7b729fc
qt: replace QRegExp with QRegularExpression (selsta)
2022-06-09 13:57:57 -05:00
luigi1111
c4bebbf173
Merge pull request #3914
...
372a591
main: disable setting -platformpluginpath (selsta)
2022-06-09 13:57:36 -05:00
selsta
6e0b5e2be5
libwallet: add scanTransactions function
2022-05-28 03:15:18 +02:00
ComputeryPony
c87482db9c
Only kill p2pool if we started it
2022-05-10 00:56:06 -05:00
selsta
7b729fc885
qt: replace QRegExp with QRegularExpression
...
QRegExp is removed in Qt6
2022-05-07 18:36:16 +02:00
selsta
5977e61a02
qt: remove QTextCodec
...
QTextCodec is removed in Qt6
2022-05-07 18:26:32 +02:00
selsta
372a591ac7
main: disable setting -platformpluginpath
2022-05-07 17:40:31 +02:00
selsta
9b7bca6116
main: add compile time option to disable updates
2022-05-01 06:09:29 +02:00
selsta
1cc9e8af49
FutureScheduler: delete unused function declarations
2022-04-23 08:36:08 +02:00
devhyper
377a1a9680
Integrate P2Pool
2022-04-01 10:27:35 -07:00
selsta
119deb4e82
libwalletqt: fix typo in type
2022-03-04 01:55:04 +01:00
luigi1111
ea92f3f272
Merge pull request #3841
...
da63ab2
workflows: fix windows build error (reemuru)
2022-03-02 19:06:28 -05:00
luigi1111
1610b93975
Merge pull request #3828
...
2bf0dd8
Advanced: ReserveProof: Resolve review by selsta (reemuru)
0f67580
Advanced: ReserveProof: Add support for reserve proof (reemuru)
2022-03-02 19:03:14 -05:00
reemuru
da63ab2e05
workflows: fix windows build error
...
Windows build log has an error message for including
winsock2.h and the build fails at the updater.cpp file.
Use the MONERO_GUI_STATIC definition for driving the import
logic since it is already defined for the docker static build.
Co-authored-by: jeffro256 <jeffro256@users.noreply.github.com>
2022-02-19 15:38:08 -05:00
reemuru
0f67580e8f
Advanced: ReserveProof: Add support for reserve proof
...
This change adds the ability to prove and check a reserve proof
to this existing "Prove/check" advanced menu. If the amount line has
a valid amount less than that of the current account index this input
will drive the logic for generating a reserve proof. Checking a reserve
proof is accomplished by validating the address and verifying that
signature.indexOf("ReserveProofV") === 0. The result displays the total
and spent amount of the proof.
2022-01-20 20:21:11 -05:00
selsta
621c11925b
main: add compile time option to disable desktop entry dialog
2021-12-17 16:43:00 +01:00
selsta
c844e3d179
zxcvbn: fix buffer overflow
...
Original patch by hannob
2021-11-15 08:24:58 +01:00
selsta
c970588c55
cmake: simplify version, fix tag if git isn't found
2021-10-19 17:58:39 +02:00
luigi1111
96762ebf09
Merge pull request #3687
...
f327d20
qml: use libwalletqt make_uri function (selsta)
dcc16a4
libwalletqt: add make_uri function (selsta)
2021-09-09 16:54:36 -04:00
selsta
bd9a2d7bbb
cmake: cleanup openssl
2021-09-06 02:21:00 +02:00
luigi1111
edb0358916
Merge pull request #3572
...
544cff7
TransactionHistory: add description to csv export (selsta)
57c2052
TransactionInfo: add isCoinbase and description (selsta)
2021-09-05 12:58:39 -04:00
luigi1111
d48438aeef
Merge pull request #3477
...
75746a8
cmake: explicitly link net and common (selsta)
2021-09-05 12:57:04 -04:00
luigi1111
f430d49304
Merge pull request #3471
...
2f8f7c2
cmake: cleanup boost (selsta)
2021-09-05 12:55:47 -04:00
luigi1111
35aee155d7
Merge pull request #3435
...
36940f0
Transfer: add support for outputs import / export (selsta)
e36b166
Wallet: import / export output function (tobtoht)
2021-09-05 12:54:13 -04:00
luigi1111
d93af5a469
Merge pull request #3282
...
6dd7445
Transfer: export all key images by default (benevanoff)
2021-09-05 12:51:53 -04:00
luigi1111
051282931a
Merge pull request #3096
...
AddressBook: description edits, remove hack (selsta)
2021-09-05 12:50:30 -04:00
selsta
dcc16a44be
libwalletqt: add make_uri function
2021-09-05 05:52:53 +02:00
tobtoht
e36b166edd
Wallet: import / export output function
2021-09-03 05:36:58 +02:00
selsta
544cff7dc1
TransactionHistory: add description to csv export
2021-08-31 05:50:54 +02:00
selsta
2f8f7c2054
cmake: cleanup boost
2021-08-31 05:31:30 +02:00
selsta
99ad8ef1ba
AddressBook: description edits, remove hack
...
Co-authored-by: dsc <dsc@xmr.pm>
2021-08-31 05:26:49 +02:00
rating89us
946fa538b9
Receive: implement payment request
2021-08-19 17:13:57 +02:00
selsta
ea9ed3e0be
openpgp: add missing include
2021-07-15 19:43:41 +02:00
selsta
94b6a5bbf5
cmake: fix incorrect rebase
2021-07-11 02:03:46 +02:00
selsta
3d6e9ce571
cmake: remove unnecessary file globbing
2021-07-10 23:58:25 +02:00
luigi1111
a278781abf
Merge pull request #3562
...
6610f6f
cmake: fix compilation with zxcvbn, always enable (selsta)
2021-07-06 11:44:20 -04:00
selsta
57c205206c
TransactionInfo: add isCoinbase and description
2021-06-18 03:34:47 +02:00
selsta
c15c5b5227
TransactionHistory: use displayAmount for amount
2021-06-18 02:08:37 +02:00
selsta
6610f6f2da
cmake: fix compilation with zxcvbn, always enable
2021-06-14 21:47:54 +02:00
selsta
9cfeba9ba1
cmake: cleanup hidapi / libusb
2021-05-13 07:12:28 +02:00
selsta
75746a8153
cmake: explicitly link net and common
2021-05-10 23:35:40 +02:00
luigi1111
426dc3fa47
Merge pull request #3448
...
2cda1fc
cmake: link with wallet_api instead of wallet_merged (selsta)
2021-04-29 14:16:56 -04:00
luigi1111
947a70a638
Merge pull request #3447
...
dac0c04
main: fix Monero GUI window centering (xiphon)
2021-04-29 14:16:32 -04:00
luigi1111
e2e5a3919b
Merge pull request #3441
...
837dd61
Revert 'Animation slow down for debugging' (selsta)
2021-04-29 14:13:57 -04:00
luigi1111
adc7c02782
Merge pull request #3439
...
51ece5f
Wallet: drop unused paymentId property (xiphon)
2021-04-29 14:12:31 -04:00
luigi1111
578324348d
Merge pull request #3436
...
14b1476
History: cleanup unused lookupPaymentID function (selsta)
2021-04-29 14:10:53 -04:00
selsta
2cda1fca69
cmake: link with wallet_api instead of wallet_merged
2021-04-27 13:49:28 +02:00
xiphon
dac0c04d20
main: fix Monero GUI window centering
2021-04-26 21:11:21 +00:00
selsta
837dd6184e
Revert "Animation slow down for debugging"
...
This reverts commit baff7f213f
.
2021-04-25 23:53:43 +02:00
xiphon
51ece5fd00
Wallet: drop unused paymentId property
2021-04-25 00:05:35 +00:00
luigi1111
d2fc4e60c6
Merge pull request #3431
...
4e67cd0
Wallet: omit redundant 'delete' on destruction (xiphon)
2021-04-24 16:17:06 -04:00
selsta
14b1476786
History: cleanup unused lookupPaymentID function
2021-04-24 07:25:05 +02:00
xiphon
4e67cd0014
Wallet: omit redundant 'delete' on destruction
2021-04-22 23:08:41 +00:00
luigi1111
4ddc6b1c90
Merge pull request #3420
...
becc747
WalletManager: support kdf round in device wallet restore (selsta)
2021-04-22 01:56:39 -04:00
selsta
becc74714b
WalletManager: support kdf round in device wallet restore
2021-04-20 21:44:23 +02:00
selsta
9fc617956d
macOS: add basic menubar support
2021-04-18 15:50:36 +02:00
xiphon
ba62f9c686
main: omit QML Screen type, use QGuiApplication::primaryScreen() instead
2021-04-15 19:50:32 +00:00
luigi1111
2f41a6aecf
Merge pull request #3390
...
f53af12
Wallet: fix transfer with Qt 5.12 (selsta)
2021-04-13 16:29:13 -05:00
luigi1111
61bb6d359f
Merge pull request #3386
...
990e92b
without StartupWMClass=monero-wallet-gui gnome-shell users can not add the applications to their favorites (Tobias Strauß)
2021-04-13 16:28:31 -05:00
luigi1111
938a4fada4
Merge pull request #3383
...
3a37364
cmake: remove typo (selsta)
2021-04-13 16:27:53 -05:00
selsta
f53af12e02
Wallet: fix transfer with Qt 5.12
2021-04-13 07:27:05 +02:00
Tobias Strauß
990e92ba00
without StartupWMClass=monero-wallet-gui gnome-shell users can not add the applications to their favorites
2021-04-09 09:59:35 +02:00
luigi1111
691fdac7a4
Merge pull request #3379
...
76b0b60
docker: build with QtQmlModels plugin (xiphon)
2021-04-08 20:01:08 -05:00
selsta
3a37364741
cmake: remove typo
2021-04-09 01:10:04 +02:00
xiphon
76b0b6013a
docker: build with QtQmlModels plugin
2021-04-06 21:43:55 +00:00
luigi1111
3aa530aa84
Merge pull request #3345
...
6b0cb8d
support pruning of new databases (benevanoff)
2021-04-05 21:31:00 -05:00
benevanoff
6b0cb8dadb
support pruning of new databases
2021-04-05 18:56:19 -05:00
luigi1111
1ee06fb78c
Merge pull request #3360
...
d83f147
DaemonManager: start monerod with '--non-interactive' cli option set (xiphon)
2021-03-30 14:06:05 -04:00
xiphon
d83f14799e
DaemonManager: start monerod with '--non-interactive' cli option set
2021-03-19 10:31:43 +00:00
luigi1111
8dd06bba5c
Merge pull request #3325
...
92a2ae1
TxConfirmationDialog: implement multiple recipients support, layout fixes (xiphon)
2021-03-19 01:06:59 -04:00
luigi1111
059af2bb49
Merge pull request #3326
...
4f10683
OSHelper: Linux - fix isCapsLock memory leak (xiphon)
2021-03-05 13:58:00 -05:00
xiphon
92a2ae1a11
TxConfirmationDialog: implement multiple recipients support, layout fixes
2021-03-03 00:53:51 +00:00
luigi1111
8b8948954d
Merge pull request #3327
...
b20b956
Wallet: estimateTransactionFeeAsync - multi dest support (xiphon)
2021-02-18 15:01:14 -05:00
luigi1111
5039de8327
Merge pull request #3315
...
04d5fa5
Wallet: refactor createTransaction (xiphon)
2021-02-18 14:55:10 -05:00
xiphon
b20b956e15
Wallet: estimateTransactionFeeAsync - multi dest support
2021-02-04 11:32:30 +00:00
xiphon
4f10683c2c
OSHelper: Linux - fix isCapsLock memory leak
2021-02-03 10:41:33 +00:00
luigi1111
1f0f21a8e5
Merge pull request #3314
...
9cf7c7f
DaemonManager: enable dns block list in simple mode (selsta)
2021-01-29 00:33:07 -05:00
xiphon
04d5fa51cf
Wallet: refactor createTransaction
2021-01-25 11:57:49 +00:00
luigi1111
04e3ac9200
Merge pull request #3305
...
d3102b1
DaemonManager: refactoring - drop singleton usage (xiphon)
2021-01-22 15:07:39 -05:00
selsta
9cf7c7f03c
DaemonManager: enable dns block list in simple mode
...
Co-authored-by: xiphon <xiphon@protonmail.com>
2021-01-22 20:50:51 +01:00
luigi1111
378da8093d
Merge pull request #3304
...
93b2231
Subaddress: log account subaddresses refresh error (xiphon)
2021-01-20 22:42:01 -05:00
xiphon
d3102b1cc5
DaemonManager: refactoring - drop singleton usage
2021-01-14 19:14:22 +00:00
xiphon
93b22311e3
Subaddress: log account subaddresses refresh error
2021-01-14 08:19:13 +00:00
xiphon
e9b894da16
Transfer: implement 'Grab QR code from screen' functionality
2021-01-11 01:35:54 +00:00
Alexander Blair
bbe3716542
Merge pull request #3277
...
8d4cda03
QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBar (xiphon)
2021-01-03 18:45:26 -08:00
benevanoff
6dd7445938
Transfer: export all key images by default
2020-12-25 02:16:15 -06:00
xiphon
8d4cda030e
QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBar
2020-12-23 15:08:42 +00:00
xiphon
772b828b67
cmake: MacOS - detect ICU link directory (required by Boost.Locale)
2020-12-20 20:00:23 +00:00
xiphon
cebb78979c
Wallet: fix initialization flag handling
2020-12-12 11:22:52 +00:00
Alexander Blair
3f64312283
Merge pull request #3262
...
486ba055
main: disable QML cache (xiphon)
2020-12-10 17:59:09 -08:00
xiphon
486ba05526
main: disable QML cache
2020-12-09 14:29:02 +00:00
xiphon
ae8394e5f8
main: Linux - fix missing askDesktopShortcut setting
2020-12-08 01:02:00 +00:00
xiphon
ea1fee2f5f
main: Linux - ask to create desktop entry on the first start
2020-11-30 15:36:19 +00:00
xiphon
ec8cd137cc
portable: use portable storage folder to store QML disk cache
2020-11-25 10:50:56 +00:00
Alexander Blair
d5365298d2
Merge pull request #3244
...
2d20bfd7
cmake: find libgcrypt include directory (xiphon)
2020-11-24 11:36:29 -08:00
xiphon
2d20bfd7ac
cmake: find libgcrypt include directory
2020-11-24 15:41:41 +00:00
xiphon
ff201af778
docker: Linux - use Qt 5.15.2
2020-11-12 13:51:36 +00:00
selsta
19a6f399f3
Revert "docker: Linux - use Qt 5.15.2"
...
This reverts commit 1adf58793f
.
2020-11-09 15:37:46 +01:00