qutebrowser/qutebrowser/browser
Daniel Schadt 1fa50021c1 downloads: use right index for beginInsertRows
len(self.downloads) is already the index of the item in the download
list, this should be used for beginInsertRows(). The +1 is only for the
human readable part.
2016-05-08 23:36:31 +02:00
..
network netmanager: fix crash when asking with no tab_id 2016-05-05 00:34:16 +02:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
adblock.py Fix HostBlocker.on_config_changed with no datadir 2016-05-07 23:35:30 +02:00
cache.py Merge branch 'issue-1412' of https://github.com/Kingdread/qutebrowser into Kingdread-issue-1412 2016-04-27 21:19:04 +02:00
commands.py Add utils.supports_selection() 2016-05-08 22:06:59 +02:00
cookies.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
downloads.py downloads: use right index for beginInsertRows 2016-05-08 23:36:31 +02:00
downloadview.py Avoid DownloadView being focused when pressing tab 2016-03-31 19:45:36 +02:00
hints.py Simplify if-statement 2016-05-08 22:18:14 +02:00
history.py Show debug instead of warning for #670 2016-05-08 22:08:08 +02:00
http.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
inspector.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
mhtml.py Various code style improvements 2016-04-27 20:25:27 +02:00
pdfjs.py Various code style improvements 2016-04-27 20:25:27 +02:00
rfc6266.py flake8: Add flake8-pep3101 plugin. 2016-01-22 19:40:10 +01:00
signalfilter.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
tabhistory.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
urlmarks.py Various code style improvements 2016-04-27 20:25:27 +02:00
webelem.py Various code style improvements 2016-04-27 20:25:27 +02:00
webpage.py Fix types in @pyqtSlot decorations 2016-04-26 20:34:38 +02:00
webview.py Fix types in @pyqtSlot decorations 2016-04-26 20:34:38 +02:00