David Wedel

Results 10 issues of David Wedel

After opening a Dialog, like ![Screenshot_20240316_094328](https://github.com/torriem/QtAgOpenGPS/assets/94093113/5f3442e4-f518-4203-817f-7f4788f2ca70) android resets the screen size to the popup dimensions, like this: ![Screenshot_20240316_094336](https://github.com/torriem/QtAgOpenGPS/assets/94093113/cf61bfce-f463-43b8-932f-03f0f93ecafd) I was actually going to go through and switch those all to...

```// Center the window on the primary screen x: (Screen.primaryScreen.availableWidth - width) / 2 y: (Screen.primaryScreen.availableHeight - height) / 2 ``` Use something with this maybe.

From quick searching online, we will have to do this in the cpp backend, with custom code for each os.

235-Section dimensions 234-Switch states causes manual to be locked on 239- Machine data (this is not being sent) 238-Machine config (also not being sent)

**To Reproduce** Steps to reproduce the behavior: Use the update button to update from 2.4.2 to 2.5. **Expected behavior** On trying to access the webpage service, I get the "Problem...

The one we discussed the other day with the sim. It showed up with the triangle vehicle again this morning. settings.* in QML changes, but won't change the .ini file....

I have a lot of the logic for this done in my dev branch. But it [doesn't seem to be working right.](https://t.me/c/1966654569/5908).

When we compile QML files, we get the warning: ```QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/TF012.wav QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/rtk_lost.wav QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/Alarm10.wav QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SectionOn.wav QSoundEffect(qaudio):...

This may have been from closing the laptop with QtAOG open, but either way, we should warn if there is an error, not just silently crash.