Florian Bruhin
ad6065605a
Merge branch 'master' of https://github.com/oed/qutebrowser into oed-master
2014-12-29 21:58:51 +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
Florian Bruhin
b1501a691d
Ignore empty parts when calculating cursor part.
...
Fixes #389 .
2014-12-26 16:57:08 +01:00
Florian Bruhin
d1e0de236d
Handle :restart correctly with Python eggs.
...
Fixes #323 .
2014-12-26 15:37:25 +01:00
Florian Bruhin
d029044787
Log full exception on restart errors.
2014-12-26 15:37:25 +01:00
Florian Bruhin
769bc65343
Fix name collision.
2014-12-26 15:09:27 +01:00
Florian Bruhin
bf4d6a5707
Handle an invalid cwd properly.
...
Fixes #370 .
2014-12-26 15:07:18 +01:00
Florian Bruhin
dec6842370
Remove unnecessary if-branch in fuzzy_url.
...
The first branch already checks for `os.path.exists(path)`, so it doesn't make
sense for the second one to check that again (ANDed with some other condition).
2014-12-26 15:03:30 +01:00
Florian Bruhin
4ab5d2df28
Make it possible to enter a keymode twice.
...
If we don't allow this, we can get stuck e.g. when doing this:
- Press m to get a quickmark prompt.
- Click a javascript prompt button.
- Exit the javascript prompt.
- We have the quickmark prompt open but we're in normal mode.
2014-12-26 14:26:59 +01:00
Florian Bruhin
7c86693dd4
Disable report button in crash dialog on :report.
2014-12-26 13:03:47 +01:00
Florian Bruhin
0c6af7a5f3
Move debug log to bottom in crash dialog.
...
Closes #365 .
2014-12-26 13:01:19 +01:00
Florian Bruhin
4a632f85e0
Add a warning for manual edits to the config.
...
Closes #373 .
2014-12-26 12:49:38 +01:00
Florian Bruhin
0c5aed284b
Fix popping of a dead question in prompter.
...
This happens when a question for a file path for an already cancelled download
gets popped.
Fixes #415 .
2014-12-26 12:46:53 +01:00
Florian Bruhin
5d0dd5b11b
Fix AttributeError on config changes on Ubuntu.
...
Fixes #390 .
2014-12-26 12:25:42 +01:00
John ShaggyTwoDope Jenkins
324035240c
Merge branch 'master' of https://github.com/The-Compiler/qutebrowser
...
Upstream.
2014-12-24 20:02:27 -08:00
John ShaggyTwoDope Jenkins
d13296fe7d
workaround zzz
2014-12-24 19:44:32 -08:00
John ShaggyTwoDope Jenkins
535db9d2a2
ctrl+q for windows
2014-12-24 19:25:07 -08:00
John ShaggyTwoDope Jenkins
5562cc25e0
minor edits
2014-12-24 19:12:54 -08:00
Florian Bruhin
df3d41eb66
Merge branch 'helenst-link-to-settings-page'
2014-12-24 23:53:32 +01:00
Florian Bruhin
847d44cb31
Regenerate docs
2014-12-24 23:53:18 +01:00
Florian Bruhin
9f9f1a6d52
Merge branch 'link-to-settings-page' of https://github.com/helenst/qutebrowser into helenst-link-to-settings-page
2014-12-24 23:51:31 +01:00
Florian Bruhin
294d8dd672
Merge branch 'regines-master'
2014-12-24 23:50:20 +01:00
Florian Bruhin
6d11fc72c6
Regenerate authors
2014-12-24 23:50:12 +01:00
Florian Bruhin
fbca2be1c9
Merge branch 'master' of https://github.com/regines/qutebrowser into regines-master
2014-12-24 23:49:52 +01:00