summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19mergeBrad Payne (Vir Linden)
2014-05-19mergeBrad Payne (Vir Linden)
2014-05-19Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Stinson Linden
2014-05-19increment viewer version to 3.7.9Oz Linden
2014-05-19Added tag 3.7.8-release for changeset bba9b3722eeaOz Linden
2014-05-19merge fix for merge with project interesting. New appearance utility source ↵Nyx Linden
and one quick doubly-declared typedef.
2014-05-16DD-102 : Fix crash when emptying trash containing nested folders. Also avoid ↵Merov Linden
getting listings several times
2014-05-17MAINT-4009: Final pass refactoring to eliminate memory allocation related to ↵Stinson Linden
error reporting that is not properly cleaned up.
2014-05-16MAINT-4009: First pass refactoring to eliminate memory related to error ↵Stinson Linden
reporting that is not properly cleaned up.
2014-05-16merge fixBrad Payne (Vir Linden)
2014-05-16merge fixBrad Payne (Vir Linden)
2014-05-16merge fixesBrad Payne (Vir Linden)
2014-05-15fix for bad mergeBrad Payne (Vir Linden)
2014-05-14DD-76, DD-77, DD-90 : recycled can_move_to_outbox() into ↵Merov Linden
can_move_to_marketplace() so we have now the same logic for both marketplace and merchant outbox
2014-05-14MAINT-4009: Patching a leak of LLVisualParam derived objects that were being ↵Stinson Linden
leaked because the LLWearable class was not destroying itself properly.
2014-05-14v-r -> s-e merge WIPBrad Payne (Vir Linden)
2014-05-14MAINT-4009: Patching the final leak of LLViewerFetchedTexture objects ↵Stinson Linden
occurring because the LLWearable class was not properly destroying itself.
2014-05-14Pull merge from lindenlab/viewer-directdeliveryMerov Linden
2014-05-14DD-95 : Prevent validation to run on folders that are not under the ↵Merov Linden
marketplace root
2014-05-13DD-89 : Separate warnings from infos in the SLM API log. Infos are controled ↵Merov Linden
by a setting. Warning are always logged.
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-12MAINT-4009: Patching a minor leak for when the status text box for the ↵Stinson Linden
folder view has not been reparented.
2014-05-12DD-89 : Add a MarketplaceListingsLogging setting to get SLM API logs. DD-22 ↵Merov Linden
: Fixed the delete /listing route
2014-05-12DD-22 : WIP : Implement the GET /listing/:listing route to complete the SLM ↵Merov Linden
API coverage. Will be used only in test.
2014-05-12MAINT-4009: Patching a leak of keyframed motions that had been deprecated ↵Stinson Linden
but were never properly destroyed.
2014-05-09DD-22 : WIP : Implement deleteSLMListing() to cover the Delete ↵Merov Linden
/listing/:listing_id route. Avoid recursive calls in deleteListing()
2014-05-09MAINT-4009: Improved patching of a memory leak for when menu items are ↵Stinson Linden
created before the viewer window initialization has created the menu holder. See also changeset bc0743639926a84b38b4907d252eff1cc0498c7d.
2014-05-09Ugh - fix heads and duplicated effortssimon
2014-05-09MAINT-3981 : Notecard passed around crashes viewer when openedsimon
2014-05-08DD-22 : WIP : More clean up of marketplace classes, rationalize methods namingMerov Linden
2014-05-09MAINT-3981 FIXED [SECURITY] Notecard being passed around that crashes any V3 ↵AndreyL ProductEngine
based viewer when opened. Correct fix after testing.
2014-05-08DD-22 : WIP : Cleanep up the class definition, seting methods private and ↵Merov Linden
better isolate calls leading to HTTP requests
2014-05-08Correcting a build error with the release viewer.Stinson Linden
2014-05-07DD-22 : WIP : Completed the associate_listing route, take edit_url into ↵Merov Linden
account and rewrite getListingURL()
2014-05-07DD-22 : WIP : Partial implementation of PUT associate_listingMerov Linden
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-06DD-22 : WIP : Implement the modify listing route. Made the code more ↵Merov Linden
readable and cleared old debug code
2014-05-06increment viewer version to 3.7.8Oz Linden
2014-05-06Added tag 3.7.7-release for changeset 83959480cb98Oz Linden
2014-05-06MAINT-4009: Ensuring that the spare browser media source is cleaned up with ↵Stinson Linden
the LLViewerMedia class.
2014-05-05DD-22 : WIP : Implement putRaw() on LLHTTPClientMerov Linden
2014-05-05MAINT-4009: Patching a small memory leak for when menu items were being ↵Stinson Linden
created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null.
2014-05-05DD-22 : WIP : Completed GET and POST listings routes. Refactored the ↵Merov Linden
marketplace data code a bit as a result
2014-05-05DD-22 : WIP : Clean up use of Json::FastWriter, clean up logging function as ↵Merov Linden
well
2014-05-05DD-22 : WIP : Clean up json code and test Json::WriterMerov Linden
2014-05-02DD-22 : WIP : Post listing using json, get listings using json (parsing ↵Merov Linden
commented out though as too risky and ugly)
2014-05-02MAINT-4009: Patching the memory leak occurring from the info icons that ↵Stinson Linden
appear when hovering over a chat history item.
2014-05-01DD-81 : Fixed the stock folder count update using an inventory observer. ↵Merov Linden
This observe other changes as well of interest to marketplace and should improve consistency in general
2014-05-02MAINT-4009: Patching the memory leak occurring in the scenario where avatar ↵Stinson Linden
icon was being created, but the tab container did not have a button to accept the gieven icon.
2014-05-02MAINT-4009: Patching the memory leak occurring in the scenario where toast ↵Stinson Linden
panels were being created, but the screen channel were deciding not to display the given toasts.