summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2021-10-06Makefile: Fix parallel makeAndrew Ammerlaan
now we can call "make -jX build" with X>1 and it will work \o/ Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-09-23gui/build.sh: properly respect user variablesAndrew Ammerlaan
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>
2021-07-14[pkg] appname in osxkali
- Resolves: #443
2021-07-13[ui] show window when preferences clickedkali kaneko (leap communications)
2021-07-12[docs] add changelog entry for ipv6 bugkali kaneko (leap communications)
2021-07-12[ui] give feedback about gateway selectionkali kaneko (leap communications)
-Resolves: #524
2021-07-12[ui] avoid blank location itemkali kaneko (leap communications)
- Resolves: #522
2021-07-12[ui] further tweaks for calyxkali kaneko (leap communications)
"pick location" menu was a transitional menu item to be able to open window without altering too much the current UI flow that operates on the systray, and as an interim until the simply secure proposal was in place. for calyx, it makes sense to open the window directly.
2021-07-07[ux] customize background for calyxvpnkali kaneko (leap communications)
2021-07-07[pkg] document how to test builds for floatkali kaneko (leap communications)
2021-07-06[pkg] force mod vendor, but fail gracefullykali kaneko (leap communications)
2021-07-01[bug] no getuid in windowskali kaneko (leap communications)
2021-06-22[feat] don't drink and rootkali kaneko (leap communications)
2021-06-22[feat] only show donate dialog after first connect when duekali kaneko (leap communications)
- Cloases: #470
2021-06-22[feat] show controls window if no available systraykali kaneko (leap communications)
2021-06-22[i18n] update localeskali kaneko (leap communications)
2021-06-14[bug] do show gw selection panekali kaneko (leap communications)
2021-06-01[i18n] update localeskali kaneko (leap communications)
2021-06-01[i18n] update localeskali kaneko (leap communications)
2021-06-01[gui] add some birdskali kaneko (leap communications)
2021-06-01[feat] hide window by default, raise for picking locationkali kaneko (leap communications)
2021-06-01[feat] restrict locations to selected transportkali kaneko (leap communications)
2021-06-01[refactor] move logic to js filekali kaneko (leap communications)
2021-06-01[feat] obfs4 selectable from guikali kaneko (leap communications)
2021-06-01[refactor] unclutter main qmlkali kaneko (leap communications)
2021-06-01[feat] expose set transportkali kaneko (leap communications)
webapi mainly for tests, but it's usable too
2021-05-17[feat] store pt gateway for connection infokali kaneko (leap communications)
2021-05-04[gui] use white iconskali kaneko (leap communications)
2021-05-04[pkg] build snap from scratchkali kaneko (leap communications)
this is mainly a workaround for #497
2021-05-04[bug] fix init crashkali kaneko (leap communications)
2021-05-04Fetch the gateways from menshenRuben Pollan
And use the fullness to display the status.
2021-05-04Fix the testsRuben Pollan
2021-05-04Toggle app window visibility clicking on the systray iconRuben Pollan
2021-05-04Location selection more responsiveRuben Pollan
2021-05-04Let's rename the API to use location instead of gatewayRuben Pollan
2021-05-04Don't expose the full gateway out of the vpn moduleRuben Pollan
We just care about locations and fullness.
2021-05-04add some todoskali kaneko (leap communications)
2021-05-04radio buttons for automatic/manual selectionkali kaneko (leap communications)
2021-05-04center stuffkali kaneko (leap communications)
2021-05-04remove ugly on/off buttonskali kaneko (leap communications)
2021-05-04fix filter gws by transportkali kaneko (leap communications)
2021-05-04wip: select by city from the guikali kaneko (leap communications)
2021-05-04undo qualified namespacekali kaneko (leap communications)
2021-05-04remove map for nowkali kaneko (leap communications)
2021-05-04remove flag, we need windows with barkali kaneko (leap communications)
2021-05-04[style] qmlfmtkali kaneko (leap communications)
2021-05-04[feat] expose gateway selector in guikali kaneko (leap communications)
2021-05-04[feat] expose gateway selection in webapikali kaneko (leap communications)
2021-05-04[feat] svg map for gateway panelkali kaneko (leap communications)
2021-03-11[bug] fail gracefully on connection initialization errorskali kaneko (leap communications)
There's some corner cases that were very badly captured. On the first place, it's confusing to quit on connection errors. Secondly, a side-effect of aborting the initialization of the bitmask object was a semi-random segfault when trying to access the object. Here I pass any connection errors to the gui, but leave to the user to quit the app. This probably will need more work when we want to terminate the app on unrecoverable errors (no polkit, etc...), but for now it makes the systray much more usable. - Resolves: #465