summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-09-26CHUI-344 FIXED (LLConversationViewSession: enable icon update)Paul ProductEngine
- This commit also fixes CHUI-345 CHUI-346
2012-09-26Pull merge from richard/viewer-chuiMerov Linden
2012-09-26CHUI-347 FIXED drawing selected conversation item background.Seth ProductEngine
Moved some duplicating pieces of code from LLFolderViewFolder::draw() and LLFolderViewItem::draw() to separate methods to reduce code duplication in LLConversationViewSession::draw(). Changed some static variables in LLFolderViewItem to static members for using them in derived LLConversationViewSession.
2012-09-25CHUI-342 : Fixed : Use user name and display name correctly. Sort according ↵Merov Linden
to user names.
2012-09-25CHUI-329 : WIP : Always sort Nearby Chat to be on top of the listMerov Linden
2012-09-25Merge pull from richard/viewer-chuiMerov Linden
2012-09-24CHUI-340 : Fix dupe items in the conversation model list. Refresh when ↵Merov Linden
resorting.
2012-09-24CHUI-355 FIXED Nearby chat entries do not appear in torn off nearby chat ↵AlexanderP ProductEngine
window when opening from a toast: fix for visual studio and XCode
2012-09-24CHUI-355 FIXED Nearby chat entries do not appear in torn off nearby chat ↵AlexanderP ProductEngine
window when opening from a toast: moved setIsSingleInstance() from constructor to postBuild() for prevent of a resetting it in buildFromXML(); implemented correct set of mReuseInstance; changed type of the key of LLIMConversation from LLUUID() to LLSD()
2012-09-24CHUI-309 FIXED Use onRemoveNotification only for "LoadWebPage", ↵maxim_productengine
"ScriptDialog" and "ScriptDialogGroup" notifications
2012-09-24CHUI-123 FIXED Tooltips for buttons are addedmaxim_productengine
2012-09-24CHUI-124 FIXED Tooltips for buttons are addedmaxim_productengine
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-283: Now the mouse over highlight only shows up when hovering over a ↵Gilbert Gonzales
participant. Before there was a bug where the onMouseLeave() function was not being called. This prevented the mouse-over-highlight from turning off.
2012-09-21merging in latest changesGilbert Gonzales
2012-09-21CHUI-283: Now the speaker/info icon positions are set based upon visibility.'Gilbert Gonzales
2012-09-21CHUI-289 ADDITIONAL FIX (Newly added conversation is not selected in ↵AlexanderP ProductEngine
conversation list): gave more meaningful names to variables
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-20CHUI-340 : WIP : Implement time update on all IM typing casesMerov Linden
2012-09-20CHUI-340 : WIP : Implement time update and comparison for sessions and ↵Merov Linden
participants
2012-09-20CHUI-283: within LLFolderView::scrollToShowItem(), adjusted the calculation ↵Gilbert Gonzales
that scrolls to the selected item. My prior commit changed this calculation and adjusted it in this commit to preserve prior behavior.
2012-09-20CHUI-283: Refactor of how the layout is determined for LLFolderViewItem. ↵Gilbert Gonzales
Changed constant members that defined the layout to non-const member varaibles, which are populated using a .xml file.
2012-09-20CHUI-340 : WIP : Fix the event firing from LLSpeakerMgr to LLParticipantListMerov Linden
2012-09-20CHUI-353: Regress Bug caused by a CHUI 283 commit. Problem: The font was ↵Gilbert Gonzales
rendering differently due to the folderviewitem::draw() method calling llview::draw(). I added llview::draw() initially but it is not longer needed. Resolution: Removing the call to llview::draw().
2012-09-19CHUI-340 : WIP : Update time stamp for IM and voice utteranceMerov Linden
2012-09-19CHUI-338 FIXED (LLAvatarNameResponder warning shown in debug console when ↵Paul ProductEngine
using spinner to page through chat history viewer) - Trying to restore avatarID by its name before appending message to chat history. - Also prevented requesting avatar name by null LLUUID in LLAvatarIconCtrl::setValue
2012-09-18Regress Fix: After a CHUI 283 commit the inventory items suffix was ↵Gilbert Gonzales
overlapping text. Problem was that a variable storing the width of the text was not passed in as a reference, which always resulted in the suffix overlapping the prior text.
2012-09-18merging in latest changesGilbert Gonzales
2012-09-18CHUI-283: Now the avatar icon loads in the user's avatar image.Also the ↵Gilbert Gonzales
avatar image is of proper size. The participant of the conversation is offset correctly as well.
2012-09-18CHUI-348 FIXED (Voice call icon still shows in conversation log)Paul ProductEngine
- Removed code responsible for showing voice icon
2012-09-18CHUI-339 FIXED (2 entries shown in conversation log for ad hoc conference ↵Paul ProductEngine
for user that starts the conference)
2012-09-17Pull merge from richard/viewer-chuiMerov Linden
2012-09-17CHUI-340 : WIP : Sorting implemented. Type and name work. Date and distance ↵Merov Linden
still need the relevant values to be computed.
2012-09-17merging in latest changesGilbert Gonzales
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-09-14merging in latest changesGilbert Gonzales
2012-09-14CHUI-283: Now the info/speaker icon are better positioned within the ↵Gilbert Gonzales
participant item. Also the participant item now matches the height of the session (conversation) item.
2012-09-14CHUI-261 Additional fix (Nearby chat controls and log are not visible on ↵AlexanderP ProductEngine
next login after tearing off and docking nearby chat in previous session): prevent start LLNearbyChat before start its container
2012-09-13merging in latest changesGilbert Gonzales
2012-09-13CHUI-283: Now upon the information icon and speaker icon do not overlap the ↵Gilbert Gonzales
username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup.
2012-09-14CHUI-282 WIP Removed the hack added for CHUI-308 to resize the folder view ↵Seth ProductEngine
in conversation list. Fixed some glitches after automated merge.
2012-09-13Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiSeth ProductEngine
2012-09-13merging in latest changesGilbert Gonzales
2012-09-13CHUI-283: Now the information icon only appears upon mousehover. Also the ↵Gilbert Gonzales
information/speaker icon are right justified.
2012-09-13CHUI-282 WIP Fixed conversation list items selection.Seth ProductEngine
Fixed displaying session participants only when session item is open.
2012-09-13CHUI-334 FIXED (Date not shown in the chat log for current date entries)Paul ProductEngine
Before the "%Y/%m/%d" was always cutted from timestamp string for today's date. Now I added flag whether we should cut off timestamp or not.
2012-09-13CHUI-332 [Overlap of icons in chrome when collapsing and expanding ↵AlexanderP ProductEngine
conversation list]: force header resizing after show/hide minimize button
2012-09-13CHUI-321 FIXED (Indicate within the Call Log why there's nothing in it)Paul ProductEngine
I. On "LogInstantMessages" variable set to false: 1. save call log to file 2. clear call log 3. show message: "Conversations are not being logged. To log conversations in the future, select "Save IM logs in my computer" under Preferences > Privacy." On "LogInstantMessages" set to true: 1. clear message 2. reload all saved call log entries II. Refactored the way LLConversationLog reacts on "LogInstantMessages" value change