summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-30DEV-43463: Keep LLEventPump's LLStandardSignal alive during post()Nat Goodspeed
Replace LLEventPump's boost::scoped_ptr<LLStandardSignal> with boost::shared_ptr. Take a local stack copy of that shared_ptr in post() methods, and invoke the signal through that copy. This guards against scenario in which LLEventPump gets destroyed during signal invocation. (See Jira for details.) Re-enable Mani's test case that used to crash. Introduce ll_template_cast<> to allow a template function to recognize a parameter of a particular type. Introduce LLListenerWrapper mechanism to support wrapper objects for LLEventPump listeners. You instantiate an LLListenerWrapper subclass object inline in the listen() call (typically with llwrap<>), passing it the real listener, trusting it to forward the eventual call. Introduce prototypical LLCoutListener and LLLogListener subclasses for illustrative and diagnostic purposes. Test that LLLogListener doesn't block recognizing LLEventTrackable base class bound into wrapped listener.
2009-11-13merge.Tofu Linden
2009-11-13set the outgoing call window's dock point in postBuild() instead of onOpen() ↵Tofu Linden
to avoid it being in the wrong place for a frame.
2009-11-13Merge to tipcallum
2009-11-13Fix for DEV-42152 (Streaming media broken on QuickTime)callum
2009-11-13Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-13make the outgoing call dialog appear and disappear smarter.Tofu Linden
this is sort of less like the spec but more like... reality...
2009-11-13Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-13mergeJames Cook
2009-11-13More explicit test code for dummy widget creation.James Cook
Added "Inspectors Test" back to login debug menu.
2009-11-13merge.Tofu Linden
2009-11-13Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/Lynx Linden
2009-11-13DEV-41324: Rename Spatial Chat to Nearby Voice Chat, as per spec.Lynx Linden
2009-11-13Remove reference to mozilla in the linux viewer launch-script.Tofu Linden
2009-11-13remove debug llinfosTofu Linden
2009-11-13minor code restructuring to aid more state-change dialog-jiggery.Tofu Linden
2009-11-13trivial comment change.Tofu Linden
2009-11-13EXT-2458: Added global mute/unmute button to the status bar.Lynx Linden
2009-11-13Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-13fix style readonlycolor overwriting colorangela
2009-11-12Test intentionally not-found LLUICtrl.James Cook
2009-11-12Temporary build un breakage - removing broken unit test from build while fixing.Mark Palange (Mani)
2009-11-12Couple LLMimeDiscoveryResponder more tightly with LLViewerMediaImpl. This ↵Monroe Linden
should fix DEV-41596, as well as other potential problems.
2009-11-12 EXT-2433 Fix tab max width on build toolsErica
2009-11-12Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairsNat Goodspeed
for all registered operations. (untested) Introduce LLEventDispatcher::getMetadata(name) query so you can discover, for a given named operation, its query string and required parameters. (untested) Introduce LLEventDispatcher::add() convenience methods allowing you to omit description strings. Fix LLLoginInstance (which uses a non-LLEventAPI LLEventDispatcher) back to description-less add() calls. However, filter LLEventDispatcher::add() methods inherited by LLEventAPI so that an LLEventAPI subclass *must* provide a description string.
2009-11-12Merge with product-engineSteve Bennetts
2009-11-13Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2009-11-12mergeskolb
2009-11-12EXT-2135 [BSI] Scrolling the TOS agreement makes the entire agreement unreadableskolb
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2009-11-12mergerichard
2009-11-12DEV-42747 - lltreeiterators_test.cpp broken on Windowsrichard
reviewed by Nat
2009-11-12mergeJames Cook
2009-11-12do not apply additional decode priority to textures with high boost levels.Xiaohong Bao
2009-11-12fix a bug of making invisible spatial group visible.Xiaohong Bao
2009-11-12Automated merge with ssh://hg.lindenlab.com/james/gooey/James Cook
2009-11-12Corrected 9-slice coords (again) for Tooltip.Justin C. Rounds (Chuck)
2009-11-12Fixed 9-slice scaling coords for Tooltip.Justin C. Rounds (Chuck)
2009-11-12mergeLeyla Farazha
2009-11-12EXT-677 build l arrows don't workrichard
EXT-2388 - top of world does not update reviewed by james
2009-11-12merge.Tofu Linden
2009-11-12more fixing for hokey layout.Tofu Linden
2009-11-12mergeLeyla Farazha
2009-11-12merge.Tofu Linden
2009-11-12try fixing mysterious layout issue.Tofu Linden
2009-11-12merge latest batch of stuff from viewer2voiceparityTofu Linden
2009-11-12mergeLoren Shih
2009-11-12Rename LLInventoryObservers to LLInventoryObserverLoren Shih
2009-11-12mergeLoren Shih