Stefan Sauer

Results 76 issues of Stefan Sauer

Make use of [GtkHeaderBar](https://developer.gnome.org/gtk3/stable/GtkHeaderBar.html) that we have in Gtk since 3.10. We can use this for the main window as well as e.g. machine properties windows. Related Blog post: http://blogs.gnome.org/mclasen/2014/01/13/client-side-decorations-continued/

enhancement

When adding license header to python code, some code might have a runline (she-bang). Right now I run with `--no-runline` and it would be nice if the autogen tool could...

I am missing two feature from the button api. 1) if I want to check if a key is pressed, where key is a variable I have to do: ```...

Python

The README mentions that it should not be used it production. What about a checklist of things you consider missing?

``` > mkdir build; cd build > cmake .. -- The C compiler identification is GNU 4.8.4 -- Check for working C compiler: /home/ensonic/bin/cc -- Check for working C compiler:...

Fix a bunch of trivial bugs.

...te window I am only getting a white window when running lego.py otherwise.

Programs like this trigger an index out of range exception: ![image](https://user-images.githubusercontent.com/1279486/101889331-932d7200-3b9f-11eb-82ff-56bd01cc40be.png)

Prepare: ``` # stop the connector sudo systemctl stop openrobertalab # eventually delete update to simplify measurements rm -rf /home/robot/.local/lib/python/roberta/ ``` Run ``` strace -e file -o /tmp/strace.log -ttt /usr/bin/openrobertalab...

We'd like to refactor https://github.com/OpenRoberta/robertalab-ev3dev/blob/develop/roberta/lab.py to not import ev3dev and Hal anymore. Instead when initializing the roberta.lab.Service() we'd like to pass a device module. The device module will have function...