qutebrowser/qutebrowser
Ryan Roden-Corrent bc21904fef Fix completion-item-del on undeletable item.
Even though no item was deleted, it was manipulating the completion
model because beginRemoveRows was called before the exception was
raised.

This fixes that problem by moving the removal logic (and delete_func
check) into the parent model, so it can check whether deletion is
possible before calling beginRemoveRows.

Fixes #2839.
2017-07-22 17:16:35 -04:00
..
browser Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
commands Try a different way of fixing userscript crashes 2017-06-11 14:44:19 +02:00
completion Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
config Add maximum bound for web-history-max-items 2017-07-21 18:30:12 +02:00
html Fix the "try again" button on error pages 2017-07-13 17:26:58 +02:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Fix qute://history SQL bug. 2017-07-13 08:54:21 -04:00
keyinput Finally update copyrights... 2017-05-09 21:37:03 +02:00
mainwindow Remove unused import 2017-07-19 12:55:51 +02:00
misc Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
utils Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
__init__.py Release v0.11.0 2017-07-04 18:02:34 +02:00
__main__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
app.py Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
qutebrowser.py Stop marking QtWebEngine as experimental 2017-06-30 10:42:33 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00