Sander Sweers

Results 33 issues of Sander Sweers

This saves us from the awkward relocatable schemas, see #743 for an example. However this does mean we probably will need to keep the relocatable ones around and preserve the...

enhancement

Documented my very hacky and nowhere near complete but properly fading custom CellRenderer. This to eventually replace the pixbuf cell renderer that currently has a broken(ish) fade ``` python from...

enhancement

It would be nice if we had a little smarter exceptions, for example: - Add `__str__` and `__unicode__` and avoid parsing in the ui code - Turn bluez, and glib...

enhancement

Taken from #453, > > Well, an error handler should at least forward the error to the user through the GUI > > Agreed, assuming we are talking about the...

enhancement

Taken from #455, > > But maybe we should require an error_handler in all cases where the keyword argument exists or are there cases where it is unused? > >...

enhancement
question

If the right click instance has never been used and the user double clicks to connect it will not have a SelectedDevice yet.

There are plenty of GtkApplication apps that are dbus activatable, basically all of gnome. Gedit and other Gnome apps do it like this so let's copy it. Maybe this helps...

https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/300

enhancement

Here is what I have so far. Still need to: * cleanup * drop menu entry * perhaps change color of the button The idea here is that the toggle...

I was curious and the result is mostly quotes. The command used was `black -l 120 -t py38 -t py39 -t py310 -t py311 -t py312`. It can also run...