summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-11Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-11Fixed Low bug EXT-1052-IM message window show messages, that were sent in ↵Eugene Kondrashev
offline mode --HG-- branch : product-engine
2009-11-11Fixed normal bug EXT-2166-[BSI] Nearby Chat floater always jumps to most ↵Eugene Kondrashev
recent chat --HG-- branch : product-engine
2009-11-11mergeYuri Chebotarev
--HG-- branch : product-engine
2009-11-11fix for major bug EXT-2219 New Group profile layout breaks...everythingYuri Chebotarev
lots of small problems... --HG-- branch : product-engine
2009-11-11Additional fix for normal bug EXT-2131-[BSI] Copy/pasted text chat logs are ↵Eugene Kondrashev
now much harder to read or post-process --HG-- branch : product-engine
2009-11-11Fixed normal bug EXT-2131-[BSI] Copy/pasted text chat logs are now much ↵Eugene Kondrashev
harder to read or post-process --HG-- branch : product-engine
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat Goodspeed
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations.
2009-11-11Rename private methods to avoid ambiguity with subclassesNat Goodspeed
2009-11-11fixed (again) normal bug EXT-2025 Gesture btn couses nothingAndrew Polunin
--HG-- branch : product-engine
2009-11-11MergeDmitry Zaporozhan
--HG-- branch : product-engine
2009-11-11Update for major task EXT-2250 Implement Classifieds list in Picks panel.Dmitry Zaporozhan
Added single expansion accordion. --HG-- branch : product-engine
2009-11-11Fixed Normal bug EXT-1959 - [BSI] emotes difficult to see in IM/Group chatEugene Kondrashev
--HG-- branch : product-engine
2009-11-11MergeDmitry Zaporozhan
--HG-- branch : product-engine
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11Update for major task EXT-2250 Implement Classifieds list in Picks panel.Dmitry Zaporozhan
Fixed accordion name and added code to show and expand classifieds accordion when first classified is created. --HG-- branch : product-engine
2009-11-11Update for major task EXT-2251 - Implement panels for creating, editing and ↵Dmitry Zaporozhan
viewing Classifieds. Implemented "Map", "Teleport", and "Edit" buttons in Classified Info panel. --HG-- branch : product-engine
2009-11-11Automated merge with file:///home/lynx/hg/general/viewer-2-0Lynx Linden
2009-11-11Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-11fixed EXT-2341 "Add Friend notification not shown", EXT-2351 "Friendship andAlexei Arabadji
Teleport offers no longer pop toast notifications"; suppresed IM-floater on incoming offer and registerd offer handler in chiclet counter updater; --HG-- branch : product-engine
2009-11-11fixed minor bug EXT-2147 Group and Avatar Place Holder Icons defined in the ↵Andrew Polunin
specs should be used in place of currect placeholders --HG-- branch : product-engine
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11adding warning msg when fetching for folders with NULL uuidangela
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10Fix for Windows compile error.Steve Bennetts
2009-11-10mergeSteve Bennetts
2009-11-11Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10Fix for DEV-42328 (Muting then Unmuting All Nearby Media resets nearby media ↵Monroe Linden
to Home URL). Fixed by having LLViewerMedia::updateMediaImpl() copy the media entry's current URL into the media impl's mMediaURL in the case where the impl has a non-empty media URL but the function doesn't do a navigate.
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-10Merge changes from product-engineSteve Bennetts
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-11-10FIX DEV-41991: do not allow media settings panel to come up if media data is ↵Rick Pasetto
in flight Review #33 This change marks the current selection "not editable" if any objects in the selection are currently "in flight" (i.e. their media data has not been fetched yet, or is in the process of being fetched). This involved adding API to LLMediaDataClient to query whether an object is in the process of being fetched (i.e. in the queue). I've added a unit test for this new API.
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Erica
2009-11-10pushing changes to named font sizes prior to hardcoded font removalErica
2009-11-10mergeLeyla Farazha
2009-11-10EXT-1478 Tool-tip background and border colors are being ignoredLeyla Farazha
EXT-2082 Multifloater preview tab container extends outside window border EXT-773 odd notecard behaviour on closing an unsaved notcard reviewed by Richard
2009-11-10Fix for DEV-42400 (Mouse pointer location does not map correctly to ↵Monroe Linden
non-square media faces).
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-11DEV-41358: Added user's preferred maturity level to search URL.Lynx Linden
The Search URL now includes a "r=" query parameter to specify the user's preferred maturity rating. This can be "pg" or "pg,mature" or "pg,mature,adult".
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-10Added PluginAttachDebuggerToPlugins debug setting.Monroe Linden
Added accessors to get platform-specific process ID from LLProcessLauncher. Added an optional "debug" argument to LLPluginClassMedia::init() and LLPluginProcessParent::init() (defaults to false). Mac only: made the state machine in LLPluginProcessParent::idle() open a new window in Terminal.app with a gdb session attached to the plugin process upon successful launch.
2009-11-10DEV-40001: Add support for a pre-login help topic.Lynx Linden
Asking for help (e.g., pressing F1) before logging in will now display a specific pre-login help topic, "pre_login_help". This behavior was agreed upon with Rand to allow us to display a custom page to help the user log on successfully.
2009-11-10Merge with tipcallum
2009-11-10Fix for DEV-42546 (QuickTime plugin crashes a lot)callum
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Erica
2009-11-10EXT-2355 Preferences: Inconsistent use of capital letters for second word of ↵Lis Pardi
labels