summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
AgeCommit message (Collapse)Author
2012-02-16PATH-292: Adding an additional show beacons checkbox for the linksets floater.Todd Stinson
2012-02-16PATH-292: First pass at implementing the new design of the linksets floater.Todd Stinson
2012-02-15Backing out changeset: dda75e2e00e5Todd Stinson
2012-02-15PATH-284: Adding first pass for toggling state for frozen/unfrozen modes.Todd Stinson
2012-02-15PATH-297: Basic freeze/unfreeze button switching for UI buttons. Also, ↵Todd Stinson
adding ability to detect whether region is enabled for pathfinding.
2012-02-15PATH-284: Stubbing functionality for the walkability heatmap drop-down.Todd Stinson
2012-02-14PATH-297: Initial layout and basic implementation for the pathfinding basic ↵Todd Stinson
floater.
2012-02-14PATH-284: Laying out new design of pathfinding console from UI designer.Todd Stinson
2012-02-14PATH-198: Hooking up the path status indicator to some existing state ↵Todd Stinson
information.
2012-02-13PATH-284: Adding tooltips to inform testers of un-implemented functionality.Todd Stinson
2012-02-13PATH-284: Outlining the tab container with a proper border.Todd Stinson
2012-02-13PATH-284: Implementing the functionality for the new path generation of the ↵Todd Stinson
new pathfinding console floater design.
2012-02-13PATH-284: Updating the build menu options.Todd Stinson
2012-02-10PATH-284: Altering the design toward the new layout. Starting to re-hookup ↵Todd Stinson
the functionality to the new controls. NOTE: This DOES break the pathing floater functionality.
2012-02-10PATH-284: Updating the class names in preparation for the new pathfinding ↵Todd Stinson
console design.
2012-02-10PATH-284: Moving files around in preparation for the new pathfinding console ↵Todd Stinson
design.
2012-02-07PATH-245: Ensuring that the characters floater is scalable.Todd Stinson
2012-02-07Adding functionality to better handle the cause where the capability service ↵Todd Stinson
does not exist to the linksets floater.
2012-02-07PATH-245: Hooking the characters floater up to the character service. Also, ↵Todd Stinson
adding in an additional state to handle the floater when the service does not exist.
2012-02-06Making the linksets floater scale properly.Todd Stinson
2012-02-06Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-02-03merge changes for vmrg-222Oz Linden
2012-02-03EXP-1868 FIX Remove Merchant Outbox from Me menuRichard Linden
reviewed by Leslie
2012-02-02PATH-245: First pass at laying out the characters floater. Functionality is ↵Todd Stinson
mostly stubbed in. The data is currently tied to the same cap service as the linkset data, so that will need to change as soon as the new service is available.
2012-02-01Updating build menu with the new Pathfinding menu that opens into a sub-menu ↵Todd Stinson
with three choices.
2012-02-01Renaming the XUI files for the pathfinding console to setup.Todd Stinson
2012-02-01PATH-198: Laid out the pathfinding buttons per Leo's design. Functionality ↵Todd Stinson
is currently hooked up to stubs that report a warning message about lack of implementation.
2012-01-31PATH-235: Correcting a warning message about the ↵Todd Stinson
floater_pathfinding_console.xml containing invalid parameters.
2012-01-25MERGE - pulling latest viewer-development into pathfinding branchNyx (Neal Orman)
2012-01-30mergeBrad Payne (Vir Linden)
2012-01-24merge changes for vmrg-218Oz Linden
2012-01-23Introducing a hacky way to get some reporting on the downloading status of ↵Todd Stinson
the navmesh into the console. This needs to be seriously refactored.
2012-01-23Adding some initial reporting on the pathfinding console detailing the state ↵Todd Stinson
of the navmesh download.
2012-01-23merge changes for storm-1798Oz Linden
2012-01-23merge changes for storm-1796Oz Linden
2012-01-23merge changes for storm-1788Oz Linden
2012-01-20PATH-187: Starting to refactor the capability service for querying/editing ↵Todd Stinson
linksets.
2012-01-20SH-2889 Add visual auto-muting controlsDave Parks
2012-01-20EXP-1799 FIX -- Replace and Add to Outfit options appear as grayed out in ↵Leslie Linden
Inventory * Modified build context menu code to not disable items that are invisible so secondary background fetch can coalesce menu options with proper state. * Removed "Move to Merchant Outbox" context menu option.
2012-01-20PATH-225 Updating the linksets list table layout for more regular spacing.Todd Stinson
2012-01-19made layoutPanels have constant user_resize and auto_resize attributesRichard Linden
2012-01-19PATH-225: Replacing the Fixed and Walkable columns with a single State column.Todd Stinson
2012-01-19PATH-225: Adding ability to filter and edit linksets using the pathing state ↵Todd Stinson
values of walkable, obstacle, or ignored.
2012-01-18PATH-186: Changing the base type for internal storage of the walkability ↵Todd Stinson
coefficients to be S32 instead of F32 to avoid precision errors in comparing values when determining which values need to be updated through the PUT service.
2012-01-18Merge with latestLeslie Linden
2012-01-18EXP-1704 FIX -- Updated text for Empty Received Items panel in ViewerLeslie Linden
* Updated to latest text per Leo's comment in the JIRA.
2012-01-18removed some invalid attributesRichard Linden
2012-01-18EXP-1812 FIX Cannot resize location bar / favorites in top navigation bar in ↵Richard Linden
viewer
2012-01-17EXP-1811 FIX Login progress floater has smaller than expected sizeRichard Linden
made minimum size reflect default size for 1024 width window of old layout stack no way to match behavior
2012-01-17PATH-186: Enabling and disabling the edit fields based on whether linksets ↵Todd Stinson
are selected.