summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2012-08-27Merge pull from richard/viewer-chuiMerov Linden
2012-08-27removed debug messagesAlexanderP ProductEngine
2012-08-24CHUI-280 : Make LLParticipantList derives from LLConversationItemSessionMerov Linden
2012-08-23Pull merge from richard/viewer-chuiMerov Linden
2012-08-23CHUI-98 : Defining the various llconversation sub classes in their ↵Merov Linden
respective file
2012-08-23CHUI-282 : Use views for UI manipulation, not modelsMerov Linden
2012-08-23Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.Todd Stinson
2012-08-23Merge pull from richard/viewer-chuiMerov Linden
2012-08-23CHUI-282 : WIP : Further separate view from model for llconversation itemsMerov Linden
2012-08-23CHUI-306 FIXED (Selecting IM option for Group in conversation log does not ↵Paul ProductEngine
start an IM if you did not initiate the conversation) - To start group call or group chat, group_id should be passed as an argument to LLGrupActions, not participant_id.
2012-08-23CHUI-296 FIXED (Unread IM messages icon not showing in conversation log)Paul ProductEngine
- Sometimes IM floater with offline unread messages is visible but not in visible chain and the flag of offline unread messages is erroneously reset. So made condition of whether floater is visible more strict.
2012-08-22CHUI-282 : WIP, Clean up dependenciesMerov Linden
2012-08-22CHUI-282 : WIP : Isolated llconversationview classes and suppressed the ↵Merov Linden
dependency of model to widgets
2012-08-22CHUI_310 make NearbyChat a singletoneAlexanderP ProductEngine
2012-08-24merging in latest changesGilbert Gonzales
2012-08-24kicking off another build (whitespace change)Gilbert Gonzales
2012-08-23merging in latest changes.Gilbert Gonzales
2012-08-23CHUI-303: Problem: When pasting the item, the item's filtering flag was not ↵Gilbert Gonzales
updated. The filtering flag determines visibility. Resolution: Upon pasting the item to the folder from the clipboard, update the filtering flag so that visibility can properly be determined.
2012-08-22code style fixAlexanderP ProductEngine
2012-08-21CHUI-297 FIXED (Double clicking line item in conversation log does not start ↵Paul ProductEngine
IM with User) - Added callback on double click which initiates IM session with selected conversation log list item
2012-08-21CHUI-300 FIXED (Simplify conversation log name saved to user settings?)Paul ProductEngine
- Changed file name agentID#.call_log to conversation.log
2012-08-21CHUI-293 CHUI-294 FIXED displaying Group Invite and Transfer Object as ↵Seth ProductEngine
notifications, instead of displaying as messages from an object. Restored the exception in handling "LoadWebPage", "ScriptDialog" and "ScriptDialogGroup" notifications, that caused only those notifications to be shown as messages from an object.
2012-08-21Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiSeth ProductEngine
2012-08-21storm-1906: correct cmake error when using precompiled llphysicsextensions_tpvOz Linden
2012-08-20Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiSeth ProductEngine
2012-08-17MAINT-1439: BUGFIX Correcting Kart 1.0 issue with physical objects using ↵Todd Stinson
angular velocity.
2012-08-17Remove typoAlexanderP ProductEngine
2012-08-16merge changes for DRTVWR-197Oz Linden
2012-08-16PATH-852: Attempting to fix the format of the BMP cursors for linux.Todd Stinson
2012-08-16CHUI-269: Problem: When an item was purchased and delivered into the ↵Gilbert Gonzales
'Received Items' panel, the badge icon and new item count would not show. This was due to the creation date of the folders not being set when a new item was added. Resolution: Now when an item is added into the 'Received Items' panel, the folder hierachy is updated, triggering the badge icon and new item count to show.
2012-08-16CHUI-278, CHUI-288 FIXED Panels in conversations floater does not fully ↵AlexanderP ProductEngine
collapse: changed parameter min_width -> expanded_min_dim
2012-08-16CHUI-299 (User can start IM session with themselves) FIXED: agent was ↵AlexanderP ProductEngine
excluded from the search results
2012-08-17CHUI-286 ADD. FIX (Conversations floater opened by default when a new IM ↵AlexanderP ProductEngine
session is started (no IM toast shown)): repair toast's system - suppress toasts only if corresponding floater is visible
2012-08-20CHUI-302 FIXED (User can resize conversation list too small with message ↵AlexanderP ProductEngine
panel collapsed) set floater's resize limits from a left panel's limits
2012-08-20CHUI-290 FIXED (User cannot collapse names in ad hoc conversation when ↵AlexanderP ProductEngine
changed from p2p to ad hoc in torn off state): detect new collapse button state after rebuild of a participant list
2012-08-20merge in latest changesGilbert Gonzales
2012-08-20CHUI-295: Problem: The places panel implemention was incomplete and trying ↵Gilbert Gonzales
to make use of a class that was not fully implemented (placesfolderview). Resoltuion: Upon creation of the places panel, placesfolderview is created which contains the proper overloaded functions to show the correct menu when right clicking.
2012-08-16CHUI-120 WIP Notifications about added chat participants should be sent to ↵Seth ProductEngine
the conference when those participants actually join. - Removed notifying existing P2P participants about ad hoc conference staring in a new window. Now the notifications should arrive in that new window. - Fixed "Cancel" button which had no effect in adding P2P participants notification.
2012-08-15CHUI-286 (Conversations floater opened by default when a new IM session is ↵AlexanderP ProductEngine
started (no IM toast shown): now floater silently adds itself to the container
2012-08-15CHUI-235 FIXED (Create icons for new conversation log list items)Paul ProductEngine
- Replaced old icons with new ones
2012-08-15CHUI-257 FIXED (Using clear cache option in preferences clears call log also)Paul ProductEngine
- Changed location where call log file is saved. Now it's saved with other user settings files under each avatar's directory in the user settings directory.
2012-08-14MAINT-1413,MAINT-1425,MAINT-1426: BUGFIX Correcting a problem where the ↵Todd Stinson
build/edit floater was being dirtied at the wrong time.
2012-08-14PATH-842: Another tweak to get the llSetTargetOmega functionality working in ↵Todd Stinson
the viewer.
2012-08-14PATH-856: Adding a new notification to indicate when the user will be ↵Todd Stinson
toggling the phantom flag of a linkset through the Pathfinding Linksets floater.
2012-08-14PATH-854: Adding support to display whether linksets are scripted or not in ↵Todd Stinson
the pathfinding linksets floater.
2012-08-14PATH-849: Group objects were losing their [group] identifier following the ↵Todd Stinson
last commit. This should fix that issue.
2012-08-14PATH-849: Refactoring the behavior after loading the owner name of a ↵Todd Stinson
pathfinding object into the avatar name cache so that each object can simply update its respective row in the scroll list rather than rebuilding from scratch after all names are loaded.
2012-08-14merge changes for DRTVWR-193Oz Linden
2012-08-14merge changes for DRTVWR-195Oz Linden
2012-08-14CHUI-171, CHUI-272 conversation is added as docked in conversation floater ↵AlexanderP ProductEngine
when session started (without click on an conv. list's item)