<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/gui/passwordwindow.py, branch 0.9.2rc4</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[feature] add email panel to preferences</title>
<updated>2016-04-19T16:00:23+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-04-19T06:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=229f803235ae9b9a71313d11071c7a0fbea0a681'/>
<id>229f803235ae9b9a71313d11071c7a0fbea0a681</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix typo on backend name</title>
<updated>2015-09-21T19:48:13+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-21T19:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=262a9a750a573ae6003ebf19d5a1867bc19d28c0'/>
<id>262a9a750a573ae6003ebf19d5a1867bc19d28c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] track soledad ready state on a shared place</title>
<updated>2015-09-18T19:29:48+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-18T19:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=68b9e59d695ae896e405fd5f98eb2953dd5c9a2e'/>
<id>68b9e59d695ae896e405fd5f98eb2953dd5c9a2e</id>
<content type='text'>
Connecting to the `soledad_bootstrap_finished` signal is not enough
since the password change window is created after the signal is emitted,
that way we were not able to tell when soledad is ready to be used.

- Resolves: #7474
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Connecting to the `soledad_bootstrap_finished` signal is not enough
since the password change window is created after the signal is emitted,
that way we were not able to tell when soledad is ready to be used.

- Resolves: #7474
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] correctly return expected value for methods that check services</title>
<updated>2015-09-18T17:36:35+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-18T17:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=978cbcc4c124fe3dcf05283d0790b828e072be25'/>
<id>978cbcc4c124fe3dcf05283d0790b828e072be25</id>
<content type='text'>
these methods were returning None, and therefore breaking soledad
password change (since it checks whether mail is enabled before changing
soledad pass after srp pass change).

- Resolves: #7470
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these methods were returning None, and therefore breaking soledad
password change (since it checks whether mail is enabled before changing
soledad pass after srp pass change).

- Resolves: #7470
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] replace old log handler with new one</title>
<updated>2015-06-22T18:52:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-12T17:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=32658ae3108bc67a102cf6e0153d468b3a8ae1b0'/>
<id>32658ae3108bc67a102cf6e0153d468b3a8ae1b0</id>
<content type='text'>
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all the Slot() decorators.</title>
<updated>2015-01-28T20:47:05+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-28T19:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8cdeeadf9e258f31d401c133d73cfc29f86d9d29'/>
<id>8cdeeadf9e258f31d401c133d73cfc29f86d9d29</id>
<content type='text'>
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
</pre>
</div>
</content>
</entry>
<entry>
<title>single pref win: fix problems with cleaning up closed windows (lambdas were keeping the python object from getting garbage collected, and this keeps the old signal connections active)</title>
<updated>2014-09-19T21:23:14+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-09-19T21:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d47adca6cb7494e55c4a9fbc88896c62c06affa5'/>
<id>d47adca6cb7494e55c4a9fbc88896c62c06affa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>single pref win: gets the autopep8 beauty scrub.</title>
<updated>2014-09-19T21:23:14+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-09-16T23:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c29b1dd9345e01e761b9891728ecd0b8d964a02d'/>
<id>c29b1dd9345e01e761b9891728ecd0b8d964a02d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>single pref win: moved password change UI to a separate window, opened from account page in preferences.</title>
<updated>2014-09-19T21:23:14+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-09-08T09:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=6166ffedcae0763f3c00076c79e74847f5c80823'/>
<id>6166ffedcae0763f3c00076c79e74847f5c80823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
