<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/gui/loggerwindow.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>[feat] add a zmq based logger, change log window</title>
<updated>2015-06-22T18:52:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-05T16:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=584a6d93ad1fe1ba46929108f002a16a8b70e95d'/>
<id>584a6d93ad1fe1ba46929108f002a16a8b70e95d</id>
<content type='text'>
- Add a new handler for a zmq/thread-safe log send between components.
- Update the log window to use this new handler.
- Remove old custom handler
  We have implemented a new handler that uses logbook, so this one is no
  longer needed.
- Adapt log silencer to new handler
- Use log file always as default

- Related: #6733
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add a new handler for a zmq/thread-safe log send between components.
- Update the log window to use this new handler.
- Remove old custom handler
  We have implemented a new handler that uses logbook, so this one is no
  longer needed.
- Adapt log silencer to new handler
- Use log file always as default

- Related: #6733
</pre>
</div>
</content>
</entry>
<entry>
<title>Better error message for PostLimitError.</title>
<updated>2014-10-21T18:56:39+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-10-21T18:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=fd14f49db6abea8b05f2715495e11073a5345630'/>
<id>fd14f49db6abea8b05f2715495e11073a5345630</id>
<content type='text'>
Suggested by user 'kingu' on transifex.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by user 'kingu' on transifex.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix logger window blocking the bitmask quit().</title>
<updated>2014-08-06T19:23:32+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-08-06T19:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e6a7feeb93a27ef36d15dddcb45c2cc4812a37b0'/>
<id>e6a7feeb93a27ef36d15dddcb45c2cc4812a37b0</id>
<content type='text'>
- Set the logger window parent,
- don't use an mainwindow instance variable to hold the window object.

This fix have the side offect that prevent multiple log windows being
created at the same time, but it does not causes any side effect or
problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Set the logger window parent,
- don't use an mainwindow instance variable to hold the window object.

This fix have the side offect that prevent multiple log windows being
created at the same time, but it does not causes any side effect or
problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace twisted thread with QThread.</title>
<updated>2014-08-06T17:49:38+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-08-06T17:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f4e6d6a77b8b5498e9190c3d35841ef39222cfec'/>
<id>f4e6d6a77b8b5498e9190c3d35841ef39222cfec</id>
<content type='text'>
This fix the bug that prevents pastebin to work.
Closes #5949.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix the bug that prevents pastebin to work.
Closes #5949.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder logging helpers and handlers.</title>
<updated>2014-06-05T20:25:40+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-05T18:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=2e0062555fd0a092e0f9f25ac46d189b44805108'/>
<id>2e0062555fd0a092e0f9f25ac46d189b44805108</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase life of a pastebin from 1 Week to 1 Month.</title>
<updated>2014-04-28T16:15:39+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-04-28T16:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c546964e79c1a66688ec305f4f29699dec685e42'/>
<id>c546964e79c1a66688ec305f4f29699dec685e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle pastebin post limit error.</title>
<updated>2014-04-11T15:17:43+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-04-11T15:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=236285888bbdbb37d2fc90e0b4977c3a4bd7045b'/>
<id>236285888bbdbb37d2fc90e0b4977c3a4bd7045b</id>
<content type='text'>
Closes #5492.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5492.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use non blocking dialog for Pastebin result</title>
<updated>2014-04-10T16:05:55+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-04-10T16:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=fbb35a54cb645fe377a8518880c9f49e6f7b5d58'/>
<id>fbb35a54cb645fe377a8518880c9f49e6f7b5d58</id>
<content type='text'>
With this change we no longer need to call the dialog with reactor.callLater.
Also removed useless failure.trap

Closes #5404.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this change we no longer need to call the dialog with reactor.callLater.
Also removed useless failure.trap

Closes #5404.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't escape logs for pastebin. Closes #5433.</title>
<updated>2014-04-02T17:38:19+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-04-02T17:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f8f428395b32f5e0d4f4c8dfb5595755dae80e54'/>
<id>f8f428395b32f5e0d4f4c8dfb5595755dae80e54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong method name for pastebin error.</title>
<updated>2014-02-26T18:39:00+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-02-26T18:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=ffec4eaf33b24565dec2fd1e2483e4edccecc887'/>
<id>ffec4eaf33b24565dec2fd1e2483e4edccecc887</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
