torriem
torriem
I am a strong proponent of the GPL in general, and I'm glad to see it used by qxmledit. However I note qxmledit requires me to agree to the GPL...
Convert to QML: Reverse Indicator Lift Indicator Lost RTK RTK Age
Implement click on vehicle to reverse direction. Possibly can do it directly from QML using matrix4x4 transformations.
By default QtAOG writes to 127.255.255.255, which doesn't work on Linux. Add a new setting that can be set send-to address. Also we could have C++ code only use 127.255.255.255...
Intercept the window close event and pop up the "are you sure" box. Also make sure the "are you sure you want to quit" box properly fires the FileSaveEverything method.
OpenGL no longer supports lines that are dotted or dashed, and any width other than 1 pixel. How can we overcome this with shader support? Or do we fake it...
In order for youturn and hydraulic lookahead to work properly and reliably with headlands, it would be better if we could draw those lines on the back buffer using the...
We need to check for fields that can't be found, new fields that share a same name as existing field, etc. Display a TimedMessageBox() for such errors. - field_new() -...
Since the UI callbacks are in the UI thread, we need to lock the back end data structures. Add locking to all the QML callbacks in formgps_ui.cpp. ``` lock.lockForWrite(); ```...