summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/loggerwindow.py
AgeCommit message (Collapse)Author
2015-06-22[feat] add a zmq based logger, change log windowIvan Alejandro
- 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
2014-10-21Better error message for PostLimitError.Ivan Alejandro
Suggested by user 'kingu' on transifex.
2014-08-06Fix logger window blocking the bitmask quit().Ivan Alejandro
- 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.
2014-08-06Replace twisted thread with QThread.Ivan Alejandro
This fix the bug that prevents pastebin to work. Closes #5949.
2014-06-05Reorder logging helpers and handlers.Ivan Alejandro
2014-04-28Increase life of a pastebin from 1 Week to 1 Month.Ivan Alejandro
2014-04-11Handle pastebin post limit error.Ivan Alejandro
Closes #5492.
2014-04-10Use non blocking dialog for Pastebin resultIvan Alejandro
With this change we no longer need to call the dialog with reactor.callLater. Also removed useless failure.trap Closes #5404.
2014-04-02Don't escape logs for pastebin. Closes #5433.Ivan Alejandro
2014-02-26Fix wrong method name for pastebin error.Ivan Alejandro
2014-02-26Show sending status in button and return raw link.Ivan Alejandro
2014-02-26Add pastebin support for upload logs.Ivan Alejandro
2013-11-05Support html logs in the logger window.Ivan Alejandro
Escape special characters to display them correctly in the logger window. [Closes #4146]
2013-09-10Fix LoggerWindow saving triple \n. Closes #3714.Ivan Alejandro
2013-09-04Fix save log dialog freezing. Closes #3675.Ivan Alejandro
Avoid using native dialog seems to solve the QFileDialog freezing when qtreactor is used. See more at: http://www.code-corner.de/?p=171
2013-08-12Add filter option to the logger window.Ivan Alejandro
Closes #3407.
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko