Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-26 | opentrack, tracker/nn: enable exceptions | Stanislaw Halik | |
2021-03-08 | Fixed the sizes of the widgets in the main window | GO63-samara | |
Fixed the sizes of the widgets in the main window. Removed the background fill in the pose-widget to better match the dark theme. | |||
2020-06-13 | opentrack: disable QEventLoop on stop tracking | Stanislaw Halik | |
2020-02-29 | gui: fix main window height | Stanislaw Halik | |
Closes #1054 | |||
2020-01-27 | opentrack: fix tray condition | Stanislaw Halik | |
Fixes #1032 | |||
2019-12-28 | Cleanup bundle generation | Ries van Twisk | |
2019-10-06 | opentrack: fix pose widget on X11 | Stanislaw Halik | |
2019-09-22 | pose-widget: fix widget not expanding | Stanislaw Halik | |
2019-07-05 | options: fix global ini not saving on Linux | Stanislaw Halik | |
2019-06-26 | opentrack: fix new config dialog on X11 | Stanislaw Halik | |
2019-05-25 | opentrack: fix tray (?) | Stanislaw Halik | |
2019-05-25 | opentrack: fix wrong Qt::WindowState usage | Stanislaw Halik | |
2019-05-25 | opentrack: try fix hidpi on linux | Stanislaw Halik | |
2019-05-25 | opentrack: fix .qrc path in main window | Stanislaw Halik | |
2019-05-15 | opentrack: try fix main window not showing | Stanislaw Halik | |
2019-05-05 | opentrack: kill show()/setVisible() confusion | Stanislaw Halik | |
2019-04-29 | kill some logspam | Stanislaw Halik | |
2019-04-16 | opentrack: avoid QWidget::raise() unless on OSX | Stanislaw Halik | |
2019-03-28 | cmake: move around variant directories | Stanislaw Halik | |
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-10 | api/plugins: shutup clang warning | Stanislaw Halik | |
2016-08-07 | api/plugins: add center hook for accumulative trackers | Stanislaw Halik | |
This is necessary for the Tobii tracker | |||
2016-07-31 | tracker/{aruco, pt}, compat, api: move opencv camera class to cv module | Stanislaw Halik | |
2016-07-25 | api/simple-mat: move to logic | Stanislaw Halik | |
Change causes rebuilds of all modules otherwise. | |||
2016-07-25 | api/simple-mat: use correct rmat -> euler formula | Stanislaw Halik | |
2016-07-23 | logic, api: switch euler to use euler_t input. adjust usages. | Stanislaw Halik | |
2016-07-23 | api/simple-mat: don't use a temporary array | Stanislaw Halik | |
2016-07-23 | api/is-window-visible: move from header | Stanislaw Halik | |
2016-07-23 | api/is-window-visible: check for more window positions | Stanislaw Halik | |
Having the window center invisible making the feed not refresh is confusing. Also check for all the corners. | |||
2016-07-19 | some: replace hardcoded pi values with the same pi constant | Stanislaw Halik | |
We can't depend on M_PI existing after including cmath. | |||
2016-07-18 | cmake: adjust paths for main executable dependencies | Stanislaw Halik | |
2016-07-16 | gui, tracker/{aruco,pt}, api: detect whether widget is visible on screen | Stanislaw Halik | |
Sadly, it's only implemented right now on win32. Remove "set enabled" code for the video widget since it only works for explicit window minimization, not covering by other windows. | |||
2016-07-08 | Merge branch 'compiling' of https://github.com/DaMichel/opentrack into unstable | Stanislaw Halik | |
Issue: #381 | |||
2016-07-08 | gui, api, proto/wine: get rid of library path as exported symbol | Stanislaw Halik | |
There's no need to do that. It never changes unless the toolchain changes. | |||
2016-07-08 | gui, api: plugin-support needs to remain header-only | Stanislaw Halik | |
Move "opentrack_library_path" to the gui module. | |||
2016-07-07 | make things compile for me, on M$ VC++ community edition 2015 update 3 | DaMichel | |
2016-07-07 | api/simple-mat: get rid of unused enum | Stanislaw Halik | |
2016-07-06 | csv, compat, logic, api: open-code import.hpp | Stanislaw Halik | |
2016-07-06 | gui, api, csv: support hier(7) on Unix | Stanislaw Halik | |
This affects platforms such as FreeBSD, Cygwin or Linux. | |||
2016-07-05 | api/simple-mat: cleanups | Stanislaw Halik | |
2016-07-04 | logic/tracker, api/simple-mat: don't convert rad <-> deg all the time | Stanislaw Halik | |
2016-06-29 | api/plugins: prevent unloading shared libraries when changed | Stanislaw Halik | |
It's pointless and can lead to leaks. | |||
2016-06-24 | api/camera-dialog: fix win32 buildopentrack-2.3-rc49p6 | Stanislaw Halik | |
2016-06-24 | api/camera: fix build | Stanislaw Halik | |
2016-06-18 | compat, logic, api: fix export macro copy-paste errors | Stanislaw Halik | |
2016-06-18 | api/camera-dialog: fix build on win32 | Stanislaw Halik | |
2016-06-18 | api/camera-dialog: fix non non-win32 non-linux | Stanislaw Halik | |
2016-06-18 | api/simple-mat: allow for casts to num* and const | Stanislaw Halik | |
Due to memory layout we don't need enable_if for vector. | |||
2016-06-16 | all: split "api" into "api" and "logic" | Stanislaw Halik | |
Here, the "logic" module has all the stuff for building one's own graphical user interface. The "api" module has stuff used by other trackers. While at it, each of "api", "logic", and "compat" need their own export headers. This is because of preprocessor symbol clashes. This is all because a change in the "gui"-only dependency required a relink of all the trackers, protocols, and flters. It takes too long when building in the release configuration. With the split, only the "gui" module gets rebuilt. Since it has close to no static dependencies, it's fast enough. | |||
2016-06-16 | api/tracker: appease IDE. use consistent type alias. | Stanislaw Halik | |