<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_client.git, branch 0.5.4</title>
<subtitle>[bitmask_client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/'/>
<entry>
<title>Prevent quit() being called more than once.</title>
<updated>2014-08-01T19:17:04+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-14T18:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=9170343dc60703419884ba31d057b7536f3c340b'/>
<id>9170343dc60703419884ba31d057b7536f3c340b</id>
<content type='text'>
Conflicts:
	src/leap/bitmask/gui/mainwindow.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/leap/bitmask/gui/mainwindow.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misused import.</title>
<updated>2014-08-01T18:36:14+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-25T15:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=c993c5e7e3124e2d34ae86675b6bfc4b11ff4a73'/>
<id>c993c5e7e3124e2d34ae86675b6bfc4b11ff4a73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do `quit()` if the system requested the app to close.</title>
<updated>2014-08-01T16:57:54+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-28T19:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=7e1d8b4f66577fb9f4775f16fffd02bc4ae57100'/>
<id>7e1d8b4f66577fb9f4775f16fffd02bc4ae57100</id>
<content type='text'>
This fixes the issue where a system logout was blocked by bitmask since
we were interpreting the closeEvent as if the user clicked on the 'X'
button.
Closes #5870.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the issue where a system logout was blocked by bitmask since
we were interpreting the closeEvent as if the user clicked on the 'X'
button.
Closes #5870.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Linux autostart. Closes #4989.</title>
<updated>2014-07-25T14:39:59+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-25T14:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=19b74b597bd4d33bb3ea7f95fd4fffcadf372ccd'/>
<id>19b74b597bd4d33bb3ea7f95fd4fffcadf372ccd</id>
<content type='text'>
Conflicts:
	src/leap/bitmask/gui/mainwindow.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/leap/bitmask/gui/mainwindow.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify and sort OS flags.</title>
<updated>2014-07-25T14:39:02+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-25T14:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=c0a8c436dc1e71cce4ff72506b53ad55cac55f47'/>
<id>c0a8c436dc1e71cce4ff72506b53ad55cac55f47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable user/pass remembering temporarily.</title>
<updated>2014-07-25T14:38:49+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-24T20:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=dbfcb48a5d4d3aee80ed8dd7b20e61994ddbb667'/>
<id>dbfcb48a5d4d3aee80ed8dd7b20e61994ddbb667</id>
<content type='text'>
Set the keyring to None in order to simulate an always unavailable
keyring, that way we avoid the possibility of the user running into the
existing keyring issues. See https://leap.se/code/issues/4190

Update comparisons to do a proper comparison with `None`.
Fix login widget 'enabled' changer in order to change the 'remember'
widget *only* if we have an usable keyring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the keyring to None in order to simulate an always unavailable
keyring, that way we avoid the possibility of the user running into the
existing keyring issues. See https://leap.se/code/issues/4190

Update comparisons to do a proper comparison with `None`.
Fix login widget 'enabled' changer in order to change the 'remember'
widget *only* if we have an usable keyring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve hide and show main window on Ubuntu</title>
<updated>2014-07-24T19:47:29+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2014-07-24T19:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=3a99419a4e55dd7675e5d57961bf42f2725251f1'/>
<id>3a99419a4e55dd7675e5d57961bf42f2725251f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the standalone value for BaseConfig.</title>
<updated>2014-07-23T20:02:35+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-23T17:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=44c2f71b84d37d55accb3052e0a3fe3dadd19298'/>
<id>44c2f71b84d37d55accb3052e0a3fe3dadd19298</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>firewall: correctly rewrite DNS packets originally for local network.</title>
<updated>2014-07-21T15:03:50+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-07-16T19:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=69c60ad45e187eda8c90dc1479cb4f101f310fe2'/>
<id>69c60ad45e187eda8c90dc1479cb4f101f310fe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bitmask-root: pep8'ed</title>
<updated>2014-07-21T15:03:41+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-07-10T19:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=0f4f5c4f634823aae68caec49bc85d5f6dbd0225'/>
<id>0f4f5c4f634823aae68caec49bc85d5f6dbd0225</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
