summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/urlmarks.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
2020-10-26Change type comment to annotationsTim Brown
2020-10-23mypy: use from-import in some qutebrowser/browser filesTim Brown
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-24Merge remote-tracking branch 'origin/pr/5101'Florian Bruhin
2019-11-04Add comments for quickmarks and bookmarksottopiramuthu
2019-10-22mypy: Fix new issues in browser.urlmarksFlorian Bruhin
2019-10-15mypy: check_untyped_defs for most of qutebrowser.browserFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-11-28Remove unnecessary pass statementsFlorian Bruhin
2018-08-07Use exist_ok=True for os.path.makedirsFlorian Bruhin
2018-02-11Trigger save on bookmark-add --toggle.Ryan Roden-Corrent
2018-02-11Merge remote-tracking branch 'origin/pr/3525'Florian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-25url arg was a stringMarc Jauvin
2018-01-25modify Question.yank_text to Question.urlMarc Jauvin
2017-12-15pylint: Re-enable ungrouped-importsFlorian Bruhin
2017-07-29Remove obsolete signals.Ryan Roden-Corrent
2017-05-09Finally update copyrights...Florian Bruhin
2016-11-14Remove support for an empty data/config/cachedirFlorian Bruhin
2016-11-03Show URL in most questionsFlorian Bruhin
2016-11-03First attempt at showing prompts in all windowsFlorian Bruhin
2016-11-03Add more tests for promptsFlorian Bruhin
2016-11-03Fix message.confirm_async callsFlorian Bruhin
2016-09-15Initial implementation of new messagesFlorian Bruhin
2016-07-26Coding style fixesMarshall Lochbaum
2016-07-26Add --toggle flag to bookmark-add (fixes #1667)Marshall Lochbaum
2016-07-23Merge branch 'master' into mark-del-no-argsMarshall Lochbaum
2016-07-23Use DoesNotExistError rather than CommandError in get_by_qurlMarshall Lochbaum
2016-07-23Use qtutils.ensure_valid instead of testing isValid in get_by_qurlMarshall Lochbaum
2016-07-23Remove quickmark_del and bookmark_del from the urlmark classes (use delete in...Marshall Lochbaum
2016-07-23Various fixes after code review.David Vogt
2016-07-21Make quickmark_del with no argument delete the current page's mark (fixes #1661)Marshall Lochbaum
2016-07-21Make bookmark_del with no argument delete the current page's markMarshall Lochbaum
2016-05-18Fix long linesFlorian Bruhin
2016-05-18Use @cmdutils.argument for completionsFlorian Bruhin
2016-05-18Use @cmdutils.argument for win_id/countFlorian Bruhin
2016-04-27Various code style improvementsFlorian Bruhin
2016-01-04Adjust copyright years.Florian Bruhin
2015-11-29Use os.path.join for bookmarks/urls path.Florian Bruhin
2015-10-26Revert "Add workarounds for issues with pylint tip."Florian Bruhin
2015-10-26Add workarounds for issues with pylint tip.Florian Bruhin
2015-08-09Reorganize exceptions in urlutils.Florian Bruhin
2015-07-29Improve error handling for quick-/bookmarks.Florian Bruhin
2015-07-26Add a bookmark-del command.Florian Bruhin
2015-07-26Merge bookmarks and quickmarks into urlmarks.Florian Bruhin