summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/loggerwindow.py
AgeCommit message (Collapse)Author
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