Rob Caelers

Results 80 comments of Rob Caelers

I assume you only want to disable the menus (status window/tray icon) during a break when 'Block mode' is 'Block input'? Sounds reasonable. I though this was already the case......

I just created two pages with some documentation on how to build Workrave. They are not yet linked from the main documentation (because I still consider the page to be...

@1Jesper1 : get_break_state is not exposed to the UI. Only files from libs/core/include/core are available in the UI. You could do something like ``` auto core = app->get_core(); // same...

There is some documentation in https://github.com/rcaelers/workrave/blob/main/contrib/plot/workrave-dump. Let me know if you need further information. Converting statistics to some other format is on my wishlist. It is likely going to be...

The D contains the start and end time, so {2} means: repeat text between [] twice. The field names are documented here: https://en.cppreference.com/w/c/chrono/tm So: 16 5 104 14 51 17...

I assume you are referring to the 'Mouse usage' and 'Move movement' in the statistics?

GNOME removed support for status icons in 3.26 it seems (see their [blog](https://blogs.gnome.org/aday/2017/08/31/status-icons-and-gnome/)). Other desktop environments may still support status icons. Workrave is not aware of the desktop environment you...

Thanks for the feedback. I have updated the documentation on the website to mention that you have to install an extra package if you are using the Workrave PPA. I...

Indeed. I can easily reproduce this problem. Workrave should open a top level window that does not take the focus when it is shown on the screen. This appears to...