skunkforce / OmniView

This Repository contains the OmniView Software, which is used in the AW4null Research Projects
https://www.autowerkstatt40.org/
MIT License
3 stars 4 forks source link

Enhancement: Toolbar Region #119

Open AKMaily opened 1 month ago

AKMaily commented 1 month ago

As described in the OmniView-Product Vision document the Software should be seperated into four regions.

One of these regions is the Toolbar. In this toolbar the save, start and stop button should be placed.

The first step is to change the position of the buttons and the proportions of the different regions.

R-Abbasi commented 1 month ago

https://github.com/skunkforce/OmniView/pull/120

AKMaily commented 4 weeks ago

120 has four sections. Three of them are implemented like suggested with a few missing style elements. The toolbar region otherwise does not have the buttons that were suggested and the icons are not yet implemented. I am already working on a version in which this is implemented.

R-Abbasi commented 3 weeks ago

In this toolbar the save, start and stop button should be placed.

The toolbar region/ImGui::BeginChild is, to me, the top one on the right side ImGui::BeginChild which has the above buttons.

AKMaily commented 3 weeks ago

Yes it is the top one on the right side, but it only has this buttons at the left side and with a string as the description. Those will be replaced by Icons and should be placed in the middle.