summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)Author
2017-02-23gui/options-dialog: prevent heisenbugs (?)Stanislaw Halik
It's likely that there's some memory handling bug when stack-allocating Qt widgets and other components. Use QObject::deleteLater. Will check with Valgrind later.
2017-02-23gui/options-dialog: few fixesStanislaw Halik
- Russian translation has slightly longer words. Don't hardcode the minimum size, rather allow layouts to expand the dialog. - Prevent shortcut window reflow depending on keybinding description text's length
2017-02-23gui/process-detector: fix user interface layout issuesStanislaw Halik
It can still break on some exotic styles like OSX.
2017-02-23logic, gui: move selected-libraries to struct workStanislaw Halik
2017-02-23gui/main-window: simplifyStanislaw Halik
2017-02-21gui/main-window: try avoid races the other wayStanislaw Halik
2017-02-21Revert "gui/main-window: hopefully prevent rare race on close"Stanislaw Halik
It doesn't cancel the settings when closing the module's dialog. This reverts commit f575f6402fc4e79e2d12c2bc897b616f112af4d9.
2017-02-21modules: add .ts filesStanislaw Halik
2017-02-19gui/lang/ru: fix "joy button %1" translationopentrack-2.3.1Stanislaw Halik
It'll make for 2.3.1 ninja edit.
2017-02-18Add translation stringsAlexander Orokhovatskiy
2017-02-18Add translation stringsAlexander Orokhovatskiy
2017-02-18gui/process-widget: fix horiz scrollbar right this timeStanislaw Halik
2017-02-18gui/options-dialog: correct a descriptionStanislaw Halik
2017-02-18gui/options-dialog: don't use "TX" et al in labelsStanislaw Halik
2017-02-18gui, logic: allow for two keybindings for each functionStanislaw Halik
Also, remove "disable reltrans while held" cause it's too specific.
2017-02-18gui/main-window: hopefully prevent rare race on closeStanislaw Halik
2017-02-18gui/mapping-window: prevent qt uic whiningStanislaw Halik
2017-02-18gui/process-editor: nix scrollbarStanislaw Halik
2017-02-18gui/process-editor: disable resizing table headerStanislaw Halik
2017-02-18gui/options: enforce dialog widthStanislaw Halik
For Russian translation
2017-02-17logic/tracker: remove the experimental center optionStanislaw Halik
It's broken.
2017-02-15gui/options: allow for negative neck displacement valuesStanislaw Halik
2017-02-13gui/mappings: fix zooming for position DOFStanislaw Halik
Reported-by: @mrsanchos Alexander Orokhovatskiy
2017-02-05gui, logic: allow for limiting max X on translation axis alsoStanislaw Halik
2017-01-29gui/mapping-window: adjust x_step in widget depending on zoom levelStanislaw Halik
2017-01-29gui/mapping-window, spline-widget, logic/main-settings: limited mapping rangeStanislaw Halik
2017-01-29spline-widget: remove camel caseStanislaw Halik
My eyes bleed a bit less
2017-01-28gui/main: still getting those crashesStanislaw Halik
2017-01-13gui: rename the project not to conflict with toplevelStanislaw Halik
2016-12-30gui: prevent tabs in options window not showing fullyStanislaw Halik
2016-12-28cmake: fix translations on LinuxStanislaw Halik
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