summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)Author
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.
2016-09-16gui/tray: wordingStanislaw Halik
2016-09-16gui, logic: add separate option for starting in tray vs tray enabledStanislaw Halik
Suggested-by: @MathijsG, #454
2016-09-16gui/main-window: exit program when config not writableStanislaw Halik
Note, it opens the config in read-write mode to check if it's writable. This might present a race condition when config is saved. However, we're expecting all config saving to be done in the user interface thread. Add a check for it however.
2016-09-16cmake/gui: don't fixup subsystem now that mrproper does itStanislaw Halik
2016-09-16compat, dinput: don't overdo COM logicStanislaw Halik
2016-09-15Fix small compilation issueMaximeMorel
2016-09-09gui/main-window: be more robust when our current config disappears from diskStanislaw Halik
2016-09-09gui/main-window: fix qt signals racingStanislaw Halik
tie_setting to tracker/filter/proto raced with connection that saved the modules into .ini on disk. Worse, the problem was swept under the rug by calling save_modules() in dtor.
2016-09-09gui/main-window: minor fixesStanislaw Halik
2016-09-09gui/main: rewordStanislaw Halik
2016-09-09gui/main-window: only tie and connect options after migration is doneStanislaw Halik
Otherwise tied version overwrites given migration before it's run.
2016-09-09gui: fix after 77cf67d61c8f6ae7ec00fd069b0e6586927069a3Stanislaw Halik
2016-09-09add support for migrationsStanislaw Halik
They're run from the UI thread so can even be interactive.
2016-09-09gui: fix default tabStanislaw Halik
2016-09-08gui/main: terminate before main ends on msvcStanislaw Halik
2016-09-08tracklogging: begone file selector gui. Now a file select dialog will pop up ↵DaMichel
when the tracker starts.
2016-09-06gui/main-window: cleanupStanislaw Halik
2016-09-06gui, logic: add shortcut for "translation compensation off while held"Stanislaw Halik
Requested-by: @Sone989 Issue: #440
2016-09-05gui/{main,mappings}: fix tab stopsStanislaw Halik
2016-09-05gui/mappings: set smaller snap for XYZ splinesStanislaw Halik
Reported-by: @olegiy Issue: #436
2016-09-03simplify some on-exit messagesStanislaw Halik
2016-09-01gui/mappings: set snap for translation to (1, 1)Stanislaw Halik
Requested-by: @olegiy Issue: #436