Commit Graph

  • 49b2a19925 Merge branch 'master' of https://github.com/The-Compiler/qutebrowser into pintab thuck 2016-11-07 21:25:36 +0100
  • ec50d39578 Some fixes for the pylint thuck 2016-11-07 21:25:05 +0100
  • 4ed046d5e7 Everything is pinned instead of pin, and one if corrected thuck 2016-11-07 21:12:34 +0100
  • c590a37043 changed to using an internal _autosave session Cosmin Popescu 2016-11-07 20:45:46 +0100
  • 6019e090a1 Fix get_coredumpctl_traces.py Florian Bruhin 2016-11-07 17:52:50 +0100
  • 20eae4d671 Modifed exception structure thuck 2016-11-07 08:11:47 +0100
  • f8dffb4e5c Some modifications from initial feedback thuck 2016-11-07 08:02:25 +0100
  • 29d1c0d68b Small fix for situations where we cannot find the tab for the index thuck 2016-11-06 23:27:06 +0100
  • d7a1a542b6 Change shortcut to tab-pin thuck 2016-11-06 23:25:36 +0100
  • d592651c50 Change command from pin/unpin to tab-pin thuck 2016-11-06 23:24:24 +0100
  • d279f4af89 Merge branch 'paretje-insert-text-js' Florian Bruhin 2016-11-06 22:42:11 +0100
  • 9c4086a3f3 Regenerate authors Florian Bruhin 2016-11-06 22:42:02 +0100
  • a39fbc8a07 Merge branch 'insert-text-js' of https://github.com/paretje/qutebrowser into paretje-insert-text-js Florian Bruhin 2016-11-06 22:41:49 +0100
  • 6d7a6db130 Proper title and size for pinned tab thuck 2016-11-06 19:04:32 +0100
  • 22133beb72 Fix small bug because result was not declared thuck 2016-11-06 18:24:33 +0100
  • 6f610e9c44 Initial development to support pin tabs #926 thuck 2016-11-06 15:52:23 +0100
  • 690633bd87 Release v0.8.4 Florian Bruhin 2016-11-06 00:44:24 +0100
  • 55541753e7 flake8 requirements: Update pycodestyle to 2.1.0 Florian Bruhin 2016-11-05 23:58:04 +0100
  • be0fe8897b test requirements: Update pytest-bdd to 2.18.1 Florian Bruhin 2016-11-05 23:55:50 +0100
  • 3a87319830 flake8 requirements: Update flake8-tidy-imports to 1.0.3 Florian Bruhin 2016-11-05 23:55:33 +0100
  • 0c9a97225a Fix GitHub filename Florian Bruhin 2016-11-05 23:35:56 +0100
  • f7cfb6afc3 Release v0.8.3 Florian Bruhin 2016-11-05 23:06:56 +0100
  • d23c7fc5b9 Update changelog for v0.8.3 Florian Bruhin 2016-11-05 23:01:45 +0100
  • b6195d4e77 Fix handling of typing.Union with newer Python 3.5 versions Florian Bruhin 2016-11-05 22:11:52 +0100
  • 18e5334905 test requirements: Update glob2 to 0.5 Florian Bruhin 2016-11-04 23:44:12 +0100
  • a5afdf6fb6 Handle QtWebEngine downloads in DownloadModel Florian Bruhin 2016-11-01 22:26:14 +0100
  • ea9796403f Fix _ask_confirm_question Florian Bruhin 2016-11-01 20:53:03 +0100
  • bf994cd8da Initial QtWebEngine download support Florian Bruhin 2016-11-01 20:43:12 +0100
  • c876c3d244 Fix lint Florian Bruhin 2016-11-01 19:42:09 +0100
  • a3a167e683 Split _die in two methods Florian Bruhin 2016-11-01 18:02:54 +0100
  • 6eef79e180 Adjust imports/objreg Florian Bruhin 2016-11-01 17:50:29 +0100
  • 990985e60f Rename browser.webkit.downloads to browser.qtnetworkdownloads Florian Bruhin 2016-11-01 17:38:33 +0100
  • e985730cbf Simplify TempDownloadManager initialization Florian Bruhin 2016-11-01 17:35:53 +0100
  • 7ca6996f39 Adjust imports Florian Bruhin 2016-11-01 17:31:39 +0100
  • 0ac2b71304 Simplify how filename questions are handled Florian Bruhin 2016-11-01 17:24:54 +0100
  • 3b51548d3a More download splitting Florian Bruhin 2016-11-01 17:06:56 +0100
  • 92b1bf2227 Get rid of win_id for DownloadItem Florian Bruhin 2016-11-01 16:37:56 +0100
  • 12d798d54d Continue download splitting Florian Bruhin 2016-11-01 16:35:22 +0100
  • 5b04f1052f Add DownloadItem.set_target Florian Bruhin 2016-11-01 16:28:47 +0100
  • 2c94efbf8a First big download refactoring chunk Florian Bruhin 2016-11-01 16:19:15 +0100
  • 352f83b95e Rename DownloadItem.do_retry Florian Bruhin 2016-11-01 14:51:04 +0100
  • 34b4dcf0d5 Make DownloadItem._retry_info private Florian Bruhin 2016-11-01 14:48:28 +0100
  • 70e390a2e8 downloads: Simplify redirect handling Florian Bruhin 2016-11-01 14:44:08 +0100
  • aa9c23d1c1 Merge branch 'prompts' Florian Bruhin 2016-11-04 18:43:08 +0100
  • 7256641288 Prevent questions from being aborted twice Florian Bruhin 2016-11-04 13:21:22 +0100
  • 15de465dbe bdd: Add a test for keyboard focus with multiple auth prompts Florian Bruhin 2016-11-04 07:21:31 +0100
  • 76728f0f73 tests: Allow more auth paths in end2end.fixtures.webserver Florian Bruhin 2016-11-04 07:21:04 +0100
  • fb9415a809 bdd: Allow multiple "When I open" suffixes Florian Bruhin 2016-11-04 07:20:48 +0100
  • a16d41333b Fix prompts while in command mode Florian Bruhin 2016-11-04 06:47:56 +0100
  • dd0ce8fe3b Add some more prompt logging Florian Bruhin 2016-11-04 06:47:10 +0100
  • dc772350bf test requirements: Update pytest-mock to 1.4.0 Florian Bruhin 2016-11-04 06:34:45 +0100
  • 3a79faac16 Also hide existing prompts when showing a new one Florian Bruhin 2016-11-03 23:03:42 +0100
  • 59b4ccc620 Rename max_height_padding Florian Bruhin 2016-11-03 06:43:52 +0100
  • a006ecffec Add MainWindow._update_overlay_geometries() Florian Bruhin 2016-11-03 06:42:58 +0100
  • 2b46228e3d Customize prompt selection colors Florian Bruhin 2016-11-03 06:38:22 +0100
  • ebcae3a69c Fix tabbing over .. in some directories on Windows Florian Bruhin 2016-11-02 23:18:57 +0100
  • 0f03960525 Log if getting directory information failed Florian Bruhin 2016-11-02 23:12:19 +0100
  • 732e7c260b Handle empty path for file completion Florian Bruhin 2016-11-02 23:11:16 +0100
  • cbf1a44b75 Fix handling of / as path Florian Bruhin 2016-11-02 22:58:24 +0100
  • 16b3b7a262 Fix prompt positioning with top statusbar Florian Bruhin 2016-11-02 22:51:27 +0100
  • 25bb720f09 Bound maximum size for prompts Florian Bruhin 2016-11-02 22:49:33 +0100
  • 9cf5d645f0 Hide prompts correctly Florian Bruhin 2016-11-02 22:16:49 +0100
  • 293a388ac6 Use HTML list for quit confirmation message Florian Bruhin 2016-11-02 12:55:42 +0100
  • fa1846ab0e Adjust prompt path when backspacing a path Florian Bruhin 2016-11-02 12:47:08 +0100
  • bbd8cc56a2 Restructure test_prompt Florian Bruhin 2016-11-02 09:25:24 +0100
  • 60c6b7f0ab Simplify FilenamePrompt._insert_text Florian Bruhin 2016-10-31 16:08:46 +0100
  • 5b33978259 Improve comment Florian Bruhin 2016-10-31 15:00:30 +0100
  • 4e793180c1 Fix completion in file prompts Florian Bruhin 2016-10-31 13:53:55 +0100
  • 63c6381e18 Add blank line Florian Bruhin 2016-10-31 09:29:08 +0100
  • fdc4b2e2f6 Move setting FilenamePrompt lineedit text up Florian Bruhin 2016-10-31 09:25:48 +0100
  • 7d1b1d354d Remove duplicated docstrings Florian Bruhin 2016-10-31 09:10:52 +0100
  • 14ecbc0cec Use jinja for SSL error message Florian Bruhin 2016-10-31 09:02:32 +0100
  • 28a32e680d Add comment about HTML escaping Florian Bruhin 2016-10-31 07:52:32 +0100
  • 64eeb95c30 Rename _init_title Florian Bruhin 2016-10-31 07:51:43 +0100
  • 27f96943a2 Add missing html.escape Florian Bruhin 2016-10-31 07:50:56 +0100
  • efdcbd860e Increase font size for prompt titles Florian Bruhin 2016-10-28 18:47:14 +0200
  • 3b7f65d956 Show URL in most questions Florian Bruhin 2016-10-28 18:40:55 +0200
  • 4ad741d26d Simplify shutdown in app.py Florian Bruhin 2016-10-28 17:43:59 +0200
  • d85cfcbc07 Fix ask_for_filename call Florian Bruhin 2016-10-28 12:56:55 +0200
  • 4552e06797 Only connect interrupted signal for questions once Florian Bruhin 2016-10-28 12:52:12 +0200
  • a87e46101c Fix lint Florian Bruhin 2016-10-28 11:31:39 +0200
  • 5ebaddfaf2 Ignore "Unexpected null parameter" warning Florian Bruhin 2016-10-28 07:43:40 +0200
  • 1b3e9613ea Fix mode handling with multi-window questions Florian Bruhin 2016-10-28 07:34:45 +0200
  • 4a360ba185 Simplify _set_fileview_root Florian Bruhin 2016-10-28 07:17:57 +0200
  • b0a04bff8e Use OS-independent path separators Florian Bruhin 2016-10-28 07:15:46 +0200
  • 54a694e35e Hide prompts correctly after :prompt-download-open Florian Bruhin 2016-10-28 07:02:04 +0200
  • 5eb66f2693 Restore self._question when restoring prompt Florian Bruhin 2016-10-28 06:39:33 +0200
  • 6f83590553 Add some more logging for prompts Florian Bruhin 2016-10-28 06:37:25 +0200
  • dba29e518a First working prototype of global prompts Florian Bruhin 2016-10-27 22:54:51 +0200
  • fdd1147620 Revert "Global prompt container" Florian Bruhin 2016-10-27 22:16:26 +0200
  • 1d6166b474 Global prompt container Florian Bruhin 2016-10-27 22:16:23 +0200
  • 9ce1180b31 First attempt at showing prompts in all windows Florian Bruhin 2016-10-27 13:40:34 +0200
  • d5a1f6d6b5 Only support calling _init_key_label once Florian Bruhin 2016-10-27 09:16:51 +0200
  • fefc8c4eb2 Add more tests for prompts Florian Bruhin 2016-10-27 09:16:19 +0200
  • 653ca9799d Add a default for SSL questions Florian Bruhin 2016-10-27 07:34:01 +0200
  • 20716c137c Support tab completion for auth prompts again Florian Bruhin 2016-10-27 07:26:18 +0200
  • 3ffcb011a7 Simplify key label for auth prompts Florian Bruhin 2016-10-27 07:23:49 +0200
  • 9bdbb257ba Add initial filename completion Florian Bruhin 2016-10-26 22:53:14 +0200
  • 6ab51e0b7b Handle clicking on file items in prompt Florian Bruhin 2016-10-26 22:24:11 +0200
  • acbd5107d6 Only show directories in download filename prompts Florian Bruhin 2016-10-26 22:06:29 +0200