summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/navigate.py
AgeCommit message (Expand)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-02pylint: Make config check more intelligentFlorian Bruhin
2020-11-25Don't percent-decode path with ":navigate up"Florian Bruhin
2020-10-26Change type comment to annotationsTim Brown
2020-10-23mypy: use from-import in some qutebrowser/browser filesTim Brown
2020-09-10Turn webelem.classes into a setFlorian Bruhin
2020-09-10Recognize a class=nav-(prev|next) with :navigateFlorian Bruhin
2020-08-03Check URL validity for :navigate up/stripFlorian Bruhin
2020-08-03Simplify :navigate commandFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-15mypy: check_untyped_defs for most of qutebrowser.browserFlorian Bruhin
2019-09-11Clean up urlutils error handlingFlorian Bruhin
2019-09-11Move urlutils.incdec_number to navigate.pyFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-30Rename openurl to load_urlFlorian Bruhin
2018-11-29Separate success/error callbacksFlorian Bruhin
2018-11-28Renaem private attribute to is_privateFlorian Bruhin
2018-10-08Add webelem.css_selectorFlorian Bruhin
2018-10-08Add error handling for invalid selectorsFlorian Bruhin
2018-07-04Use configured links selector for navigate commandOlmo Kramer
2018-07-04Add hints.selectors settingOlmo Kramer
2018-02-05Update copyright yearsFlorian Bruhin
2017-11-14normalize url path and strip trailing slashes when doing gu/gU, normalize eve...dwagle
2017-09-18Drop support for Python 3.4Florian Bruhin
2017-07-04Fix pylintFlorian Bruhin
2017-07-04Add an url. group to settingsFlorian Bruhin
2017-07-04Refactor most of remaining config.get() callsFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-05-16Merge branch 'new-private-browsing'Florian Bruhin
2017-05-12Remove webelem.Group.prevnextFlorian Bruhin
2017-05-12Get rid of webelem.FILTERSFlorian Bruhin
2017-05-10Initial work on new private browsingFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-02-19browser/navigate: _find_nextprev allow for space sep rel attribsTomasz Kramkowski
2017-02-11Detect rel-attributes on <a> elements for :navigateFlorian Bruhin
2016-11-13Handle not being able to get elements via JSFlorian Bruhin
2016-09-15Initial implementation of new messagesFlorian Bruhin
2016-09-07Get rid of WebElement.debug_textFlorian Bruhin
2016-08-18Add a separate tab.elements objectFlorian Bruhin
2016-08-15resolve linter warningsPeter Rice
2016-08-15update navigate-related help and function docsPeter Rice
2016-08-15make navigate take counts for inc, dec, and upPeter Rice
2016-08-09Fix lintFlorian Bruhin
2016-08-08Remove unused importFlorian Bruhin
2016-08-08Add initial WebEngineElement implementationFlorian Bruhin
2016-08-08Split WebElementWrapper into abstract/webkit partsFlorian Bruhin