Commit Graph

18 Commits (6173233fb01e5baff7b089b27c74924b94cc7c03)

Author SHA1 Message Date
Ansariel a944a7b54a Merge branch 'develop' of https://github.com/secondlife/viewer
# Conflicts:
#	autobuild.xml
#	indra/cmake/Copy3rdPartyLibs.cmake
#	indra/llui/llemojihelper.cpp
#	indra/newview/CMakeLists.txt
#	indra/newview/viewer_manifest.py
2024-08-02 15:39:34 +02:00
TommyTheTerrible a134e850c1
Disable EmojiHelper if Digit before Colon (#2178)
* Disable EmojiHelper if Digit before Colon

Typing in times with the new emoji helper pop-up can be frustrating, so I would like to propose disabling it when there is a number before the colon.

* Remove trailing space in indra/llui/llemojihelper.cpp

---------

Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
2024-08-02 13:33:00 +03:00
Beq f3fccdacea Switch the check, neater fix, thanks Zi. 2024-06-10 19:01:09 +01:00
Beq e36a47d568 Be defensive and a little paranoid around the emoji floater
This avoid ths crash but does not address why the xml reader appears to misread occasionally.
2024-06-10 14:27:25 +01:00
Ansariel 5f1a19af72 Merge remote-tracking branch 'LL/marchcat/x-ws-merge'
# Conflicts:
#	autobuild.xml
#	indra/linux_crash_logger/llcrashloggerlinux.cpp
#	indra/newview/llappviewerlinux_api.h
#	indra/newview/llappviewerlinux_api_dbus.cpp
#	indra/newview/llappviewerlinux_api_dbus.h
#	indra/newview/llavatarpropertiesprocessor.h
#	indra/newview/llcallbacklist.cpp
#	indra/newview/llimpanel.h
2024-05-01 12:30:57 +02:00
Andrey Lihatskiy 1b68f71348 #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
Beq bb97024300 FIRE-33773 - avoid OOB access under certain conditions 2024-03-16 19:57:22 +00:00
Ansariel ebcafcfa58 Not doing it half-way would help... 2024-03-04 16:04:15 +01:00
PanteraPolnocy 5a0b671cc1 FIRE-33735: Option to suppress emoji chooser window from automatically popping up while typing in chat bars 2024-03-04 00:14:21 +01:00
Alexander Gavriliuk f6ceafee5b SL-20416 Avoid of taking focus by EmojiPicker 2024-01-24 00:07:10 +03:00
Alexander Gavriliuk be655fef7f :x 2023-10-03 14:23:38 +02:00
Alexander Gavriliuk f36f50462e SL-20387 Show Emoji Completion floater at the beginning of the shortcode 2023-10-02 14:38:11 +02:00
Alexander Gavriliuk ff7ebf0892 SL-19575 Create emoji gallery access icon 2023-04-14 17:27:30 +02:00
Kitty Barnett 81dd143d0d [FIXED] Various minor issues
- Typing 👍 doesn't replace the short code with the thumbs-up emoji
  - Moving the mouse over the emoji complete panel highlights the wrong emoji when mScrollPos > 0
  - Emoji complete panel is missing attributes
  - Crash when attempting to show the tooltip for an emoji text segment
  - Emoji autocomplete panel can sometimes show empty (type ':cat', select the heart eyed one, Ctrl-Z and then type 2 which should show the emoji for :cat2 but shows an empty square instead)
2022-11-08 01:05:01 +01:00
Kitty Barnett c40d3351d5 Commit immediately if the user already typed a full shortcode 2022-11-02 19:08:02 +01:00
Kitty Barnett fb1553d8cf Cannot use the :+1 emoji shortcode 2022-10-23 16:29:29 +02:00
Kitty Barnett 58cdcd5dd2 Handle return and escape in the mini emoji helper 2022-10-23 16:29:12 +02:00
Kitty Barnett dad25bcb1e Add the emoji helper class which can be used by text-input controls to provide emoji picker support 2022-10-23 16:28:25 +02:00