Commit Graph

  • f2c60c01ae More logging Florian Bruhin 2014-06-03 09:50:53 +0200
  • f82fa297b0 Insert fake empty element when cursor is between spaces. Florian Bruhin 2014-06-03 07:36:28 +0200
  • 98b967abaa Completion logging improvements Florian Bruhin 2014-06-03 06:58:18 +0200
  • 9bee827d52 Return [''] when splitting empty cmdline Florian Bruhin 2014-06-03 06:53:37 +0200
  • 2eb26c96c4 More command splitting cleanup Florian Bruhin 2014-06-03 06:46:13 +0200
  • 1d2d435231 Move split_cmdline() out of commands.managers Florian Bruhin 2014-06-03 06:20:29 +0200
  • 0c1f611a72 Fix lint Florian Bruhin 2014-06-02 21:36:38 +0200
  • 34946d031b Whitespace fix Florian Bruhin 2014-06-02 17:51:54 +0200
  • a389b0f688 Add a quick-complete option. Florian Bruhin 2014-06-02 17:16:02 +0200
  • 749e330383 Ignore completion updates while completing Florian Bruhin 2014-06-02 16:12:03 +0200
  • 1928add992 Remove cursor_part_changed signal. Florian Bruhin 2014-06-02 16:11:26 +0200
  • f9eb2af979 Fix cursor position after completing. Florian Bruhin 2014-06-02 16:10:59 +0200
  • 1bb757a39e Update cursor part in on_text_edited Florian Bruhin 2014-06-02 14:37:57 +0200
  • 962a83b592 Handle parts/prefix in statusbar.command widget Florian Bruhin 2014-05-28 07:50:41 +0200
  • dc655dd40b First try at using cursor position Florian Bruhin 2014-05-27 17:21:29 +0200
  • 4d0649a825 Let qt function parsing be more forgiving Florian Bruhin 2014-06-03 06:54:55 +0200
  • 6d50ebae49 Less verbose exception logging Florian Bruhin 2014-06-02 23:29:01 +0200
  • 2286d1d65a Handle Qt warning category in log handler Florian Bruhin 2014-06-02 23:16:09 +0200
  • 6fedc53a4d Suppress libpng warning about color profiles Florian Bruhin 2014-06-02 23:10:21 +0200
  • 8aff446a30 Refine dead actute meta-warning Florian Bruhin 2014-06-02 23:07:46 +0200
  • b415773cc7 Use custom Qt message handler Florian Bruhin 2014-06-02 22:43:32 +0200
  • c5230dc347 Use logging system for python warnings Florian Bruhin 2014-06-02 22:19:35 +0200
  • da2d8e1048 Log js console messages as debug, not info Florian Bruhin 2014-06-02 22:18:41 +0200
  • 2bf14ac980 Alter pylint function-rgx to accept setUpModule and tearDownModule Florian Bruhin 2014-06-02 18:47:02 +0200
  • 3a43f19472 Remove generate_manpage from master for now Florian Bruhin 2014-06-02 18:38:18 +0200
  • fb7f1b381e Fix lint Florian Bruhin 2014-06-02 18:01:56 +0200
  • ce7595639a Start implementing docstring parsing for generate_manpage Florian Bruhin 2014-05-28 16:29:29 +0200
  • 17dd85be85 Add generate_manpage Florian Bruhin 2014-05-27 17:56:48 +0200
  • 0253dd6977 Catch empty standard paths Florian Bruhin 2014-05-27 16:28:01 +0200
  • 161b2ef7af Fix whitespace/CRLF Florian Bruhin 2014-05-27 16:24:26 +0200
  • 0cac061feb Clear logger handlers for log tests Florian Bruhin 2014-05-27 16:23:27 +0200
  • 1ff193e4dd Replace page_ by page() Florian Bruhin 2014-05-27 16:04:45 +0200
  • 0976f95db7 Fix docstring Florian Bruhin 2014-05-27 15:56:44 +0200
  • 13cb5ddb31 Nicer qute:version with copyright info. Florian Bruhin 2014-05-27 15:46:39 +0200
  • 01f28f3e0f Add -V/--version argument. Florian Bruhin 2014-05-27 15:46:21 +0200
  • 371c2b998a Add more meta-info to qutebrowser/__init__.py Florian Bruhin 2014-05-27 15:45:58 +0200
  • 7fa65a0f1e Add GPL to version output Florian Bruhin 2014-05-27 15:33:44 +0200
  • 53655dac02 Don't inherit CommandDispatcher from QObject Florian Bruhin 2014-05-27 15:12:43 +0200
  • 2fe5ae413b Fix readline rl_kill_line Florian Bruhin 2014-05-27 14:58:23 +0200
  • 404ba37a0a Add tests for readline Florian Bruhin 2014-05-27 14:58:07 +0200
  • 0130a15efe Add more RAMHandlerTests. Florian Bruhin 2014-05-27 13:49:55 +0200
  • b76004e7a1 Add tests for LogFilter Florian Bruhin 2014-05-27 13:36:11 +0200
  • b0a131eb1c Add docstrings to tests Florian Bruhin 2014-05-27 13:06:13 +0200
  • f8adeb3234 Add some docs to test_editor.py Florian Bruhin 2014-05-27 11:52:41 +0200
  • ece794e4b4 Add TextModifyTests and ErrorMessageTests Florian Bruhin 2014-05-27 11:47:43 +0200
  • 6557fa68a6 More editor test cleanup Florian Bruhin 2014-05-27 11:30:57 +0200
  • c65ebc81da editor: force UTF-8 Florian Bruhin 2014-05-27 11:30:39 +0200
  • 89a507a0bb Add ArgTests Florian Bruhin 2014-05-27 11:17:27 +0200
  • 15f8a3e6dd editor test cleanup Florian Bruhin 2014-05-27 11:17:14 +0200
  • 156d63b4b6 Only handle {} as editor arg when alone in argument Florian Bruhin 2014-05-27 11:16:53 +0200
  • 8b0144f6a3 Add editor tests Florian Bruhin 2014-05-27 07:43:29 +0200
  • 06b0761755 Always clean up editor tempfiles, even on exit != 0 Florian Bruhin 2014-05-27 07:43:07 +0200
  • b29a00dff5 Update TODO Florian Bruhin 2014-05-26 20:10:31 +0200
  • 271d00417c Avoid newlines in log Florian Bruhin 2014-05-26 20:09:46 +0200
  • 7016627086 Update TODO/BUGS Florian Bruhin 2014-05-26 20:08:08 +0200
  • 4538745ffb Implement QWebPage:javaScript* Florian Bruhin 2014-05-26 20:04:44 +0200
  • ff1fad073c Use correct logger for NAM init Florian Bruhin 2014-05-26 19:47:50 +0200
  • 9428ee6207 Add logging to NetworkManager init Florian Bruhin 2014-05-26 17:41:21 +0200
  • fa01bfbbad Add per-tab inspector like dwb. Florian Bruhin 2014-05-26 15:35:05 +0200
  • 62407eef33 Revert "Use a splitter for the webinspector" Florian Bruhin 2014-05-26 15:13:39 +0200
  • 6bc0f7e5e7 Revert "Make inspector detachable." Florian Bruhin 2014-05-26 15:13:33 +0200
  • f380eaf4cd Remove statusbar.fg.error setting Florian Bruhin 2014-05-26 17:03:39 +0200
  • edacb23076 Color statusbar on prompts Florian Bruhin 2014-05-26 16:59:11 +0200
  • 61d4821065 Add configurable confirmation when closing Florian Bruhin 2014-05-26 16:51:57 +0200
  • 8f12df6553 Purge old cookies from cookiejar Florian Bruhin 2014-05-26 16:09:49 +0200
  • 6b2726de52 TODO += webinspector Florian Bruhin 2014-05-26 14:43:24 +0200
  • 6676eefb03 Add keybinding for inspector Florian Bruhin 2014-05-26 12:20:42 +0200
  • 15a27a4c96 Fix double import Florian Bruhin 2014-05-26 12:17:43 +0200
  • ee241c3f6c Make inspector detachable. Florian Bruhin 2014-05-26 12:16:03 +0200
  • 8eed5a02d4 Don't adjust completion position when inspector is open. Florian Bruhin 2014-05-26 12:15:40 +0200
  • f1f06b0a19 Use a splitter for the webinspector Florian Bruhin 2014-05-26 12:00:45 +0200
  • d00a946497 Set orgname to make inspector settings persistent Florian Bruhin 2014-05-26 11:47:02 +0200
  • 24543edcbe Spelling fix Florian Bruhin 2014-05-26 09:04:38 +0200
  • 5406f92a5b Don't set QT_FATAL_WARNINGS Florian Bruhin 2014-05-26 09:02:57 +0200
  • 22b2fb0be0 Rename some commandline options Florian Bruhin 2014-05-26 09:02:31 +0200
  • bb9f301410 Use getattr to get numeric logging level. Florian Bruhin 2014-05-26 09:00:45 +0200
  • 323484496a Merge branch 'master' of ssh://lupin/qutebrowser Florian Bruhin 2014-05-25 20:28:32 +0200
  • 7c3c572519 Increase RAMHandler capacity to 500 Florian Bruhin 2014-05-25 20:28:24 +0200
  • be4f1fdd12 Add qute:log special page. Florian Bruhin 2014-05-25 20:26:26 +0200
  • 5bf32d80fe Use xmlcharrefreplace for qute:* encoding Florian Bruhin 2014-05-25 20:26:14 +0200
  • 03c7a0ce2a Add python-colorlog as optdepend to PKGBUILD Florian Bruhin 2014-05-25 20:20:21 +0200
  • 8fb54d4c55 More beautiful logging format Florian Bruhin 2014-05-25 20:13:58 +0200
  • 7200bf5690 Whitespace Florian Bruhin 2014-05-25 20:08:37 +0200
  • b37ca744b2 Disable coloring when requested/on Windows/no tty Florian Bruhin 2014-05-25 20:08:07 +0200
  • e89fc3d940 Add colored logging Florian Bruhin 2014-05-25 20:00:48 +0200
  • f87e7b76f4 Log to RAM and display log in crash dialog Florian Bruhin 2014-05-25 18:46:15 +0200
  • 353a447dd6 Initialize logging by hand, nicer output Florian Bruhin 2014-05-23 18:22:22 +0200
  • 6825c669b5 Add the ability to filter logging messages Florian Bruhin 2014-05-23 16:57:08 +0200
  • 71e728665e Update TODO Florian Bruhin 2014-05-23 16:54:21 +0200
  • 1e256699f8 Add topic-specific loggers Florian Bruhin 2014-05-23 16:11:55 +0200
  • 36275d11ce Add henk's blogpost to TODO Florian Bruhin 2014-05-23 10:28:54 +0200
  • 99bd53de89 Close tabs on right click Florian Bruhin 2014-05-23 04:12:18 +0200
  • 1d5a1a29e8 Simplify calling commands with an instance. Florian Bruhin 2014-05-22 16:14:43 +0200
  • 0c0cb48471 Fix lint Florian Bruhin 2014-05-22 15:44:16 +0200
  • c5998bd94b TODO += init/save cleanup Florian Bruhin 2014-05-22 15:43:46 +0200
  • 2fd57dc2e3 Add git check to run_checks Florian Bruhin 2014-05-22 15:19:35 +0200
  • 19c1406eed Explicitely exclude BUGS in MANIFEST.in Florian Bruhin 2014-05-22 17:57:49 +0200
  • 897fc0c72f Leave hinting mode when tab changed Florian Bruhin 2014-05-22 17:50:10 +0200
  • 7308fa97c5 Leave hinting mode when insert mode is entered Florian Bruhin 2014-05-22 17:49:18 +0200
  • 8cddbec9e3 Implement quickmarks Florian Bruhin 2014-05-22 16:44:47 +0200