Florian Bruhin
d9d5b2df0c
Release v0.1.2
2015-01-09 22:30:04 +01:00
Florian Bruhin
d6fd5a817e
Regenerate docs.
2015-01-09 22:28:25 +01:00
Florian Bruhin
301186d407
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:26:35 +01:00
Florian Bruhin
ab121a98da
Enter KeyMode.normal directly in ModeManager.
...
We used to enter KeyMode.none and then with a zero-time singleShot QTimer enter
the normal mode. This doesn't really make sense, and caused an exception if a
keypress was processed before the timer fired.
Fixes #433 .
2015-01-09 22:26:35 +01:00
Florian Bruhin
a463038834
Make sure QUrl::fromUserInput is valid in is_url.
...
Fixes #460 .
Without this fix, it's possible for URLs to be valid according to is_url, but
not according to QUrl::fromUserInput, e.g. "http:foo:0". This caused an
exception later because fuzzy_url runs qtutils.ensure_valid.
2015-01-09 22:26:35 +01:00
Florian Bruhin
22761b4373
Switch Qt style to Fusion on OS X on Qt 5.4.
...
Fixes #462 .
See #459 .
Upstream bugs:
https://bugreports.qt.io/browse/QTBUG-42948
https://bugreports.qt.io/browse/QTBUG-43070
2015-01-09 19:27:44 +01:00
Florian Bruhin
78f6f3a0e1
Fix error handling for local files in :adblock-update
2015-01-09 07:17:47 +01:00
Florian Bruhin
6166ea51e2
Hide 2 more Qt warnings.
2015-01-09 07:17:47 +01:00
Florian Bruhin
4d4065dfac
Add !important to all hint properties.
2015-01-09 07:17:47 +01:00
Error 800
81f350ee99
Added !important to hint styles
...
Prevents websites from overriding hint styles
2015-01-09 07:16:44 +01:00
Florian Bruhin
4b98e6e9ce
Make init_venv.py work with multiple sip .so files.
...
On my Debian jessie there's a sip.cpython-34m-x86_64-linux-gnu.so and a
sip.cpython-34dm-x86_64-linux-gnu.so.
2015-01-09 07:16:44 +01:00
Florian Bruhin
11f8ab1f85
Fix maxsplit-splitting with empty args (""/'').
...
Fixes #453 .
2015-01-09 07:16:44 +01:00
Florian Bruhin
0449da048f
Uncheck sending of debug log with private browsing.
...
Fixes #436 .
2015-01-09 07:16:44 +01:00
Error 800
c78e938dea
Added !important to hint styles
...
Prevents websites from overriding hint styles
2015-01-09 07:16:44 +01:00
Error 800
99fb8a5d87
Fixed uppercase hints option
...
Corrected CSS property from 'texttransform' to 'text-transform'
2015-01-09 07:16:44 +01:00
Matthias Lisin
b1e0b8f119
Commas are awesome
...
Fixes #438
Fixes #439
2015-01-09 07:16:43 +01:00
Florian Bruhin
8d49e001e9
Abort blocking questions when new page is loaded.
...
Fixes #430 .
Fixes #431 .
Hopefully fixes #354 .
Hopefully fixes #434 .
Conflicts:
qutebrowser/browser/network/networkmanager.py
2015-01-09 07:16:32 +01:00
Florian Bruhin
965c176acf
Fix validation of ShellCommand config type.
...
Fixes #432 .
2015-01-09 07:15:44 +01:00
Florian Bruhin
896da1c27e
Add SSL info to version info.
2015-01-09 07:15:44 +01:00
Florian Bruhin
8f33fcfc52
Replace unencodable chars in download filenames.
...
Fixes #427 .
2015-01-09 07:15:44 +01:00
Florian Bruhin
91b0a33ab0
Update copyright years
2015-01-09 07:15:43 +01:00
Florian Bruhin
b059f4058f
Remove hosts-file.net from blocker default lists.
2015-01-09 07:15:43 +01:00
Florian Bruhin
b63ce438b4
Fix user-stylesheet setting with an empty value.
2015-01-09 07:15:43 +01:00
Florian Bruhin
f96cf6fe27
Release v0.1.1
2014-12-28 22:47:23 +01:00
Florian Bruhin
bb1a1b80aa
Fix setting of QWebSettings with empty strings.
2014-12-28 22:44:40 +01:00
Florian Bruhin
b703028411
Clean up and temporarily disable alias completion.
...
Fixes #358 .
2014-12-28 22:08:38 +01:00
Florian Bruhin
6089d4a636
Remove ez_setup exclude.
2014-12-28 18:04:52 +01:00
Florian Bruhin
d2e550e922
Exclude resources.py from checks.
2014-12-28 18:04:27 +01:00
Florian Bruhin
d1d6fb3dce
Use Qt resources for the window icon.
2014-12-28 15:10:02 +01:00
Florian Bruhin
ea5ee0e7c8
Only remove icon tree if necessary.
2014-12-28 14:52:35 +01:00
Florian Bruhin
f1435ce51f
Use a dirty hack to copy icon files into package.
...
See #325 .
2014-12-28 14:50:25 +01:00
Florian Bruhin
2a4e884e1b
Set window icon. Closes #325 .
2014-12-28 14:35:28 +01:00
Florian Bruhin
aef693805a
Merge branch 'oed-prevent_downloading_existing_file'
2014-12-28 02:02:08 +01:00
Florian Bruhin
553a2fbcbd
Regenerate authors
2014-12-28 02:01:59 +01:00
Florian Bruhin
ed253f23c6
Pass window id to DownloadItem.
2014-12-28 02:00:31 +01:00
Florian Bruhin
60cc70151c
Merge branch 'prevent_downloading_existing_file' of https://github.com/oed/qutebrowser into oed-prevent_downloading_existing_file
2014-12-28 01:57:14 +01:00
Florian Bruhin
3426d843bd
Merge branch 'shaggytwodope-master'
2014-12-28 01:55:23 +01:00
Florian Bruhin
13fe444c79
Regenerate authors
2014-12-28 01:53:00 +01:00
Florian Bruhin
767f043dfa
Change some troubleshooting answers.
2014-12-28 01:52:48 +01:00
Florian Bruhin
53c037f2fa
Merge branch 'master' of https://github.com/shaggytwodope/qutebrowser into shaggytwodope-master
2014-12-28 01:41:38 +01:00
Florian Bruhin
73d08cb60c
Fix mode handling with multiple javascript prompts.
...
This fixes a regression introduced in 03ac8874ff .
2014-12-28 01:28:35 +01:00
Florian Bruhin
177707687c
Display IPC errors to the user.
...
Fixes #337 .
2014-12-28 01:28:35 +01:00
Florian Bruhin
89c7f3ecfe
Re-focus web view when leaving prompt/yesno mode.
2014-12-28 00:41:50 +01:00
Florian Bruhin
03ac8874ff
Rewrite keymode handling to use only one mode.
...
Fixes #417 .
Fixes #418 .
See 4ab5d2df28 .
2014-12-28 00:01:27 +01:00
Florian Bruhin
be2c67aa19
Don't filter completion parts if there's only one.
...
This fixes a regression (completion not showing with :) introduced in
b1501a691d .
2014-12-27 22:50:28 +01:00
John ShaggyTwoDope Jenkins
c57f0063bc
spaces
2014-12-26 17:39:04 -08:00
Joel Torstensson
6c6ae4e465
Refactored question logic.
2014-12-27 00:50:52 +01:00
Joel Torstensson
f0779f8cc0
User now asked if it wants to overwrite existing file.
...
Fix #318
2014-12-26 21:58:45 +01:00
John ShaggyTwoDope Jenkins
f0d0d92124
Merge branch 'master' of https://github.com/The-Compiler/qutebrowser
2014-12-26 12:11:34 -08:00
John ShaggyTwoDope Jenkins
fd5901070d
adjustments added debian ubuntu crash info
2014-12-26 11:26:06 -08:00