Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-07 | Minor comments cleanup. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-07 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-07 | Manual merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-07 | Work on normal task EXT-3148 (Implement updating of the IM Well message ↵ | Mike Antipov | |
counter). Fixed Linux build -- move constats into class --HG-- branch : product-engine | |||
2009-12-07 | Implemented normal task EXT-3084 (Update Notifications window behavior). | Andrew Dyukov | |
- Added hiding window when focus is lost. --HG-- branch : product-engine | |||
2009-12-07 | DEV-43799: Make the search web view be 650x600. | Lynx Linden | |
2009-12-07 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-07 | implemented EXT-2797 “Making friendship offer should be recorded into IM ↵ | Alexei Arabadji | |
history” --HG-- branch : product-engine | |||
2009-12-07 | Work on normal task EXT-3148 (Implement updating of the IM Well message ↵ | Mike Antipov | |
counter). Completed -- added updating count of unread messages in IM Well counter while closing any session. --HG-- branch : product-engine | |||
2009-12-07 | Aditional changes for normal task EXT-3081 (Separate Message Well on ↵ | Mike Antipov | |
Notifications Well and IM Well) -- set different titles for IM & Notification Well windows -- set different anchors for IM & Notification Well windows --HG-- branch : product-engine | |||
2009-12-07 | Aditional changes for normal task EXT-3081 (Separate Message Well on ↵ | Mike Antipov | |
Notifications Well and IM Well) -- moved Notification well specific functionality from the "LLSysWellChiclet" into derived "LLNotificationChiclet" class --HG-- branch : product-engine | |||
2009-12-07 | Work on normal task EXT-3148 (Implement updating of the IM Well message counter) | Mike Antipov | |
-- added new member in session stored count of unread messages from real participant and its updating -- added new method to IM Manager to caclculate total count of unread messages from real participants in all stored sessions -- added updating count of unread messages in IM Well counter --HG-- branch : product-engine | |||
2009-12-04 | Fixed major bug EXT-3094 "Content of accordions disappears after collapsing ↵ | Sergei Litovchuk | |
all folders in My "Landmarks" tab and switching to "Teleport history" tab and back" - Fixed applying filter to Teleport History tab in Places panel. --HG-- branch : product-engine | |||
2009-12-07 | Fixed low bug EXT-3023('Edit' in Pick Info does nothing after saving changes ↵ | Eugene Mutavchi | |
to pick) --HG-- branch : product-engine | |||
2009-12-07 | Fixed normal bug EXT-3128 ("Ability to add friend" isn't disabled from ↵ | Eugene Mutavchi | |
"choose resident" ("+" btn) menu when resident is already a friend) --HG-- branch : product-engine | |||
2009-12-07 | no ticket, minor refactoring. | Yuri Chebotarev | |
add return value to notifyXXX functions, may be usefull --HG-- branch : product-engine | |||
2009-12-04 | merge | James Cook | |
2009-12-04 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-12-04 | omg fix for two omg crtical bugs... | Yuri Chebotarev | |
EXT-3109 Viewer crashes when attempting to select group role EXT-3130 Viewer crashes after pressing "New Role" button in group profile also a bit fix layout --HG-- branch : product-engine | |||
2009-12-04 | Nudge Parabuild | James Cook | |
2009-12-04 | Fix linux build, newline at end of file | James Cook | |
2009-12-04 | No ticket. Removed check is current voice channel active when | Andrew Dyukov | |
"Leave Call" button in Voice Control Panel (EXT-2986). --HG-- branch : product-engine | |||
2009-12-04 | Implemented normal task EXT-2832 (Hide "undock" icon on the floaters). | Andrew Dyukov | |
--HG-- branch : product-engine | |||
2009-12-04 | Implemented normal priority task EXT-2311 (Filter in side panels should ↵ | Vadim Savchuk | |
highlight results). Added missing highlighting to people/group lists and teleport history. Btw, the "none" group list entry now gets hidden when user types a filter. --HG-- branch : product-engine | |||
2009-12-04 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-04 | implemented EXT-700 “"Offer" notifications should be accessible via chiclet” | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-04 | Completed normal task EXT-3081 (Separate Message Well on Notifications Well ↵ | Mike Antipov | |
and IM Well) -- created IM Wel icon -- functionality is moved from the base class into appropriate classes (for Notification & IM Well windows) --HG-- branch : product-engine | |||
2009-12-04 | Work on normal task EXT-3081 (Separate Message Well on Notifications Well ↵ | Mike Antipov | |
and IM Well) -- removed member pointer to Notification Well Icon from the LLBottomTray -- placed Well counter over the Icon, made center-aligned --HG-- branch : product-engine | |||
2009-12-04 | Work on normal task EXT-3081 (Separate Message Well on Notifications Well ↵ | Mike Antipov | |
and IM Well) Refactored toggle interaction between Notification Well and Notification Well Window: -- set "Button.SetDockableFloaterToggle" init callback to Notification Well -- remove deprecated functionality in code -- update interaction with screen channels to work properly. --HG-- branch : product-engine | |||
2009-12-04 | Automated merge with ssh://angela@hg.lindenlab.com/james/gooey | angela | |
2009-12-04 | Deleting content inside a prim from build floater deletes prim, rather than ↵ | angela | |
content EXT-2575 | |||
2009-12-04 | EXT-1640 | angela | |
Application Icon Misaligned on OSX Installer Dialog | |||
2009-12-03 | merge | James Cook | |
2009-12-03 | EXT-2954 Crash when using the mousewheel in any inventory panel | James Cook | |
LLFolderView was explicitly passing scroll events back to its parent LLScrollContainer, which it didn't need to do. It may not have exhibited an infinite loop before due to bugs in the border width computations for scroll rectangles. Reviewed with Leyla. | |||
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-30 | merge | Leyla Farazha | |
2009-12-30 | EXT-2823 Find window: change default open location to the top-left of screen | Leyla Farazha | |
EXT-2921 [BSI] Default location for Screenshot Floater hides expanded options off screen reviewed by James | |||
2009-12-30 | EXT-2898 Hiding navbar and favbar is broken | Leyla Farazha | |
reviewed by James | |||
2009-12-30 | EXT-2967 Spinner label font sizes are not rendering consistently between ↵ | Leyla Farazha | |
platforms OSX isn't loading the ui_ctrl.xml file, moving font to individual widgets reviewed by James | |||
2009-12-03 | EXT-2450 Extra column in Group panel memberlist | Erica | |
2009-12-03 | merge | James Cook | |
2009-12-03 | Added floater_test_text_editor, hooked up UI tests to login Debug menu | James Cook | |
Reviewed with Leyla | |||
2009-12-03 | fixed window resize alignment problem in login form | Erica | |
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-03 | merge | James Cook | |
2009-12-03 | Fix Linux build, file missing newline at end of file | James Cook | |
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-03 | Final layout changes to about land, new widget sizes, EXT-3027 About Land ↵ | Erica | |
dialog:Media panel layout issues | |||
2009-12-03 | Updated to add ellipses on long descriptions, and added a margin beneath the ↵ | Justin C. Rounds (Chuck) | |
description to keep it from running into the text below. http://jira.secondlife.com/browse/EXT-2995 |