summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)Author
2016-12-28main: fix typo breaking non-win32Stanislaw Halik
2016-12-28gui/options: tabs didn't fit horizontally, oopsStanislaw Halik
2016-12-24gui/main-window: remove stray debug lineStanislaw Halik
2016-12-24gui/main: with vc2015 it doesn't crash on exitStanislaw Halik
Turns out vc2017 RC miscompiled Qt libs leading to a crash around RtlHeapFree.
2016-12-11gui: fix crash when no filter selectedStanislaw Halik
2016-12-09gui, logic: allow toggle neck displacementStanislaw Halik
It was only possible to zero the values to turn it off.
2016-12-09few: fix spacers breaking layout reflowStanislaw Halik
2016-12-09gui: factor out dialog creation functionStanislaw Halik
Also, need to drain the event loop following QWidget::adjustSize. Otherwise the following resize still uses the old values.
2016-12-09gui, logic: add neck displacement featureStanislaw 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-08gui/lang: fix Russian translationStanislaw Halik
2016-12-08gui: prevent stderr whining if controls don't fit at runtimeStanislaw Halik
2016-11-29main: change for testingStanislaw Halik
2016-11-25Revert "logic, gui: remove relative translation disable axis"opentrack-2.3-rc99p15Stanislaw Halik
This reverts commit 9fb8b48027ac8c03628955da2b186de88745e348.
2016-11-18logic, gui: remove relative translation disable axisStanislaw Halik
Only Z needs this.
2016-11-18gui: restore resize disableStanislaw Halik
2016-11-18Revert "gui: resize dialog boxes to fit text"Stanislaw Halik
This reverts commit d26048617d78396cc6381eaf06f19fee484d811c.
2016-11-18gui/options-dialog: fix logic error in keybinding friendly nameStanislaw Halik
2016-11-18gui, modules: add more translatable stringsStanislaw Halik
2016-11-18gui: resize dialog boxes to fit textStanislaw Halik
2016-11-18gui/options: oops, fix numpad keys friendly nameStanislaw Halik
2016-11-18gui: allow for disabling translationStanislaw Halik
2016-11-18gui: rewrite confusing camera offset descriptionStanislaw Halik
2016-11-18gui/options: allow for translating keyboard modifiersStanislaw Halik
2016-11-16Update nl_NL.tsMathijs Groothuis
2016-11-16Create nl_NL.tsMathijs Groothuis
2016-11-16gui: initial Russian translationAlexander Orokhovatskiy
2016-11-06gui: map as translatableStanislaw Halik
2016-11-05gui: fix accidental debug statementStanislaw Halik
2016-11-05gui: make program name translatableStanislaw Halik
2016-11-05delete empty .tsStanislaw Halik
2016-11-05modules: make more strings translatableStanislaw Halik
2016-11-05gui: allow for process detector resize wrt logical layoutStanislaw Halik
2016-11-04modules: add autogenerated translation filesStanislaw Halik
2016-11-04cmake, main: add translation supportStanislaw Halik
2016-11-03gui/options: rewordStanislaw Halik
2016-10-28gui/options: rename r[xyz] to yaw/pitch/roll in camera offsetStanislaw Halik
2016-10-28gui/main-window: round raw/mapped value displayStanislaw Halik
Otherwise infinitesimal differences prevent from reaching max mapped value.
2016-10-26gui/mapping: set snap higher for more precisionStanislaw Halik
Previous snap values were so low that getting the exact value required pixel-perfect accuracy. Fix that.
2016-10-19gui/options: also rename to "relative translation" in optionsStanislaw Halik
Reported-by: @MathijsG Issue: #461
2016-10-05api, cv, gui, pose-widget: remove window visibility checkStanislaw Halik
Causes freezes on multiple displays. Reported and tested in realtime by: @kzfr
2016-10-03gui: reword auto-offset descriptionStanislaw Halik
2016-10-03logic/tracker: apply auto-offset reltrans rotations in right orderStanislaw Halik
Remove warning on using reltrans with auto-offset. Tested-by: @Len62 Discussed-with: @Len62 Issue: #473
2016-09-27gui/options: rename "translation compensation" to "relative translation"Stanislaw Halik
Issue: #461 Discussed-with: @MathijsG, @Sone989 Closes #461
2016-09-26gui, options: prevent options reset on tracker stopStanislaw 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-26gui/mappings: lower snapStanislaw Halik
We have tooltips now so why the hell not.
2016-09-25gui, logic: allow prevent rotation from affecting compensationStanislaw Halik
Issue: #458
2016-09-24gui/options: explain tcomp disable Z importanceStanislaw Halik
Issue: #458
2016-09-24gui: improve layout for camera center mode, fix tabstopsStanislaw Halik
2016-09-24logic, gui: allow for disabling any of the three tcomp optionsStanislaw Halik
Issue: #458 Requested-by: @Borisovich
2016-09-17gui: prevent stderr whining on setting dialog fixed sizeStanislaw Halik
Adjust dialogs.