Commit Graph

  • 69803f5f87 Don't log exception during exception handling twice. Florian Bruhin 2014-11-12 20:18:36 +0100
  • 8246e9472d Adjust install instructions for arch Florian Bruhin 2014-11-11 22:51:34 +0100
  • 2c3b30a915 Remove PKGBUILD (now uploaded to AUR). Florian Bruhin 2014-11-11 22:48:42 +0100
  • e23360bb88 Don't open a new window if only commands are sent via IPC. Florian Bruhin 2014-11-11 22:42:45 +0100
  • d30ec95f72 Open new window if no existing window is found on IPC. Florian Bruhin 2014-11-11 22:29:44 +0100
  • ddb52b1e17 Leave insert mode when tab is changed. Florian Bruhin 2014-11-11 21:42:53 +0100
  • b70c3754e8 downloads: Check if reply is open when doing delayed write. Florian Bruhin 2014-11-11 21:40:25 +0100
  • b502280c06 Make download-manager a per-window object. Florian Bruhin 2014-11-11 21:36:47 +0100
  • 5fa1556588 Fix getting last main window when it was closed. Florian Bruhin 2014-11-10 23:21:31 +0100
  • 2278d30187 Work around pylint bug in tests. Florian Bruhin 2014-11-10 23:02:38 +0100
  • 6310081ef5 Clean up simple_split. Florian Bruhin 2014-11-10 23:02:34 +0100
  • c70f6f534b Get rid of dotted_getattr. Florian Bruhin 2014-11-10 18:59:13 +0100
  • eaca891616 Log uncaught exceptions to debug log Florian Bruhin 2014-11-10 18:34:31 +0100
  • 57212c8438 Fix "Exception ignored in:" warnings. Florian Bruhin 2014-11-10 18:00:44 +0100
  • 398da22b54 Fix splitting with split=False and maxsplit=0. Florian Bruhin 2014-11-10 10:38:19 +0100
  • 96c72724ce Handle whitespace correctly when splitting with flags. Florian Bruhin 2014-11-10 08:14:45 +0100
  • 1b46c96192 Fix completion when deleting command Florian Bruhin 2014-11-10 07:59:39 +0100
  • d71147898b Move completion logic from statusbar widget to completer. Florian Bruhin 2014-11-10 07:49:22 +0100
  • 5e7ef5201c Move statusbar-cmd registering. Florian Bruhin 2014-11-10 07:05:57 +0100
  • 10059ce70f Remove unneeded _get_object call. Florian Bruhin 2014-11-10 07:05:24 +0100
  • 404e425a9e Clean up faulthandler import Florian Bruhin 2014-11-09 22:59:14 +0100
  • 5f9c56bcdd Fix exception when logging Qt warning without function. Florian Bruhin 2014-11-09 22:57:39 +0100
  • bc009ae624 Fix lint in split.py Florian Bruhin 2014-11-09 22:15:44 +0100
  • 326ce91eb7 Append hint elements inside body. Florian Bruhin 2014-11-09 22:02:08 +0100
  • 40be804ee6 Don't handle "foo: bar" as URL. Florian Bruhin 2014-11-09 21:54:15 +0100
  • bf752f6ea4 Update pyPEG2 install instructions. Florian Bruhin 2014-11-09 21:48:33 +0100
  • b7c1f32922 Strip pattern when completing. Florian Bruhin 2014-11-09 20:47:39 +0100
  • f8dc2a9fb4 Add additional split test with flags. Florian Bruhin 2014-11-09 20:47:27 +0100
  • 4e9b9baeab Split commands with split=False correctly. Florian Bruhin 2014-11-09 20:46:21 +0100
  • a86279df5e Set cursor part correctly if the cursor is at the end. Florian Bruhin 2014-11-09 20:45:47 +0100
  • f689c89316 Merge branch 'shlex' Florian Bruhin 2014-11-09 18:25:51 +0100
  • 61943b5a77 Fix completion Florian Bruhin 2014-11-09 18:12:36 +0100
  • 31ee458e56 Hide _GTK_LOAD_ICONTHEMES Qt error Florian Bruhin 2014-11-08 20:03:33 +0100
  • 2b8d6c5dd7 Use a for loop Florian Bruhin 2014-11-06 09:02:21 +0100
  • 5fe04a6aec Make completion work more or less Florian Bruhin 2014-11-06 08:26:01 +0100
  • ac61422059 Fix splitting of whitespace at EOL Florian Bruhin 2014-11-06 08:25:46 +0100
  • d730471fd7 Start using keep=True for commandline. Florian Bruhin 2014-11-06 07:15:02 +0100
  • 76b72d3438 Try splitting with whitespace at next token. Florian Bruhin 2014-11-06 07:14:36 +0100
  • ca1ca7db36 shlexer cleanup Florian Bruhin 2014-11-06 07:13:58 +0100
  • 77949c8d33 Get rid of continue Florian Bruhin 2014-11-06 06:46:21 +0100
  • cb24ec58cc Use yield Florian Bruhin 2014-11-06 06:44:23 +0100
  • 9591e86054 cleanup state=None Florian Bruhin 2014-11-05 23:48:57 +0100
  • e6f4ac9b99 cleanup Florian Bruhin 2014-11-05 23:47:48 +0100
  • 807e0944b6 Fix broken test case Florian Bruhin 2014-11-05 21:49:15 +0100
  • 40a1c4a2d9 Remove newline test Florian Bruhin 2014-11-05 21:44:52 +0100
  • 1d9b60d733 Fix some tests Florian Bruhin 2014-11-05 21:42:27 +0100
  • 714ba530d3 Add tests for keep=True Florian Bruhin 2014-11-05 07:58:28 +0100
  • e68c28ebfc Adjust test case formatting Florian Bruhin 2014-11-05 07:46:28 +0100
  • ac355b1c7c Use vdebug level. Florian Bruhin 2014-11-05 07:42:21 +0100
  • 22da17bbca Add a keep-mode to shlexer. Florian Bruhin 2014-11-05 07:41:17 +0100
  • 9ed466b536 Add python shlex tests Florian Bruhin 2014-11-04 21:08:26 +0100
  • c308de95d1 Clean up tests Florian Bruhin 2014-11-04 21:06:50 +0100
  • 82e95d82d1 cleanup Florian Bruhin 2014-11-04 21:06:43 +0100
  • 84916448a9 Use iterator to read chars Florian Bruhin 2014-11-04 20:41:29 +0100
  • 409eba76ca Handle safe parsing directly in ShellLexer Florian Bruhin 2014-11-04 20:24:42 +0100
  • 95f7940996 Get rid of _get_lexer. Florian Bruhin 2014-11-04 20:13:38 +0100
  • 430ef5c935 Whitespace cleanup Florian Bruhin 2014-11-04 20:13:31 +0100
  • 89a2057cac Simplify eof handling Florian Bruhin 2014-11-04 20:09:12 +0100
  • cfafc2e235 Get rid of get_token Florian Bruhin 2014-11-04 20:08:14 +0100
  • 9a5df13639 Use logging for debug Florian Bruhin 2014-11-04 20:06:58 +0100
  • cb76a100c2 Assume whitespace_split=True, get rid of wordchars/pushback Florian Bruhin 2014-11-03 21:48:10 +0100
  • 9180a8b0bb shlex: Some lint cleanup Florian Bruhin 2014-11-03 21:43:34 +0100
  • b8d9f3b041 shlex: Remove lineno/commenters Florian Bruhin 2014-11-03 21:37:36 +0100
  • 861705f655 shlex: Assume posix=True Florian Bruhin 2014-11-03 21:35:47 +0100
  • cab18c248c shlex: Remove unneeded stuff Florian Bruhin 2014-11-03 21:30:39 +0100
  • 3fa8efc34b Initial shlex fork Florian Bruhin 2014-11-03 21:27:07 +0100
  • 45bdf166f8 Add vdebug logging for getting completion part. Florian Bruhin 2014-11-03 19:35:09 +0100
  • ef96cd9d02 Add workaround for hang on messages during QNAM init. Florian Bruhin 2014-11-02 22:03:13 +0100
  • f705194c00 Fix an exception related to handling IPC connections. Florian Bruhin 2014-11-02 21:53:12 +0100
  • 8e713abadf Add some logging for Florian Bruhin 2014-11-02 20:30:00 +0100
  • c3a83bc412 Add hover description to docstring () Florian Bruhin 2014-11-02 20:08:40 +0100
  • 7b670b134d Small whitespace fix for Florian Bruhin 2014-11-02 20:04:41 +0100
  • 2bbce74ce1 Merge branch 'rikn00-master' Florian Bruhin 2014-11-02 20:03:39 +0100
  • 07357a81e9 Merge branch 'master' of https://github.com/rikn00/qutebrowser into rikn00-master Florian Bruhin 2014-11-02 20:00:33 +0100
  • 33b6e17772 Remove unneeded change to ClickTarget rikn00 2014-11-02 20:49:18 +0200
  • e911a2bd6d Fix lint Florian Bruhin 2014-11-02 19:16:13 +0100
  • 6ede565ffd Merge branch 'new-crash-dialog' Florian Bruhin 2014-11-02 19:09:57 +0100
  • 2cb383a7d0 Handle URLs opened via QDesktopServices. Florian Bruhin 2014-11-02 19:09:36 +0100
  • adfd1e5b9d Add text about stacktrace.asciidoc in crash dialog. Florian Bruhin 2014-11-02 19:06:43 +0100
  • 4d101eea59 Improve hovering a hint rikn00 2014-11-02 16:37:34 +0200
  • 84759a4928 Add support to hover mouse over a hint rikn00 2014-11-01 01:54:19 +0200
  • 6e4759b65a Better paste metainfo Florian Bruhin 2014-10-31 07:57:50 +0100
  • 1c32e72e37 Hide crash dialog before reporting. Florian Bruhin 2014-10-31 07:36:35 +0100
  • 589187ee6b Set some properties. Florian Bruhin 2014-10-31 07:13:17 +0100
  • a2809e76bb Handle --debug specially Florian Bruhin 2014-10-31 07:05:04 +0100
  • da0f433260 Start new crash dialog Florian Bruhin 2014-10-26 19:14:46 +0100
  • 904d84db7e Set split=False for :quickmark-load. Florian Bruhin 2014-10-29 22:55:03 +0100
  • 8e0e33e89a Use QWebElement API to set hint elem style. Florian Bruhin 2014-10-29 22:49:46 +0100
  • 2937fb9232 Use QWebElement API to set hint elem attributes. Florian Bruhin 2014-10-29 21:01:32 +0100
  • a1ba05ff08 Add some logging for Florian Bruhin 2014-10-29 07:09:43 +0100
  • 0c8b9fe095 Add vdebug logging for hints. Florian Bruhin 2014-10-28 19:00:41 +0100
  • eb5527f897 Add some logging about keyboard focus. Florian Bruhin 2014-10-28 07:44:42 +0100
  • 8d22d558e2 Fix tab closing with tabs->last-close = blank. Florian Bruhin 2014-10-27 20:46:35 +0100
  • afaba7bfdc Update tab fg colors when config changed. Florian Bruhin 2014-10-27 07:47:28 +0100
  • bedebac938 Update docs Florian Bruhin 2014-10-27 06:53:10 +0100
  • cc5a8d3f6d Merge branch 'rikn00-master' () Florian Bruhin 2014-10-27 06:52:00 +0100
  • 533e7b5aa6 Regenerate authors Florian Bruhin 2014-10-27 06:51:47 +0100
  • 1245e08d7a More options to colorize tab foreground rikn00 2014-10-26 23:56:00 +0200
  • ef83374fd3 Clean up run_checks a bit. Florian Bruhin 2014-10-26 22:09:06 +0100
  • e639cdb117 Remove unused imports. Florian Bruhin 2014-10-26 22:08:59 +0100