toofar

Results 36 issues of toofar

There are two new tree tab specific subclasses introduced: TreeTabbedBrowser and TreeTabWidget. Similar to the investigation on commands.py it would be good to keep any duplicated tree tab specific code...

component: tree tabs

**Version info**: qutebrowser v3.0.1 Git commit: 25e0d02de4b2 on pakjoy (2023-10-28 16:15:45 +1300) Backend: QtWebEngine 6.6, based on Chromium 112.0.5615.213 (from api) Qt: 6.6.0 **Does the bug happen if you start...

Several commands related to manipulating tabs now have duplicate logic paths that have to be maintained. For contributors who want to change, or add, commands it would be great if...

component: tree tabs

Not all code necessarily needs to be type hinted, but that is the preference. There are some files in the repository that currently require 100% coverage for type hints. There...

component: tree tabs

component: tree tabs

I put a bit of effort into explaining this one because I'm not very happy with the sledgehammer approach of looping though children. But I think I have a good...

Add a method to allow editing a pinned screenshot by initiating a new screenshot over top of the pinned image, and then closing the old pinned image on success. Apologies...

Here is something that's been working for me recently. I found this script on greasyfork once my previous one stopped working. It's been reliable so far thank you! When we...

(This is on top of #8173, so ignore the first two commits if they are still present.) This is the usual "add support for new Qt/PyQt version" change that normally...

The dependancy update job was complaining about something webkit only, and I wanted to be able to check if I broke stuff locally. So I had a crack at getting...