Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-08 | Merge branch 'unstable' into trackhat-uitrackhat-1.1 | Stanislaw Halik | |
* unstable: qfc: save retval's absolute value | |||
2015-10-08 | Merge branch 'work' into trackhat-ui | Stanislaw Halik | |
* work: qfc: move var to outer scope qfc: no need to load lazily, it's received immediately qfc: try harder to fill all memoized buckets Revert "accela: guard against negative value overflow properly" qfc: revert to floats as in rc15 make-tar: show cygpath -w on cygwin for convenience shortcuts: sleep less, drop less keystrokes accela: revert rot gains to rc15 | |||
2015-10-08 | qfc: save retval's absolute value | Stanislaw Halik | |
Closes #249 | |||
2015-10-07 | qfc: move var to outer scope | Stanislaw Halik | |
2015-10-07 | qfc: no need to load lazily, it's received immediately | Stanislaw Halik | |
2015-10-07 | qfc: try harder to fill all memoized buckets | Stanislaw Halik | |
2015-10-07 | Revert "accela: guard against negative value overflow properly" | Stanislaw Halik | |
This reverts commit d626a60eca7a511786435ec796d7864c59463939. | |||
2015-10-07 | qfc: revert to floats as in rc15 | Stanislaw Halik | |
Issue: #248 Issue: #231 | |||
2015-10-07 | make-tar: show cygpath -w on cygwin for convenience | Stanislaw Halik | |
2015-10-07 | shortcuts: sleep less, drop less keystrokes | Stanislaw Halik | |
2015-10-07 | accela: revert rot gains to rc15 | Stanislaw Halik | |
2015-10-07 | * work: | Stanislaw Halik | |
make-tar: show cygpath -w on cygwin for convenience | |||
2015-10-07 | make-tar: show cygpath -w on cygwin for convenience | Stanislaw Halik | |
2015-10-07 | ui: fix stderr nonsense | Stanislaw Halik | |
Caused by mismerge | |||
2015-10-07 | Merge branch 'work' into trackhat-ui | Stanislaw Halik | |
* work: | |||
2015-10-07 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
* unstable: qfc: increase precision | |||
2015-10-07 | * unstable: | Stanislaw Halik | |
qfc: increase precision | |||
2015-10-07 | ui: window title nits | Stanislaw Halik | |
2015-10-07 | ui: fix profile switch on change pending | Stanislaw Halik | |
2015-10-07 | ui: use agreed-upon model names | Stanislaw Halik | |
2015-10-07 | Merge branch 'work' into trackhat-ui | Stanislaw Halik | |
* work: qfc: double the discrete value count shortcuts: sleep less, drop less keystrokes accela: revert rot gains to rc15 ft: try without locking this time ft: cleanup comments csv: cleanup main, ui: fix sort order ui: fix close on save | |||
2015-10-06 | qfc: double the discrete value count | Stanislaw Halik | |
2015-10-06 | shortcuts: sleep less, drop less keystrokes | Stanislaw Halik | |
2015-10-06 | accela: revert rot gains to rc15 | Stanislaw Halik | |
2015-10-06 | qfc: increase precision | Stanislaw Halik | |
Go from uint16_t to uint32_t. If it still doesn't help we have to back to using floats. Reported-by: @nanospork Issue: #231 | |||
2015-10-06 | ft: try without locking this time | Stanislaw Halik | |
2015-10-06 | ft: cleanup comments | Stanislaw Halik | |
2015-10-06 | csv: cleanup | Stanislaw Halik | |
2015-10-06 | main, ui: fix sort order | Stanislaw Halik | |
Sort order was applied only to combobox but not to tracker list. Reported-by: @nanospork cf. https://github.com/opentrack/opentrack/issues/231#issuecomment-145741998 | |||
2015-10-06 | ui: fix close on save | Stanislaw Halik | |
stopping the timer prevented maybe_save() from working | |||
2015-10-06 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
* unstable: un-bitrot installer support | |||
2015-10-06 | un-bitrot installer support | Stanislaw Halik | |
Sponsored-by: TrackHat Issue: #229 | |||
2015-10-06 | trackhat: use its own GUID for installer | Stanislaw Halik | |
Can now be installed alongside opentrack Sponsored-by: TrackHat | |||
2015-10-06 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
* unstable: un-bitrot installer support | |||
2015-10-06 | un-bitrot installer support | Stanislaw Halik | |
Issue: #229 | |||
2015-10-06 | fix build | Stanislaw Halik | |
2015-10-06 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
* unstable: ui: sort combobox items according to their name, not filename mouse: remove GPL, has since been rewritten mouse: decruft freetrack: new game definitions | |||
2015-10-06 | ui: sort combobox items according to their name, not filename | Stanislaw Halik | |
2015-10-06 | mouse: remove GPL, has since been rewritten | Stanislaw Halik | |
2015-10-06 | mouse: decruft | Stanislaw Halik | |
Fix Qt layouts, add to comboboxen using Qt Designer | |||
2015-10-06 | freetrack: new game definitions | Stanislaw Halik | |
2015-10-06 | nix stuff from trackhat branch | Stanislaw Halik | |
2015-10-06 | freetrack: new game definitions | Stanislaw Halik | |
2015-10-06 | update installer | Stanislaw Halik | |
2015-10-06 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
* unstable: process-detector: check when cancel button is pressed | |||
2015-10-03 | process-detector: check when cancel button is pressed | Stanislaw Halik | |
Closes #245 | |||
2015-10-03 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
* unstable: pose-widget: simplify pose-widget: fix black border around The Octopus | |||
2015-10-03 | pose-widget: simplify | Stanislaw Halik | |
2015-10-03 | pose-widget: fix black border around The Octopus | Stanislaw Halik | |
2015-10-03 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
* unstable: ft: add locking back ft: change nonsensical frame step ft: don't alloc "int i" as bss ft: reformat cmake: simplify pose-widget: use bilinear filtering declutter clientfiles/ |