Florian Bruhin
|
cae7eead6f
|
QtWebEngine: Basic settings support
|
2016-08-03 11:35:08 +02:00 |
|
Florian Bruhin
|
1fb4aa3532
|
Merge branch 'tab-open-implicit' of https://github.com/mlochbaum/qutebrowser into mlochbaum-tab-open-implicit
|
2016-08-03 09:16:49 +02:00 |
|
Florian Bruhin
|
79d2116b18
|
Remove unneeded 'return'
|
2016-08-03 09:07:12 +02:00 |
|
Florian Bruhin
|
77dd2a105f
|
Add cmdutils.check_overflow in _set_current_index
|
2016-08-03 08:57:05 +02:00 |
|
Marshall Lochbaum
|
299d4865d0
|
Move --implicit flag argument to the end of _open
|
2016-08-02 15:26:49 -04:00 |
|
Marshall Lochbaum
|
66adbc9323
|
Add --implicit flag to :open
|
2016-08-02 13:49:25 -04:00 |
|
Marshall Lochbaum
|
d30da4f905
|
Update tab_focus docstring
|
2016-08-02 11:50:21 -04:00 |
|
Marshall Lochbaum
|
8a127f2839
|
Remove cmdutils.arg_or_count
|
2016-08-02 11:31:03 -04:00 |
|
Florian Bruhin
|
a3047008dd
|
Bump up filename length limit to 50
The usual limit seems to be 255 bytes, so even when assuming 5-byte
UTF-8 chars for every letter, 50 should be fine.
http://serverfault.com/questions/9546/filename-length-limits-on-linux/9548#9548
|
2016-08-02 16:12:09 +02:00 |
|
Florian Bruhin
|
b8ef6fa44e
|
Merge branch 'open-download-fixes' of https://github.com/Kingdread/qutebrowser into Kingdread-open-download-fixes
|
2016-08-02 16:11:34 +02:00 |
|
Florian Bruhin
|
43ff1b0d97
|
Tunnel private-browsing to QtWebKit correctly
|
2016-08-02 14:19:31 +02:00 |
|
Daniel Schadt
|
57ceaeeb55
|
open-download: don't crash on download cancel
Fixes #1728.
|
2016-08-02 01:10:40 +02:00 |
|
Daniel Schadt
|
b187b680cb
|
open-download: force encoding for filename
Fixes #1726.
|
2016-08-02 01:00:57 +02:00 |
|
Daniel Schadt
|
abcdaa9cce
|
open-download: make sure the name is not too long
Fixes #1725.
Make sure that the temporary filename is not too long by restricting the
suggested part to 20 characters.
|
2016-08-02 00:57:22 +02:00 |
|
Daniel Schadt
|
9973cd5037
|
downloads: don't crash on OSError in open-download
Fixes the crash in #1725, but does not provide a solution. The browser
won't crash, but the file won't be downloaded and opened either.
|
2016-08-02 00:46:59 +02:00 |
|
Florian Bruhin
|
49699be44e
|
Ignore TypeError on contents_size_changed cleanup
|
2016-08-01 17:40:41 +02:00 |
|
Florian Bruhin
|
81d0d64731
|
QtWebEngine: Fix crash when closing/reopening tabs
|
2016-08-01 17:25:55 +02:00 |
|
Florian Bruhin
|
5ec39b7540
|
Fix crash when opening http://foo%40bar@baz
|
2016-08-01 17:18:14 +02:00 |
|
Florian Bruhin
|
4414f5fea9
|
Merge branch 'tab-move-index' of https://github.com/mlochbaum/qutebrowser into mlochbaum-tab-move-index
|
2016-08-01 16:17:09 +02:00 |
|
Florian Bruhin
|
86669600ff
|
Consider input elements without type for hinting
|
2016-08-01 15:49:50 +02:00 |
|
Florian Bruhin
|
13269ef388
|
Wrap long lines
|
2016-08-01 12:46:47 +02:00 |
|
Florian Bruhin
|
a772e8a2c3
|
Mark :set-mark/:jump-mark as hidden
Fixes #1708.
|
2016-08-01 12:21:18 +02:00 |
|
Marshall Lochbaum
|
a7438f4f15
|
Extend tab-move's direction argument to take an index (fixes #1701)
|
2016-07-29 23:06:51 -04:00 |
|
Florian Bruhin
|
066c9bf4dc
|
Split websettings into web{kit,engine,}settings
|
2016-07-29 12:01:22 +02:00 |
|
Florian Bruhin
|
08a9786a73
|
Add a stub for WebEnginePage.createWindow
See #1699.
|
2016-07-29 10:35:14 +02:00 |
|
Florian Bruhin
|
af704439d9
|
Remove trailing newline
|
2016-07-29 09:05:25 +02:00 |
|
Claire Cavanaugh
|
3d258df23a
|
Heil PEP8 :P
|
2016-07-28 23:24:34 -07:00 |
|
Claire Cavanaugh
|
bf44636a24
|
:open opens quickmark when given a quckmark name
|
2016-07-28 22:50:10 -07:00 |
|
Florian Bruhin
|
b48b7eddc8
|
Add no-cover pragma for _rect_on_view_js
|
2016-07-28 17:33:04 +02:00 |
|
Florian Bruhin
|
56515321dd
|
Handle failing javascript in webelem.rect_on_view
Fixes #1641.
|
2016-07-28 17:10:31 +02:00 |
|
Florian Bruhin
|
5463e133ee
|
Split webelem.rect_for_view into two methods
|
2016-07-28 17:09:07 +02:00 |
|
Florian Bruhin
|
d6b6afdf11
|
Fix WebElementWrapper.__eq__
|
2016-07-28 15:57:25 +02:00 |
|
Florian Bruhin
|
1213b91b66
|
Fix ALL the contentsSizeChanged connections!
|
2016-07-28 15:29:56 +02:00 |
|
Florian Bruhin
|
9cbf9eaa76
|
Disconnect contents_size_changed during cleanup
|
2016-07-28 14:59:23 +02:00 |
|
Florian Bruhin
|
21c1dec59a
|
Actually handle contents_size_changed correctly
|
2016-07-28 14:56:42 +02:00 |
|
Florian Bruhin
|
d357ccf403
|
Add some more WebElementWrapper tests
|
2016-07-28 14:25:53 +02:00 |
|
Florian Bruhin
|
b0a0984fe7
|
Add missing check_vanished in remove_blank_target
|
2016-07-28 13:13:21 +02:00 |
|
Florian Bruhin
|
41e6a2392a
|
QtWebEngine: Add stub for find_all_elements
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
631109e5eb
|
Fix raising of WebTabError
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
d87840e254
|
Fix lint
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
540c62c232
|
Add only_visible to find_all_elements
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
5b943a431e
|
Fix WebElementWrapper.text
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
49f57a5d7e
|
Fix userscripts
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
5eca6e11a5
|
Fix editor/paste-primary
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
e051de4843
|
Fix word hinting
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
ffdaf8d470
|
Move webelem.is_visible/.rect_on_view to methods
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
4318604c57
|
Don't use javascript in webelem.set_text for hints
|
2016-07-28 12:36:09 +02:00 |
|
Florian Bruhin
|
193c755637
|
Refactor WebElement API, part 2
Now we don't get a crash, but not any hints either...
|
2016-07-28 12:35:59 +02:00 |
|
Florian Bruhin
|
c5a91004f5
|
Add contents_size_changed to tab API
|
2016-07-28 12:35:56 +02:00 |
|
Florian Bruhin
|
c764733472
|
Refactor QWebElement API, part 1
|
2016-07-28 12:35:49 +02:00 |
|