- Jun 19, 2024
-
-
jkito authored
in the new design the riseup crow image used to show the disconnected state takes more space
-
jkito authored
this is part of the new design which replaces the earlier crow image to show the 'VPN is connected' state
-
jkito authored
this changes the StatusBox component of the app to use the background images from the new design to inform about conn states
-
jkito authored
-
jkito authored
this extends the ThemeObject with three new properties to hold the background images each for three different states: connected, connecting, and disconnected state these will be used in gui components in the following commits
-
jkito authored
-
- Apr 15, 2024
-
-
- vendor.conf now has a default api version: - apiVersion = 3 is set for all current providers - provider.py (called during `make vendor`) now supports api version and writes it to providers.json - the desktop client logs the used api version. Currently v5 is not yet implement. This is just the preparation for it - this is only a temporary solution. In the future, we want to get the api version during runtime by parsing $api/provider.json
-
- Mar 15, 2024
-
- Mar 14, 2024
-
-
- Mar 07, 2024
- Mar 06, 2024
- Mar 01, 2024
-
-
jkito authored
removing it seems to work better for now, otherwise the location string overlaps on the lightning icon
-
jkito authored
update build.sh to search qmake6 instead of qmake5
-
jkito authored
for somereason values from Javascript are undefined from the qml documents, setting the theme values directly in the qml document fixes the following error:
-
jkito authored
-
jkito authored
this comments out the ColorOverlay property from various types fix an error about udefined variable on BoldLabel.qml
-
jkito authored
as Qt6 recommends using CMake as the build system this commit adds initial CMakeLists.txt file which is generated from qmake2cmake python tool this doesn't yet generate a working bitmask-vpn binary issues that remains to be solved are: - resource files are not properly getting embedded in the binary
-
jkito authored
remove version from QtQuick and QtQuick.Dialogs
-
- Jun 27, 2023
-
-
kwadronaut authored
-
- Nov 08, 2022
-
-
- Apr 13, 2022
-
-
Nowa Ammerlaan authored
Signed-off-by:
Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-
- Mar 15, 2022
-
-
Sam Whited authored
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>
-
- Feb 02, 2022
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Dec 20, 2021
-
-
Kali Kaneko authored
this was failing for non-en locales - Resolves: #590
-
- Dec 16, 2021
-
-
Kali Kaneko authored
aboutToQuit let us catch Quits coming from the osx menu or the dock.
-
- Dec 15, 2021
-
-
- binary name is different in the osx bundle, theme won't load - calyx is not ready for tls 1.2 yet
-
- Dec 14, 2021
-
-
- Dec 10, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-QApplication, no QGuiApplication: the later avoids the systray to display - Workaround for invisible app icons when vendoring - Make border visible for snaps
-