Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-30 | DEV-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-13 | merge. | Tofu Linden | |
2009-11-13 | set 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-13 | Merge to tip | callum | |
2009-11-13 | Fix for DEV-42152 (Streaming media broken on QuickTime) | callum | |
2009-11-13 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-11-13 | make the outgoing call dialog appear and disappear smarter. | Tofu Linden | |
this is sort of less like the spec but more like... reality... | |||
2009-11-13 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-13 | merge | James Cook | |
2009-11-13 | More explicit test code for dummy widget creation. | James Cook | |
Added "Inspectors Test" back to login debug menu. | |||
2009-11-13 | merge. | Tofu Linden | |
2009-11-13 | Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/ | Lynx Linden | |
2009-11-13 | DEV-41324: Rename Spatial Chat to Nearby Voice Chat, as per spec. | Lynx Linden | |
2009-11-13 | Remove reference to mozilla in the linux viewer launch-script. | Tofu Linden | |
2009-11-13 | remove debug llinfos | Tofu Linden | |
2009-11-13 | minor code restructuring to aid more state-change dialog-jiggery. | Tofu Linden | |
2009-11-13 | trivial comment change. | Tofu Linden | |
2009-11-13 | EXT-2458: Added global mute/unmute button to the status bar. | Lynx Linden | |
2009-11-13 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-13 | fix style readonlycolor overwriting color | angela | |
2009-11-12 | Test intentionally not-found LLUICtrl. | James Cook | |
2009-11-12 | Temporary build un breakage - removing broken unit test from build while fixing. | Mark Palange (Mani) | |
2009-11-12 | Couple 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 tools | Erica | |
2009-11-12 | Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs | Nat 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-12 | Merge with product-engine | Steve Bennetts | |
2009-11-13 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2009-11-12 | merge | skolb | |
2009-11-12 | EXT-2135 [BSI] Scrolling the TOS agreement makes the entire agreement unreadable | skolb | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2009-11-12 | merge | richard | |
2009-11-12 | DEV-42747 - lltreeiterators_test.cpp broken on Windows | richard | |
reviewed by Nat | |||
2009-11-12 | merge | James Cook | |
2009-11-12 | do not apply additional decode priority to textures with high boost levels. | Xiaohong Bao | |
2009-11-12 | fix a bug of making invisible spatial group visible. | Xiaohong Bao | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | James Cook | |
2009-11-12 | Corrected 9-slice coords (again) for Tooltip. | Justin C. Rounds (Chuck) | |
2009-11-12 | Fixed 9-slice scaling coords for Tooltip. | Justin C. Rounds (Chuck) | |
2009-11-12 | merge | Leyla Farazha | |
2009-11-12 | EXT-677 build l arrows don't work | richard | |
EXT-2388 - top of world does not update reviewed by james | |||
2009-11-12 | merge. | Tofu Linden | |
2009-11-12 | more fixing for hokey layout. | Tofu Linden | |
2009-11-12 | merge | Leyla Farazha | |
2009-11-12 | merge. | Tofu Linden | |
2009-11-12 | try fixing mysterious layout issue. | Tofu Linden | |
2009-11-12 | merge latest batch of stuff from viewer2voiceparity | Tofu Linden | |
2009-11-12 | merge | Loren Shih | |
2009-11-12 | Rename LLInventoryObservers to LLInventoryObserver | Loren Shih | |
2009-11-12 | merge | Loren Shih | |