Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-25 | Add some translation strings | Alexander Orokhovatskiy | |
2017-02-25 | gui/options-dialog: sprinkle some konst reference | Stanislaw Halik | |
2017-02-25 | gui/options-dialog: prevent crap key text from being saved | Stanislaw Halik | |
Unprintable characters won't work in addition to not displaying right. This happens with altgr diacritics on the Polish keyboard on Linux. Skip all key text with unprintable characters, as if the key was getting unbound. | |||
2017-02-25 | gui/options-dialog: prevent escape key closing on Linux | Stanislaw Halik | |
The escape key closed the dialog but prevented save/cancel hooks from being run. Now we get the hooks running twice but it's better than not at all. | |||
2017-02-25 | gui/keyboard: drop modifier keys | Stanislaw Halik | |
For Linux. | |||
2017-02-25 | gui/process-detector: fix it having a generic "dialog" name | Stanislaw Halik | |
2017-02-24 | gui: simplify keyboard listener dialog | Stanislaw Halik | |
It's now generated from .ui QDialog, not a manually created QDialog from QLabel in .ui. | |||
2017-02-23 | gui/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-23 | gui/options-dialog: few fixes | Stanislaw 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-23 | gui/process-detector: fix user interface layout issues | Stanislaw Halik | |
It can still break on some exotic styles like OSX. | |||
2017-02-23 | logic, gui: move selected-libraries to struct work | Stanislaw Halik | |
2017-02-23 | gui/main-window: simplify | Stanislaw Halik | |
2017-02-21 | gui/main-window: try avoid races the other way | Stanislaw Halik | |
2017-02-21 | Revert "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-21 | modules: add .ts files | Stanislaw Halik | |
2017-02-19 | gui/lang/ru: fix "joy button %1" translationopentrack-2.3.1 | Stanislaw Halik | |
It'll make for 2.3.1 ninja edit. | |||
2017-02-18 | Add translation strings | Alexander Orokhovatskiy | |
2017-02-18 | Add translation strings | Alexander Orokhovatskiy | |
2017-02-18 | gui/process-widget: fix horiz scrollbar right this time | Stanislaw Halik | |
2017-02-18 | gui/options-dialog: correct a description | Stanislaw Halik | |
2017-02-18 | gui/options-dialog: don't use "TX" et al in labels | Stanislaw Halik | |
2017-02-18 | gui, logic: allow for two keybindings for each function | Stanislaw Halik | |
Also, remove "disable reltrans while held" cause it's too specific. | |||
2017-02-18 | gui/main-window: hopefully prevent rare race on close | Stanislaw Halik | |
2017-02-18 | gui/mapping-window: prevent qt uic whining | Stanislaw Halik | |
2017-02-18 | gui/process-editor: nix scrollbar | Stanislaw Halik | |
2017-02-18 | gui/process-editor: disable resizing table header | Stanislaw Halik | |
2017-02-18 | gui/options: enforce dialog width | Stanislaw Halik | |
For Russian translation | |||
2017-02-17 | logic/tracker: remove the experimental center option | Stanislaw Halik | |
It's broken. | |||
2017-02-15 | gui/options: allow for negative neck displacement values | Stanislaw Halik | |
2017-02-13 | gui/mappings: fix zooming for position DOF | Stanislaw Halik | |
Reported-by: @mrsanchos Alexander Orokhovatskiy | |||
2017-02-05 | gui, logic: allow for limiting max X on translation axis also | Stanislaw Halik | |
2017-01-29 | gui/mapping-window: adjust x_step in widget depending on zoom level | Stanislaw Halik | |
2017-01-29 | gui/mapping-window, spline-widget, logic/main-settings: limited mapping range | Stanislaw Halik | |
2017-01-29 | spline-widget: remove camel case | Stanislaw Halik | |
My eyes bleed a bit less | |||
2017-01-28 | gui/main: still getting those crashes | Stanislaw Halik | |
2017-01-13 | gui: rename the project not to conflict with toplevel | Stanislaw Halik | |
2016-12-30 | gui: prevent tabs in options window not showing fully | Stanislaw Halik | |
2016-12-28 | cmake: fix translations on Linux | Stanislaw Halik | |
2016-12-28 | main: fix typo breaking non-win32 | Stanislaw Halik | |
2016-12-28 | gui/options: tabs didn't fit horizontally, oops | Stanislaw Halik | |
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 | |