Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-24 | gui/main-window: remove stray debug line | Stanislaw Halik | |
2016-12-24 | gui/main: with vc2015 it doesn't crash on exit | Stanislaw Halik | |
Turns out vc2017 RC miscompiled Qt libs leading to a crash around RtlHeapFree. | |||
2016-12-11 | gui: fix crash when no filter selected | Stanislaw Halik | |
2016-12-09 | gui, logic: allow toggle neck displacement | Stanislaw Halik | |
It was only possible to zero the values to turn it off. | |||
2016-12-09 | few: fix spacers breaking layout reflow | Stanislaw Halik | |
2016-12-09 | gui: factor out dialog creation function | Stanislaw Halik | |
Also, need to drain the event loop following QWidget::adjustSize. Otherwise the following resize still uses the old values. | |||
2016-12-09 | gui, logic: add neck displacement feature | Stanislaw Halik | |
With it enabled, user's neck will be treated as separate from the rotation pivot. Rotating to the left will reposition to the left in addition to the rotation, and so on. This feature is subtle but apparently very popular with DCS users. | |||
2016-12-08 | gui/lang: fix Russian translation | Stanislaw Halik | |
2016-12-08 | gui: prevent stderr whining if controls don't fit at runtime | Stanislaw Halik | |
2016-11-29 | main: change for testing | Stanislaw Halik | |
2016-11-25 | Revert "logic, gui: remove relative translation disable axis"opentrack-2.3-rc99p15 | Stanislaw Halik | |
This reverts commit 9fb8b48027ac8c03628955da2b186de88745e348. | |||
2016-11-18 | logic, gui: remove relative translation disable axis | Stanislaw Halik | |
Only Z needs this. | |||
2016-11-18 | gui: restore resize disable | Stanislaw Halik | |
2016-11-18 | Revert "gui: resize dialog boxes to fit text" | Stanislaw Halik | |
This reverts commit d26048617d78396cc6381eaf06f19fee484d811c. | |||
2016-11-18 | gui/options-dialog: fix logic error in keybinding friendly name | Stanislaw Halik | |
2016-11-18 | gui, modules: add more translatable strings | Stanislaw Halik | |
2016-11-18 | gui: resize dialog boxes to fit text | Stanislaw Halik | |
2016-11-18 | gui/options: oops, fix numpad keys friendly name | Stanislaw Halik | |
2016-11-18 | gui: allow for disabling translation | Stanislaw Halik | |
2016-11-18 | gui: rewrite confusing camera offset description | Stanislaw Halik | |
2016-11-18 | gui/options: allow for translating keyboard modifiers | Stanislaw Halik | |
2016-11-16 | Update nl_NL.ts | Mathijs Groothuis | |
2016-11-16 | Create nl_NL.ts | Mathijs Groothuis | |
2016-11-16 | gui: initial Russian translation | Alexander Orokhovatskiy | |
2016-11-06 | gui: map as translatable | Stanislaw Halik | |
2016-11-05 | gui: fix accidental debug statement | Stanislaw Halik | |
2016-11-05 | gui: make program name translatable | Stanislaw Halik | |
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-05 | gui: allow for process detector resize wrt logical layout | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-11-04 | cmake, main: add translation support | Stanislaw Halik | |
2016-11-03 | gui/options: reword | Stanislaw Halik | |
2016-10-28 | gui/options: rename r[xyz] to yaw/pitch/roll in camera offset | Stanislaw Halik | |
2016-10-28 | gui/main-window: round raw/mapped value display | Stanislaw Halik | |
Otherwise infinitesimal differences prevent from reaching max mapped value. | |||
2016-10-26 | gui/mapping: set snap higher for more precision | Stanislaw Halik | |
Previous snap values were so low that getting the exact value required pixel-perfect accuracy. Fix that. | |||
2016-10-19 | gui/options: also rename to "relative translation" in options | Stanislaw Halik | |
Reported-by: @MathijsG Issue: #461 | |||
2016-10-05 | api, cv, gui, pose-widget: remove window visibility check | Stanislaw Halik | |
Causes freezes on multiple displays. Reported and tested in realtime by: @kzfr | |||
2016-10-03 | gui: reword auto-offset description | Stanislaw Halik | |
2016-10-03 | logic/tracker: apply auto-offset reltrans rotations in right order | Stanislaw Halik | |
Remove warning on using reltrans with auto-offset. Tested-by: @Len62 Discussed-with: @Len62 Issue: #473 | |||
2016-09-27 | gui/options: rename "translation compensation" to "relative translation" | Stanislaw Halik | |
Issue: #461 Discussed-with: @MathijsG, @Sone989 Closes #461 | |||
2016-09-26 | gui, options: prevent options reset on tracker stop | Stanislaw Halik | |
They should only be reset when closing the module dialog window. This is a hack but otherwise we'd have to change all the modules. Issue: #466 Closes #466 | |||
2016-09-26 | gui/mappings: lower snap | Stanislaw Halik | |
We have tooltips now so why the hell not. | |||
2016-09-25 | gui, logic: allow prevent rotation from affecting compensation | Stanislaw Halik | |
Issue: #458 | |||
2016-09-24 | gui/options: explain tcomp disable Z importance | Stanislaw Halik | |
Issue: #458 | |||
2016-09-24 | gui: improve layout for camera center mode, fix tabstops | Stanislaw Halik | |
2016-09-24 | logic, gui: allow for disabling any of the three tcomp options | Stanislaw Halik | |
Issue: #458 Requested-by: @Borisovich | |||
2016-09-17 | gui: prevent stderr whining on setting dialog fixed size | Stanislaw Halik | |
Adjust dialogs. | |||
2016-09-16 | gui/tray: wording | Stanislaw Halik | |
2016-09-16 | gui, logic: add separate option for starting in tray vs tray enabled | Stanislaw Halik | |
Suggested-by: @MathijsG, #454 |