Resolve "Add a battery widget"
Closes #54 (closed)
Merge request reports
Activity
added 1 commit
- 3a530a5e - Implement first draft for battery icon widget
added 1 commit
- bead9e1e - Small hack to keep symmetry in same cases (e.g. in case of toolbar)
added 1 commit
- 81283dba - Implement icon for unavailable battery und display actual data from armar 3 simulation
added 1 commit
- e01d3a80 - Use correct datafields for battery widget (not working, but no idea why)
By ARMAR-6 on 2022-06-27T14:09:37 (imported from GitLab)
added 1 commit
- a6be50b8 - Fix some bugs in battery widget and improve appearance
By ARMAR-6 on 2022-06-29T12:46:56 (imported from GitLab)
added 1 commit
- 36ef4fa3 - More efficient implementation to get current battery state
By ARMAR-6 on 2022-06-29T13:30:16 (imported from GitLab)
added 1 commit
- 47da5d1e - BatteryWidget: Implement tooltip
By ARMAR-6 on 2022-07-04T10:30:45 (imported from GitLab)
added 1 commit
- 59aa937c - Battery Widget: More precise drawing
By ARMAR-6 on 2022-07-04T10:36:48 (imported from GitLab)
added 1 commit
- de103d08 - BatteryWidget: Re-introduce changes previously made in drawing code
added 1 commit
- ca54f43c - BatteryWidget: Trigger updates in a background thread
added 1 commit
- bf275516 - BatteryWidget: Make methods public if they are called from QMetaObject::invokeMethod
added 1 commit
- b9efef89 - BatteryWidget: Some minor visual improvements
added 7 commits
-
5288da0f...c15250a1 - 6 commits from branch
master
- f326fd9c - Merge branch 'master' into battery_widget
-
5288da0f...c15250a1 - 6 commits from branch
added 1 commit
- f6559e3d - BatteryWidget: Remove more unnecessary stuff
requested review from @dreher
- Resolved by Christian Dreher
There are two types of messages. The error messages which are printed automatically whenn I read sth from the observer that does not exist. They need to be fixed elsewhere. And the debug message thet my code prints every 20s or so if it has no connection.
added 15 commits
-
569fe18c...0f379fa5 - 14 commits from branch
master
- d2f518ba - Merge remote-tracking branch 'origin/master' into battery_widget
-
569fe18c...0f379fa5 - 14 commits from branch
As discussed with @kartmann: We mute the errors and warnings from the observer once and for all. The errors must be propagated so code can actually do something about it.
If you know where to look, you can do it Niklas and then we can finally merge this!
added 32 commits
-
d2f518ba...215be30b - 31 commits from branch
master
- 168bd53d - Merge remote-tracking branch 'origin/master' into battery_widget
-
d2f518ba...215be30b - 31 commits from branch
Has this been merged now? Because I saw the GUI on ARMAR-7? @reister?
mentioned in merge request !102 (merged)
Merged via !102 (merged) using a dedicated interface instead of observers
Thanks for your work @ujrwq_arlt, it really looks nice! Will be rolled out on ARMAR-7 as soon as it is available again.