Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-03-04 | Merge of reverted fix of EXT-3852 | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-03-04 | Backed out changeset: 07f21c92896f | Mike Antipov | |
reverted fix for (EXT-3852 Tabs in Tabbed Instant Messaging do not auto focus the text field when clicked) Previously implemented solution conflicts with test case in EXT-5387. --HG-- branch : product-engine | |||
2010-03-04 | fixed EXT-5904 “Offers embedding into IM windows”, | Alexei Arabadji | |
made all type offers be embedded to the IM floater; made showing offer toast if IM floater isn't visible; corrected IM message counter on showing offer toast; --HG-- branch : product-engine | |||
2010-02-24 | implemented EXT-4641 “[BSI] Undocked camera and movement floaters position ↵ | Alexei Arabadji | |
should persist across the sessions”, made move and camera floaters save dock state; --HG-- branch : product-engine | |||
2010-02-22 | fixed EXT-5418 “When UI scale is set to 1.40 I see notices off the edge of ↵ | Alexei Arabadji | |
the screen.”, corrected emitting of world view update signal; replaced getWorldViewRectRaw with getWorldViewRectScaled LLIMFloater::getAllowedRect; --HG-- branch : product-engine | |||
2010-02-19 | Implemented low task EXT-5215 (Disable showing full yyyy/mm/dd timestamp for ↵ | Eugene Mutavchi | |
messages (nearby chat/im) received today) --HG-- branch : product-engine | |||
2010-02-16 | fixed major EXT-5387 “Private IM Window Steals Focus from Nearby Chat”, | Alexei Arabadji | |
prevented focus stealing when IM opened in multitab mode; --HG-- branch : product-engine | |||
2010-02-15 | Fixed low bug EXT-5421 (IM floater doesn't remember minimized state when ↵ | Eugene Mutavchi | |
leaving mouselook) --HG-- branch : product-engine | |||
2010-02-15 | fixed EXT-5428 Detached IM window doesn't show received messages. | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-02-11 | Fixed low bug EXT-5329 (Delete option is enabled in context menu for empty ↵ | Eugene Mutavchi | |
edit field in IM floater) --HG-- branch : product-engine | |||
2010-02-09 | Fixed normal bug EXT-5087 - Clicking on IMWell item does not open minimized ↵ | Dmitry Zaporozhan | |
multi tabbed IM floater. --HG-- branch : product-engine | |||
2010-02-05 | Updated normal bug EXT-4772 - No new IM notification when in tabbed IM mode. | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-02-03 | Fixed normal bug EXT-4796 (Linux only: Call Group button blinks while Group ↵ | Andrew Dyukov | |
Chat). - Removed updateCallButton() call from draw() and added it to LLIMFloater::sessionInitReplyReceived() to enable "Call" button when session is initialized. --HG-- branch : product-engine | |||
2010-02-03 | Updated comment for ticket EXT-4772(No new IM notification when in tabbed IM ↵ | Dmitry Zaporozhan | |
mode) --HG-- branch : product-engine | |||
2010-02-01 | Fixed normal bug EXT-4772 - No new IM notification when in tabbed IM mode. | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-02-01 | fixed EXT-4775 Plain text mode broken in IM windows | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-29 | notifiaction_id -> notification_id | Tofu Linden | |
ouch. | |||
2010-01-29 | fixed major EXT-3643 “Embed friendship offer into IM window”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-01-28 | fixed EXT-3841 [BSI] "Send IM..." choosable in IM floater context menu | Igor Borovkov | |
--HG-- branch : product-engine |