Commit graph

52 commits

Author SHA1 Message Date
tobtoht
d1fd270caa
build: static link various xcb libs 2023-06-28 16:04:03 +02:00
tobtoht
8f4a306267
Revert "CMake: add TOR_INSTALLED"
This reverts commit be5fd97fe0.
2023-05-24 21:53:39 +02:00
tobtoht
be5fd97fe0
CMake: add TOR_INSTALLED 2023-04-21 19:10:43 +02:00
tobtoht
169bfc93e7
CMake: cleanup Qt5 linking 2023-04-20 17:16:02 +02:00
tobtoht
170feaa1b1
CMake: install .desktop file and icon 2023-04-20 14:59:44 +02:00
tobtoht
2fe4e9e4b4 CMake: minimize dependencies for CHECK_UPDATES=Off, WITH_SCANNER=Off 2023-04-19 17:41:46 +02:00
tobtoht
ba826c7705
refactor: merge qrcode directories 2023-03-29 09:39:03 +02:00
tobtoht
5f8eb1cb80 refactor: remove childproc 2023-03-28 23:04:25 +02:00
tobtoht
8fd583a649
refactor: move third party integrations to plugins folder 2023-03-28 22:26:53 +02:00
tobtoht
35dac82f6a depends: make mac sdk a package 2023-03-16 14:27:54 +01:00
tobtoht
e9f17f156b
Updater: fix macOS 2023-03-14 17:59:17 +01:00
tobtoht
317a4bd6ba
Linux: fix dead keys 2023-03-08 00:09:54 +01:00
tobtoht
7f07f98f92
Linux: stack trace on crash 2023-01-26 15:18:12 +01:00
tobtoht
52b0eea5dc Set minimum macOS version to 10.14 2023-01-12 15:13:03 +01:00
tobtoht
23d4b0cd1c Enable webcam QR scanner 2022-12-27 17:46:14 +01:00
tobtoht
952d8d9654 Bootstrappable builds (WIP) [2] 2022-12-21 16:21:27 +01:00
tobtoht
09a3c7b15d Bootstrappable builds (WIP) 2022-12-21 16:20:39 +01:00
tobtoht
03e1ea5596
CMake: don't include blockchain_db 2022-07-07 23:23:10 +02:00
tobtoht
6e2ae47d9d
Cmake: don't include hardforks 2022-07-07 22:12:32 +02:00
tobtoht
89f3426bef
CMake: remove openssl 2022-05-31 22:49:19 +02:00
tobtoht
14ef10ddea
Build: remove DRONE 2022-05-31 22:10:30 +02:00
tobtoht
ed048edb23
Qt6: fix Qt5 builds [3] 2022-05-24 18:28:10 +02:00
tobtoht
f1cb266f70
Qt6: fix Qt5 builds [2] 2022-05-24 18:06:34 +02:00
tobtoht
45d2dc13d4
Qt6: fix Qt5 builds 2022-05-24 18:04:15 +02:00
tobtoht
e7085b8d9e
Qt6: update CMakeLists 2022-05-24 18:02:02 +02:00
tobtoht
08a0d8af62
Polyseed support 2022-05-23 23:43:33 +02:00
tobtoht
46ae248259
Cmake: remove opengl include dir 2022-03-04 11:06:29 +01:00
tobtoht
df1eef8399
SingleApplication 2022-03-03 23:27:54 +01:00
tobtoht
f816f44f4c
Cmake: add SELF_CONTAINED 2022-02-25 20:48:14 +01:00
tobtoht
0214f6fb5e
Rework Tor bundling 2022-02-23 21:34:05 +01:00
tobtoht
e7ee8f59ef
Remove tor submodule 2022-02-08 15:22:03 +01:00
tobtoht
4d2dc4be22
Vendor monero-seed 2022-02-07 21:03:05 +01:00
tobtoht
20c9313c6e
Fix windows installer platform tag 2021-10-29 13:54:13 +02:00
tobtoht
1806f3f367
Remove KDMacTouchBar module 2021-10-28 23:14:01 +02:00
tobtoht
5e7b64979f
fix Windows builds 2021-07-10 15:48:10 +02:00
tobtoht
062022f9d1
Trezor support 2021-07-01 23:00:47 +02:00
tobtoht
3db3e330d5
Qr Scanner 2021-06-25 23:22:19 +02:00
tobtoht
2d4ccd7019
Move Tails/Whonix to utils/os 2021-05-25 15:06:38 +02:00
tobtoht
d4cfa05157
Beta-6 2021-05-02 20:22:38 +02:00
tobtoht
6bc886f53a
Don't link RandomX 2021-02-03 02:38:42 +01:00
tobtoht
9e96f4183a
Exchanges: Remove XMR.to 2021-02-01 17:53:08 +01:00
tobtoht
4036d299eb Windows: reproducible builds 2021-01-12 01:43:47 +01:00
tobtoht
a0fe51f318
Remove MorphToken, reason: Tor block 2020-12-17 03:57:43 +01:00
tobtoht
8ffd2293f4
Consolidate exchanges to exchange tab 2020-12-12 02:49:33 +01:00
tobtoht
aa14a2dcbb
Do not bundle XMRig binary 2020-12-12 01:18:09 +01:00
tobtoht
39c1d3bbf7 MorphToken: allow disabling module 2020-11-11 22:42:48 +01:00
mrdeveloper
e657e2a6b0 MacOS: add touchbar support
Co-Authored-By: dsc <dsc@xmr.pm>
2020-10-28 21:35:18 +01:00
dsc
aee60f33b7
- Embed XMRig executable (baked into buildbot image)
- Refactored CMake related to Tor/XMRig
- Move executables to `src/assets/exec`
- Embedding executables require passing definition to CMake, e.g:
  - `-DTOR=/path/to/tor`
  - `-DXMRIG=/path/to/xmrig`
- Allow solo mining for XMRig
- Redesign XMRig settings screen
2020-10-18 22:01:14 +02:00
dsc
d0260ce018 XMRig tab - Simple mining GUI to download and run XMRig releases. 2020-10-15 23:29:15 +02:00
dsc
1337c1708d Embed Tor executable for static Mac OS builds 2020-10-10 00:23:44 +02:00