Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-07-23 | gui/main-window: fix ps3 eye LED remaining litopentrack-2.3.8 | Stanislaw Halik | |
2017-07-23 | Made several translation lines | Alexander Orokhovatskiy | |
2017-07-20 | gui/main: rework forceful exit | Stanislaw Halik | |
- on MSVC, exit before destroying the window. Qt Creator plays nicer with that. - otherwise, don't perform a forceful exit. it seems unnecessary. I'll play with Valgrind some more to verify this. | |||
2017-07-06 | gui, logic: allow for binding Caps Lock and Tab | Stanislaw Halik | |
Issue: #646 | |||
2017-06-18 | minor tweaks only | Stanislaw Halik | |
2017-06-18 | gui: make {start,stop}_tracker calls thread-safe | Stanislaw Halik | |
So far the only consumer are the keybindings. | |||
2017-06-18 | gui: don't redraw whole mapping window layout | Stanislaw Halik | |
When we're tracking, we only want to redraw the splines in the mapping window while the mapping window is open. It was a major CPU hog to redraw in case the mapping window's open. | |||
2017-06-18 | Added some translation in "Game detector" | Alexander Orokhovatskiy | |
2017-06-13 | main: fix accessing build box's hardcoded drive | Stanislaw Halik | |
2017-06-10 | get rid of camera angle position rotation | Stanislaw Halik | |
It doesn't work well enough anyway |