Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-06 | Pull and merge a single changeset from ↵ | Todd Stinson | |
http://hg.lindenlab.com/nat/viewer-maint-1144/ to resolve build issues. | |||
2012-06-06 | MAINT-1144: Unblock build for previous commit. | Nat Goodspeed | |
Today, 2012-06-06, LLHTTPClient::get("http://www.google.com/") has stopped working. This is unrelated to viewer code changes: it crosses repo boundaries. Skip the afflicted tests to get builds working until we can recast the tests to avoid the flaky dependency. | |||
2012-06-01 | Build fix | AlexanderP ProductEngine | |
2012-06-01 | CHUI-119 FIXED Bug fixed. Clean up a code | AlexanderP ProductEngine | |
2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
2012-05-30 | Build fix | AlexanderP ProductEngine | |
2012-05-30 | CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-container | AlexanderP ProductEngine | |
2012-05-29 | CHUI-105 WIP Fixed "is not a child of" warning when removing a tab from ↵ | Seth ProductEngine | |
LLSideTrayPanelContainer. | |||
2012-05-25 | CHUI-131 FIX Crash when selecting Show on inventory offer notification if ↵ | Richard Linden | |
other notifications are being received | |||
2012-05-25 | CHUI-132 FIX Modal dialogs cannot be dismissed | Richard Linden | |
2012-05-24 | CHUI-78 FIXED group actions gear menu in People->Groups. | Seth ProductEngine | |
Used the same menu for groups list context menu and gear menu in People->Groups. Changed the type of groups list context menu to toggleable. | |||
2012-05-22 | Linux build fix | Paul ProductEngine | |
GCC does not allow local functor classes to be used with template algorithms, because template arguments must refer to an entity with external linkage. | |||
2012-05-21 | made param blocks smaller by making param overhead 3 bytes instead of 4 | Richard Linden | |
Optional<bool> should now be 4 bytes smaller. | |||
2012-05-21 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-05-21 | CHUI-111 FIX Saved notifications are not sorted in same order after logout ↵ | Richard Linden | |
and relog. sort notifications in separate list llnotification now uses param block to serialize to llsd | |||
2012-05-21 | gcc build fix. | Seth ProductEngine | |
2012-05-18 | CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outbox | Richard Linden | |
notification duplicate suppression now doesn't generate multiple dialogs | |||
2012-05-18 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-05-18 | CHUI-112 FIX Clicking Show or Discard in an inventory offer toast does not ↵ | Richard Linden | |
dismiss toast removed special case logic for dealing with user online/offline collisions added ability to cancel old duplicate notifications | |||
2012-05-18 | CHUI-121 FIXED showing chat participants list only in torn off IM floaters. | Seth ProductEngine | |
2012-05-18 | CHUI-105 WIP Minor code clean up and optimization. | Seth ProductEngine | |
Removed overloaded updateTitleButtons() and moved its functionality to a new method that should be called less frequently. | |||
2012-05-17 | CHUI-105 ADD. FIX Implement changes to all open conversations and nearby chat | AlexanderP ProductEngine | |
2012-05-17 | CHUI-105 WIP Implemented collapsed/expanded state transitions for messages ↵ | Seth ProductEngine | |
and conversation panes. The states and dimensions of Conversations floater panes are saved in per account settings. | |||
2012-05-15 | CHUI-105 WIP Hide an additional close button for undocked state of an IM floater | AlexanderP ProductEngine | |
2012-05-15 | CHUI-105 WIP Remove obsolete controls from the group's control pane | AlexanderP ProductEngine | |
2012-05-15 | CHUI-102 WIP Implemented new context menu for ad-hoc and group conferences | AlexanderP ProductEngine | |
2012-05-14 | CHUI-113 WIP clean-up (obsolete code was removed) | AlexanderP ProductEngine | |
2012-05-14 | Formatting fixes | AlexanderP ProductEngine | |
2012-05-14 | CHUI-113 WIP all voice controls is moved from a IM-control panel to the IM ↵ | AlexanderP ProductEngine | |
floater; IMControlPanel is removed; simplified voice button's listener behavior | |||
2012-05-10 | CHUI-105 WIP Added expand/collapse behavior for Conversations floater ↵ | Seth ProductEngine | |
messages pane. | |||
2012-05-09 | Removed a recursive include declaration | AlexanderP ProductEngine | |
2012-05-08 | CHUI-103 FIXED Implemented switching text view modes from pop-up menu | AlexanderP ProductEngine | |
2012-05-07 | CHUI-105 WIP Added tear-off and return behavior for IM floater. | Seth ProductEngine | |
XUI changed for Converstions multifloater and IM floater. | |||
2012-05-07 | CHUI-103 WIP Added settings for switching text view mode | AlexanderP ProductEngine | |
2012-05-07 | CHUI-103 Repair drawing messages with prepend new line | AlexanderP ProductEngine | |
2012-05-04 | CHUI-103 WIP Added support for showing/hiding timestamp and names, replacing ↵ | AlexanderP ProductEngine | |
own name with (You) | |||
2012-04-26 | CHUI-78 WIP Reordered and added missing items for People floater gear menus. | Seth ProductEngine | |
2012-02-23 | Linux build fix. | Seth ProductEngine | |
Moved type casts from protected base classes to derived LLCoord. | |||
2012-04-26 | post-merge build fixes | Richard Linden | |
2012-04-26 | merge with viewer-release | Richard Linden | |
2012-04-26 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
removed hacks for object inventory folderview | |||
2012-04-25 | more gcc build fixes | Richard Linden | |
2012-04-24 | fix for gcc builds | Richard Linden | |
2012-04-24 | CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outbox | Richard Linden | |
2012-04-24 | CHUI-106 FIX Notifications like Friends online are shown in local chat ↵ | Richard Linden | |
history - no toast given if chat history is open | |||
2012-04-24 | CHUI-94 FIX Clicking OK on a notification does not remove the notification ↵ | Richard Linden | |
from the notifications listing | |||
2012-04-24 | Added tag viewer-release-candidate, 3.3.1-release for changeset c623bbc854b6 | Oz Linden | |
2012-04-23 | CHUI-93 FIXED Increased People floater minimum width to avoid scroller on ↵ | AlexanderP ProductEngine | |
the tab container. | |||
2012-04-20 | more gcc fixes | Richard Linden | |
2012-04-20 | CHUI-92 FIX Notification count is not shown on notification chiclet | Richard Linden | |