summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2015-09-16MAINT-5628: Set flicr state to "Posting" on all paths before image upload ↵Rider Linden
starts. Causes "Upload" button to be disabled and activity indicator to appear. Also made sure that setConnectionState is called correctly for Facebook and Twitter.
2015-09-16MAINT-5507: Include httpconstants in file picker for linux.Rider Linden
2015-09-15MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp libRider Linden
2015-09-15MAINT-5601 Physics model not previewed, physics model not applied to mesh on ↵AndreyL ProductEngine
upload Some improvements: renaming to act like "legacy matching" would apply only to the models simple enough for this
2015-09-15MAINT-5427 Group notices and invitation will expand on left-clickingMnikolenko ProductEngine
2015-09-14MAINT-5507: Removal of sdrpc client/serverRider Linden
MAINT-5507: removal of LLCurl::Easy, LLCurl::Multi LLCurl::Responder
2015-09-14mergeBrad Payne (Vir Linden)
2015-09-14MAINT-5507: Remove HTTPClient and related cruft.Rider Linden
2015-09-14SL-133 WIP, SL-134 WIP - more extra joint handlingBrad Payne (Vir Linden)
2015-09-14MAINT-5627 FIXED "Copy to merchant outbox" menu item is removedMnikolenko ProductEngine
2015-09-11Bit of cleanup around Translation and remove httpassetstorageRider Linden
2015-09-11MAINT-4952: Slight change to marketplace logging allow direct logging of ↵Rider Linden
LLSD and remove unused logging function.
2015-09-10MAINT-5575: Finished converting experience cache to singletonRider Linden
MAINT-4952: Coverted VMM to coroutines
2015-09-11MAINT-5601 FIXED Physics model not previewed, physics model not applied to ↵AndreyL ProductEngine
mesh on upload
2015-09-07MAINT-5602 FIXED Viewer crashes when loading physics from fileAndreyL ProductEngine
--HG-- branch : develop
2015-09-04Experience Profile to coroutines and Experience cache.Rider Linden
2015-09-03Changes from code review with NatRider Linden
2015-09-03Region experience allow/disallow.Rider Linden
2015-09-03Correct use of filename vs. path in llfeaturemanager coroutine.Rider Linden
2015-09-03Moved group experiences into experience cache. Use coros and new HTTP libs.Rider Linden
2015-09-02Moved find experience into experience cache (moved cache recording into ↵Rider Linden
cache and out of UI) changed from responder to coroutine.
2015-09-02Move associated experience fetching into the ExperienceCache as a coro ↵Rider Linden
remove the responder.
2015-09-01MAINT-5575: Convert the Experience cache into a coro based singleton.Rider Linden
--HG-- branch : MAINT-5575
2015-09-01mergeBrad Payne (Vir Linden)
2015-08-31SL-133 WIP, SL-134 WIP - more handling for out-of-range jointsBrad Payne (Vir Linden)
2015-08-28MAINT-5575: Begin conversion to Singleton<> for Experience Cache. Commited ↵Rider Linden
on branch so that I don't trigger a build of it until I'm ready. --HG-- branch : MAINT-5575
2015-08-28MAINT-5574: Added default parameter for callbalk on AISAPI interface.Rider Linden
Better check on callback exsit in coroutine Don't create AISAPI::completion_t if there is no call back passed.
2015-08-27Convert LSL script preview compilation exp requestRider Linden
2015-08-26Convert exp floater to use coroutinesRider Linden
Convert script queue compilation exp request
2015-08-26MAINT-5532 related crash fix and some log improvementsandreykproductengine
2015-08-25MergeRider Linden
2015-08-24MAINT-4952: Removed a bit of debug code that got included accidentally and ↵Rider Linden
change host == LLHost() to host.isInvalid()
2015-08-21MAINT-5536 FIXED Mac viewer crash when started from a web browser handlerandreykproductengine
2015-08-19Swap BOOST_COROUTINE and BOOST_CONTEXTRider Linden
2015-08-19mergeBrad Payne (Vir Linden)
2015-08-18MAINT-5506: Fix ugly timing bug in llurlentry static initialization.Nat Goodspeed
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost().
2015-08-18Clearing out duplicated stringsandreykproductengine
2015-08-18Merge viewer-release and become version 3.8.4andreykproductengine
2015-08-18merge changes for MAINT-4734pavelkproductengine
2015-08-17Adding llcorehttp to linksRider Linden
2015-08-17mergeBrad Payne (Vir Linden)
2015-08-17increment viewer version to 3.8.4Oz Linden
2015-08-17MAINT-5488 FIXED [Experience Tools] Opening an experience compiled script in ↵pavelkproductengine
an object in an adjacent region fails to show the script is compiled with an experience in the script editor.
2015-08-18Merge downstream code and become version 3.8.4andreykproductengine
2015-08-18SL-173 FIXED Allow searching for an experience by SLurl.Mnikolenko ProductEngine
2015-08-14MAINT-5506: Converted llmessage untrusted sim message responder to coroutine.Rider Linden
Removed HTTPSender, HTTPNullSender, HTTPCapSender. Moved UntrustedMessageCap storage into LLHost Added boost libraries to PROJECT_x_TEST linkage.
2015-08-13MAINT-5446 FIXED GUI update problem in Edit floater's content tabandreykproductengine
2015-08-17MAINT-5484 FIXED Experiences search resets the "Max Content Rating" back to ↵Mnikolenko ProductEngine
general each time the experiences floater is opened.
2015-08-13MAINT-5219 FIXED "Ban Member" from the group chatters list context menu is ↵AndreyL ProductEngine
greyed out when you have the ability to manage the ban list
2015-08-12MAINT-5500: Finish converting the AIS responders to the new coroutine model, ↵Rider Linden
Cleaned up dead an unused code. MAINT-4952: Added COPY and MOVE methods to Core:Http adapter