qutebrowser/qutebrowser
Florian Bruhin c2f9cae770 Don't show line edit text in its repr().
Previously we showed self.text in the __repr__ of MinimalLineEdit. This however
is a bad idea, because it exposes passwords to the debug log when the currently
focused widget is logged.
2015-02-11 23:33:31 +01:00
..
browser Deny HTML5 permissions when question is cancelled. 2015-02-10 21:15:17 +01:00
commands Make it possible to deprecate commands. 2015-01-15 22:29:00 +01:00
completion Resize completion when it's shown, and only then. 2015-01-28 22:16:22 +01:00
config Add config options for geolocation/notifications. 2015-02-10 21:09:08 +01:00
html Fix problem with qutesettings scope in pages 2014-11-25 14:29:20 -06:00
keyinput Fix lint 2015-01-23 15:10:44 +01:00
mainwindow Refactor saving logic, only save stuff if modified. 2015-02-01 00:43:07 +01:00
misc Don't show line edit text in its repr(). 2015-02-11 23:33:31 +01:00
test Fix copyright years. 2015-02-06 00:21:57 +01:00
utils fuzzy_url: handle invalid URLs with autosearch off 2015-02-02 22:24:01 +01:00
__init__.py Bump master to v0.1.2 2015-01-10 00:08:38 +01:00
__main__.py Update copyright years 2015-01-03 15:51:31 +01:00
app.py Add -s argument to set temporary options. 2015-02-05 07:54:19 +01:00
qutebrowser.py Keep more debug log in memory. 2015-02-09 07:34:12 +01:00
resources.py Use Qt resources for the window icon. 2014-12-28 15:10:02 +01:00