summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloatercontainer.h
AgeCommit message (Collapse)Author
2012-11-09CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵AlexanderP ProductEngine
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-11-08Pull merge from richard/viewer-chui.Merov Linden
2012-11-08Pull merge from viewer-chuiMerov Linden
2012-11-08merging into latest changesMaximB ProductEngine
2012-11-07CHUI-473, CHUI-482 FIXED (Clicking on nearby chat toast to open Conversation ↵AlexanderP ProductEngine
floater does not show Nearby Chat conversation selected in list; Nearby chat conversation is not selected in list by default when it is the only conversation ): implement. new logic in LLIMFloaterContainer for the syncronous select the conv. list's item and corresponding convers. floater; removed floater selecting from conv. items; fixed bug with item select
2012-11-06CHUI-468 : WIP : More cleanup and fix of the participants sorting in ↵Merov Linden
LLIMConversation
2012-11-06CHUI-462 (Torn-off Nearby Chat can't be closed)MaximB ProductEngine
2012-11-03Pull merge from richard/viewer-chuiMerov Linden
2012-10-30CHUI-437 (Conversation floater shows as transparent after being minimized ↵MaximB ProductEngine
and unminimized)
2012-10-29Pull merge from richard/viewer-chuiMerov Linden
2012-10-25CHUI-449: Post code review with Merov, adjusted setConvItemSelect() fuction ↵Gilbert Gonzales
to be called selectConversation().
2012-10-25CHUI-449: Got rid of a function called setItemSelect(), I wrote this code ↵Gilbert Gonzales
and it doesn't have a purpose anymore since I can use setConvItemSelect() instead. Also now torn off, minimized conversations are selected when clicking a toast for that conversation. Resolution: Adjusted setConvItemSelect() to be less strict when trying to select an item, now as long as the function is called it will attempt to select the conversation line item.
2012-10-24CHUI-441 : WIP : More map clean up and better use of get_ptr_in_map()Merov Linden
2012-10-24CHUI-449: Problem: When a toast was clicked, the conversation floater was ↵Gilbert Gonzales
displayed without selecting the conversation line item. Resolution: Added a function that will show the conversation floater container and then trigger selecting the conversation line item. When the conversation line item is selecting this implicitly will cause the correct conversation floater to be displayed.
2012-10-24CHUI-441 : WIP : Initial refactor part 2. Works but the list doesn't update ↵Merov Linden
in the torn off dialog.
2012-10-24CHUI-430 FIXED Open Nearby chat if is is the only conversation in the list.maxim_productengine
2012-10-22CHUI-441 : WIP : Initial changes to LLIMFloater to use the same model as ↵Merov Linden
LLIMFloaterContainer
2012-10-17CHUI-394 FIXED Group moderation tools missing in right click menusmaksymsproductengine
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-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-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-04CHUI-381 : Implement add_participant and update_participant events handling.Merov Linden
2012-10-03Pull merge from richard/viewer-chuiMerov Linden
2012-10-03Pull merge from richard/viewer-chuiMerov Linden
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-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-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-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.
2012-09-28CHUI-342, CHUI-366 and CHUI-367 : WIP : Allow a NO_TOOLTIP value for ↵Merov Linden
tooltips, update display/user names and sort on display/user names
2012-09-26CHUI-364 : WIP : Suppress unused codeMerov Linden
2012-09-21CHUI-340 : Implement distance computation and updateMerov Linden
2012-09-21Pull merge from richard/viewer-chuiMerov Linden
2012-09-21CHUI-340 : WIP : Fix sorting bugs on time for sessions, simplified the ↵Merov Linden
update time mechanism and clean up
2012-09-21CHUI-289 ADD. FIX (Newly added conversation is not selected in conversation ↵AlexanderP ProductEngine
list): Select item which was added from avatar picker
2012-09-14CHUI-192 : Implement menus and settings for sorting. The sort itself is not ↵Merov Linden
performed though. Wait for CHUI-340 for this.
2012-08-22CHUI-289 FIXED (Newly added conversation is not selected in conversation ↵AlexanderP ProductEngine
list): added the "reverse" selecting - list item is selected when the corresponding floter gets focus.
2012-09-09Pull merge richard/viewer-chuiMerov Linden
2012-09-07CHUI-285 : Implement sort, alphabetical only for the momentMerov Linden
2012-09-04CHUI-311 FIXED (Make conversation list panel size persist between sessions): ↵AlexanderP ProductEngine
save current width in the setting_per_account.xml
2012-08-31CHUI-154 FIXED (Add link to chat preferences from Conversation floater)Paul ProductEngine
- Added link to chat preferences from Conversation floater
2012-08-30CHUI-285 : LLIMFloaterContainer is now using LLParticipantList fullyMerov Linden
2012-08-09CHUI-171 WIP (Conversation not automatically readded to conversation window ↵AlexanderP ProductEngine
listing when open) - removal of the dependence between items of the conversations list and conversation's floaters.
2012-08-06CHUI-98 : Isolate LLConversationItem and LLConversationViewModel in their ↵Merov Linden
own file
2012-08-01CHUI-223 WIP Selecting to cut an inventory item causes all open inventory ↵Richard Linden
windows to refresh improved filtering behavior that should result in less flashes of emptiness
2012-08-01build fixRichard Linden