Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-26 | Some clean-up after checking the differences between the pathfinding branch ↵ | Todd Stinson | |
and viewer-release. | |||
2012-06-18 | PATH-750: Adding icon to display pathfinding dirty state. | Todd Stinson | |
2012-06-18 | Renaming the dynamic pathfinding icons to be better represent pathfinding ↵ | Todd Stinson | |
disabled. | |||
2012-06-11 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-11 | PATH-710: Removing the pathfinding basic floater and supporting class. | Todd Stinson | |
2012-06-11 | WIP:path-703 Adding icon to slurl bar to indicate if dynamic pathfinding is ↵ | prep | |
enabled or disbled. | |||
2012-05-08 | merge changes for version 3.3.1 | Oz Linden | |
2012-03-13 | pull and merge from viewer-development | prep | |
2012-02-14 | PATH-297: Initial layout and basic implementation for the pathfinding basic ↵ | Todd Stinson | |
floater. | |||
2012-02-24 | Merge with viewer-development | Kitty Barnett | |
2012-02-03 | STORM-276 Added preferences panel | Kitty Barnett | |
2012-02-02 | PATH-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-01-30 | merge | Brad Payne (Vir Linden) | |
2012-01-27 | SH-2768 Put transparency checkerboard back in texture preview | Dave Parks | |
2012-01-25 | MERGE - pulling latest viewer-development into pathfinding branch | Nyx (Neal Orman) | |
2011-12-15 | Introducing the initial hooks for building the pathfinding linkset floater. | Todd Stinson | |
2011-12-13 | Introducing the initial hooks for building a pathfinding console floater. | Todd Stinson | |
2011-12-09 | Moved outbox import confirmations to window shades on the merchant outbox ↵ | Leslie Linden | |
floater, rather than modal dialogs. | |||
2011-11-29 | Initial merchant outbox button | Leslie Linden | |
2011-11-08 | merge changes for vmrg-182 | Oz Linden | |
2011-11-07 | STORM-1695 FIXED Visual fixes in the "snapshot options" screen of the ↵ | Vadim ProductEngine | |
Snapshot floater. * Centered the wide buttons. * Replaced icons on them with other/smaller ones. | |||
2011-11-02 | EXP-1390 FIX Cannot see full sound icon when in IM call when background is a ↵ | Richard Linden | |
dark co | |||
2011-11-02 | minor syntactical cleanup | Richard Linden | |
2011-11-02 | removed some unused texture references | Richard Linden | |
2011-11-02 | STORM-1580 WIP Initial commit for PO review. | Vadim ProductEngine | |
2011-10-27 | EXP-1475 Tongue out of position when incoming/outgoing call dialog shown for ↵ | Leyla Farazha | |
first time when speak button is left toolbar | |||
2011-10-15 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-10-14 | * Changed "Buy L$" and "Shop" buttons to gray per design. | Leslie Linden | |
* Removed "marketplace" button from toybox and default toolbar configuration | |||
2011-10-13 | * Hooked up build FUI toolbar button | Leslie Linden | |
* Added Shop button to status bar * Changed "Inventory..." menu item to go to same window as toolbar inventory button | |||
2011-10-12 | Pull from richard/viewer-experience-fui | Merov Linden | |
2011-10-12 | EXP-1331 : Implement new longer caret and make it work on multi lines or ↵ | Merov Linden | |
columns of tools. EXP-1304 : handle only tools in DaD on toolbars | |||
2011-10-12 | added separator above navigation bar | Richard Nelson | |
2011-10-10 | EXP-1300 : Add the caret images and xml (no code yet) | Merov Linden | |
2011-10-10 | Added picks command and icon. Changed toolbar button text layout to halign ↵ | Leslie Linden | |
left. | |||
2011-10-07 | Button iconshg pullhg pullhg pull111 | Leslie Linden | |
2011-10-06 | merge changes for vwr-26913 | Oz Linden | |
2011-10-05 | merge with viewer-development | Richard Nelson | |
2011-09-30 | made toolbars conform to visual specs | Richard Nelson | |
added ability to specify clip rects in textures.xml | |||
2011-09-30 | Found and removed duplicate command icon definitions. | Leslie Linden | |
2011-09-29 | * Added latest set of FUI buttons and labels according to the wiki | Leslie Linden | |
* Hooked up commands to their respective floaters | |||
2011-09-26 | initial support for switching between icons only and icons + text | Richard Nelson | |
2011-09-26 | EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵ | Leslie Linden | |
buttons that I can d&d into the toolbars EXP-1233 PROGRESS -- Populate the toybox floater window with all FUI toolbar buttons EXP-1235 FIX -- Make the toybox available through the context menus associated with the other toolbars EXP-1248 FIX -- Implement context menu on toolbars * New commands are listed * Toolbars can now be made read-only (as in the toybox) or editable (as in the others) * Toolbars that are not read-only have a context menu that allows button type editing. Reviewed by Richard. | |||
2011-09-23 | EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵ | Leslie Linden | |
buttons that I can d&d into the toolbars EXP-1233 PROGRESS -- Populate the toybox floater window with all FUI toolbar buttons * Added all documented FUI commands from the wiki, 20 in all, with text, tooltips and placeholder icons. * Note current toolbar checked in toolbar code does not lay these commands out properly. | |||
2011-09-21 | EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵ | Leslie Linden | |
buttons that I can d&d into the toolbars EXP-1232 FIX -- Create class to load and hold all of the command meta data associated with FUI toolbar actions * Added basic commands.xml file to define FUI-related toolbar actions. For now a basic "avatar" and "places" button are defined. * Added basic command manager to parse and hold strings that define potential toolbar command actions. * Broke out a separate floater function as a placeholder for the 3-state toolbar floater toggling. * LLUI::initClass now parses the new commands.xml file Reviewed by Richard. | |||
2011-09-14 | merge | Brad Payne (Vir Linden) | |
2011-09-12 | Fix typo in textures.xml | Tank@Tank_PC.ftrdhcpuser.net | |
2011-09-06 | SH-2309 New icons added to mesh upload floater. | Seth ProductEngine | |
2011-08-19 | EXP-840 FIX -- Create outbox panels to help the user get started on the ↵ | Leslie Linden | |
marketplace and to indicate drag and drop targets. EXP-858 PROGRESS -- Outbox sync failure error handling EXP-908 FIX -- Hide outbox when appropriate EXP-1062 FIX -- Add modal dialog for outbox sync complete EXP-1096 FIX -- Extra space below Received Items panel for an account that does not have a Merchant Account setup, no outbox display EXP-1104 FIX -- User can activate Merchant Outbox synch button when outbox is empty * Added separate class for outbox view to support error tag rendering * Added confirmation for sync complete. * Added different outbox messages for empty outbox, non-merchant and error: merchant but no outbox * Progress on a bunch of other fronts. | |||
2011-08-05 | EXP-863 FIX -- Add Outbox sync button that performs marketplace sync | leslie@leslie-HPz600.lindenlab.com | |
EXP-908 FIX -- Hide outbox when appropriate EXP-1035 FIX -- Allow user to remove items from outbox EXP-1000 FIX -- New icon can cover long names in Received Items Panel EXP-1001 FIX -- Newness is removed on next login if you log out or crash before opening inventory panel EXP-1008 UPDATE -- Extra space at bottom of Inventory panel when Inbox/outbox not displayed * Updated "New" tag to properly display over long names per Epic's design * "New" tags now compare vs last inbox collapse time rather than expansion time * Marketplace inventory panels now have their own layout stack Reviewed by Leyla |