summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-01-20rename our Qt .png iconStanislaw Halik
facetracknoir.png -> opentrack.png
2018-01-20gui/main: remove stale commentsStanislaw Halik
2018-01-20remove mistaken usages of std::forwardStanislaw Halik
I originally mistaken what the function did.
2018-01-20Merge pull request #727 from cpuwolf/pt4-rebaseStanisław Halik
add Wiimote supporting in point tracker
2018-01-20add Wiimote supporting in point trackerWei Shuai
1. extrack point from wii frame 2. wii_camera outputs wii raw data, wii_extractor create preview 3. wiimote fov is about 42 degree 4. wii:change block functions to non-block function "contains WiiYourself! wiimote code by gl.tter http://gl.tter.org"
2018-01-19tracker/pt: fix .qrc file locationStanislaw Halik
2018-01-19opentrack: create tray icon, duhStanislaw Halik
Issue: #726
2018-01-19variant/default: rename our iconStanislaw Halik
2018-01-19tracker/pt: fix broken resourcesStanislaw Halik
Spotted by: @cpuwolf Issue: #718
2018-01-19proto/libevdev: fix buildStanislaw Halik
Issue: #726
2018-01-19migration: fix -WpedanticStanislaw Halik
2018-01-19trackmouse: rename output executableStanislaw Halik
I can now launch each CMake configuration in Qt Creator: Executable: .\%{CurrentBuild:Name}.exe Working directory: %{buildDir}\install
2018-01-18compat/correlation-calibration: retireStanislaw Halik
2018-01-18tracker/pt: move impl bits away from pt-baseStanislaw Halik
2018-01-18logic/pipeline: set limits more sensiblyStanislaw Halik
We must keep a certain leeway here for people aiming in WW2 sims.
2018-01-18trackmouse: fix buildStanislaw Halik
2018-01-18migration: fix possible bitrotStanislaw Halik
Don't include current settings headers. Once they change the old migration needs rewriting. Rewrite it now and make it a point not to include current headers. The old Accela migration is pointless given that settings changed max values.
2018-01-18logic: change relative translation triggeringStanislaw Halik
Relative translation mode now has three states: - disabled - always enabled - enabled when not aiming In the third mode, looking very close to center disables reltrans. The exact values aren't final.
2018-01-18cmake/mingw-w64: updateStanislaw Halik
2018-01-18cmake/msvc: don't want -Zc:throwingNewStanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-18cmake: add my defaultsStanislaw Halik
2018-01-18cmake: make per-user defaults more usefulStanislaw Halik
2018-01-18cmake/hier: add commentStanislaw Halik
2018-01-18cmake: fix otr_module(x SUBDIRS ...)Stanislaw Halik
2018-01-18cmake: change up OPENTRACK_BASE_PATH handlingStanislaw Halik
2018-01-18cmake/msvc: remove argument set to default valueStanislaw Halik
2018-01-18tracker/pt: simplify makefileStanislaw Halik
2018-01-18fix -Wall -Wextra -WpedanticStanislaw Halik
2018-01-18compat: split/cleanup util.hppStanislaw Halik
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp.
2018-01-18compat: move powerset.hpp to qxt-mini/Stanislaw Halik
2018-01-18cmake: fix setting default install prefix on startupStanislaw Halik
2018-01-18tracker/pt: split impl and algorithmStanislaw Halik
Issue: #718
2018-01-17proto/libevdev: fix buildStanislaw Halik
Issue: #726
2018-01-17proto/libevdev: build if found, don't ask in cacheStanislaw Halik
2018-01-17gui/init: remove logspamStanislaw Halik
2018-01-17tracker/pt: remove MSVC debug pragmaStanislaw Halik
2018-01-17fix build (4)Stanislaw Halik
Issue: #721
2018-01-17fix build (3)Stanislaw Halik
2018-01-17compat: get rid of string literal operatorStanislaw Halik
2018-01-17fix build (2)Stanislaw Halik
2018-01-17fix buildStanislaw Halik
2018-01-17gui/settings: fix variant buildStanislaw Halik
2018-01-16spline/widget: no need to round pixel ratioStanislaw Halik
2018-01-16main-window: fix linux compile errorStanislaw Halik
2018-01-16cv/video-frame, tracker/pt: add hidpi preview supportStanislaw Halik
2018-01-16fix buildStanislaw Halik
2018-01-16spline: fix widget for hidpi displaysStanislaw Halik
2018-01-16cleanupStanislaw Halik
2018-01-16trackmouse: more workStanislaw Halik