Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-01-19 | fixed build | Richard Linden | |
2012-01-16 | EXP-1758 WIP Progress spinner not shown during merketplace synch if Merchant ↵ | Richard Linden | |
Outbox floater was previously minimized rewrote layout_stack resizing logic to be symmetrical | |||
2011-10-10 | EXP-1285 FIXED Chiclets moved to the upper right of the viewer window. | Seth ProductEngine | |
- Floaters dock to chiclets at the bottom. - Floaters docking region limited to non-toolbar view. - Chiclet bar is positioned between the right toolbar and the minimized floaters stacked at the top left corner by default. | |||
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-03-30 | STORM-1094 Added 2 lines so new IM windows pick up the font setting | Jonathan Yap | |
2011-03-25 | STORM-1094 Chat preferences > font size should increase size of input text ↵ | Jonathan Yap | |
in IM window | |||
2010-12-24 | STORM-682 FIXED Fixed positioning notification toasts in mouse-look mode. | Vadim ProductEngine | |
Toasts were positioned as if side tray was expanded. The fix is to reshape the so-called toasts screen channel (an area where toasts are drawn) on entering/leaving mouse-look mode, so that the screen channel can notice that side tray get in/visible. | |||
2010-11-15 | STORM-580 FIXED Removed "IM" font color setting as unused. | Seth ProductEngine | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-25 | fixed regressions from changing layout panel to be a derived widget class | Richard Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-29 | DEV-52353 Resident last name shown in user is typing notice in chat | Leyla Farazha | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-04 | EXT-7547 FIX update allowing padding according to sidebar state | Yuri Chebotarev | |
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/492/ --HG-- branch : product-engine | |||
2010-05-21 | Rename LLAvatarName::getNameAndSLID() to getCompleteName() | James Cook | |
Discussed with Leyla/Richard | |||
2010-05-19 | Merge pull from dessie/viewer-public | Leyla Farazha | |
2010-05-18 | DEV-50177 IM Session window title bar shows SLID for receiving party | James Cook | |
Reviewed with Leyla | |||
2010-05-13 | EXT-7120 ADDITIONAL COMMIT Avoided unnecessary usage of ↵ | Alexei Arabadji | |
LLNotificationFunctorRegistration for "ConfirmLeaveCall" notification. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/374/ --HG-- branch : product-engine | |||
2010-05-12 | merge from PE's viewer-trunk | Tofu Linden | |
2010-05-12 | EXT-7120 FIXED Added confirmation about leaving group, ad-hoc and p2p call. | Alexei Arabadji | |
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/374/ --HG-- branch : product-engine | |||
2010-05-04 | Automated merge | Roxie Linden | |
2010-04-29 | fixed EXT-6736 Notecard floater missing Keep/Discard Buttons (vwr 2.0) | Alexei Arabadji | |
Added functionality to close hidden IM toasts when IM floater opens. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/321/ --HG-- branch : product-engine | |||
2010-04-19 | automated merge with trunk | Roxie Linden | |
2010-04-14 | Fixed low priority bug EXT-6781 (Text edit field should be in focus after IM ↵ | Vadim Savchuk | |
button has been pressed). Explicitly focus the input editor whenever an IM tab gets visible. Added a check for the IM tab to have focus and only then pass the focus to the input entry. The check is needed for the fix not to re-introduce EXT-5387 (Private IM Window Steals Focus from Nearby Chat). Reviewed by Alex: https://codereview.productengine.com/secondlife/r/224/ --HG-- branch : product-engine | |||
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-01 | Automated Merge | Roxie Linden | |
2010-03-30 | EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate class | Loren Shih | |
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions | |||
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
2010-03-22 | Weekly automated merge from viewer 2.0 | Roxie Linden | |
2010-03-19 | fixed EXT-6472 “No indication about new message/offer if IM window is open ↵ | Alexei Arabadji | |
but not in focus”, allowed to increment IM message counter when IM window is opened but doesn't have focus and reset IM counter when IM window get focus; reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/76/ --HG-- branch : product-engine | |||
2010-03-16 | Merge from viewer-2-0 | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-03-12 | EXT-5904 “Offers embedding into IM windows”, | Alexei Arabadji | |
replaced unnecessary dynamic casting with static casting --HG-- branch : product-engine | |||
2010-03-11 | fixed EXT-5904 “Offers embedding into IM windows”, | Alexei Arabadji | |
revised embedding and logging offer notification to provide loading log entry in case notification doesn't exist; --HG-- branch : product-engine | |||
2010-03-08 | automated merge | Roxie Linden | |