Commit Graph

73 Commits

Author SHA1 Message Date
luigi1111 51a43341c5
Merge pull request #4281
e956b4f tails: fix detection (tobtoht)
2024-03-08 20:52:06 -05:00
tobtoht e956b4ff15
tails: fix detection 2024-02-28 15:58:06 +01:00
inson1 8851e71a8b
Update year in Cypyright 2024-01-27 20:12:09 +01:00
plowsof a01dc06a54 open-wallet: set network type when using file browser
Co-authored-by: selsta <selsta@users.noreply.github.com>
2022-12-28 18:46:22 +00:00
plowsof aac43e8a1a display wallet files with "." in name 2022-07-13 02:12:33 +01:00
luigi1111 17f657673f
Merge pull request #3916
5977e61 qt: remove QTextCodec (selsta)
2022-06-09 13:58:23 -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 1cc9e8af49
FutureScheduler: delete unused function declarations 2022-04-23 08:36:08 +02: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
selsta 9fc617956d
macOS: add basic menubar support 2021-04-18 15:50:36 +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
xiphon e9b894da16 Transfer: implement 'Grab QR code from screen' functionality 2021-01-11 01:35:54 +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
xiphon a817bfba05 QThreadPool: adjust max threads count (4) 2020-10-30 02:58:38 +00:00
luigi1111 381442a138
Merge pull request #3145
39d9d7d Wallet: rework wallet refreshing (xiphon)
2020-10-13 12:38:40 -05:00
xiphon 39d9d7d071 Wallet: rework wallet refreshing 2020-10-09 14:11:05 +00:00
xiphon 3c28ecef93 Logger: runtime log config, no logs till a user selects wallet mode 2020-10-08 18:28:07 +00:00
xiphon 13ca3eeb84 KeysFiles: QDirIterator is initially located before the first entry 2020-10-05 12:36:00 +00:00
luigi1111 40e108eb2b
Merge pull request #3026
4208b66 WizardModeSelection: optional 'Portable mode' feature support (xiphon)
2020-10-04 17:39:09 -05:00
luigi1111 adb04cef71
Merge pull request #3023
1aa98c3 MoneroSettings: portable mode, CWD relative 'monero-storage' dir (xiphon)
2020-10-04 17:37:21 -05:00
xiphon 1aa98c3cfd MoneroSettings: portable mode, CWD relative 'monero-storage' dir 2020-09-28 13:50:01 +00:00
xiphon 4208b66baf WizardModeSelection: optional 'Portable mode' feature support 2020-09-22 15:08:18 +00:00
luigi1111 7e83173c77
Merge pull request #3053
1d2840f ipc: fix Qt deprecation warning with 5.15.1 beta (selsta)
2020-09-07 14:51:14 -05:00
luigi1111 2557bdb35f
Merge pull request #3030
43aeea8 Network: instantiable QML type, introduce proxyAddress property (xiphon)
2020-09-07 14:45:21 -05:00
luigi1111 79a87ca03b
Merge pull request #3029
380b955 Downloader: introduce proxyAddress property (xiphon)
2020-09-07 14:44:26 -05:00
selsta 1d2840f8b5
ipc: fix Qt deprecation warning with 5.15.1 beta 2020-08-26 02:58:11 +02:00
luigi1111 77b7a5244a
Merge pull request #3024
eb924a3 KeysFiles: relative file path support (xiphon)
2020-08-14 14:15:26 -05:00
xiphon 43aeea8eb7 Network: instantiable QML type, introduce proxyAddress property
# Conflicts:
#	main.qml
2020-07-30 16:49:22 +00:00
xiphon 380b955bce Downloader: introduce proxyAddress property 2020-07-29 17:31:44 +00:00
xiphon eb924a34d1 KeysFiles: relative file path support 2020-07-28 17:38:03 +00:00
xiphon 13ee9b1f26 KeysFiles: fix WalletKeysFilesModel, should be instantiable QML type 2020-07-14 23:44:46 +00:00
xiphon dec5dcf25c KeysFiles: don't use WalletManager in findWallets 2020-07-14 01:39:46 +00:00
luigi1111 19daa074ca
Merge pull request #2909
66e7696 QML: disable networking (selsta)
2020-06-24 13:06:57 -05:00
luigi1111 c9ee76c2ee
Merge pull request #2943
ef5d855 openpgp: implement public subkeys support (xiphon)
2020-06-15 15:11:56 -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 66e769603c
QML: disable networking 2020-05-15 06:21:08 +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 1b7844ec34
Merge pull request #2854
a99eef6 always use native directory separators in paths (xiphon)
2020-04-28 15:16:57 -05:00
selsta 02eec351b9
src: fix qt 5.15 warnings 2020-04-28 19:00:53 +02:00
xiphon a99eef68f5 always use native directory separators in paths 2020-04-24 00:43:40 +00: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
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