<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/gui, branch 0.10.3rc1</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[feat] use new assets for systray icons</title>
<updated>2018-01-25T00:19:19+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2018-01-22T23:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=bfd941fa8f7938698a5c5693d601c098250284e5'/>
<id>bfd941fa8f7938698a5c5693d601c098250284e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] implement --nowindow flag to display only systray</title>
<updated>2018-01-25T00:19:17+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2018-01-22T19:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=2d72f6eb4b220c8dfa3c64b2f6b82365791f0424'/>
<id>2d72f6eb4b220c8dfa3c64b2f6b82365791f0424</id>
<content type='text'>
for some usages, specially with autostart enabled, user might want to
launch only the systray.

this commit implements a simple ``--nowindow`` switch that just avoids
showing the main window for now. in the future, we can have a different
entrypoint that just launches bitmaskd and a minimal systray widget.

I'm not documenting this feature properly since I think this is still
missing some functionality: the ability to switch on and off the vpn,
and the ability to pass the --autostart as a flag to the bitmask
entrypoint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for some usages, specially with autostart enabled, user might want to
launch only the systray.

this commit implements a simple ``--nowindow`` switch that just avoids
showing the main window for now. in the future, we can have a different
entrypoint that just launches bitmaskd and a minimal systray widget.

I'm not documenting this feature properly since I think this is still
missing some functionality: the ability to switch on and off the vpn,
and the ability to pass the --autostart as a flag to the bitmask
entrypoint.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2018-01-06T18:57:56+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2018-01-04T17:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=2b5b79b114423f8d68c992d1bd0bb251e2dfba2b'/>
<id>2b5b79b114423f8d68c992d1bd0bb251e2dfba2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] webengine entrypoint</title>
<updated>2018-01-06T18:57:55+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2018-01-02T22:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=501379ee09c3510d1737d6292a2dd5732c19dfef'/>
<id>501379ee09c3510d1737d6292a2dd5732c19dfef</id>
<content type='text'>
this commit deprecates qtwebkit usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this commit deprecates qtwebkit usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] factor out common functions</title>
<updated>2018-01-06T18:57:36+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2018-01-02T16:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=eb431c28a9e7df0cc8c2a701b9d0f053739dcbb4'/>
<id>eb431c28a9e7df0cc8c2a701b9d0f053739dcbb4</id>
<content type='text'>
used from both entrypoints for linux and mac apps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used from both entrypoints for linux and mac apps.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] sync start and shutdown of systray and browser</title>
<updated>2017-12-22T19:14:44+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-12-20T21:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=07f27fabb14dd66bc67b617ac4f075a091b3381a'/>
<id>07f27fabb14dd66bc67b617ac4f075a091b3381a</id>
<content type='text'>
some juggling to make systray (qt5 for now) and browser (pywebview,
native) start and stop coordinatedly.

I will explore a more lightweight systray for coming releases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some juggling to make systray (qt5 for now) and browser (pywebview,
native) start and stop coordinatedly.

I will explore a more lightweight systray for coming releases.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] remove status files on shutdown</title>
<updated>2017-12-20T14:36:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-12-19T21:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=fede250a96c17b1a3344dc05767f0311c749cef2'/>
<id>fede250a96c17b1a3344dc05767f0311c749cef2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2017-12-08T18:46:25+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-12-08T17:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=40805b3d9e527368c826a792d15ed334b6f3b8b7'/>
<id>40805b3d9e527368c826a792d15ed334b6f3b8b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] remove hardcoded path</title>
<updated>2017-12-08T17:12:00+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-12-08T16:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e015d90e9a35a42dc5d09be3077fbdbe4f686af5'/>
<id>e015d90e9a35a42dc5d09be3077fbdbe4f686af5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] osx systray with pyqt5</title>
<updated>2017-12-08T17:11:47+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-12-08T15:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e9ad0c8234be705b42d6dd7eb3865919392835a2'/>
<id>e9ad0c8234be705b42d6dd7eb3865919392835a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
