qutebrowser/qutebrowser
Florian Bruhin 0557fea79e Use QApplication.sendEvent instead of postEvent
From the QApplication.postEvent docs:
http://doc.qt.io/qt-5/qcoreapplication.html#postEvent

  The event must be allocated on the heap since the post event queue
  will take ownership of the event and delete it once it has been
  posted. It is not safe to access the event after it has been posted.

We can't reliably guarantee that from Python, so we need to use
sendEvent instead.
2016-08-18 21:36:43 +02:00
..
browser Use QApplication.sendEvent instead of postEvent 2016-08-18 21:36:43 +02:00
commands Add some docs for command replacements 2016-08-16 13:32:53 +02:00
completion Focus completion by category. 2016-08-15 07:14:28 -04:00
config Adjust default hint.bg gradient orientation 2016-08-17 21:00:13 +02:00
html Minor cleanups. Whitespace / indentation CSS. 2016-07-23 13:06:56 +02:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Fix eslint 2016-08-18 16:52:53 +02:00
keyinput Revert "Revert "Handle counts for special keys."" 2016-08-16 13:44:28 +02:00
mainwindow Set open target for force_tab to tab-silent 2016-08-17 12:04:46 +02:00
misc Move :window-only to misc.utilcmds 2016-08-16 11:05:02 +02:00
utils Revert "javascript.assemble: Support document module" 2016-08-18 15:58:46 +02:00
__init__.py Release v0.8.1 2016-07-27 12:41:40 +02:00
__main__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
app.py Fix :restart deleting the given --basedir 2016-08-16 21:27:23 +02:00
qutebrowser.py Un-hide --backend argument 2016-07-26 13:30:41 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00