Florian Bruhin
643bf4bc20
Remove 32-bit check in build_release.py
...
This is probably not needed anymore, see #3842
2018-04-16 08:33:01 +02:00
Florian Bruhin
b89b38fd3c
Use latest release of PyInstaller
...
This is as a stop-gap solution for #3842 .
2018-04-16 08:28:24 +02:00
Jay Kamat
0829511221
Merge pull request #3803 from toofar/fix/greasemonkey_includes_fallback
...
Greasemonkey: fix default include value
2018-04-13 18:26:46 -04:00
Jay Kamat
48b865073c
Update changelog
2018-04-13 12:21:12 -04:00
Jay Kamat
3f9099613b
Merge pull request #3807 from slackhead/tabs.mute_messages
...
Add option to mute the Last Tab/First Tab messages when tabs.wrap is false
2018-04-13 12:11:45 -04:00
Jay Kamat
77fa0730c8
Merge pull request #3802 from jgkamat/jay/tab-take-completion
...
Fix win_id 0 always being included in :tab-take completion
2018-04-10 16:24:48 -04:00
Jay Kamat
ed76d689b0
Add test for completing other buffer excluding id0
2018-04-10 02:45:12 -04:00
toofar
69d642cab8
Merge pull request #3792 from toofar/fix/gm_addstyle_earlyload
...
Greasemonkey: fix early GM_addStyle with fast sites.
Seems to be a working fix, despite noone having clarity on what is the ideal approach.
2018-04-09 19:11:10 +12:00
Slackhead
62aa9bdbb3
Added debug() logging for next/prev-tab and test scenarios
2018-04-09 02:03:02 +01:00
Florian Bruhin
e35c91043e
pyinstaller: Use '.' as path for git-commit-id
...
See #384
2018-04-08 20:46:43 +02:00
Slackhead
fac546e9b4
Remove test scenarios for last/first tab when wrap is off
2018-04-08 18:56:16 +01:00
Jay Kamat
b74ddc3493
Merge pull request #3820 from AlvaroLuken/master
...
Added surrounding gray box to launch command for Ubuntu + Tox
2018-04-08 13:39:16 -04:00
Slackhead
b7964d9baf
Remove first/last tab messages
2018-04-08 10:31:12 +01:00
AlvaroLuken
feb2f99ea9
Added surrounding gray box to launch command for Ubuntu + Tox
2018-04-05 11:22:38 -04:00
Slackhead
eb18f0a2ac
Adjust the help docs entry
2018-04-03 17:49:51 +01:00
Slackhead
39c08cb582
Add option to mute the Last Tab/First Tab messages when tabs.wrap is false
2018-04-03 16:27:04 +01:00
Jimmy
164ea98a5b
Greasemonkey: fix default include value
...
Greasemonkey scripts are supposed to default to running on all pages.
@jgkamat and @nemanjan00 repurted some script not running on all pages
unless they either removed (or broke) the metadata block or added an
include directive. Indeed I had a logic error when it only defaulted to
being included on all pages when no metadata block at all was included.
Whoops.
2018-04-03 20:11:15 +12:00
Jay Kamat
3b2c0823af
Fix win_id 0 always being included in :tab-take completion
2018-04-02 20:34:34 -04:00
Florian Bruhin
79823a9a0b
Regenerate docs
2018-04-01 13:22:01 +02:00
Jimmy
1c0616f3ec
Greasemonkey: fix early addstyle with fast sites.
...
nemanjan00 reported this script not having any effect da850e49cc/duckduckgo-deepdark.user.js
It turns out that the previous implementation of GM_addStyle was relying
on `document.onreadystatechange` when the script ran early enough that
there was no `head` element. That event wasn't getting fired for the
main frame of duckduckgo.com for whatever reason. Maybe using
`DOMContentLoaded` or something would have worked but I just copied the
fallback in the above linked script which seems to work just fine.
2018-04-01 12:38:48 +12:00
Florian Bruhin
6151d077e5
Update changelog
2018-03-30 11:49:39 +02:00
Florian Bruhin
d438aa15fa
Simplify setting _qute_script_id
2018-03-30 11:48:06 +02:00
Jay Kamat
7f5a79cdfd
Escape strings with string_escape rather than tojson
2018-03-30 01:40:49 -04:00
Florian Bruhin
5bc794f85a
Update changelog
2018-03-28 21:11:20 +02:00
Florian Bruhin
d7455bcdba
Merge remote-tracking branch 'origin/pr/3765' into adblock
2018-03-28 20:32:47 +02:00
Florian Bruhin
0b667e4701
Merge remote-tracking branch 'origin/pr/3763' into adblock
2018-03-28 20:32:39 +02:00
George Edward Bulmer
2789bec1e7
Modify assert_url to treat localhost differently
2018-03-28 14:27:17 +01:00
George Edward Bulmer
1ccb464d1c
Return removed comment about hosts format
2018-03-28 14:17:13 +01:00
Florian Bruhin
758ea8b171
Update changelog
2018-03-28 09:36:32 +02:00
Florian Bruhin
32568a6da4
Simplify tests
2018-03-28 09:33:27 +02:00
Florian Bruhin
14792472db
Merge remote-tracking branch 'origin/pr/3680'
2018-03-28 09:29:54 +02:00
Florian Bruhin
005fa8b675
Fix newline
2018-03-28 09:14:26 +02:00
Florian Bruhin
c7e5033eaa
Set MainWindow as parent of TabbedBrowser
...
If we close the MainWindow (and it gets deleted), we need to make sure to delete
the TabbedBrowser as well.
Fixes #3781
2018-03-28 08:58:07 +02:00
Florian Bruhin
a828851640
Update recommended Qt version in readme
2018-03-28 08:48:18 +02:00
Jussi Timperi
046a3dc159
Add option to only show favicons for pinned tabs
...
Closes #3440
2018-03-28 00:45:57 +03:00
Florian Bruhin
68b707c749
Update changelog
2018-03-27 12:01:42 +02:00
Florian Bruhin
9cff0e7367
Merge remote-tracking branch 'origin/pr/3742'
2018-03-27 12:01:18 +02:00
Florian Bruhin
7e66c3cf46
Update changelog
2018-03-27 11:11:34 +02:00
Florian Bruhin
bf4aab79ac
Merge remote-tracking branch 'origin/pr/3751'
2018-03-27 11:11:12 +02:00
Florian Bruhin
a6f6fdf19b
Update docs
2018-03-27 11:09:18 +02:00
Florian Bruhin
e5ffcbd49f
Merge remote-tracking branch 'origin/pr/3750'
2018-03-27 11:07:29 +02:00
Florian Bruhin
730347e449
Merge branch 'pyup-scheduled-update-2018-03-26'
2018-03-27 10:27:59 +02:00
Florian Bruhin
55112b52e0
Merge remote-tracking branch 'origin/pr/3776'
2018-03-27 10:25:41 +02:00
Florian Bruhin
2249a88e3a
Make test_simple_js_webengine work correctly
2018-03-27 07:29:43 +02:00
Florian Bruhin
6dbd6d1ddf
Move test_qt_javascript.py
2018-03-27 07:14:05 +02:00
Florian Bruhin
6ecea8ef17
Revert accidental changes to test_qt_javascript.py
2018-03-27 07:13:17 +02:00
Florian Bruhin
021bb25622
Add regenerating website to contributing.asciidoc
...
[ci skip]
(cherry picked from commit 9f95736bbe4a00c9cc4a8b222ab3dc55d6bdf96c)
2018-03-26 22:53:46 +02:00
Florian Bruhin
22e887045b
Remove flake8-builtins filter
2018-03-26 18:27:15 +02:00
pyup-bot
4896765fcc
Update virtualenv from 15.1.0 to 15.2.0
2018-03-26 18:17:25 +02:00
pyup-bot
d98590d712
Update pytest-faulthandler from 1.4.1 to 1.5.0
2018-03-26 18:17:23 +02:00