Commit Graph

  • d2b3f89d78 Remove frame signal workaround for hints. See #152. Florian Bruhin 2014-10-07 07:15:14 +0200
  • f0990aec32 Fix loading of quickmarks with fuzzy URLs Florian Bruhin 2014-10-07 07:04:49 +0200
  • 881e45d9eb Fix exception when saving quickmark (multiwin). Florian Bruhin 2014-10-07 07:02:29 +0200
  • 1ad081a2db Fix lint Florian Bruhin 2014-10-06 22:30:37 +0200
  • ae44aa01a6 Set initial focused window correctly. Florian Bruhin 2014-10-06 22:29:18 +0200
  • dfc10a7d40 Revert "Fix opening of quickstart." Florian Bruhin 2014-10-06 22:24:29 +0200
  • 12bbce2914 Spelling fix Florian Bruhin 2014-10-06 22:23:27 +0200
  • a19b6bf563 Fix :view-source Florian Bruhin 2014-10-06 22:23:12 +0200
  • 15a2be877a Pass win_id correctly with invalid_url_error. Florian Bruhin 2014-10-06 22:22:59 +0200
  • 202b5e2bb9 Fix opening of quickstart. Florian Bruhin 2014-10-06 22:16:52 +0200
  • 572dc34c42 Fix url passed to url_invalid_error. Florian Bruhin 2014-10-06 22:15:35 +0200
  • 08fdfebb50 Fix import of urlutils for url_invalid_error. Florian Bruhin 2014-10-06 22:15:26 +0200
  • fbb45953db Split parsing of initial args into three functions. Florian Bruhin 2014-10-06 22:15:11 +0200
  • dfb4e283e3 Remove unused import. Florian Bruhin 2014-10-06 22:14:57 +0200
  • 105c25bc5f Merge branch 'multiwin' Florian Bruhin 2014-10-06 22:03:58 +0200
  • de37ed64ca Remove FIXME Florian Bruhin 2014-10-06 21:30:24 +0200
  • 4d35782cc2 Update HACKING. Closes #131. Florian Bruhin 2014-10-06 21:28:33 +0200
  • fd9a3fc5e7 Clean up mainwindow import mess. Florian Bruhin 2014-10-06 21:24:07 +0200
  • bb530ed9e1 Regenerate command docs. Florian Bruhin 2014-10-06 20:46:01 +0200
  • ecd31a6450 Add tab/window support to :help Florian Bruhin 2014-10-06 20:40:00 +0200
  • 9281fa3992 Fix lint/bugs Florian Bruhin 2014-10-06 19:53:50 +0200
  • 796dce86ae Remove go_back() and go_forward() from WebView. Florian Bruhin 2014-10-06 19:47:35 +0200
  • d2abd06513 Add missing keybindings for window actions. Florian Bruhin 2014-10-06 19:40:28 +0200
  • 8eb0489357 Add rapid window hinting. Florian Bruhin 2014-10-06 19:39:48 +0200
  • 52e72a8bec Fix window spawning with hints. Florian Bruhin 2014-10-06 18:47:55 +0200
  • 00dbcd8219 Add OS X instructions to README Florian Bruhin 2014-10-06 18:29:59 +0200
  • 6324751af6 More window support. Florian Bruhin 2014-10-06 17:58:40 +0200
  • 2cd4642ece Pass window ID to scheme handlers. Florian Bruhin 2014-10-06 08:27:15 +0200
  • 7e209dc285 Print tab registries in :debug-all-objects. Florian Bruhin 2014-10-06 07:41:34 +0200
  • d8cd599096 Fix wrong 'is' check. Florian Bruhin 2014-10-06 07:41:26 +0200
  • 85ead4273b Register tab registry under window registry with ID. Florian Bruhin 2014-10-06 07:41:05 +0200
  • d3121034df Revert "Store window registries in objreg." Florian Bruhin 2014-10-05 23:09:35 +0200
  • 180d6e45ef Fix closeEvent of MainWindow. Florian Bruhin 2014-10-05 23:09:04 +0200
  • d260b26105 Fix objreg._get_window_registry when non-mainwindow window is focused. Florian Bruhin 2014-10-05 22:41:44 +0200
  • dfd3b3d9c4 Store window registries in objreg. Florian Bruhin 2014-10-05 22:17:29 +0200
  • b6393a1841 Get rid of meta registry Florian Bruhin 2014-10-05 21:50:14 +0200
  • 6dc997a971 Remove processEvent hack which doesn't help. See #147. Florian Bruhin 2014-10-05 21:29:01 +0200
  • 0d2ce778f3 Ignore on_current_changed when last tab is closed. Fixes #146. Florian Bruhin 2014-10-05 19:47:12 +0200
  • 48a7a428a5 Adjust screenshot rendering for github Florian Bruhin 2014-10-05 18:52:00 +0200
  • 8bbd72bd66 Whoops, actually add images to README Florian Bruhin 2014-10-05 18:47:41 +0200
  • a64fb8e0b4 Add screenshots to README. Closes #145. Florian Bruhin 2014-10-05 18:46:49 +0200
  • df98318e6b Merge branch 'master' of ssh://lupin/qutebrowser Florian Bruhin 2014-10-05 17:59:45 +0200
  • d8cc5e1284 Add documentation about reporting segfaults. Florian Bruhin 2014-10-05 17:55:17 +0200
  • 4dcaa1fdec Be more forgiving when validating URLs. Fixes #141. Florian Bruhin 2014-10-03 16:58:30 +0200
  • 18ff6ea06a Fix line breaking in debugging console. Fixes #144. Florian Bruhin 2014-10-03 12:37:32 +0200
  • 179d108071 Disable line wrapping in debug console. Florian Bruhin 2014-10-03 12:23:43 +0200
  • 0a6a8b4b4a Don't parse HTML in debug console. Fixes #143. Florian Bruhin 2014-10-03 12:20:39 +0200
  • 22b48ad248 Open quickstart page on first start. Florian Bruhin 2014-10-03 08:39:33 +0200
  • 7ca8c12c48 Docs update Florian Bruhin 2014-10-03 08:32:37 +0200
  • ab40a6d511 Add note about security bugs. Florian Bruhin 2014-10-03 07:58:36 +0200
  • d51e230c94 Add quickstart guide for issue #4 Florian Bruhin 2014-10-03 07:56:22 +0200
  • 892b54e153 Fix saving of config. Florian Bruhin 2014-10-02 22:51:59 +0200
  • 5eda621a7c Clean up KeyConfParser __init__ and make it work with None. Florian Bruhin 2014-10-02 22:49:58 +0200
  • ab5acdc3ad Clean up ConfigManager __init__ and make it work with None. Florian Bruhin 2014-10-02 22:45:47 +0200
  • 337574f40f Fix lint Florian Bruhin 2014-10-02 22:25:48 +0200
  • a8304d03ea Clean up get_standard_dir Florian Bruhin 2014-10-02 22:24:08 +0200
  • e74fa71a0a Seprate data/config dirs on Windows. Florian Bruhin 2014-10-02 22:12:45 +0200
  • 086de1b508 Rename cmd_history to cmd-history. Florian Bruhin 2014-10-02 21:59:31 +0200
  • d3c9bab01a Move state/cmd_history from config to data dir. Florian Bruhin 2014-10-02 21:58:34 +0200
  • 3a66937205 Clean up argument handling in get_standard_dir Florian Bruhin 2014-10-02 21:54:52 +0200
  • b20536d472 Move handling of --confdir into get_standard_dir Florian Bruhin 2014-10-02 21:50:54 +0200
  • 9e8ee00777 Remove BUGS/TODO from MANIFEST.in Florian Bruhin 2014-10-02 07:06:50 +0200
  • b9c50c4601 Adjust docs for the removal of BUGS/TODO. Florian Bruhin 2014-10-02 07:05:56 +0200
  • e4e8d16ee8 Fix crash on error pages with URLs not encodable in latin1. Florian Bruhin 2014-10-02 06:28:49 +0200
  • 00949db2cf Add testcases for jinja. Florian Bruhin 2014-10-02 06:22:06 +0200
  • c75563907a Fix getting URL in :view-source. Florian Bruhin 2014-10-02 06:06:08 +0200
  • 8b9822e603 Merge branch 'master' of ssh://lupin/qutebrowser Florian Bruhin 2014-10-01 22:23:36 +0200
  • d674b90240 Clean up FIXMEs and add github URLs Florian Bruhin 2014-10-01 22:23:27 +0200
  • 7e92f037a4 Remove BUGS/TODO (moved to github issues) Florian Bruhin 2014-10-01 20:10:46 +0200
  • d7a0a7246f Add adsuck to FAQ for blocking ads Florian Bruhin 2014-10-01 11:39:10 +0200
  • 72420409be Update other projects in README Florian Bruhin 2014-10-01 11:34:25 +0200
  • 013f05225f Link to github for HACKING link in FAQ. Florian Bruhin 2014-09-30 17:43:41 +0200
  • adf271bc4b Update BUGS/TODO Florian Bruhin 2014-09-30 17:27:49 +0200
  • 4ca441e136 Print better error when asciidoc is missing. Florian Bruhin 2014-09-30 16:29:16 +0200
  • 6cfc8c3faf Add asciidoc install instructions to README. Florian Bruhin 2014-09-30 16:24:41 +0200
  • 144421226b Update ez_setup to 6.0.2 Florian Bruhin 2014-09-30 10:36:29 +0200
  • 2df276085c Process events before creating BrowserPage. Florian Bruhin 2014-09-30 08:07:45 +0200
  • 85f8366028 Fix lint Florian Bruhin 2014-09-30 07:49:01 +0200
  • f5a4d3a184 Move show_prompt/hide_prompt signals from prompt to prompter. Florian Bruhin 2014-09-30 07:37:31 +0200
  • b958d07869 prompter: Show prompt when restoring context. Florian Bruhin 2014-09-30 07:14:14 +0200
  • 6b8ad67558 statusbar: Ignore subsequent _show_prompt_widget. Florian Bruhin 2014-09-30 07:13:37 +0200
  • 52ea924cbe prompter: Override locked mode for questions. Florian Bruhin 2014-09-30 07:11:54 +0200
  • 8864c042c8 modeman: Make it possible to override a locked mode. Florian Bruhin 2014-09-30 07:11:37 +0200
  • 61ea26b7b2 Fix str() of ConfigValue Florian Bruhin 2014-09-30 06:32:21 +0200
  • ce8409feb2 Add multi window support to :restore/:restart. Florian Bruhin 2014-09-29 22:37:46 +0200
  • 6aeecb3803 Fix lints/bugs Florian Bruhin 2014-09-29 20:36:53 +0200
  • 686f82c5c6 webview: Remove dead search method. Florian Bruhin 2014-09-29 20:17:22 +0200
  • e031cc60c8 tabbedbrowser: Don't store a list of tabs. Florian Bruhin 2014-09-29 20:17:11 +0200
  • 106ad9f4ed userscripts: Don't store a list of runners. Florian Bruhin 2014-09-29 20:16:54 +0200
  • 865389bb34 Make CommandRunner a QObject. Florian Bruhin 2014-09-29 20:16:38 +0200
  • 45ac2e4835 Fix getting URL for startup commands. Florian Bruhin 2014-09-29 19:56:37 +0200
  • 42a1d7028d Move :later back from commands to utilcmds. Florian Bruhin 2014-09-29 19:56:25 +0200
  • 0cf8abab7c Fix running of startup commands. Florian Bruhin 2014-09-29 19:56:13 +0200
  • 714c9d8b01 Add win_id parameter to commands which need it. Florian Bruhin 2014-09-29 19:14:11 +0200
  • 24c48df988 Open about:blank if opening startpage fails. Florian Bruhin 2014-09-29 19:02:46 +0200
  • 6e61f4c586 Support opening multiple windows via init args. Florian Bruhin 2014-09-29 18:46:20 +0200
  • e6fe358d73 Clean up correctly when a window is closed. Florian Bruhin 2014-09-29 10:43:06 +0200
  • b84eb6aeb0 Add missing utilcmds import. Florian Bruhin 2014-09-29 08:52:00 +0200
  • 26604a683b Fix lint Florian Bruhin 2014-09-29 07:47:32 +0200
  • cdb2e34513 Use collections.UserDict for LineConfigParser. Florian Bruhin 2014-09-29 07:41:39 +0200