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