Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-30 | gui: kill cl-eye test on start trackingtrackhat-1.2p7trackhat | Stanislaw Halik | |
2018-02-15 | fix lousy UItrackhat-1.2p5 | Stanislaw Halik | |
2018-02-13 | gui, tracker/pt: add new clip logic | Stanislaw Halik | |
2018-02-13 | gui: add new clip crap-o-la | Stanislaw Halik | |
2016-09-26 | gui: don't start if wizard was closedtrackhat-1.2p4 | Stanislaw Halik | |
2016-09-26 | gui/main-window: rerun wizard on "create empty config" | Stanislaw Halik | |
Also if wizard is closed rather than accepted, don't create the config. | |||
2016-09-26 | gui: remove several user-visible settings | Stanislaw Halik | |
- dynamic pose is now enable iff current model is cap - dynamic pose timeout is now always 500 ms - fov is now always 75 | |||
2016-09-26 | gui/res: add 192x192 images | Stanislaw Halik | |
2016-09-26 | gui/res: add original clip and cap logos so they don't get lost | Stanislaw Halik | |
2016-09-21 | gui/wizard: set min point size to 1.5 px | Stanislaw Halik | |
2016-09-20 | gui: use same rotation basis for pose display | Stanislaw Halik | |
2016-03-07 | remove unused center_method setting | Stanislaw Halik | |
2016-03-07 | Merge branch 'unstable' into trackhattrackhat-1.2p1 | Stanislaw Halik | |
2016-02-09 | gui: scale properly on high-DPI screens | Stanislaw Halik | |
Previously high DPI made the main screen all out of whack, unreadable and unusable. | |||
2016-01-22 | gui: reorder for usability's sake | Stanislaw Halik | |
2016-01-07 | gui: fix zero shortcut description | Stanislaw Halik | |
Closes #290 | |||
2016-01-06 | gui: fix margin | Stanislaw Halik | |
2016-01-06 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
* unstable: (140 commits) tracker/pt: increase auto threshold bucket size again tracker/pt: limit max amount of extracted blobs gui: don't update main window if we're minimized tracker/pt: only show widget if the frame is visible tracker/pt: don't resize twice in widget freetrack/games: regen contrib/make-csv: perl sort isn't stable, don't ignore case tracker/pt: avoid widget temp QImage allocation spline-widget: oops, pass by reference tracker/pt: don't allocate temporary dynamic size arrays tracker/pt: don't copy points array needlessly tracker/pt: don't allocate temporary frame tracker/pt: cv::Mat::at<T> is slow, use cv::Mat::ptr tracker/pt: avoid widget malloc when able tracker/pt: optimize widget tracker/pt: update video widget at 40 -> 50 ms cmake/mingw-w64: update tracker/pt: reduce mutex contention gui: fix left margin tracker/pt: remove krap tracker/pt: move ctor out of the loop tracker/pt: nix unused tracker/pt: don't fill mask on frame pose-widget: also bilinear interpolation of alpha value ui: adjust margin ui: make more compact glwidget: use transparent octopus background api/mat: fix typos/breakage api/joy: refresh only manually on certain events pt: histogram more granular 6 -> 8 cmake/api: link with strmiids.lib on win32 tracker/pt: reduce auto thresholding histogram bucket size api/keys: prevent idempotent keys api/joy: move from header api/joy: prevent idempotent keypressed passed to receiver compat/options: get rid of std::string usage compat/options: move from header gui/settings: set parent, otherwise not modal gui/settings: don't forget to show a modal dialog before executing gui/main: don't raise a new window, it's enough to set visible api/joy: speed up poll_axis path api/joy: nix static, now that we're not a singleton tracker/joy: adapt to non-singleton joy worker joystick: no longer singleton, use fake window handle api/keys: use a fake window for DirectInput handle gui/keys: allow for pausing global keystrokes for options dialog api/keys: nix tautological #ifdef contrib/aruco: oops, right extension contrib/aruco: use @frost555's marker image api/camera-names: move to compat/ ... | |||
2015-12-20 | gui: don't update main window if we're minimized | Stanislaw Halik | |
Shaves off 12% runtime in minimized case. | |||
2015-12-18 | gui: fix left margin | Stanislaw Halik | |
2015-12-18 | ui: adjust marginopentrack-2.3-rc21p5 | Stanislaw Halik | |
2015-12-18 | ui: make more compact | Stanislaw Halik | |
2015-12-06 | gui/settings: set parent, otherwise not modal | Stanislaw Halik | |
2015-12-06 | gui/settings: don't forget to show a modal dialog before executing | Stanislaw Halik | |
2015-12-06 | gui/main: don't raise a new window, it's enough to set visible | Stanislaw Halik | |
2015-12-06 | gui/keys: allow for pausing global keystrokes for options dialog | Stanislaw Halik | |
Toggling tracking while prompting for toggle tracking key causes a deadlock somewhere. | |||
2015-12-06 | api, main: implement global shortcuts for controlling tracking | Stanislaw Halik | |
Issue: #252 That involves moving stuff around to get rid of circular dependencies. You need to bind keys to shortcuts again this once. | |||
2015-12-05 | gui: add shortcuts for starting/toggling tracking | Stanislaw Halik | |
2015-12-05 | api/shortcuts: no longer keep shortcuts hardcoded | Stanislaw Halik | |
2015-11-22 | work: use the centralized keypress worker | Stanislaw Halik | |
2015-11-11 | options: stringify keyboard mods for joy buttons | Stanislaw Halik | |
2015-11-11 | shortcuts: alloy kbd mods for joystick buttons | Stanislaw Halik | |
2015-11-11 | shortcuts: map joystick buttons on depress only | Stanislaw Halik | |
Some buttons like the X65 mode switch are held all the time. Prevent them from hogging all the keybindings. Issue: #118 | |||
2015-11-11 | allow for binding joystick buttons to shortcut functions | Stanislaw Halik | |
Win32 only Issue: #118 | |||
2015-11-06 | spline: snap x, y coordinates to grid | Stanislaw Halik | |
2015-11-03 | cmake: can use default hidden visibility on apple | Stanislaw Halik | |
2015-11-01 | gui: hidden symbol visibility by default | Stanislaw Halik | |
2015-11-01 | keyboard-chooser: use only keyboard worker, not full shortcuts | Stanislaw Halik | |
2015-11-01 | options-dialog: add missing include | Stanislaw Halik | |
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-11-01 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
2015-11-01 | resize dialogs for better visibility on Linux | Stanislaw Halik | |
2015-11-01 | cmake: less boilerplate, link dynamically | Stanislaw Halik | |
2015-11-01 | qxt-mini: make own module | Stanislaw Halik | |
2015-11-01 | try not to statically link qxt-mini | Stanislaw Halik | |
cf. 3e60ccda96dfada9307a0a25134475c726f1ae72 | |||
2015-10-30 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
2015-10-30 | qxt: fix unix build | Stanislaw Halik | |
2015-10-30 | wizard: remove 'bump' on default yaw spline | Stanislaw Halik | |
Catmull-Rom sometimes breaks on less than 4 points. | |||
2015-10-30 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
* unstable: cmake: cleanup hydra rename gui directory move to subdirectory-based build system cmake: switch to GNU CC 5.2.0 in mingw-w64 toolchain file rift-080: forgot ovr_Initialize() rift 025: fix name | |||
2015-10-30 | rename gui directory | Stanislaw Halik | |