letsfindaway / OpenBoard

I'm using this fork to contribute features and fixes to the upstream project. In order to create good pull requests, I'm rebasing my feature branches, squashing and reordering commits, etc. If you fork this repository be aware that my development branches may rewrite history without prior notice.
http://openboard.ch/
GNU General Public License v3.0
9 stars 0 forks source link

Hover over buttons for screen selection #119

Closed letsfindaway closed 1 year ago

letsfindaway commented 1 year ago

In the screen selection mode, provide a hover effect when moving the cursor over the buttons designating the screens.

In debug mode, improve the way the button label is used to fill the line edit field.

letsfindaway commented 1 year ago

There are additionally some issues in debug mode when button->text() is used and it is expected that it contains just a number. I will additionally use a property to store the screen index, so that it is independent from the button text.

letsfindaway commented 1 year ago

Additionally I have issues with commit https://github.com/OpenBoard-org/OpenBoard/commit/6d8c3d6a060074273dda034af74748bf2ceddee0. For me this does not work, while controlWidget->showNormal() does. Can we probably add both calls?

letsfindaway commented 1 year ago

Closed as PR was merged.