summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-12Merge with latest from viewer-experienceLeslie Linden
2012-01-11EXP-876 : Avoid ui elements using the same name reference.Merov Linden
2012-01-11PATH-145: Implementing the basics of filtering on the pathfinding linksets ↵Todd Stinson
console. Still need some refinments in usability.
2012-01-11Pull from viewer-experienceMerov Linden
2012-01-11EXP-1549 : Disable the Remove button menu item in the toolbar contextual ↵Merov Linden
menu if no button clicked
2012-01-11EXP-1752 FIX -- Merchant outbox import completion success modal dialog needs ↵Leslie Linden
checkbox to disable EXP-1795 PROGRESS -- Update warning dialog for dragging and dropping no-copy items to Merchant Outbox * The text associated with EXP-1795 has been updated but the "apply to all" checkbox has not been implemented yet. * Updated the "0 folders" text to be an empty string instead.
2012-01-11EXP-1511 REFIX Preview image overlays ui elements in Upload image floatercallum
Tweaked offset and missed a corner case
2012-01-11Correcting logic back to way it was, to make sure invalid objects can not be ↵Leslie Linden
copied to the outbox
2012-01-11Merge with latestLeslie Linden
2012-01-11EXP-1778 FIX -- Link to Marketplace Error log in transfer failed viewer ↵Leslie Linden
notification * Added a link to the "imports" log from the "done with errors" notification when sending folders to the marketplace.
2012-01-11EXP-1788 FIX -- Outbox drag and drop restrictions can be bypassed if ↵Leslie Linden
inventory not fully loaded * The "Copy to Outbox" option is now disabled when the item is in the loading state.
2012-01-11EXP-1790 FIX -- Hitting return on item in Merchant Outbox wears the objectLeslie Linden
* Disabled the "openItem" function on outbox items to prevent default behavior when the return button is pressed.
2012-01-11EXP-1791 FIX -- Handle case where initialization with SLM fails in the ↵Leslie Linden
Merchant Outbox floater in the viewer * Updated marketplace import to properly handle failed cases of authentications and invalid cookies. The import will reset to an uninitialized state and then trigger and initialization followed immediately by an import when appropriate.
2012-01-11Changing the name of the fetch states to be more informative.Todd Stinson
2012-01-11PATH-180 BUILDFIX - updating pathing lib packages to grab prep's fixes to ↵Nyx (Neal Orman)
include all the havok libs.
2012-01-11PATH-180 fixed a couple of minor issues gcc is complaining about.Nyx (Neal Orman)
2012-01-11Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-01-11assert for updating views while drawing was too aggressiveRichard Linden
made assert match actual error condition for list iterators reviewed by Leslie
2012-01-11EXP-1791 - Handle case where initialization with SLM fails in the Merchant ↵Leslie Linden
Outbox floater in the viewer * Added code to clear and re-initialize the SLM cookie when authentication errors are encountered. * Re-organized logic for outbox import a bit to hopefully be more robust when errors are encountered.
2012-01-11PATH-180, buildfix - updating pathing library.Nyx (Neal Orman)
Added a linux version to start building/testing Updated Havok to 2011.3 Updated Havok has new evaluation key built in
2012-01-11Automated merge with ↵Nyx (Neal Orman)
https://bitbucket.org/stinson_linden/viewer-development-havokai
2012-01-11BUILDFIX - updating reference to llpathinglib to use newly built havok versionNyx (Neal Orman)
2012-01-10PATH-142: Pulling the new data fields for position and walkable from the ↵Todd Stinson
ObjectNavmesh capability service. PATH-145: Started building foundation to support filtering of pathfinding linksets.
2012-01-10FIX INTL-89 translation in 8 languages for Set29 including new fileseli
2012-01-10Changed merchant outbox visibility to not persist between sessions.Leslie Linden
2012-01-10PATH-142: Implementing some basic distance from viewer calculation per ↵Todd Stinson
linksets. Note that this does not return all distances because some objects are in the region but the viewer is not aware of yet.
2012-01-10EXP-1783 FIXED Duplicated/missing IDs in menu_viewer.xmlVadim ProductEngine
2012-01-10EXP-1765 (Add debug info) crash on startup at LLWindowWin32::switchContext()callum
2012-01-10STORM-1788 Clarify wording in About Land->Access and tooltips (and similar ↵Jonathan Yap
Estate panel)
2012-01-10EXP-1766 FIXED Disabled updating agent AFK state if the viewer is ↵Seth ProductEngine
disconnected. Possible crash fix.
2012-01-10EXP-1525 FIXED Potential fix for a crash at shutdown: added some error ↵Vadim ProductEngine
handling to saving inventory cache.
2012-01-09PATH-142: Refined the linksets status messaging functionlity.Todd Stinson
2012-01-09PATH-142: Initial pass at hooking up the NavmeshData GET service to the UI.Todd Stinson
2012-01-09EXP-1511 FIX Preview image overlays ui elements in Upload image floatercallum
2012-01-09EXP-1159 FIX -- User can get No transfer items into Merchant Outbox by ↵Leslie Linden
rezzing object from Outbox, including No Transfer item in contents, and then taking back into Inventory * Drag and drop to the 3D world is now disabled from the outbox
2012-01-09sync with viewer-developmenteli
2012-01-09Updating to the latest llpathinglib pre-built package.Todd Stinson
2012-01-09Pull and merge from https://bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-01-09Merge from viewer-developmentLeslie Linden
2012-01-09Added tag 3.2.6-start for changeset 2174ed1c7129Oz Linden
2012-01-09remove incorrect tagOz Linden
2012-01-09Backed out changeset 4fd359f2f1c3Oz Linden
2012-01-09increment viewer version to 3.2.7Oz Linden
2012-01-09increment viewer version to 3.2.7Oz Linden
2012-01-09Added tag 3.6.0-start for changeset a1012611a195Oz Linden
2012-01-08merge changes for vmrg-213Oz Linden
2012-01-06Updated InventoryOutboxMaxFolderCount to 21 to allow top level folder and 20 ↵Leslie Linden
subfolders in outbox items
2012-01-06sync with viewer-developmenteli
2012-01-06Removing the havok dependency from the viewer build as this is now resolved ↵Todd Stinson
in the llpathinglib library itself.
2012-01-06EXP-1220 GROUNDWORK -- Create context menu entry to allow import of selected ↵Leslie Linden
item(s) * Added a context menu for "Send to Marketplace" but disabled the code to show it until we decide to move forward with this feature. * Made some progress unifying the context menu in the outbox for different types of items. (mesh, audio, etc.)