summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.cpp
AgeCommit message (Collapse)Author
2012-06-21merge changes for DRTVWR-168Oz Linden
2012-05-25Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148simon@Simon-PC.lindenlab.com
2012-05-12STORM-1738: fix class name and other coding standards issuesOz Linden
2012-05-11rename feature from "autocorrect" to "autoreplace", change names accordinglyOz Linden
2012-05-02merge viewer-release to dranoBrad Payne (Vir Linden)
2012-04-26Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-04-20merge changes for latest viewer-developmentOz Linden
2012-03-21MAINT-518 FIXED Sometimes nearby chat expand button failed to work.Vadim ProductEngine
Made the nearby chat expand/collapse logic work regardless of the previous/saved state.
2012-02-18Re-added eventhost nearyby host listenerDon Kjer
2012-02-10STORM-1738 Autocorrect working for nearby chat and IM input boxesJonathan Yap
warn-on-failure:open-license
2012-02-05STORM-1738 Fix some syntax errorsJonathan Yap
warn-on-failure:open-license
2012-02-01STORM-1738 Initial callback workJonathan Yap
warn-on-failure:open-license
2012-01-23EXP-1671 FIXED Hide "Translate chat" checkbox when translation is not ↵Vadim ProductEngine
configured.
2012-01-04EXP-1586 ADDITIONAL FIX (Nearby chat window no longer persists between ↵Paul ProductEngine
viewer startups) - Got rid of confusing conditions.
2011-12-30EXP-1586 FIXED (Nearby chat window no longer persists between viewer startups)Paul ProductEngine
- Visibility state of chat floater is saved between sessions - Also visibility state of chat history in nearby chat floater is saved too
2011-12-12Merge from viewer-developmentLeslie Linden
2011-12-09EXP-1671 FIXED Enable/disable the translation checkbox in the nearby chat ↵Vadim ProductEngine
floater whenever translation preferences change. The checkbox is also updated when the nearby chat floater is opened.
2011-11-29mergeDave Parks
2011-11-23SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵Leslie Linden
idle calls. Reviewed by davep.
2011-11-02mergeLeyla Farazha
2011-11-01EXP-1452 FIX minimum height of NEARBY CHAT window can be circumvented by ↵Richard Linden
minimizing it.
2011-11-01EXP-1452 FIXED (minimum height of NEARBY CHAT window can be circumvented by ↵Paul ProductEngine
minimizing it.) Reason: visibility state of chat was always set to true when floater unminimized Solution: save visibility state of the chat to restore it after floater unminimized
2011-10-26EXP-1461 FIX Incoming Nearby chat not visible in chat toasts/bubbles to user ↵Richard Linden
when chat window is minimized with chat history opened made minimizing and unminimizing nearby chat floater do the right thing
2011-10-25EXP-1452 FIX minimum height of NEARBY CHAT window can be circumvented by ↵Richard Linden
minimizing it.
2011-10-19Pull from richard/viewer-experience-fuiMerov Linden
2011-10-19EXP-1419 : Fix the nearby chat window show/hide and height persistence ↵Merov Linden
within a session
2011-10-19EXP-1420 Chat - Setting floater to minimized does not carry over to next ↵Leyla Farazha
opening of chat window
2011-10-12* Floater positioning now based on position of other cascading windows currentlyLeslie Linden
open.
2011-10-11EXP-1293 Nearby chat toasts no longer appear.leyla_linden
EXP-1316 Minimized Snapshot floater has a snapshot preview image attached below. EXP-1318 Clicking on nearby chat toasts should bring up Nearby Chat history
2011-10-11EXP-1281 FIXED (As a FUI user, I want all bottom bar floaters to become ↵Paul ProductEngine
independent) Made bottom bar dependent floaters independent from it. Also some LLTransientDockableFloaters are just LLFLoaters now. Note: IM Floater and SysWellWindow will be made independent within EXP-1276
2011-10-10EXP-1274 Create floater for "Avatar Picker" contentLeyla Farazha
EXP-1299 Nearby Voice floater can't be closed by clicking the sidebar button again. EXP-1306 Prompt text to "Change your avatar" and "Destinations" floaters get pushed down one line when the floater dialog gets resized to minimum width
2011-10-04EXP-1293 Nearby chat toasts no longer appearLeyla Farazha
EXP-1294 Nearby chat floater doesn't accommodate existing chat history when expanded
2011-09-30EXP-1264 Chat log shows as blank if closing viewer with chat log open and ↵leyla_linden
then opening chat floater on next login EXP-1271 Remove UI hints
2011-09-27EXP-1247 Nearby chat as part of chat floaterLeyla Farazha
2011-09-23EXP-1246 Create chat bar floaterLeyla Farazha
reviewed by Leslie
2011-04-26Merge with viewer-developmentDon Kjer
2011-04-14STORM-1095 FIX Chat preferences > font size should increase size of input ↵Vadim ProductEngine
text in the chat box. Submitting on behalf of Jonathan Yap.
2011-04-05Cleanup: use CHAT_CHANNEL_DEBUG instead of 2147483647Dave SIMmONs
2011-03-23Merge with viewer-developmentDon Kjer
2011-03-16ER-614: Add lleventhost API to send chat messages. Cleanup code a bit, now ↵Dave SIMmONs
invoking proper routine to make viewer do chat animations. Commented out some un-used chat related code in llchatbar.cpp and llnotificationmanager.h. Also re-named a singleton class in llnearbychatbar.cpp so we don't have multiple LLChatHandler classes. Reviewed by Kelly
2011-03-10STORM-357 FIXED Gestures button is in the pressed state after drag-n-drop ↵Paul ProductEngine
but gestures list isn't visible. - Because the Gesture Combo List isn't child of gViewerWindow->getNonSideTrayView(), after focus lost the gesture list becomes hidden under world. To avoid this, send child to front in each draw.
2010-09-29turn off get more and view all options in gesture combo listRichard Linden
2010-09-16mergeRichard Linden
2010-09-06VWR-20705 VWR-20706 FIXED Implemented drag'n'drop of buttons in bottomtray.Andrew Dyukov
- Though visually user drags buttons, layout panels are really moved. To move one panel before other, new method movePanelBeforeOther() was added to layout stack. - When drag'n'drop is finished, order of panels in layout stack mToolbarStack is changed, and also order vectors are updated in bottomtray.These are vectors mButtonsProcessOrder and mButtonsOrder. mButtonsOrder was introduced in this changeset to store order of all bottomtray buttons that may change place via drag'n'drop and should save and load it between sessions. mButtonsProcessOrder is not enough for it because it contains only buttons that may be hidden(and for example Speak button is not included in it). - To pass mouse events from buttons to bottomtray, new class LLBottomtrayButton was added (and new widget bottomtray_button for it). Reviewed by Vadim Savchuk.
2010-08-30[mq]: VWR-19499-AppUriChatLimitArdy Lay
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-24removed LLLayoutStack::fromXML custom xml parsingRichard Nelson
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden