Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-16 | logic, spline: get rid of using namespace in header | Stanislaw Halik | |
2018-01-16 | gui/main-window: reformat max right column | Stanislaw Halik | |
2018-01-14 | gui/main-window: don't crash with no tray | Stanislaw Halik | |
2018-01-14 | gui/keyboard: fix Linux/OSX build | Stanislaw Halik | |
Class renaming broke this. Reported: https://github.com/opentrack/opentrack/issues/721#issuecomment-357457084 | |||
2018-01-14 | gui: fix tray | Stanislaw Halik | |
2018-01-14 | gui/spline: change horizontal/vertical guide count | Stanislaw Halik | |
The amount depends on the max value on X/Y scales. | |||
2018-01-13 | gui/spline: reduce spline widget snap to grid | Stanislaw Halik | |
Issue: #722 | |||
2018-01-13 | cmake, main: work toward introducing alternative UI | Stanislaw Halik | |
We're going to base opentrack derivatives on the same branch. Previously merges were a living hell. Modularizing the UI code and having continuously-built executables will do a lot. First opentrack variant in progress is a TrackHat device for mouse and scrolling control for people with spine and hand/arm disabilities. | |||
2018-01-12 | main: fix build | Stanislaw Halik | |
2018-01-11 | cmake, gui, main: make user interface reusable | Stanislaw Halik | |
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class. | |||
2018-01-10 | many: get rid of trailing type specifiers | Stanislaw Halik | |
2018-01-10 | gui/main: disable denormals on win32 | Stanislaw Halik | |
2018-01-04 | main: workaround crash on exit without terminating process | Stanislaw Halik | |
2018-01-04 | gui: move checkbox to top | Stanislaw Halik | |
Users don't see it. | |||
2018-01-03 | gui/settings: allow reltrans position only | Stanislaw Halik | |
Works also for "dynamic neck". Meant to ignore tracker position output but allow reltrans to output. | |||
2018-01-03 | gui/process-detector: change separator characters | Stanislaw Halik | |
Prevent common characters from breaking the saved list. Use unprintable characters. Add migration. | |||
2017-12-18 | cmake: const correctness | Stanislaw Halik | |
2017-12-10 | gui: fix spline snap value harder | Stanislaw Halik | |
Was checking wrong variable. Issue: #707 | |||
2017-12-10 | gui: fix setting spline snap value | Stanislaw Halik | |
value<t>::valueChanged didn't fire on exact same value anymore. | |||
2017-12-10 | options: rename template | Stanislaw Halik | |
2017-12-09 | gui: cleanup dirty edits in settings dialog | Stanislaw Halik | |
2017-12-04 | api: add status check for modules | Stanislaw Halik | |
2017-12-02 | logic: remove center_method setting | Stanislaw Halik | |
2017-10-29 | gui: fix module on main screen not saved | Stanislaw Halik | |
2017-10-27 | gui/main-window: annoy when running as root | Stanislaw Halik | |
2017-10-27 | gui: rename source files only | Stanislaw Halik | |
2017-10-27 | gui/main-window: give ps3 eye time to stop properly | Stanislaw Halik | |
2017-10-27 | gui: must close module dialogs | Stanislaw Halik | |
Otherwise settings don't get cancelled | |||
2017-10-21 | logic/tracker: rename to pipeline | Stanislaw Halik | |
Could use a better name. | |||
2017-10-20 | gui: don't close dialog on no-op change | Stanislaw Halik | |
When profile changes but module controlling the dialog doesn't, don't close the opened dialog window. | |||
2017-10-20 | options/scoped: use raii | Stanislaw Halik | |
2017-10-20 | logic, spline: more spline work/fixes | Stanislaw Halik | |
- mapping window clamps are now value<max_clamp> in spline - clamp won't mess up saved spline content - clean up artifacts on spline widget | |||
2017-10-20 | spline: allow switch pitch mapping max Y 90/180 | Stanislaw Halik | |
2017-10-20 | migrations: perform after bundle changed hooks run | Stanislaw Halik | |
2017-10-13 | options/tie: change "tie" overloads | Stanislaw Halik | |
Adjust usages. There are ODR issues with MSVC and it doesn't support C++17 "static inline constexpr" _variables_. Otherwise, "signal_fun" could be a variable and not a function. The usages in accela/ewma2 dialog are more verbose now but the original API was silly. | |||
2017-10-10 | compat/util: remove macro and typedefs | Stanislaw Halik | |
2017-10-08 | random stuff | Stanislaw Halik | |
2017-10-08 | logic: add extension support | Stanislaw Halik | |
It's missing a dialog and testing. | |||
2017-10-08 | add complete(?) portable config support | Stanislaw Halik | |
2017-10-02 | gui/main: remove overridden colors | Stanislaw Halik | |
2017-10-02 | gui: fix tab widget background color | Stanislaw Halik | |
2017-09-23 | gui/options: fixes | Stanislaw Halik | |
- fix stderr warning on open QWindowsWindow::setGeometry: Unable to set geom... - fix tab order | |||
2017-09-22 | gui/main-window: change widget properties a bit | Stanislaw Halik | |
2017-09-22 | gui: fix global qt style for xp | Stanislaw Halik | |
2017-09-22 | gui: call adjust-size() after show() | Stanislaw Halik | |
2017-09-22 | gui/main-window: camel case makes my eyes bleed | Stanislaw Halik | |
2017-08-01 | gui: don't hook QEvent::Show | Stanislaw Halik | |
It's pointless actually. It's not emitted before WindowActivate at all. | |||
2017-07-29 | gui: refresh mapping window even if main window is hidden | Stanislaw Halik | |
2017-07-28 | gui: don't update the main window if it's hidden | Stanislaw Halik | |
2017-07-24 | gui/main: put TerminateProcess call back after app exits | Stanislaw Halik | |