summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-17Add log message if LLProcessLauncher child fails to execv().Nat Goodspeed
On a Posix platform (vfork()/execv() implementation), if for any reason the execv() failed (e.g. executable not on PATH), the viewer would never know, nor the user: the vfork() child produced no output, and terminated with rc 0! Add logging, make child terminate with nonzero rc. Remove pointless addArgument(const char*) overload: this does nothing for you that the compiler won't do implicitly. In llupdateinstaller.cpp, remove pointless c_str() call in addArgument() arg: we were starting with a std::string, then extracting its c_str(), only to construct a whole new std::string from it!
2012-01-17EXP-1791 FIX -- Handle case where initialization with SLM fails in the ↵Leslie Linden
Merchant Outbox floater in the viewer * Timeout now triggers the re-initialization logic in the merchant outbox.
2012-01-17Make NamedTempFile::peep() a public member for debugging unit tests.Nat Goodspeed
2012-01-17Fix for precompiled header issue on windowsLeslie Linden
2012-01-17EXP-1804 FIX -- Drag and drop operations can be blocked by modal dialogsLeslie Linden
* Added support for marketplace notifications that don't display the dialog until the next frame, leaving room for the drag and drop operation to properly complete before the notification shows up and interferes.
2012-01-17EXP-1805 FIX -- Block calling cards from being added to Merchant OutboxLeslie Linden
EXP-1810 PROGRESS -- Cannot resize Received items panel in Inventory window * Updated "copy to merchant outbox" context menu and drag and drop code to block calling cards. * Changed user_resize to true on the "Received Items" panel and the main inventory panel
2012-01-17fix for crash in assert when programmatically toggling user resizeRichard Linden
2012-01-17Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/Richard Linden
2012-01-17merge with viewer-developmentRichard Linden
2012-01-17Latest from viewer-ddLeslie Linden
2012-01-17EXP-1799 FIX -- Replace and Add to Outfit options appear as grayed out in ↵Leslie Linden
Inventory * Updated context menu code to enable visible items that aren't explicitly disabled.
2012-01-17Merge with viewer-dd, attempt #1Leslie Linden
2012-01-17reconciled .hgtagsDebi King (Dessie)
2012-01-17reconciled .hgtagsDebi King (Dessie)
2012-01-17reconciled .hgtagsDebi King (Dessie)
2012-01-17mergeBrad Payne (Vir Linden)
2012-01-17Added tag DRTVWR-105_3.2.5-release, 3.2.5-release for changeset c6175c955a19Debi King (Dessie)
2012-01-17Added tag DRTVWR-109_3.2.6-beta1, 3.2.6-beta1 for changeset 286d73ff5c19Debi King (Dessie)
2012-01-17EXP-1803 CLEAN-UP -- Modified code to use the "unique" tag on the notification.Leslie Linden
2012-01-17EXP-1772 : Suppress a useless and confusing assert in destructor, called ↵Merov Linden
cleanup in there instead.
2012-01-17Pull from viewer-experienceMerov Linden
2012-01-17increment viewer version to 3.2.8Oz Linden
2012-01-17EXP-1758 : Fix crash on login on Mac (bad pointer reference). Might need ↵Merov Linden
more work if the intent was to always get that pointer.
2012-01-17Added tag 3.2.7-start for changeset 4891c46a56feOz Linden
2012-01-17merge changes for vmrg-216Oz Linden
2012-01-17EXP-1768 FIXED (incomplete sentence for translation)Paul ProductEngine
The whole sentence was split to two parts: First pars was in panel.string and the second one in the text box. I combined them both in "allow_label5" text box and also I deleted unnecessary panel.string with the first part of the sentence.
2012-01-16Fix Mac build issueMerov Linden
2012-01-16EXP-1758 WIP Progress spinner not shown during merketplace synch if Merchant ↵Richard Linden
Outbox floater was previously minimized rewrote layout_stack resizing logic to be symmetrical
2012-01-16STORM-1799 Object doesn't appear in Block list if trying to block from ↵Jonathan Yap
Remote object inspector
2012-01-15STORM-1796 Preferences->Privacy->Only friends and groups can call or IM me ↵Jonathan Yap
cannot be changed unless Voice Chat is enabled
2012-01-13EXP-1770 WIP Drag and drop visual selection can be off across hierarchiesRichard Linden
added throttling to fetchInventoryItem queries
2012-01-13Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-01-13EXP-1770 WIP Drag and drop visual selection can be off across hierarchiesRichard Linden
made shift-selection work consistently across folder boundaries
2012-01-13EXP-1803 FIX -- Notify the user when a folder is automatically created for ↵Leslie Linden
them in the outbox * New confirmation dialog lets them know when a folder was automatically created to contain an item dragged/copied to the outbox.
2012-01-13EXP-1802 FIX -- Create labeled drop target region at bottom of merchant ↵Leslie Linden
outbox floater for easy top level drop access * Added generic drop zone that highlights green when its functionality will be used.
2012-01-13Pull from viewer-experiencemerov
2012-01-13EXP-1775 : cleanup a bit PeekMessage() usage, avoid eating one event when ↵merov
reaching MAX_MESSAGE_PER_UPDATE.
2012-01-13Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Linden
2012-01-13Extract APR and temp-fixture-file helper code to indra/test.Nat Goodspeed
Specifically: Introduce ManageAPR class in indra/test/manageapr.h. This is useful for a simple test program without lots of static constructors. Extract NamedTempFile from llsdserialize_test.cpp to indra/test/ namedtempfile.h. Refactor to use APR file operations rather than platform- dependent APIs. Use NamedTempFile for llprocesslauncher_test.cpp.
2012-01-13merge changes for vmrg-215Oz Linden
2012-01-13merge changes for vmrg-214Oz Linden
2012-01-12trivial: fix a mac build error.Xiaohong Bao
2012-01-12EXP-1795 FIX -- Update warning dialog for dragging and dropping no-copy ↵Leslie Linden
items to Merchant Outbox * Any drag and drop or copy operation to the merchant outbox that contains one or more no-copy items now brings up a single modal dialog prompting the user to move the no-copy items to the outbox or to leave them all behind.
2012-01-12fix for SH-2845, SH-2846, SH-2847, SH-2851: curl crashes and out-of-memory ↵Xiaohong Bao
crashes.
2012-01-12Fixing up 'cancel' button text on no-copy item transfer to outbox messageLeslie Linden
2012-01-12Automated merge with https://bitbucket.org/lindenlab/viewer-developmentRichard Linden
2012-01-12Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/Richard Linden
2012-01-12STORM-1798 'Block' menuitem title isn't changed after blocking item in ↵Jonathan Yap
object inspector
2012-01-12Merge with latest from viewer-experienceLeslie Linden
2012-01-12Add LLStreamQueue::size() and tests to exercise it.Nat Goodspeed