xiphon
1723d04902
cmake: inherit ARCH_WIDTH from 'monero' subdirectory
2019-11-27 22:59:27 +01:00
TheCharlatan
c83c74d3c2
Add Apple support
2019-11-27 22:59:27 +01:00
TheCharlatan
d06ae80e0a
Add support for msys/mingw32
2019-11-27 22:59:27 +01:00
TheCharlatan
8dd2a20ff8
Migrate build system to cmake
...
The content in this commit is not split in order to preserve working
compilation. Once this is added to master, the old build script will no
longer work and all existing build toolings will require changes.
Monero's cmake directory's files need to be copied to this project's cmake
directory in order for the linking and function definitions to work correctly.
Monero-gui has its own version check and generate file in order to not
conflict with monero's destination version files.
Most of the source files that are currently in monero-gui's root
directory are now moved to subdirectories. This is done to preserve
compilation order properly and to give some content structure.
The original CMakeList file included all headers it found in
subdirectories. Make sure that they are set manually to evade linking
errors.
The current build script always checks out latest master of the monero
submodule. The submodule rules in the current CMakeLists.txt file do not
enforce. An override to compile master nevertheless can still be given
with `-D DEV_MODE`.
To enable the linux X11 xcb linking the libraries had to be hardcoded. There
does not seem to be good support for this in pkgconfig, or in
existing cmake checks.
2019-11-27 22:59:27 +01:00
TheCharlatan
e04db9299d
Add dsc's CMakeLists.txt file
2019-11-27 22:59:27 +01:00
luigi1111
d5f4d5d93f
Merge pull request #2506
...
f47335f
Wizard, AddressBook, SettingsNode: prevent undesired text selection (xiphon)
2019-11-27 10:26:03 -06:00
luigi1111
9ba1960207
Merge pull request #2504
...
f75aa22
main: omit onWalletRefresh call with uninitialized currentWallet (xiphon)
2019-11-27 10:24:54 -06:00
luigi1111
04a665db0c
Merge pull request #2449
...
4a52681
workflows: check if QML loads successfully (selsta)
2019-11-27 10:23:45 -06:00
xiphon
f47335f89f
Wizard, AddressBook, SettingsNode: prevent undesired text selection
2019-11-27 12:33:30 +00:00
xiphon
f75aa22b26
main: omit onWalletRefresh call with uninitialized currentWallet
2019-11-27 09:14:35 +00:00
luigi1111
50e1ce1460
Merge pull request #2502
...
bd20626
Installer: fix 'GUI Wallet Guide' shortcut target filename (xiphon)
2019-11-26 15:18:25 -06:00
luigi1111
df02532fd5
Merge pull request #2500
...
8738210
PasswordDialog: fix text field height changing on input (Windows) (xiphon)
2019-11-26 15:17:38 -06:00
xiphon
bd20626460
Installer: fix 'GUI Wallet Guide' shortcut target filename
2019-11-26 16:25:24 +00:00
xiphon
8738210991
PasswordDialog: fix text field height changing on input (Windows)
2019-11-26 16:09:09 +00:00
luigi1111
6c2c17ada1
Merge pull request #2489
...
0daf2aa
CheckBox: use Font Awesome plus/minus icons, remove unused images (xiphon)
2019-11-25 12:57:28 -06:00
luigi1111
380f218b3a
Merge pull request #2494
...
56023fa
build: MacOS openssl path provided by brew, fallback to default (xiphon)
2019-11-25 12:49:05 -06:00
luigi1111
12647fac73
Merge pull request #2491
...
1dc45ba
Input: fix cursor shape, should be 'Qt.IBeamCursor' (xiphon)
2019-11-25 12:47:26 -06:00
luigi1111
9f0f40af80
Merge pull request #2486
...
06ccded
Transfer: fix NaN fiat conversion (selsta)
2019-11-25 12:46:09 -06:00
luigi1111
c316fab29f
Merge pull request #2485
...
ff38e96
build: set BUILD_TAG to fix update notification (selsta)
2019-11-25 12:45:22 -06:00
luigi1111
37de27d7f6
Merge pull request #2477
...
a9a59fd
main: ask whether to stop local node upon switching to remote node (xiphon)
2019-11-25 12:44:28 -06:00
luigi1111
c61d857a67
Merge pull request #2464
...
e2a187f
AppWindow: append wallet name to window title (xiphon)
2019-11-25 12:43:31 -06:00
xiphon
56023facaa
build: MacOS openssl path provided by brew, fallback to default
2019-11-25 14:46:18 +00:00
xiphon
1dc45bad87
Input: fix cursor shape, should be 'Qt.IBeamCursor'
2019-11-25 07:56:30 +00:00
xiphon
0daf2aacf5
CheckBox: use Font Awesome plus/minus icons, remove unused images
2019-11-25 06:37:21 +00:00
selsta
06ccded94e
Transfer: fix NaN fiat conversion
2019-11-25 00:57:59 +01:00
selsta
ff38e965bd
build: set BUILD_TAG to fix update notification
2019-11-25 00:27:29 +01:00
xiphon
a9a59fd314
main: ask whether to stop local node upon switching to remote node
2019-11-24 10:19:40 +00:00
xiphon
e2a187f892
AppWindow: append wallet name to window title
2019-11-24 08:49:59 +00:00
selsta
4a526810ce
workflows: check if QML loads successfully
2019-11-20 15:32:42 +01:00
luigi1111
2f5c47e95f
Merge pull request #2448
...
d2b9d56
ContextMenu: styling, implement ContextMenuItem component (xiphon)
2019-11-19 10:36:34 -06:00
luigi1111
34b216e6dc
Merge pull request #2444
...
5a65d28
build: set submodule to v0.15.0.1 (selsta)
2019-11-19 10:35:25 -06:00
xiphon
d2b9d5690b
ContextMenu: styling, implement ContextMenuItem component
2019-11-19 12:32:53 +00:00
luigi1111
d10f1b5d30
Merge pull request #2447
...
d92cc94
readme: add 'zeromq-devel' to Fedora deps (xiphon)
2019-11-18 13:00:54 -06:00
luigi1111
fea3bb503f
Merge pull request #2446
...
f57b2d5
workflows: add basic ubuntu/macOS build script (selsta)
2019-11-18 12:58:46 -06:00
xiphon
d92cc944cb
readme: add 'zeromq-devel' to Fedora deps
2019-11-17 19:32:13 +00:00
selsta
f57b2d57cd
workflows: add basic ubuntu/macOS build script
2019-11-14 22:12:38 +01:00
luigi1111
cf0e5a811e
Merge pull request #2440
...
e9cdaf4
Transfer: convert and display entered amount in fiat currency (xiphon)
2019-11-13 09:08:16 -06:00
luigi1111
ea8f51d168
Merge pull request #2439
...
17f032e
fiat: fix invalid type, don't round conversion rate to whole number (xiphon)
2019-11-13 09:06:51 -06:00
luigi1111
e8befc4c67
Merge pull request #2438
...
92f9bec
installer: automatically set app version information (xiphon)
2019-11-13 09:05:55 -06:00
luigi1111
5518771a8b
Merge pull request #2437
...
ef565e5
build: embed version metadata into binary (xiphon)
2019-11-13 09:04:49 -06:00
luigi1111
47bc0f2a3c
Merge pull request #2435
...
0e3f3c1
SettingsWallet: refactor list items into separate component (xiphon)
2019-11-13 09:03:51 -06:00
luigi1111
8bd820b909
Merge pull request #2429
...
74e12ce
ContextMenu: implement 'paste' context menu for all text fields (xiphon)
2019-11-13 09:03:02 -06:00
luigi1111
f948d0e214
Merge pull request #2428
...
5fe6b48
Settings: fix 'Light theme' checkbox (xiphon)
2019-11-13 09:02:03 -06:00
luigi1111
3a7c9e6c8e
Merge pull request #2417
...
212c8dd
Warning added that balance reflects only incoming transactions for view-only wallets (peli-pro)
2019-11-13 09:00:44 -06:00
selsta
5a65d28d29
build: set submodule to v0.15.0.1
2019-11-13 15:45:42 +01:00
xiphon
e9cdaf4dbe
Transfer: convert and display entered amount in fiat currency
2019-11-13 08:10:49 +00:00
xiphon
17f032ea11
fiat: fix invalid type, don't round conversion rate to whole number
2019-11-13 06:34:33 +00:00
xiphon
ef565e5fa3
build: embed version metadata into binary
2019-11-12 16:23:02 +00:00
xiphon
92f9bec1e7
installer: automatically set app version information
2019-11-12 02:25:29 +00:00
xiphon
0e3f3c13a1
SettingsWallet: refactor list items into separate component
2019-11-11 21:14:39 +00:00