summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterworldmap.cpp
AgeCommit message (Collapse)Author
2011-08-15merge changes for storm-1557Oz Linden
2011-08-08EXP-1065 FIX -- Inventory has slowed to a crawl. Clicking between items has ↵Leslie Linden
an average one second delay. Same with switching between tabs. * Removed numerous places in the code that called findChild across the inventory panel unnecessarily. * Conglomerated uses of inbox and outbox inventory panels to the sidepanel class so the pointers can be cached and functionality like selection handling can be done more efficiently. * Optimized LLView::childHasKeyboardFocus() to work backwards up from the focus object rather than searching for children that may or may not turn out to have focus. Reviewed by Richard.
2011-08-05STORM-1427 FIXED Fixed a debug assertion triggered in the world map floater.Vadim ProductEngine
Apparently, passing empty region name to the MapNameRequest makes server return empty name in MapBlockReply, which triggered the assertion.
2011-07-19merge changes for vwr-26066Oz Linden
2011-07-01VWR-25753 Searching in the world map clears the destination arrow but not ↵Kadah_Coba
the destination beacon
2011-06-20merged VWR-26066: request LLFloaterWorldMap child "zoom slider" with correct ↵Boroondas Gupte
type LLSliderCtrl instead of LLSlider to get rid of warning when opening map flaoter
2011-06-20VWR-26066: FIXED request LLFloaterWorldMap child "zoom slider" with correct typeBoroondas Gupte
LLSliderCtrl instead of LLSlider to get rid of warning when opening map flaoter
2011-06-11VWR-25480 Worldmap: Partial region name search UI bugAnsariel Hiller
Patch converted and tested by Jonathan Yap
2011-05-17Merge with viewer-developmentDon Kjer
2011-05-02merge changes for storm-1128bOz Linden
2011-04-19STORM-1128 Add space after a commaJonathan Yap
2011-04-16STORM-1128 Made a few code changes suggested in code review comments.Jonathan Yap
2011-04-16STORM-1128 GCC fixes: formatting changes, moved compare routine back to topJonathan Yap
2011-04-15STORM-1128 Code cleanup per codereview commentsJonathan Yap
2011-04-13STORM-1128 Sort the results of using search in the World MapJonathan Yap
2011-03-31MergeKelly Washington
2011-03-14SOCIAL-687 Call, Map, Share, and Pay options available in web profile for ↵leyla
users in minimal skin
2011-03-02SOCIAL-623 FIX World map accessible from classified and picks in web profile ↵Richard Linden
in minimal skin
2010-12-07merge viewer-development into web-profilesBrad Payne (Vir Linden)
2010-10-22STORM-454 : fix height in world map, allow altitude till 4096m, display ↵Merov Linden
altitude on 4 digits
2010-10-21Added support for map tracking slapp, share slapp and a voice call slapp.prep linden
slapp urls: secondlife:///app/maptrackavatar/lluid secondlife:///app/sharewithavatar/lluid secondlife:///app/voicecallavatar/lluid
2010-10-21Added support for map tracking slapp, share slapp and a voice call slapp.prep linden
slapp urls: secondlife:///app/maptrackavatar/lluid secondlife:///app/sharewithavatar/lluid secondlife:///app/voicecallavatar/lluid
2010-10-21Added support for map tracking slapp, share slapp and a voice call slapp.prep linden
slapp urls: secondlife:///app/maptrackavatar/lluid secondlife:///app/sharewithavatar/lluid secondlife:///app/voicecallavatar/lluid
2010-10-21secondlife:///app/maptrackavatar/lluidprep linden
secondlife:///app/sharewithavatar/lluid secondlife:///app/socialcallhandler/lluid <-work in progress
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-16moved buildFloater out of lluictrlfactory to llfloater.cppRichard Nelson
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-27Fix implicit downcast in world map change.Tofu Linden
2010-07-26Implementation for EXT-7291 (World Map in the Viewer2 needs a way to type in ↵callum
region coordinates) Reviewed by PB
2010-07-30mergeRichard Nelson
2010-07-30deprecated LLPanel::child*() methodsRichard Nelson
2010-06-29EXT-7648 FIXED Added handler for "PreferredMaturity" property which updates ↵Vladimir Pchelko
visibility and values for mature/adults check_box/icon/label. Reviewed by Sergey Litovchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/633/ --HG-- branch : product-engine
2010-06-22EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startupRichard Linden
reviewed by Leyla
2010-04-07Automated mergeRoxie Linden
2010-04-07Re-insert backed out SLE checkin so we can fix itRoxie Linden
2010-04-07PE merge from pe-viewer-trunkTofu Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-04-02Fixed normal bug EXT-6348 (SLapp world map location does not display the ↵Eugene Mutavchi
correct region) - fixed displaying the world map location for escaped SLapp urls. Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/173/. --HG-- branch : product-engine
2010-04-01Automated MergeRoxie Linden
2010-03-30EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate classLoren Shih
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions
2010-03-30EXT-3414 : Move static backgroundfetch methods and variables to ↵Loren Shih
llinventorymodel subclass Created LLInventoryModelBackgroundFetch file for handling background fetch.
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-03-01fixed Normal Bug EXT-5616 mouse scrollwheel does not scroll world map region ↵Denis Serdjuk
list Cause: Invalid check of the inside rectangle area in LLFloaterWorldMap::handleScrollWhell(). --HG-- branch : product-engine
2010-02-15some const'ness for previous fixes.Tofu Linden
2010-02-15CID-131Tofu Linden
Checker: NULL_RETURNS Function: LLFloaterWorldMap::friendsChanged() File: /indra/newview/llfloaterworldmap.cpp actually the logic looks a bit suspicious (esp for isGodLike) but I've preserved it.
2010-01-18EXT-4462: Support secondlife:///app/worldmapLynx Linden
Without any location arguments, simply opens the world map floater.
2010-01-14EXT-3795 First run messages still display (click & drag on map, Build tools ↵angela
open, movement controlled, etc)