summaryrefslogtreecommitdiff
path: root/indra/newview/llkeyconflict.cpp
AgeCommit message (Collapse)Author
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 ↵Ansariel
"possible loss of precision" warnings
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2023-07-17SL-19306 A method of displaying user-customized keybindings in user-visible textAndrey Kleshchev
2022-11-17SL-15869 Do not account for login menu when checking if key combination is ↵Andrey Kleshchev
avaliable Ex: Allow mapping actions to Ctrl+Alt+D
2022-03-04SL-16976 SL-443 Keybindings: Backward compatibility #3Andrey Kleshchev
2022-02-28Merge branch 'master' into DRTVWR-540-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp # indra/newview/app_settings/key_bindings.xml # indra/newview/llfloatereditextdaycycle.cpp
2021-08-12SL-443 Keybindings: Fix some settings not being loaded for editingAndrey Kleshchev
2021-07-30SL-443 Remove legacy keybindings codeAndrey Kleshchev
2021-07-15SL-443 Keybindings: Backward compatibility #2Andrey Kleshchev
2021-07-15SL-443 Keybindings: Backward compatibilityAndrey Kleshchev
2021-07-15SL-443 Keybindings: Support reassigment of script interaction buttonAndrey Kleshchev
2021-07-15SL-443 Keybindings: Restored default fails to saveAndrey Kleshchev
2021-04-07SL-14457 Removed legacy 'click on land' setting supportAndrey Kleshchev
By the time this will release, enough time should have passed for smooth transition. Alternative to removing this is to make it check build id for anything older than 6.4.17.557391
2020-06-23SL-6109 Teleport and autopilot should not work in some casesAndrey Kleshchev
Hides teleport_to and walk_to also optimizes couple things.
2020-06-23SL-13418 Restored original default value for DoubleClickTeleportAndrey Kleshchev
2020-06-23SL-13418 Move and view panel now applies changes on the goAndrey Kleshchev
2020-06-23SL-13418 Restored previously removed 'click on land' controls from 'move & view'Andrey Kleshchev
According to UX UI engineer. Also adapted it to new system, but it needs a better solution.
2020-06-23SL-13418 Added converter from old mouse binding settings to new onesAndrey Kleshchev
2020-06-23SL-13421 Separated some sitting-exclusive controlsAndrey Kleshchev
2020-06-23SL-13421 Removed camera control keybindings from mouselookAndrey Kleshchev
2020-06-23SL-6109 Mouse localization supportandreykproductengine
2020-06-23SL-6109 Better key and table localization support and fix for key-replacingandreykproductengine
2020-06-23Fix custom user keybindings not being displayed in preferences correctlyAnsariel Hiller
2020-06-23SL-6109andreykproductengine
- Edit mode appears to be obsolete and is not used, cleaned up - Improved ability to set defaults - Improved some labels - Made buttons bigger to accomodate languages with longer descriptions - Added ability to assign key for all modes simultaneously
2020-06-23SL-6109andreykproductengine
- Fixed defaults not restoring reliably - Fixed temporary changes not lifting reliably - Fixed switching modes was dropping changes to mode we switch to
2020-06-23SL-6109 Now changes are applied on the go and reverted on cancelandreykproductengine
2020-06-23SL-6109 Fixed conflict resolution issue caused by menu acceleratorsandreykproductengine
2020-06-23SL-6109 Added default key for voiceandreykproductengine
2020-06-23SL-6109 Remade 'ignore' list processing, renamed and reformed keybindingsandreykproductengine
2020-06-23SL-6109 Better menu accelerator support and slight reorganizationandreykproductengine
2020-06-23SL-6109 Removed obsolete control, moved table init to xml, cleanupandreykproductengine
2020-06-23SL-6109 Cleanup, run commands, and preparation for tooltip supportandreykproductengine
2020-06-23SL-6109 Small reorganisationandreykproductengine
2020-06-23SL-6109 Conflict resolutionandreykproductengine
2020-06-23SL-6109 LMB DLMB in progressandreykproductengine
2020-06-23SL-6109 Mouse support readyandreykproductengine
2020-06-23SL-6109 Keyaboard support readyandreykproductengine