Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-06 | Fix 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-06 | Replace twisted thread with QThread. | Ivan Alejandro | |
This fix the bug that prevents pastebin to work. Closes #5949. | |||
2014-06-05 | Reorder logging helpers and handlers. | Ivan Alejandro | |
2014-04-28 | Increase life of a pastebin from 1 Week to 1 Month. | Ivan Alejandro | |
2014-04-11 | Handle pastebin post limit error. | Ivan Alejandro | |
Closes #5492. | |||
2014-04-10 | Use non blocking dialog for Pastebin result | Ivan Alejandro | |
With this change we no longer need to call the dialog with reactor.callLater. Also removed useless failure.trap Closes #5404. | |||
2014-04-02 | Don't escape logs for pastebin. Closes #5433. | Ivan Alejandro | |
2014-02-26 | Fix wrong method name for pastebin error. | Ivan Alejandro | |
2014-02-26 | Show sending status in button and return raw link. | Ivan Alejandro | |
2014-02-26 | Add pastebin support for upload logs. | Ivan Alejandro | |
2013-11-05 | Support html logs in the logger window. | Ivan Alejandro | |
Escape special characters to display them correctly in the logger window. [Closes #4146] | |||
2013-09-10 | Fix LoggerWindow saving triple \n. Closes #3714. | Ivan Alejandro | |
2013-09-04 | Fix 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-12 | Add filter option to the logger window. | Ivan Alejandro | |
Closes #3407. | |||
2013-08-12 | fix imports to use new namespace | Kali Kaneko | |
2013-08-12 | move everything into bitmask namespace | Kali Kaneko | |