| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Otherwise tied version overwrites given migration before it's run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They're run from the UI thread so can even be interactive.
|
|
|
|
|
|
Found-by: valgrind
|
|
|
|
|
|
|
|
|
|
|
|
tracklogging: begone file selector gui
|
|
when the tracker starts.
|
|
|
|
Reported-by: @Sone989
Issue: #440
|
|
|
|
- Always disable some useless warnings
- Disable exception support fully now
- Use /Gm for minimal rebuilds
- Use /Gw for data section lto
- Use exactly c++14
- Use incremental LTO
|
|
It can be linked against qt4 leading to runtime crash.
|
|
|
|
Requested-by: @Sone989
Issue: #440
|
|
|
|
filter-kalman parameter tuning
|
|
deadzone size
|
|
Build issue on MSVC
|
|
environment
|
|
|
|
|
|
It's broken and users complain on the issue tracker.
Also fix tab stops.
|
|
|
|
Unfortunately now spline widgets grab keyboard focus. Qt doesn't seem to have a
better way to detect whether some other application gained focus.
|
|
Lambdas with explicit return values are fun.
|