Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-23 | CHUI-93 FIXED Increased People floater minimum width to avoid scroller on ↵ | AlexanderP ProductEngine | |
the tab container. | |||
2012-04-20 | CHUI-92 FIX Notification count is not shown on notification chiclet | Richard Linden | |
2012-04-20 | allow nested modifier tags (e.g. Lazy, Atomic) in param block entries | Richard Linden | |
2012-04-18 | converted to unix line endings | Richard Linden | |
2012-04-17 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-04-17 | CHUI-86 WIP Investigate voice-dot with name tag integration | Richard Linden | |
removed dead code | |||
2012-04-17 | BUILDFIX: Attempting to correct a linux build problem. | Todd Stinson | |
2012-04-17 | CHUI-86: Removing the LLHUDEffect parent class from the LLVoiceVisualizer. ↵ | Todd Stinson | |
#ifdef'ing the code out for now, to be removed later. | |||
2012-04-17 | CHUI-86 WIP Investigate voice-dot with name tag integration | Richard Linden | |
added draw3D to LLUIImage to encapsulate display of image in projective 3D space | |||
2012-04-17 | Mac build fix. | Seth ProductEngine | |
2012-04-17 | CHUI-91 ADDITIONAL_FIX Minor visual layout fixes. | Vadim ProductEngine | |
2012-04-14 | CHUI-78 WIP Made the gear buttons spawn the avatar list context menu. | Vadim ProductEngine | |
2012-04-14 | CHUI-78 WIP Minor cleanup. | Vadim ProductEngine | |
2012-04-14 | CHUI-78 WIP Re-combined view and sort menus in the People panel. | Vadim ProductEngine | |
2012-04-14 | CHUI-78 WIP Remove bottom button bar from the people panel. | Vadim ProductEngine | |
By the way, removed the "Activate" button from the Groups tab. | |||
2012-04-13 | fixed build | Richard Linden | |
all param values now support named values uniformly | |||
2012-04-13 | CHUI-91 FIXED Moved block list to a separate People floater tab. | Vadim ProductEngine | |
2012-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-04-12 | fixed UI not working at all due to bad param blocks | Richard Linden | |
2012-04-13 | CHUI-90 WIP Added "View full profile" link to avatar inspectors. | Vadim ProductEngine | |
2012-04-12 | CHUI-90 WIP Removed all buttons and menus from avatar inspectors. | Vadim ProductEngine | |
2012-04-12 | CHUI-87 FIXED crash in handling notifications after viewer disconnect. | Seth ProductEngine | |
Notification handlers now use LLHandles to screen channels. | |||
2012-04-12 | MAINT-891 FIXED Disabled focus return from modal dialog after viewer logoff. | Seth ProductEngine | |
Fixed boost trackable objects usage. | |||
2012-04-11 | merge | Richard Linden | |
2012-04-11 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-04-11 | CHUI-89 FIX Make nametags appear consistently next to avatar heads | Richard Linden | |
tweaked nametag positioning | |||
2012-04-11 | rolled back accidental merge of wip code | Richard Linden | |
2012-04-11 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-04-11 | CHUI-89 FIX Make nametags appear consistently next to avatar heads | Richard Linden | |
2012-04-10 | CHUI-77 WIP Made per-tab filters work. | Vadim ProductEngine | |
2012-04-06 | CHUI-77 WIP Moved setting filter label to XML. | Vadim ProductEngine | |
2012-04-12 | CHUI-80 FIXED Implemented volume indicator pop-up. | Vadim ProductEngine | |
It is invoked by clicking on any speaking indicator except yours. | |||
2012-04-05 | CHUI-89 FIX Make nametags appear consistently next to avatar heads | Richard Linden | |
nametags now track avatar head avatar_skeleton now loaded as param block vector3 param block parsing support fixes for param block recursion | |||
2012-04-05 | CHUI-78 WIP Added drop-down menus and connected callbacks to the new ↵ | Vadim ProductEngine | |
view/sort/add/remove buttons. | |||
2012-04-05 | CHUI-77 WIP People panel layout change: filter pane moved inside the tab. | Seth ProductEngine | |
2012-03-30 | CHUI-51 WIP notifications routing code cleanup | Richard Linden | |
object inventory offers don't increment system menu count added customizable merging behavior for duplicate "unique" notifications fixed overeager notification channels | |||
2012-03-30 | MAINT-813 FIXED Potential fix for a crash at ↵ | Vadim ProductEngine | |
LLViewerRegion::getPosGlobalFromRegion. As far as I can tell, if login fails with the "Region has begun the logout process" message, gAgentAvatarp gets destroyed, which leads to the crash. Adding a check that should prevent it (could not reproduce to make sure). | |||
2012-03-29 | CHUI-51 WIP notifications routig code cleanup | Richard Linden | |
phase 2, removal of extraneous signaling in favor of llnotificationchannels made notificationchannels work better with overrides and lifetime managed by creator | |||
2012-03-27 | CHUI-51 WIP notifications routig code cleanup | Richard Linden | |
phase 1, removal of most of llnotificationhandler | |||
2012-03-27 | MAINT-710: Fix for VertexBufferStrider could not find valid vertex data. ↵ | Oz Linden | |
(from Firestorm) | |||
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-03-09 | merge changes for vmrg-230 | Oz Linden | |