Age | Commit message (Collapse) | Author |
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Previously we saved the vendor tree in version control, making any
commit that changed a dependency rather large.
Go Modules gives us most of the advantages of vendoring except that if a
dependency which is not stored on the proxy is deleted we would lose
access to it.
For now, we can remove the vendor tree and when we get CI working again
we can possibly generate and save the vendor tree as a build artifact.
Signed-off-by: Sam Whited <sam@samwhited.com>
|
|
|
|
-QApplication, no QGuiApplication: the later avoids the systray to
display
- Workaround for invisible app icons when vendoring
- Make border visible for snaps
|
|
|
|
|
|
|
|
now we can call "make -jX build" with X>1 and
it will work \o/
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
This ensures proper building when cross-compiling
and allows users to use different toolchain tools if
desired
Bug: https://bugs.gentoo.org/814017
Closes: https://0xacab.org/leap/bitmask-vpn/-/issues/550
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
- Resolves: #443
|
|
|
|
this is mainly a workaround for #497
|
|
- install into global /Applications
- document how to troubleshoot helper
- uninstall app is visible on top-level folder
- improve detection of running processes for old and new binaries
- Closes: #441
- Closes: #445
- Closes: #435
|
|
- Closes: #394
|
|
squashed in this commit: reintroduce the dummy autostart_win implementation that was
removed by mistake. I did not manage to get autostart working in
windows, this is pending to be re-worked. see https://0xacab.org/leap/bitmask-vpn/-/issues/389
|
|
|
|
|
|
- Resolves: #363
|
|
|
|
Several fixes for missing paths. Refactor qt installer; fetch pre-built
binaries from an existing installation on build system (needs to be
automated); add windows icon.
- Resolves: #362
|
|
|
|
|
|
|
|
|
|
|
|
|