<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_client.git/src/leap/bitmask/gui, branch 0.6.0</title>
<subtitle>[bitmask_client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/'/>
<entry>
<title>Code style fixes.</title>
<updated>2014-07-16T12:39:17+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-16T12:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=432fcab9f838b0bfc81ed8d40d92b4b5d3854f24'/>
<id>432fcab9f838b0bfc81ed8d40d92b4b5d3854f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent quit() being called more than once.</title>
<updated>2014-07-14T18:20:09+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=662ae7107bde734cda8d4bc08f5b647650139b61'/>
<id>662ae7107bde734cda8d4bc08f5b647650139b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 fixes</title>
<updated>2014-07-14T17:58:34+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-14T15:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=d6cee5b46587367b558863292f71f5baafadc762'/>
<id>d6cee5b46587367b558863292f71f5baafadc762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use specific settings for backend.</title>
<updated>2014-07-14T15:56:55+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-11T20:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=0aee7d6cbc3f2c0b764056966eeddc4057eafd08'/>
<id>0aee7d6cbc3f2c0b764056966eeddc4057eafd08</id>
<content type='text'>
This way we get rid of Qt on the backend side.
The use of QSettings in the backend was breaking the app on OSX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we get rid of Qt on the backend side.
The use of QSettings in the backend was breaking the app on OSX.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove twisted stopper from the GUI.</title>
<updated>2014-07-14T15:14:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-02T19:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=eab69607ba4a65acf5c7745134d74917c76c6bf8'/>
<id>eab69607ba4a65acf5c7745134d74917c76c6bf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ask the backend for the country code.</title>
<updated>2014-07-14T15:14:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-02T15:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=13c0b7cac822a33f7395e3f099a2d37251e2c759'/>
<id>13c0b7cac822a33f7395e3f099a2d37251e2c759</id>
<content type='text'>
Remove global variable in favor of a helper method that returns the
country code.
Needed in order to split backend/frontend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove global variable in favor of a helper method that returns the
country code.
Needed in order to split backend/frontend.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing error/passed keys.</title>
<updated>2014-07-14T15:14:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-19T19:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=4a5e136f3b6e68d65df4a5be83504e05043aeaa1'/>
<id>4a5e136f3b6e68d65df4a5be83504e05043aeaa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do backend calls using kwargs.</title>
<updated>2014-07-14T15:14:20+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-17T21:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=d35f12b00629d6578039a11ce5e18d0c58e3fa73'/>
<id>d35f12b00629d6578039a11ce5e18d0c58e3fa73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly stop backend.</title>
<updated>2014-07-14T15:14:19+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-25T15:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=5b34d32682188f4849a1e2a4aa8cf8b4c900b8d8'/>
<id>5b34d32682188f4849a1e2a4aa8cf8b4c900b8d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new backend/signaler and start logic in processes.</title>
<updated>2014-07-14T15:11:50+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-18T15:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=6dbd52e2f0d75ad9bf7c2f11e3384d8bab0520c9'/>
<id>6dbd52e2f0d75ad9bf7c2f11e3384d8bab0520c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
