Commit graph

118 commits

Author SHA1 Message Date
dsc
480acf441d
Scan keysfiles in wizard - open wallet 2019-05-02 00:41:09 +02:00
dsc
18f2accc7f IPC and custom protocol handler for monero:// 2019-04-29 19:56:46 +02:00
luigi1111
ff6ce6294b
Merge pull request #2122
3658bf8 build: link against QtSVG module to enable SVG format support (xiphon)
2019-04-28 22:06:01 -05:00
xiphon
3658bf8c53 build: link against QtSVG module to enable SVG format support 2019-04-28 01:40:21 +00:00
xiphon
6d60785800 build: Mac OS X link CoreFoundation framework for static libhidapi 2019-04-28 01:17:08 +00:00
xmrdsc
baff7f213f
Animation slow down for debugging 2019-04-25 20:48:12 +02:00
dsc
42f7afaefd
White theme 2019-04-24 05:37:35 +02:00
luigi1111
09a89d8f4e
Merge pull request #2076
71c3dd3 build: Linux static OpenSSL linking, add default OpenSSL lib path (xiphon)
2019-04-16 16:51:11 -04:00
xiphon
71c3dd3515 build: Linux static OpenSSL linking, add default OpenSSL lib path 2019-04-16 00:52:28 +00:00
Pavol Rusnak
34fdfcb458
Use pkg-config to find libusb and protobuf (Trezor dependencies) 2019-04-10 22:10:32 +02:00
dsc
f329a71029
Wizard redesign 2019-02-22 03:05:27 +01:00
dsc
2c64769a51
Add Font-Awesome 2019-02-01 18:18:06 +01:00
selsta
bd809abc52
add account support
Co-authored-by: kenshi84 <kenshi84@protonmail.ch>
2019-01-22 23:07:30 +01:00
dsc
85cd428dcb Merchant page 2018-12-29 18:08:21 +01:00
Dusan Klinec
d8b40b6c46
build: fixes build with Trezor, requires #4945, on current monero master 2018-12-18 21:09:10 +01:00
luigi1111
0e21b3cfda
Merge pull request #1717
d9280b1 Build: fix static link to hidapi (MoroccanMalinois)
2018-11-20 17:58:24 -06:00
selsta
ebeb3fefdb
mac build: remove PCSC framework 2018-11-12 13:21:16 +01:00
MoroccanMalinois
d9280b1711
Build: fix static link to hidapi 2018-11-02 02:31:08 +01:00
luigi1111
9735327df9
Merge pull request #1647
607ee52 Link to libhidapi rather than pcsclite (bjacquin)
2018-10-16 18:15:50 -05:00
luigi1111
b590282f66
Merge pull request #1669
a34608a Linking libhidapi for Linux; updating README (skftn)
2018-10-16 16:32:49 -05:00
Sander Ferdinand
a34608a801
Linking libhidapi for Linux; updating README 2018-10-16 22:27:52 +02:00
Sander Ferdinand
448519ddc1
Linking hidapi for OSX builds 2018-10-14 21:50:21 +02:00
Bertrand Jacquin
607ee5254a
Link to libhidapi rather than pcsclite 2018-10-14 00:13:37 +01:00
Sander Ferdinand
97cfbf5c50 Linking crypto32 and libhidapi for Windows builds 2018-10-13 19:40:05 +02:00
Sander Ferdinand
3e9df9d975 Linking libsodium 2018-10-10 02:30:51 +02:00
erciccione
ea4728afde
adds 'pages/settings/*.qml' in the sources who get picked by lupdate 2018-10-01 15:22:35 +01:00
stoffu
b31c04e148
pro: disable -fstack-protector* on windows
as per https://github.com/monero-project/monero/pull/4290
2018-09-04 19:16:26 +09:00
iDunk5400
254553f90e
Add libwinscard to link line on Windows
This fixes monero-wallet-gui linking error in MSYS2 since PC/SC hw device support was added to Windows builds
2018-06-02 21:49:50 +02:00
pazos
d06a16f7da require at least qt 5.7.0 when building the project 2018-05-22 14:31:34 +02:00
luigi1111
4c2640d4b3
Merge pull request #1358
341ac18 log qt/qml to easylogging, add --log-file cmdline option
92582a9 delete unused WalletManager functions
c9daab7 don't use cmdline arguments as daemon arguments
7283fe4 use qWarning/qCritical on QrCodeScanner info/errors
15155f2 print logs on console
2018-05-11 16:57:43 -05:00
pazos
341ac18f1a log qt/qml to easylogging, add --log-file cmdline option 2018-05-08 18:13:29 +02:00
pazos
894b10eeb4 add Info.plist template 2018-05-02 17:27:22 +02:00
pazos
73d93c3c23 remove windows resource file, qmake will generate one for us 2018-04-26 20:04:55 +02:00
Guillaume LE VAILLANT
cfc6abcfdc Embed the translation files in the monero-wallet-gui binary
If a translation file exists in a "translations" directory located in the same
directory as the binary, it is used in priority (this can be useful when working
on translations as you don't have to recompile the whole program all the time),
and if no such file is found the embedded translation file is used.
2018-04-23 13:56:12 +02:00
luigi1111
fbe5ba8317
Merge pull request #1236
9f58e29 Add libpcsclite to link line if libwallet_merged is linked against it
2018-03-31 16:52:32 -05:00
luigi1111
2a8d6f192a
Merge pull request #1205
2067cbe link to boost lib filenames from msys2 package
2018-03-31 14:43:00 -05:00
iDunk5400
9f58e29f1c
Add libpcsclite to link line if libwallet_merged is linked against it
This fixes unresolved dependencies when linking monero-wallet-gui if libwallet_merged was built with HW device support.
2018-03-31 19:54:51 +02:00
Sander Ferdinand
3c24044736 Cleanup after rebase 2018-03-29 23:04:04 +01:00
Dan Miller
2067cbec31 link to boost lib filenames from msys2 package 2018-03-29 11:53:54 -07:00
luigi1111
e877d83023
Merge pull request #1106
fb33f35 Fix Arabic translation listed twice in the project file
2018-03-27 11:51:07 -05:00
moneromooo-monero
65ea07af61 Add a shared ringdb management page - rings and blackballed outputs 2018-03-26 20:57:33 +01:00
Guillaume LE VAILLANT
fb33f35e45 Fix Arabic translation listed twice in the project file 2018-03-26 21:16:47 +02:00
MB
33634d1ffe
Add Portuguese localization 2018-03-26 20:07:42 +02:00
luigi1111
e4d75c6680
Merge pull request #1161
c8f0cf3 Stagenet
2018-03-26 12:57:14 -05:00
Agent LvM
278458bb64 (squash and merge) Russian and Ukrainian translations (#1184)
* Activate Ukrainian localization

* Add monero-core_ua.ts and update monero-core_ru.ts
2018-03-26 13:42:03 -04:00
stoffu
c8f0cf3543
Stagenet 2018-03-14 23:26:25 +09:00
luigi1111
c5363da1e8
Merge pull request #1178
587e6e8 add turkish localization
2018-03-13 23:39:41 -04:00
luigi1111
a8ba815fb3
Merge pull request #1141
5d2d6ad UTF-8 support for filenames and paths under Windows
2018-03-13 23:37:33 -04:00
rtonline
587e6e8c24
add turkish localization 2018-03-13 23:43:32 +01:00
luigi1111
8ba5e9a164
Merge pull request #1174
df2b8d3 build: remove readline from dependencies
2018-03-13 17:33:58 -04:00