Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-05 | merge | Leyla Farazha | |
2011-10-05 | EXP-1273 Add floater for "Destinations" content | Leyla Farazha | |
2011-10-05 | merge with viewer-development | Richard Nelson | |
2011-10-03 | EXP-1286 : First pass at Drag and Drop of tools. Not functional. Most hooks ↵ | Merov Linden | |
into the LLToolDragAndDrop system in to support the new AT_WIDGET and SOURCE_VIEWER | |||
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-27 | EXP-1203, EXP-1221, EXP-1222, EXP-1223, EXP-1225, EXP-1226 : pull from ↵ | Merov Linden | |
sergeylproductengine/viewer-experience-fui/ | |||
2011-09-27 | EXP-1211 : Read toolbar default settings from toolbars.xml, no saving of ↵ | Merov Linden | |
settings done yet. | |||
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-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-1210 FIX -- Implement new toybox floater window EXP-1231 FIX -- Add menu option to toggle the toybox floater on and off * Basic toybox floater implemented as its own class * Toybox is available through "Me -> Toolbars..." menu option or ctrl-T shortcut * Toolbars now have "side" type rather than simple orientation, as well as button state for "icons only" or "icons with text". Reviewed by Richard | |||
2011-09-21 | EXP-1221 FIXED Added a floater container class that provides an interface ↵ | Seth ProductEngine | |
for all former Side Tray panels. The container implements a unified behavior similar to Side Tray tabs for all floaters: - LLSD params are passed to the main panel (root panel containing other child panels) upon opening the floater via LLFloaterReg, - LLSD params can be passed to one of the child panels using LLFloaterSidePanelContainer::openChildPanel() - transient floaters (e.g. IM windows) should not hide when the container floater is clicked, so that it's possible to drag an inventory item from My Inventory floater to a docked IM window. | |||
2011-09-20 | EXP-1230 FIX As a resident, I want to not have to choose a UI mode | Richard Linden | |
removed all references to basic mode | |||
2011-09-14 | merge | Brad Payne (Vir Linden) | |
2011-09-07 | Merge from viewer-experience | Leslie Linden | |
2011-08-22 | Merge from viewer-experience | Leslie Linden | |
2011-08-22 | converted tabs to spaces | Richard Nelson | |
2011-08-22 | Merge with head. | callum | |
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-19 | Removing tabs to satisfy coding policy! | Leslie Linden | |
2011-08-19 | merge | Brad Payne (Vir Linden) | |
2011-08-17 | convert tabs to spaces where they are forbidden | Oz Linden | |
2011-08-15 | merge | Brad Payne (Vir Linden) | |
2011-08-10 | merge viewer-development to mesh-development | Brad Payne (Vir Linden) | |
2011-08-10 | storm-1060: yet another attempt to fix windows icons | Oz Linden | |
2011-08-08 | merge changes for storm-1060 | Oz Linden | |
2011-08-08 | more idiosyncracies for beta channel | Oz Linden | |
2011-08-08 | merge changes for storm-1060 | Oz Linden | |
2011-08-04 | storm-1060 : add windows (thanks Kadah and Michelle), remove some files I ↵ | Oz Linden | |
think are no longer used | |||
2011-08-02 | Sh-2129 Viewer caps implementation for resource cost selected. Also cleanup ↵ | prep linden | |
of old code related to earlier accounting work. | |||
2011-07-28 | SH-2169 FIXED New object weights floater added. | seth_productengine | |
2011-07-21 | merge | Brad Payne (Vir Linden) | |
2011-07-18 | merge | Dave Parks | |
2011-07-15 | STORM-1506 FIXED Reset the estate to global sun when changing region ↵ | Vadim ProductEngine | |
environment settings. By the way, moved estate info storage from the REGION/ESTATE floater to a model class. | |||
2011-07-09 | merge | Brad Payne (Vir Linden) | |
2011-07-07 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-07-06 | STORM-1262 FIXED Removed the original Windlight Region Settings implementation. | Vadim ProductEngine | |
2011-07-05 | EXP-860 FIX -- Display NEW for items added to inbox | Leslie Linden | |
* Added createFolderView, createFolderViewFolder and createFolderViewItem virtuals to LLInventoryPanel so these can be overridden by a derived class for custom display. * Added new LLInboxInventoryPanel class that overrides createFolderViewFolder with a LLInboxFolderViewFolder for custom display with NEW tags. * LLInboxFolderViewFolder NEW tag is tied to the mFresh variable that currently has no logic attached to it, meaning it remains off all the time. Reviewed by Richard. | |||
2011-06-29 | SH-1726 FIXED (Viewer modifications to advanced model upload to accommodate ↵ | Paul ProductEngine | |
upload fee & prim equivalency) - Changed XUI according to the spec - Added requesting upload permission, physics weight and fee weight - Split requesting fee and uploading model steps in mesh repository | |||
2011-06-08 | Merge from viewer-experience | Leslie Linden | |
2011-06-01 | merge changes for latest viewer-development | Oz Linden | |
2011-06-01 | merge changes for storm-1299 | Oz Linden | |
2011-05-31 | STORM-1253 WIP Implemented editing region day cycle. | Vadim ProductEngine | |
2011-05-26 | merge changes for oz windlight issues | Oz Linden | |
2011-05-26 | merge changes for latest windlight integration project repo | Oz Linden | |
2011-05-26 | STORM-1285 WIP Connected "Create/Edit Water / Sky / Day Cycle" floaters (not ↵ | Vadim ProductEngine | |
functional) to the main menu. | |||
2011-05-26 | STORM-1285 WIP Connected "Delete Water / Sky / Day Cycle" floaters (not ↵ | Vadim ProductEngine | |
functional) to the main menu. | |||
2011-05-26 | storm-1189: remove more of the code for classic clouds | Oz Linden | |
2011-05-26 | STORM-1253 WIP Implemented switching between multiple day cycles (locally ↵ | Vadim ProductEngine | |
and region-wide). | |||
2011-05-26 | storm-1189: remove classic clouds | Oz Linden | |
2011-05-25 | storm-1189: remove classic clouds | Oz Linden | |
2011-05-24 | Merge | Dave SIMmONs | |