Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-20 | CHUI-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-20 | CHUI-340 : WIP : Fix the event firing from LLSpeakerMgr to LLParticipantList | Merov Linden | |
2012-09-20 | CHUI-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-19 | CHUI-340 : WIP : Update time stamp for IM and voice utterance | Merov Linden | |
2012-09-19 | CHUI-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-18 | Regress 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-18 | merging in latest changes | Gilbert Gonzales | |
2012-09-18 | CHUI-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-18 | CHUI-348 FIXED (Voice call icon still shows in conversation log) | Paul ProductEngine | |
- Removed code responsible for showing voice icon | |||
2012-09-18 | CHUI-339 FIXED (2 entries shown in conversation log for ad hoc conference ↵ | Paul ProductEngine | |
for user that starts the conference) | |||
2012-09-17 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-17 | CHUI-340 : WIP : Sorting implemented. Type and name work. Date and distance ↵ | Merov Linden | |
still need the relevant values to be computed. | |||
2012-09-17 | merging in latest changes | Gilbert Gonzales | |
2012-09-14 | CHUI-192 : Implement menus and settings for sorting. The sort itself is not ↵ | Merov Linden | |
performed though. Wait for CHUI-340 for this. | |||
2012-09-14 | merging in latest changes | Gilbert Gonzales | |
2012-09-14 | CHUI-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-14 | CHUI-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-13 | merging in latest changes | Gilbert Gonzales | |
2012-09-13 | CHUI-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-14 | CHUI-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-13 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Seth ProductEngine | |
2012-09-13 | merging in latest changes | Gilbert Gonzales | |
2012-09-13 | CHUI-283: Now the information icon only appears upon mousehover. Also the ↵ | Gilbert Gonzales | |
information/speaker icon are right justified. | |||
2012-09-13 | CHUI-282 WIP Fixed conversation list items selection. | Seth ProductEngine | |
Fixed displaying session participants only when session item is open. | |||
2012-09-13 | CHUI-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-13 | CHUI-332 [Overlap of icons in chrome when collapsing and expanding ↵ | AlexanderP ProductEngine | |
conversation list]: force header resizing after show/hide minimize button | |||
2012-09-13 | CHUI-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 | |||
2012-09-12 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-12 | CHUI-308 : Temp fix while waiting for a scroll container to be implemented | Merov Linden | |
2012-09-12 | merging in latest changes | Gilbert Gonzales | |
2012-09-12 | CHUI-283: Now the speaker icon and information icon are functional. | Gilbert Gonzales | |
2012-09-12 | CHUI-335 FIXED (Alpha text allowed in page spinner in chat history viewer) | Paul ProductEngine | |
- Added XML parameter "allow_digits_only" to spinner control widget, which disables/enables ability to input alpha text. - Disabled ability to enter alpha text in page spinner in chat history viewer | |||
2012-09-11 | merging in latest changes | Gilbert Gonzales | |
2012-09-11 | CHUI-336 FIXED (Remove Description label and field from Chat history viewer) | Paul ProductEngine | |
- Removed lineeditor and text box from code and xml | |||
2012-09-11 | CHUI-326 FIXED (One entry per conversation with a user in conversation log ↵ | Paul ProductEngine | |
timestamped with most recent utterance/activity.) - Modified LLConversationLog to show only one entry per conversation with user. I.e. there can't be two conversations with the same session_id in LLConversationLog. - Got rid of processing voice sessions - Refactored creation of conversation in LLConversationLog - Refactored a little bit LLConversation and LLConversationLog: function names and made some functions private | |||
2012-09-10 | CHUI-283: Now displaying the speaker icon instead of the profile icon | Gilbert Gonzales | |
2012-09-10 | Attempt to fix Linux build | Merov Linden | |
2012-09-10 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-10 | CHUI-282 WIP Modified conversation view item and IM floater container so ↵ | Seth ProductEngine | |
that the folder view handles the positioning of items in conversations list. | |||
2012-09-10 | CHUI-283, fixed a build problem and also added a missing file. | Gilbert Gonzales | |
2012-09-10 | CHUI-283: Basic Implementation, just have hard coded avatar icon appearing ↵ | Gilbert Gonzales | |
and profile/info buttons visible. profile/info buttons do not have proper positioning or mouseclick events. | |||
2012-09-10 | CHUI-332 (Overlap of icons in chrome when collapsing and expanding ↵ | AlexanderP ProductEngine | |
conversation list) changed expanded_min_dim of the right panel | |||
2012-09-10 | CHUI-333 (Icons overlap in message panel when maximizing width of ↵ | AlexanderP ProductEngine | |
conversation list): increaced expanded_min_dim for the message pane | |||
2012-09-09 | Pull merge richard/viewer-chui | Merov Linden | |
2012-09-09 | CHUI-285 : Complete. Fix participants repositioning. | Merov Linden | |
2012-09-07 | CHUI-285 : Implement sort, alphabetical only for the moment | Merov Linden | |
2012-09-07 | CHUI-325 FIXED (Cap conversation log to 30 days, purge older data on login) | Paul ProductEngine | |
- Remove conversations older than 30 days from call log | |||
2012-09-07 | CHUI-323 FIXED (Local chat message panel out of position in Conversation ↵ | AlexanderP ProductEngine | |
floater): Prevented too early creation LLNearbyChat | |||
2012-09-10 | CHUI-268 (Transfer the common functionality from LLNearbyChat and ↵ | AlexanderP ProductEngine | |
LLIMFloater to LLIMConversation): moved appendMessage() to base class | |||
2012-09-06 | Pull merge from richard/viewer-chui | Merov Linden | |