Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-09 | migration: type aliases confuse IDE so let's not | Stanislaw Halik | |
2016-09-09 | migration: new - move to module section | Stanislaw Halik | |
2016-09-09 | migration: reword individual names | Stanislaw Halik | |
2016-09-09 | migrations: rename for 2-digit serial | Stanislaw Halik | |
2016-09-09 | proto/mouse: remove wrong comment | Stanislaw Halik | |
2016-09-09 | migration: try prevent developer naming migrations badly | Stanislaw Halik | |
2016-09-09 | tracker/rifts: show descriptive error messages, if any | Stanislaw Halik | |
2016-09-09 | migration: add axis sign migration from rc10 | Stanislaw Halik | |
2016-09-09 | gui: fix after 77cf67d61c8f6ae7ec00fd069b0e6586927069a3 | Stanislaw Halik | |
2016-09-09 | api/is-window-visible: fix warn on non-win32 | Stanislaw Halik | |
2016-09-09 | migration: prevent string printed with double-quotes in qDebug() | Stanislaw Halik | |
2016-09-09 | options/{bundle,group}: don't create QSettings all the time | Stanislaw Halik | |
2016-09-09 | migration: less logspam | Stanislaw Halik | |
2016-09-09 | spline-widget: simplify alpha calculation | Stanislaw Halik | |
2016-09-09 | migrations: add stub for mapping/settings separation | Stanislaw Halik | |
2016-09-09 | add migration from mappings <= rc11 | Stanislaw Halik | |
2016-09-09 | add support for migrations | Stanislaw Halik | |
They're run from the UI thread so can even be interactive. | |||
2016-09-09 | spline-widget: emit vtable in a single unit | Stanislaw Halik | |
2016-09-09 | options/bundle: whitespace only | Stanislaw Halik | |
2016-09-09 | spline-widget: fix uninitialized access | Stanislaw Halik | |
Found-by: valgrind | |||
2016-09-09 | gui: fix default tab | Stanislaw Halik | |
2016-09-09 | options/bundle: lessen logspam | Stanislaw Halik | |
2016-09-08 | gui/main: terminate before main ends on msvc | Stanislaw Halik | |
2016-09-08 | compat: remove empty sources | Stanislaw Halik | |
2016-09-08 | options/value: move from header | Stanislaw Halik | |
2016-09-08 | Merge pull request #448 from DaMichel/less-intrusive-logging-gui | Stanisław Halik | |
tracklogging: begone file selector gui | |||
2016-09-08 | tracklogging: begone file selector gui. Now a file select dialog will pop up ↵ | DaMichel | |
when the tracker starts. | |||
2016-09-06 | cmake: oops, fix version in header | Stanislaw Halik | |
2016-09-06 | logic/shortcuts: fix "held" not initialized for joysticks | Stanislaw Halik | |
Reported-by: @Sone989 Issue: #440 | |||
2016-09-06 | tracker/pt: lessen logspam | Stanislaw Halik | |
2016-09-06 | cmake/msvc: change flags in toolchain file | Stanislaw Halik | |
- 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 | |||
2016-09-06 | cmake: don't link against highgui | Stanislaw Halik | |
It can be linked against qt4 leading to runtime crash. | |||
2016-09-06 | gui/main-window: cleanup | Stanislaw Halik | |
2016-09-06 | gui, logic: add shortcut for "translation compensation off while held" | Stanislaw Halik | |
Requested-by: @Sone989 Issue: #440 | |||
2016-09-06 | {dinput,logic,..}: cleanup | Stanislaw Halik | |
2016-09-06 | Merge pull request #443 from DaMichel/kf-parameter-tuning | Stanisław Halik | |
filter-kalman parameter tuning | |||
2016-09-06 | filter-kalman: (parameter tuning) decreased adaption time scale; increased ↵ | DaMichel | |
deadzone size | |||
2016-09-06 | Merge pull request #442 from DaMichel/unstable | Stanisław Halik | |
Build issue on MSVC | |||
2016-09-06 | cmake: checking for some env var is not the way to validate the proper build ↵ | DaMichel | |
environment | |||
2016-09-05 | options/slider: adjust eps, simplify | Stanislaw Halik | |
2016-09-05 | gui/{main,mappings}: fix tab stops | Stanislaw Halik | |
2016-09-05 | tracker/{aruco,pt}: remove camera settings button | Stanislaw Halik | |
It's broken and users complain on the issue tracker. Also fix tab stops. | |||
2016-09-05 | spline-widget: oops, fix tooltip before clicking on widget | Stanislaw Halik | |
2016-09-05 | spline-widget: stop dragging when alt-tabbing away | Stanislaw Halik | |
Unfortunately now spline widgets grab keyboard focus. Qt doesn't seem to have a better way to detect whether some other application gained focus. | |||
2016-09-05 | cmake: switch back to c++14 | Stanislaw Halik | |
Lambdas with explicit return values are fun. | |||
2016-09-05 | gui/mappings: set smaller snap for XYZ splines | Stanislaw Halik | |
Reported-by: @olegiy Issue: #436 | |||
2016-09-05 | spline-widget: add tooltips, refactor | Stanislaw Halik | |
Tooltip shows current cursor/point position. Factor out common functions. Use QPoint/QPointF appropriately. Remove rounding that led to snapping to integral values. Allow for non-integral snapping amounts. Issue: #436 | |||
2016-09-05 | spline-widget: fix rounding for short splines | Stanislaw Halik | |
This was especially visible with XYZ spline widgets. | |||
2016-09-05 | spline-widget: add point count getter | Stanislaw Halik | |
2016-09-05 | spline-widget: allow for non-integral snap values | Stanislaw Halik | |