summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-04-04made FB+SL friends show up as <fb_name> (<sl_name)Cho
2013-04-03changed FBC Services redirect_uri for testingCho
2013-04-03CHUI-820 FIXED Cannot snap or move collapsed conversation window to left or ↵maksymsproductengine
right edge of viewer window
2013-04-04СHUI-818 FIXED For group toasts: show name of the group in Titlebar; add ↵Mnikolenko ProductEngine
[From User_DisplayName] before text of the message.
2013-04-04fix buildAlexanderP ProductEngine
2013-04-03CHUI-841 FIXED No warning given that you cannot leave a group you are the ↵AlexanderP ProductEngine
last owner of in conversation floater and people floater Added check in LLGroupActions::leave() method for number of members in the group and whether avatar is the owner. Also added LLFetchGroupMemberData class which sends and handles async request for group member data and used in the above method.
2013-04-03CHUI-838 FIXED (Opening chat history for groups only works once per session, ↵Mnikolenko ProductEngine
if at all)
2013-04-03CHUI-911 FIXED [CHUIBUG]When Chat side of Conversations floater is reduced ↵AlexanderP ProductEngine
to it's minimum width the scroll bar is half-obscured.
2013-04-03made Facebook Friends list auto-populateCho
2013-04-03mergeCho
2013-04-03made auth code extraction more robustCho
2013-04-02mergeGilbert Gonzales
2013-04-02adding support for showing avatar icon and avatar name + facebook name into ↵Gilbert Gonzales
LLSocialListItem. Also the info button and profile button should now work
2013-04-03got connectToFacebook working with code and redirect_uri passed as LLSD body ↵Cho
in POST request
2013-04-02created LLSocialList and LLSocialListItem and linked them up to the facebook ↵Gilbert Gonzales
tab.
2013-04-03got it workingCho
2013-04-03updated to use POST for connect and disconnect, instead of WebkitCho
2013-04-03updated to account for new routes in FBC ServicesCho
2013-04-02added display of FB name to SL user in FBCTEST listCho
2013-04-02updated to work with new /get-friends/ response formatCho
2013-04-02CHUI-811 FIXED [CHUIBUG]Too much spacing around the new chat UI elementsAlexanderP ProductEngine
2013-04-01removing the facebook test label which appends friends names. Now using the ↵Gilbert Gonzales
avatar list widgit.
2013-04-01mergeGilbert Gonzales
2013-04-01Some not so clean code to use to show facebook friends using the existing ↵Gilbert Gonzales
avatar list.
2013-04-02added request to /get-friends/ after FB loginCho
2013-04-01CHUI-896 : ADD FIX : Line flashing and FUI button flashing not working ↵AlexanderP ProductEngine
correctly for CHUI notifications backed out 902caf2 and (partly) d498514; case "NOT_ON_TOP" was fixed
2013-04-01mergeGilbert Gonzales
2013-04-01CHUI-796 (User doesn't get all messages in 'do not disturb' mode): Now when ↵Gilbert Gonzales
a conversation is focused by clicking on it's line item, selecting a torn off floater or unminimized a torn off floater the stored notifications for that conversation will be removed.
2013-04-01CHUI-907 : Fixed! Suppress inexistant menu item and duplicated registrar ↵Merov Linden
entry to avoid warning
2013-04-01CHUI-907 : Prevent warning when parsing menus adding name to menu_item_checkMerov Linden
2013-04-01CHUI-904 FIXED Set the focus on the Nearby chat floater after setting ↵Mnikolenko ProductEngine
visibility.
2013-04-01mergemberezhnoy
2013-04-01CHUI-886 (Time in front of the name is not displayed when the Conversations ↵mberezhnoy
size is reduced to a minimum.)
2013-03-29CHUI-807 : Trace add and remove sessionsMerov Linden
2013-03-29CHUI-807 : Add more defensive coding. Also trace in log the sessions created ↵Merov Linden
so we'll have a better idea of what people do with conversations if we see that crash again.
2013-03-29mergeGilbert Gonzales
2013-03-29Using curl to access pdp with the has-acces-token API and then upon receipt ↵Gilbert Gonzales
will open the webview when no token exists for the user.
2013-03-29added response to successful FBC authenticationCho
2013-03-29Additional fix for CHUI-903Mnikolenko ProductEngine
2013-03-29changed url to pdp15.lindenlab.comCho
2013-03-28CHUI-799 FIXED Notification is not given to user when they select only ↵AlexanderP ProductEngine
friends and groups can IM me preference
2013-03-29CHUI-903 FIXED Don't show toasts if Session floater is torn-off and in focus.Mnikolenko ProductEngine
2013-03-28CHUI-896 FIXED Line flashing and FUI button flashing not working correctly ↵AlexanderP ProductEngine
for CHUI notifications: added flashing of the line item after conv. floater opens
2013-03-28CHUI-855 FIXED Text entry bar auto expand does not resizemaksymsproductengine
2013-03-27CHUI-486 ADD FIX Update Preferences -> Chat XUIAlexanderP ProductEngine
1) when preference is "Pop up" - added toast according to Kurt's comment from 22/Dec/12; 2) fixed line item flashing and "Chat" button flashing in other cases according to original matrix.
2013-03-27mergeGilbert Gonzales
2013-03-27CHUI-875 (Viewer experiences a 10s delay on dnd (do not disturb) ↵Gilbert Gonzales
notification loading): For now adding logging when reading from persistent notifications and from dnd notifications.
2013-03-27Pull merge from lindenlab/viewer-chuiMerov Linden
2013-03-27CHUI-901 : Fixed! Do touch torn off state in restoreFloater()Merov Linden
2013-03-27mergeGilbert Gonzales