summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-11-12EXT-24131 : Diagnose warning spam: "WARNING: LLObjectBridge::performAction: ↵Loren Shih
object not found - ignoring" This warning is a false positive, also existed in 1.23. Removing. --HG-- branch : avatar-pipeline
2009-11-12Backed out changeset: 153709ddee86Loren Shih
--HG-- branch : avatar-pipeline
2009-11-12EXT-24131 : Diagnose warning spam: "WARNING: LLObjectBridge::performAction: ↵Loren Shih
object not found - ignoring" This warning is a false positive, also existed in 1.23. Removing. --HG-- branch : avatar-pipeline
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-12EXT-1796 right click menu has "take off items" for gesturesNyx (Neal Orman)
renamed "take off items" to "remove from outfit" Code reviewed by Seraph
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2009-11-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
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-12EXT-2426 : Remove COF processing that is causing recursive calls to ↵Loren Shih
gInventory.notifyObservers Changing COF processing to happen during idle(), versus within done(). Reviewed by: Vir --HG-- branch : avatar-pipeline
2009-11-12EXT-2387 crash on dump local texturesNyx (Neal Orman)
we didn't check local_tex_obj for NULL before using it. checked to make sure pointer is not null before calling ->getImage()
2009-11-12EXT-2190 share button in IM should open sidepanel inventoryNyx (Neal Orman)
share button in im popup now opens sidepanel inventory. Code reviewed by Seraph
2009-11-12Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/Brad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-11-12LLAppearanceManager cleanup - removed dead codeBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-11-12merging put on submenu fix with avatar-pipelineNyx (Neal Orman)
2009-11-12EXT-2354 menus contain multiple lines not editable in XUINyx (Neal Orman)
We're building a pie menu in code, complete with separators for this particular branch of submenus. This is terrible and ugly and needs to be killed, but for now I removed the lines that cause the separators to be added where there are empty pie slices. Code reviewed by Vir
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-12LLAppearanceManager cleanup - no static at allBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-11-12Corrected 9-slice coords (again) for Tooltip.Justin C. Rounds (Chuck)
2009-11-12LLAppearanceManager cleanup - turning into proper singletonBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
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-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
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
2009-11-12Extracted LLInventoryObserver classes from LLInventoryModel.h into their own ↵Loren Shih
subclass, LLInventoryObservers.h. This reduces dependencies and compile times, and makes these classes easier to locate. I have not yet refactored classes to remove #include "llinventorymodel.h" and replace with #include "llinventoryobservers.h". This will happen later.
2009-11-12update merge with viewer-2-0Eric M. Tulla (BigPapi)
2009-11-12Fixed normal bug EXT-2375 (Nearby Chat: Click on object name spawns PersonAndrew Dyukov
Inspector instead of Object Inspector) --HG-- branch : product-engine
2009-11-12mergerichard
2009-11-12Minimized floaters will now follow top left when main view is resizedLeyla Farazha
2009-11-12don't use LLWidgetTypeRegistry for now (useful only for schema generation)richard
reverted ui_ctrl registration for creation of dummy LLUICtrls
2009-11-12Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/Lynx Linden
2009-11-12EXT-2367: Fixed potential NULL dereference crash in voice chat.Lynx Linden
2009-11-12merge.Tofu Linden