Commit graph

93 commits

Author SHA1 Message Date
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
luigi1111
3c6625a506
Merge pull request #1173
ff46368 Mac build: relro, now and noexecstack are unsupported for Mac
2018-03-13 17:32:42 -04:00
luigi1111
8241991e8a
Merge pull request #1162
a0a60eb mac build: link against PCSC
2018-03-13 17:29:15 -04:00
stoffu
a0a60eba69
mac build: link against PCSC 2018-03-12 20:23:53 +09:00
rbrunner7
5d2d6adfaf UTF-8 support for filenames and paths under Windows 2018-03-08 20:34:30 +01:00
EdwardLow
87e8b09065
Catalan translation 2018-03-07 15:30:46 +01:00
stoffu
df2b8d3c8d
build: remove readline from dependencies 2018-03-07 18:06:08 +09:00
stoffu
ff46368783
Mac build: relro, now and noexecstack are unsupported for Mac 2018-03-07 11:42:45 +09:00
luigi1111
ce8913b5bf
Merge pull request #1113
4360d9b Compile with stack protector
2018-03-06 12:34:46 -05:00
luigi1111
e6eef867dc
Merge pull request #1150
a44d15a get_libwallet_api.sh: fix debug/release hardcoded path
8b97eed monero-wallet-gui.pro: use hardening flags
986275c get_libwallet_api.sh: fix comment referencing the wrong library
f45b0a7 main: do not crash if we can't load some stuff
2018-03-06 12:29:48 -05:00
moneromooo.monero
8b97eed79c monero-wallet-gui.pro: use hardening flags 2018-03-03 22:56:52 +00:00
xmronadaily
2e4b084ebf
added serbian 2018-02-20 21:47:43 +01:00
jernejml
7765205fe2 translation slovenian language 2018-02-11 20:19:21 +01:00
Guillaume LE VAILLANT
4360d9b67b Compile with stack protector 2018-02-07 15:37:15 +01:00
kenshi84
cee0474e37
Subaddresses minimal version: supports default account only 2018-01-13 14:37:07 +09:00
luigi1111
ba8ddb23da
Merge pull request #1056
b5c936c Add monero-core_ar.ts

6ec32c5 Add files via upload (Egyptian flag)

533b1ea Update languages.xml

13358cf Update monero-wallet-gui.pro

6c2fd8e Update qml.qrc
2018-01-06 17:23:35 -05:00
luigi1111
fc131bd465
Merge pull request #965
83efc38 Android: Disable password strength meter

0ece8a9 Android dockerfile: add zmq dependency

dab4d5a Android: use new repo path
2018-01-06 17:14:56 -05:00
3b7ameed
13358cf0a3 Update monero-wallet-gui.pro 2018-01-03 17:11:33 +02:00
fero-sk
c2a1a7bfb3
Update monero-wallet-gui.pro 2017-12-27 19:01:10 +01:00
erciccione
c50eb93c3d add czech files on monero-wallet-gui.pro and qml.qrc 2017-12-27 17:56:33 +01:00
MoroccanMalinois
83efc3893b
Android: Disable password strength meter 2017-12-24 01:32:18 +00:00
cryptobench
c09041f7f0 First Danish translation of the Monero GUI
Added danish

Added danish translation

Added linkup to Danish flag

</languages> corrected to new line

Accidently put it behind danish translation, so it wouldn't keep formatting.

Removed blank lines + changed wallet-lan to English

Uploaded Danish flag

Delete dk.png not ideal size

Uploaded denmark.png 100x100

Fixed a typo

</message> wasnt closed

Removed some spaces

Fixed punctuations.

edit punctuation after github's bug

Fixed typo
2017-12-11 00:10:23 +01:00
Jaquee
66bb3fe7ac add easylogging dependency 2017-11-03 16:57:11 +01:00
Jaquee
5e877c7939 Android build settings 2017-11-03 16:57:11 +01:00
luigi1111
ea49e84215
Merge pull request #868
8750cc2 pro: add libreadline to link line for Linux
2017-10-21 12:01:49 -05:00
redfish
8750cc2c13 pro: add libreadline to link line for Linux 2017-09-09 10:25:09 -04:00