summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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.
2012-10-02CHUI-102: Now the options menu (right-click menu) for a ↵Gilbert Gonzales
participant/conversation will open the 'Chat history' dialog when selected.
2012-10-02CHUI-102: Now the user can select a conversation and use the ↵Gilbert Gonzales
right-click-menu to enable/disable voice.
2012-10-02CHUI-190 (Remove the Voice Settings floater): removed the menu item ↵AlexanderP ProductEngine
"Communicate > Voice settings" and the FUI button (headphones) from the Toybox (Toolbox). I left a floater in the project to be able to reconnect it to a different location.
2012-10-02CHUI-102: Code cleanup, decoupling code and made specific methods for ↵Gilbert Gonzales
handling menu events for conversations or participants.
2012-10-01CHUI-102: Right clicking on a group conversation brings up the correct menu. ↵Gilbert Gonzales
The user can now view the group profile, activate the group and leave the group.
2012-10-01merging in latest changesGilbert Gonzales
2012-10-01merging in latest changesGilbert Gonzales
2012-10-01CHUI-102: Cleaned up code after code review.Gilbert Gonzales
2012-10-01CHUI-368 FIXED Lock icon shown when clicking on items in inventorymaksymsproductengine
2012-09-28CHUI-102: Now the participants and one-on-one conversations have ↵Gilbert Gonzales
right-click-menus. These menus are functional as well, but 'chat history' does not yet work.