- Jun 21, 2024
-
-
adds the terms of service url
-
- Jun 20, 2024
-
-
jkito authored
this removes the go generate way of generating the pkg/config/version.go file and uses build time ld flags to set the version when building from git or uses .gitattributes to set it during git archive
-
- Jun 19, 2024
-
-
jkito authored
this was used to create the connect/disconnect button which now uses an icon instead of this component
-
jkito authored
this implements the buttons from the new design mockup
-
jkito authored
earlier the bottom footer toolbar would disapper when the Drawer was open, with the new design that is not required this also removes the 'drawerOn' property since it is now ununsed
-
jkito authored
this removes the custom component NavigationDrawer earlier as during testing with Qt6.4 the default Qml Drawer works as expected since we have stopped creating snap for now this should be safe to do
-
jkito authored
this implements the new floating design for the location selection toolbar, it is now removed from the MainView's Page footer and added as a object of StatusBox component Since the StatusBox is in the MainView component's Page Content area the background image doesn't extend to the Footer area of the Page if a footer is present, hence it is removed
-
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
-