summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-10-16merging in latest changesGilbert Gonzales
2012-10-16CHUI-380: Realized that the when clicking the participant/conversation item ↵Gilbert Gonzales
that the active session wasn't being stored. This caused the right side conversation floater to not change when selecting a participant under a conersation. Resolution: now when clicking on a conversation or participant the active session is stored using setActiveSession().
2012-10-16CHUI-388 FIXED Do not add menu items to Participant Menu if own avatar is ↵maxim_productengine
selected in participant list. Do not show Menu if all menu items are disabled.
2012-10-15CHUI-380: Bug fix after merge. When selecting the participant of a ↵Gilbert Gonzales
conversation focus would be lost on the converstation floater. This was because focus would be set to the participant folder item. Resolution: Now delegate focus from the particiapnt folder item to the conversation floater.
2012-10-15CHUI-380: Merge fix, the addConverationListItem API was changedso that it ↵Gilbert Gonzales
does not by default select the new conversation item. Adjusted sessionAdded and sessionVoiceOrImStarted functions to specify that the first item should be selected when calling addConversationListItem().
2012-10-15merging in latest changesGilbert Gonzales
2012-10-15CHUI-380: Final commit for this issue. After code review changed some method ↵Gilbert Gonzales
names to be more accurate. Also using dynamic_cast instead of static_cast for safety.
2012-10-15CHUI-400 FIXED Disable "Activate Group" menu item if selected group is the ↵maxim_productengine
active group
2012-10-12CHUI-380: (In progress) Refactoring needed to fix focusing issues when ↵Gilbert Gonzales
selecting an existing conversation item. This commit resolves re-introducing bug CHUI-289. Will code review and cleanup code in next commit.
2012-10-12CHUI-385 FIXED All user's do not receive ad hoc messages after adding a user ↵maksymsproductengine
to a conversation
2012-10-12CHUI-402 (Double-click on conversation participant should begin IM session)MaximB ProductEngine
2012-10-11CHUI-380: Fixing a bug that occurred when right clicking nearby chat and ↵Gilbert Gonzales
then right clicking a participant under a conversation. This would result in both the participant and conversation to be highlighted. Still a work in progress. This change involves introducing an old bug CHUI 289 and finding a different approach to solving it.
2012-10-11merging in latest changesGilbert Gonzales
2012-10-11CHUI-380: Code cleanup after code review.Gilbert Gonzales
2012-10-11CHUI-380: Before code review changes. Now the user selects a conversation or ↵Gilbert Gonzales
participant of a conversation the correct chat floater will appear. Focus will be redirected to the chat input text box automatically allowing the user to type into the input text box.
2012-10-11CHUI-356 FIXED Call notifyObserverSessionIDUpdated() only after initing IM ↵maxim_productengine
floater with new session id
2012-10-11CHUI-377 (Icons in message panel out of position when nearby chat ↵MaximB ProductEngine
conversation selected) Fixed bug with collapsing messages pane
2012-10-10merge changesMaximB ProductEngine
2012-10-10CHUI-377 (Icons in message panel out of position when nearby chat ↵MaximB ProductEngine
conversation selected) FIXED
2012-10-09CHUI-375 : Fixed default parameters changed in methods profile but not in ↵Merov Linden
binding calls.
2012-10-09CHUI-393 : Suppress the sort participants by distance from you menu item. ↵Merov Linden
Kept the code around.
2012-10-08Pull merge from richard/viewer-chuiMerov Linden
2012-10-08CHUI-147 : Sort the residents names when getting a resident string listMerov Linden
2012-10-08CHUI-331 (Resizing conversation list when message panel is collapsed does ↵MaximB ProductEngine
not resize list) fixed
2012-10-08CHUI-390 FIXED Selecting Chat History option from right click menu on a ↵maksymsproductengine
conversation name does not open chat history viewer
2012-10-05CHUI-194 : WIP : Update the ad-hoc conversation line item title, add a new ↵Merov Linden
update_session event. Still some clean up to do.
2012-10-05CHUI-364 : Fixed. Do not render participants widgets when closing a ↵Merov Linden
conversation handle.
2012-10-04Pull merge from richard/viewer-chuiMerov Linden
2012-10-04CHUI-381 : Implement add_participant and update_participant events handling.Merov Linden
2012-10-04CHUI-331 FIXED (Resizing conversation list when message panel is collapsed ↵MaximB ProductEngine
does not resize list) *fixed missing parentheses from last push
2012-10-04CHUI-327 FIXED Set "left" property for chat_history elementmaxim_productengine
2012-10-04CHUI-313 FIXED "Conversations", "Conversations Log" menu items are addedmaxim_productengine
2012-10-03CHUI-341 : Fixed. Took Nat's review comments into account.Merov Linden
2012-10-03Pull merge from richard/viewer-chuiMerov Linden
2012-10-03Pull merge from richard/viewer-chuiMerov Linden
2012-10-03merging in latest changesGilbert Gonzales
2012-10-03CHUI-358 : Fixed the removal of participants as they leave conversations. ↵Merov Linden
Used the event mechanism for this.
2012-10-03merging in latest changesGilbert Gonzales
2012-10-04CHUI-165 FIXED Add access to Conversation Log and Chat History from the ↵maksymsproductengine
People floater: the 'View Chat History' action was updated;
2012-10-04merge changesmaksymsproductengine
2012-10-04CHUI-331 FIXED (Resizing conversation list when message panel is collapsed ↵MaximB ProductEngine
does not resize list)
2012-10-03CHUI-102: Now the options enabled in the one-on-one conversation menu are ↵Gilbert Gonzales
the same as the participants menu. In prior commits the one-on-one conversations menu was not enabling/disabling the proper menu options.
2012-10-03CHUI-378 FIXED (Conversation floater is not opened if call initiated and ↵AlexanderP ProductEngine
accepted with conversation floater closed - goes to voice settings floater): added open conversation floater on the voice channel's changing
2012-10-03CHUI-322 FIXED Call SideTray.PanelPeopleTab with parameter="blocked_panel" ↵maxim_productengine
instead of Communicate.BlockList
2012-10-03CHUI-301 FIXED Tooltips for buttons are addedmaxim_productengine
2012-10-03CHUI-354 FIXED getIconOverlay() is added for LLItemBridgemaxim_productengine
2012-10-02CHUI-341 : Implement the use of LLEventStream and LLEventPump to signal ↵Merov Linden
conversation model changes, picked by LLIMFloaterContainer. Suppress pooling on draw().
2012-10-02CHUI-374 FIXED (Nearby chat is torn off and cannot be docked if nearby chat ↵AlexanderP ProductEngine
is received while conversation floater is closed) Nearby_chat is created only after the creation of the im_container
2012-10-02merging in latest changesGilbert Gonzales
2012-10-02CHUI-102: Code review, just changed function getCurSelectedViewModelItem() ↵Gilbert Gonzales
to have a single return statement.