Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | Implemented low task EXT-5215 (Disable showing full yyyy/mm/dd timestamp for ↵ | Eugene Mutavchi | |
messages (nearby chat/im) received today) --HG-- branch : product-engine | |||
2010-02-04 | fixed duplicating of log records for EXT-4777 Implement saving and loading ↵ | Igor Borovkov | |
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine | |||
2010-02-04 | fixed shout/whisper representation for EXT-4777 Implement saving and loading ↵ | Igor Borovkov | |
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine | |||
2010-02-02 | Fixed linux build. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-02-02 | added saving of nearby chat history - EXT-4777 Implement saving and loading ↵ | Igor Borovkov | |
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine | |||
2010-02-02 | added loading/parsing of Nearby Chat history - EXT-4777 Implement saving and ↵ | Igor Borovkov | |
loading chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine | |||
2010-01-28 | EXT-4693: Pass through owner ID to remote object inspector. | Lynx Linden | |
Plumbing to pass the owner ID for a chatting object down into the LLChatHistory::appendMessage() method where we create the objectim SLapp that will bring up the remote object inspector. Pheww. For object notifications that are displayed as text chat, we | |||
2010-01-25 | fix for major EXT-4621 Clicking the Nearby Voice floater steals keyboard focus | Ychebotarev ProductEngine | |
note - didn't do this in xml since chrome="true" in xml hides floater caption --HG-- branch : product-engine | |||
2010-01-14 | Fixed normal bug EXT-4072([BSI] Emotes appear as (italic) text chat in plain ↵ | Eugene Mutavchi | |
text mode) --HG-- branch : product-engine | |||
2010-01-08 | EXT-1847 Regression in the design spec: "You" should be replaced by your ↵ | Tofu Linden | |
full avatar name in communication | |||
2010-01-05 | fixed EXT-3819 “[BSI] Extra space in plain text nearby chat log”, | Alexei Arabadji | |
removed redundant space; --HG-- branch : product-engine | |||
2010-01-04 | fixed EXT-3765 “There is no tongue for voice control panel in docked ↵ | Alexei Arabadji | |
state”, made dockable floaters have tongue by default; --HG-- branch : product-engine | |||
2009-12-23 | DEV-44631 local chat / chat history emote formatting is wrong | Tofu Linden | |
2009-12-21 | Fixed low bug EXT - 3464 ("You" should be shown for Nearby chat window ↵ | Paul Guslisty | |
instead of avatar's name) --HG-- branch : product-engine | |||
2009-12-04 | merge | James Cook | |
2009-12-03 | Fix Linux build, file missing newline at end of file | James Cook | |
2009-12-03 | merge from remote repo | angela | |
2009-12-02 | merge from remote repo | angela | |
2009-12-03 | no ticket. system messages where without time after changeset 5886:8987aefb8b91 | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-12-03 | fix for normal EXT-3077 [BSI] Object chat of objects without a name bork ↵ | Yuri Chebotarev | |
nearby chat toasts and log for information - since I think that messages from nowhere is bad practice for user - if object that send message has no name I use object id as name --HG-- branch : product-engine | |||
2009-11-30 | no ticket. addition to "(EXT-2894)- Add support for the viewer 1.23 chat ↵ | Yuri Chebotarev | |
history style (widget-less)" change all messages style when chaning chat style in preference. --HG-- branch : product-engine | |||
2009-11-30 | EXT-1881 [BSI] Log (Nearby Chat) floater should turn semi-transparent when ↵ | angela | |
it loses focus. | |||
2009-11-27 | fix normal EXT-2893 Nearby toast should hide after log became opened | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-27 | fix for major task EXT-2894 Add support for the viewer 1.23 chat history ↵ | Yuri Chebotarev | |
style (widget-less) - Nearby Chat --HG-- branch : product-engine | |||
2009-11-23 | Implemented major sub-task EXT-2517 (Add support for the viewer 1.23 chat ↵ | Sergey Borushevsky | |
history style (widget-less)) --HG-- branch : product-engine | |||
2009-11-18 | merge | James Cook | |
2009-11-18 | Change /me emote formatting to pure italics, not underlined. | James Cook | |
Review pending with Richard/Leyla | |||
2009-11-18 | merge | James Cook | |
2009-11-17 | merge | richard | |
2009-11-17 | fixed major EXT-2551 Nearby Chat undocs after minimizing and opening (being ↵ | Igor Borovkov | |
docked before) --HG-- branch : product-engine | |||
2009-11-17 | Merge from default branch. | Vadim Savchuk | |
Added missing trailing newline to fix Linux build. --HG-- branch : product-engine | |||
2009-11-17 | implemented EXT-2515 "Docked floaters should be resizeable"; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-17 | undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use ↵ | angela | |
font.style, font.name and font.size params for font creating | |||
2009-11-17 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-16 | fix for UI scale != 1.0 breaking edit tools, web browser, world view rect, etc. | richard | |
2009-11-16 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-16 | fix chat format for /me | angela | |
2009-11-16 | fix for normal ticket EXT-2459 Nearby toasts aren't visible when nearby chat ↵ | Yuri Chebotarev | |
console is minimized --HG-- branch : product-engine | |||
2009-11-12 | make color and font affecting both nearby chat and toasts | angela | |
2009-11-10 | Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵ | James Cook | |
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard. | |||
2009-11-05 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-05 | fix for major bug ext-2209 Nearby Chat log is broken | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-05 | fixed EXT-2201 "Docking undocked window causes closing off docked nearby chat | Alexei Arabadji | |
window" --HG-- branch : product-engine | |||
2009-11-03 | fix for normal task EXT-239 Save chat window state and position between sessions | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-10-28 | merge from default | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-10-27 | working on EXT-1713,EXT-1712,EXT-1711,EXT-1709 | Yuri Chebotarev ychebotarev@productengine.com | |
EXT-1713 Nearby Chat: Objects have tooltips (???)(???) EXT-1712 Nearby Chat: change context menu for objects EXT-1711 Nearby Chat: context menu isn't applicable for system messages EXT-1709 Nearby Chat: Avatar context menu can be triggered on avatar's icon only initial commit - panel for message headers --HG-- branch : product-engine | |||
2009-10-24 | EXT-1305 Hook up Script Error preferences -- reviewed by james | angela | |
2009-10-23 | Merging revisions 2156-2183 of ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1590 EXT-1694 EXT-1660 EXT-1646 EXT-1694 EXT-1316 EXT-1775 EXT-1798 EXT-1799 EXT-1117 EXT-1571 EXT-1572 * Dev: EXT-1757 EXT-991 EXT-1758 EXT-1770 EXT-1192 EXT-1613 EXT-1611 EXT-1256 EXT-1758 EXT-747 | |||
2009-10-22 | Merging revisions 2129-2144 of ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1293 EXT-1611 EXT-1613 EXT-1176 EXT-1724 EXT-1186 EXT-1662 EXT-1760 EXT-1720 * Dev: EXT-1575 EXT-1770 EXT-1232 EXT-1234 | |||
2009-10-19 | Merging revisions 2046-2068 of ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1414 EXT-1213 EXT-1539 EXT-1253 EXT-1446 EXT-1438 EXT-1233 EXT-1466 EXT-1446 EXT-1512 EXT-1231 * Dev: EXT-719 (landmarks) EXT-747 EXT-1446 EXT-1378 EXT-397 EXT-1476 * IM changes |