Commit Graph

  • 8d98868ccd Fix deprecated default keybindings. Florian Bruhin 2015-04-09 20:36:11 +0200
  • 83dbe48469 Refactor EventFilter. Florian Bruhin 2015-04-09 20:18:23 +0200
  • f77ba5744b Add a ui -> hide-mouse-cursor option. Florian Bruhin 2015-04-09 19:51:50 +0200
  • 695712e50c Basic caret and visual modes implementation Artur Shaik 2015-04-09 22:55:42 +0600
  • 7160a89cb9 Fix NameError in hints.py. Florian Bruhin 2015-04-09 17:47:09 +0200
  • 2d8df76609 Add $QUTE_HTML and $QUTE_TEXT for userscripts. Florian Bruhin 2015-04-09 17:45:16 +0200
  • ecb0a4e2f8 manpage: Mention XDG_*_HOME in the FILES section. Florian Bruhin 2015-04-09 13:24:52 +0200
  • 9e0d65c219 manpage: Mention ":help". Florian Bruhin 2015-04-09 13:22:16 +0200
  • 9111ae7b3c tox: Update pytest-mock to 0.4.3. Florian Bruhin 2015-04-09 13:17:57 +0200
  • 96ddfd5b65 Parametrize TestSplitCount in test_basekeyparser Bruno Oliveira 2015-04-09 07:55:59 -0300
  • e33517f592 Merge branch 'oed-downloadview-placement' Florian Bruhin 2015-04-09 12:55:06 +0200
  • 2a796d9aa4 Regenerate docs. Florian Bruhin 2015-04-09 12:54:59 +0200
  • 12c83b721f Fixed some style errors. Joel Torstensson 2015-04-09 12:49:32 +0200
  • cc2c7c09ea Changing position without restart now possible. Joel Torstensson 2015-04-09 11:39:41 +0200
  • 2fa66ba250 Added option for downloadview placement. Joel Torstensson 2015-03-25 00:09:45 +0100
  • 425cffc2f7 pylint: Ignore 'undefined-variable' for tests. Florian Bruhin 2015-04-09 07:43:47 +0200
  • 74f4642a2c Fix lint. Florian Bruhin 2015-04-09 07:35:33 +0200
  • a2772db9da Merge pull request #18 from hackebrot/convert-test-jinja Florian Bruhin 2015-04-09 06:54:21 +0200
  • 44a6617184 Add docstring for patch_read_file. Florian Bruhin 2015-04-09 06:53:21 +0200
  • 1770570921 Merge pull request #17 from hackebrot/gui-marker Florian Bruhin 2015-04-09 06:45:49 +0200
  • 343a091aee Small docstring cleanup. Florian Bruhin 2015-04-09 06:42:34 +0200
  • 6c566198f1 Merge branch 'hackebrot-change-test-layout-and-add-gui-tests' Florian Bruhin 2015-04-09 06:35:49 +0200
  • 33dbed5624 Update authors. Florian Bruhin 2015-04-09 06:35:41 +0200
  • 853280feeb Convert test_qtutils to pytest Bruno Oliveira 2015-04-08 20:23:52 -0300
  • 6037fd74cd Convert test_split to pytest Bruno Oliveira 2015-04-08 20:06:52 -0300
  • b18c1254a4 Use an autofixture that monkeypatches read_file for both tests Raphael Pierzina 2015-04-09 00:46:48 +0200
  • c3e615dfa3 Remove the test class from test_jinja.py Raphael Pierzina 2015-04-09 00:38:57 +0200
  • d91400c3be Use pytest monkeypatch instead of unittest.mock.patch Raphael Pierzina 2015-04-09 00:32:24 +0200
  • d375ddebea Add new-line at the end of conftest.py Bruno Oliveira 2015-04-08 19:16:45 -0300
  • 894a2a4e7b Add custom "gui" marker to tests which use qtbot fixture Bruno Oliveira 2015-04-08 19:14:06 -0300
  • 63ce7d6e02 Remove unittest methods in favor of pytest assert statements Raphael Pierzina 2015-04-08 23:55:44 +0200
  • ebfcc0a83c Merge remote-tracking branch 'upstream/master' Raphael Pierzina 2015-04-08 23:56:17 +0200
  • e584aa319f Using parametrization in test_textbase Bruno Oliveira 2015-04-04 11:03:42 -0300
  • 76651822bd Merge pull request #16 from hackebrot/layout Florian Bruhin 2015-04-08 14:03:02 +0200
  • 7d4e6dfd67 Another workaround for a pylint bug. Florian Bruhin 2015-04-08 06:39:12 +0200
  • 679ffa452a Add some more invalid testcases to TestFont. Florian Bruhin 2015-04-08 06:22:05 +0200
  • fe696aeba5 Fix string concatenation and indenting for INVALID. Florian Bruhin 2015-04-08 06:20:43 +0200
  • fd88311d9b Use inline list comprehension for parametrize expression Bruno Oliveira 2015-04-08 00:52:19 -0300
  • 6e3c3d7a70 Use single-quoted string for consistency Bruno Oliveira 2015-04-08 00:49:42 -0300
  • a29b78e8ca Use mocker fixture instead of unittest.mock Bruno Oliveira 2015-04-08 00:46:02 -0300
  • abc2c2b087 Remove spurious dependencies from tox.ini as pointed out by @The-Compiler Bruno Oliveira 2015-04-08 00:41:51 -0300
  • 26dc275db3 Compare full lists instead of looping over items as suggested by @hackebrot Bruno Oliveira 2015-04-08 00:39:34 -0300
  • 8702ac8a98 Fix small docstring issues Bruno Oliveira 2015-04-08 00:30:29 -0300
  • 75386e4051 Remove "object" subclassing from Test classes missed initially Bruno Oliveira 2015-04-08 00:30:02 -0300
  • 10619325f6 Update MANIFEST.in/.gitignore. Florian Bruhin 2015-04-07 22:41:22 +0200
  • b591dedf7f Move FAQ/INSTALL to repo root. Florian Bruhin 2015-04-07 22:38:51 +0200
  • 1f39c7782a Add a changelog for released versions. Florian Bruhin 2015-04-07 22:35:35 +0200
  • 1345a13a71 Add startpage/default-page to tabs -> last-close. Florian Bruhin 2015-04-07 17:35:53 +0200
  • 4e2ef45cd8 Ignore Qt warning about WOFF/zlib. Florian Bruhin 2015-04-07 13:00:26 +0200
  • a480b297ca src2asciidoc: Split _get_command_doc. Florian Bruhin 2015-04-06 19:48:36 +0200
  • 2d258ec53f Add note about maxsplit/no_split_cmd args to docs. Florian Bruhin 2015-04-06 17:32:33 +0200
  • b1c475c61d Use **kwargs to simplify cmdutils.register. Florian Bruhin 2015-04-06 17:25:42 +0200
  • 20f0ef7ccc Ignore ;; for splitting with some commands. Florian Bruhin 2015-04-06 17:00:52 +0200
  • 46d1760798 Keep progress bar height fix on multiline text. Florian Bruhin 2015-04-06 14:27:41 +0200
  • 2876ba5cfa Pass a parent to global QObjects. Florian Bruhin 2015-04-06 00:10:37 +0200
  • d83da987ae Move SessionManager init to sessions.py. Florian Bruhin 2015-04-05 23:44:25 +0200
  • 067ac13018 Regenerate docs. Florian Bruhin 2015-04-05 23:35:00 +0200
  • 9b8f5e3ff0 Make the default session name configurable. Florian Bruhin 2015-04-05 23:30:43 +0200
  • 2c99520f79 Update PyQt version in README Florian Bruhin 2015-04-05 21:49:02 +0200
  • 1eb2a9a725 Regenerate docs. Florian Bruhin 2015-04-05 21:39:24 +0200
  • 476ccd8fe1 Add tab-bg{,-silent} to new-instance-open-target. Florian Bruhin 2015-04-05 21:34:41 +0200
  • 9d44f777c0 Fix lint. Florian Bruhin 2015-04-05 20:30:31 +0200
  • 143228d593 misc_checks.py: Fix exit status for spellcheck. Florian Bruhin 2015-04-05 19:37:56 +0200
  • d3a92d505c Make lints run with adjusted test folder location. Florian Bruhin 2015-04-05 18:44:01 +0200
  • eb76cd71de Fix testfile path in MANIFEST.in. Florian Bruhin 2015-04-05 15:50:24 +0200
  • 967c706bf0 Removed xfail from test since issue has been fixed on master Bruno Oliveira 2015-04-05 12:29:18 -0300
  • 3864eff0be Merge remote-tracking branch 'origin/master' into layout Bruno Oliveira 2015-04-05 12:27:55 -0300
  • bfc99f09f9 Renamed test to tests as suggested by @The-Compiler Bruno Oliveira 2015-04-05 12:23:04 -0300
  • 5fb7ad383d Fixed assertions and other issues as reported by @The-Compiler Bruno Oliveira 2015-04-05 12:22:12 -0300
  • 8bbff689b4 Add a -t/--temp flag to :session-load. Florian Bruhin 2015-04-05 16:06:41 +0200
  • 17ebbc37c5 Add a -c/--current parameter to :session-save. Florian Bruhin 2015-04-05 16:04:03 +0200
  • ce0b9eab58 tox: Make it possible to pass args to pytest. Florian Bruhin 2015-04-05 15:39:05 +0200
  • 3de584f02c Moving testfile used by test_utils into qutebrowser.utils Bruno Oliveira 2015-04-04 19:14:34 -0300
  • 6a03089639 Fix deleting of envvars in TestGetStandardDirLinux Florian Bruhin 2015-04-04 23:52:42 +0200
  • 1e2a902a9f Fix paths for TestGetStandardDirLinux. Florian Bruhin 2015-04-04 23:49:43 +0200
  • 87d5f57c08 Merge branch 'hackebrot-master' Florian Bruhin 2015-04-04 23:32:47 +0200
  • 1e1a433dff Regenerate authors. Florian Bruhin 2015-04-04 23:32:32 +0200
  • 84d2556863 Merge branch 'master' of github.com:The-Compiler/qutebrowser Florian Bruhin 2015-04-04 22:05:31 +0200
  • 1fdd7051c3 config: Filter docs for change_filter. Florian Bruhin 2015-04-04 22:03:28 +0200
  • 57158e7191 Don't make default config a mutable global. Florian Bruhin 2015-04-04 21:20:26 +0200
  • 4fa2294805 Merge remote-tracking branch 'origin/master' into layout Bruno Oliveira 2015-04-04 14:29:49 -0300
  • 8222097942 Removed unnecessary module 'helpers' Bruno Oliveira 2015-04-04 14:12:22 -0300
  • 2666388a6d Converted test_utils to pytest Bruno Oliveira 2015-04-04 14:01:58 -0300
  • 4ab03b1536 Converted test_urlutils to pytest Bruno Oliveira 2015-04-04 13:49:26 -0300
  • 5cf8ff1f84 Converted test_debug to pytest Bruno Oliveira 2015-04-04 13:39:04 -0300
  • bd9c807fb1 Converted test_editor to pytest Bruno Oliveira 2015-04-04 13:24:26 -0300
  • 12903a34f4 Converted test_modeparsers to pytest Bruno Oliveira 2015-04-04 12:57:54 -0300
  • 065c3fcd9d Renamed singleShot to isSingleShot in QTimer stub Bruno Oliveira 2015-04-04 12:52:49 -0300
  • 6388ec4794 Converted test_readline to pytest Bruno Oliveira 2015-04-04 12:49:23 -0300
  • 7e7a1b7b28 Converted test_basekeyparser to pytest Bruno Oliveira 2015-04-04 12:29:17 -0300
  • 9128ac41cb Removing (object) subclassing from test classes Bruno Oliveira 2015-04-04 12:05:44 -0300
  • 8000ea33d2 Converted test_config to pytest Bruno Oliveira 2015-04-04 12:02:32 -0300
  • ea16fb3684 Converted test_tabhistory to pytest Bruno Oliveira 2015-04-04 11:43:14 -0300
  • cef88d6e19 test_log_time: Prettify duration assertion. Florian Bruhin 2015-04-04 16:33:10 +0200
  • 6429d29a23 Converted test_conftest to pytest Bruno Oliveira 2015-04-04 11:24:48 -0300
  • b2df5a5b47 docs: Make it clear cache settings are global. Florian Bruhin 2015-04-04 15:30:58 +0200
  • 18dea8c7cb Add note about about:blank to default-page docs. Florian Bruhin 2015-04-04 15:10:22 +0200
  • 217e788f4b Add 'cd' shortcut to clear downloads. Florian Bruhin 2015-04-04 15:02:08 +0200
  • f1ebbda7a0 test_signal: Add docstring for signal(). Florian Bruhin 2015-04-04 12:08:22 +0200
  • 8e93747040 test_log_time: Fix/simplify duration assert. Florian Bruhin 2015-04-04 12:03:26 +0200