qutebrowser/qutebrowser
Florian Bruhin 8c227324fe Use qurl_from_user_input() in urlutils.is_url().
It seems 354018efcd broke IPv6 IPs on older Qt
versions:

======================================================================
FAIL: test_urls (qutebrowser.test.utils.test_urlutils.IsUrlTests) (url='2001:41d0:2:6c11::1')
Test things which are URLs.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildbot/slaves/slave/ubuntu-utopic/build/qutebrowser/test/utils/test_urlutils.py", line 168, in test_urls
    self.assertTrue(urlutils.is_url(url), url)
AssertionError: False is not true : 2001:41d0:2:6c11::1
2015-01-09 22:13:23 +01:00
..
browser Switch Qt style to Fusion on OS X on Qt 5.4. 2015-01-09 15:43:03 +01:00
commands Fix maxsplit-splitting with empty args (""/''). 2015-01-06 10:00:28 +01:00
completion show-default-value: update heading 2015-01-08 12:52:21 -06:00
config Fix config breakage because of deleted option. 2015-01-09 14:38:20 +01:00
html Fix problem with qutesettings scope in pages 2014-11-25 14:29:20 -06:00
keyinput Enter KeyMode.normal directly in ModeManager. 2015-01-09 21:49:39 +01:00
mainwindow Enter KeyMode.normal directly in ModeManager. 2015-01-09 21:49:39 +01:00
misc Uncheck sending of debug log with private browsing. 2015-01-04 20:41:35 +01:00
test Make sure QUrl::fromUserInput is valid in is_url. 2015-01-09 21:49:26 +01:00
utils Use qurl_from_user_input() in urlutils.is_url(). 2015-01-09 22:13:23 +01:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
__main__.py Update copyright years 2015-01-03 15:51:31 +01:00
app.py Update copyright years 2015-01-03 15:51:31 +01:00
qutebrowser.py Update copyright years 2015-01-03 15:51:31 +01:00
resources.py Use Qt resources for the window icon. 2014-12-28 15:10:02 +01:00