Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-05 | SH-2789 WIP - allow building with or without tcmalloc, default to tcmalloc ↵ | Brad Payne (Vir Linden) | |
enabled | |||
2011-12-20 | STORM-1738 - Add autocorrect functionality | Tank_Master | |
Ported with owner permission from Firestorm, inital work done by LordGregGreg Back | |||
2011-12-15 | Introducing the initial hooks for building the pathfinding linkset floater. | Todd Stinson | |
2011-12-15 | SH-2789 WIP - build without tcmalloc, force alignment in various places | Brad Payne (Vir Linden) | |
2011-12-13 | Introducing the initial hooks for building a pathfinding console floater. | Todd Stinson | |
2011-12-13 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2011-12-12 | Adding the ability to pull in the pathing library as a prebuilt dependency. | Todd Stinson | |
2011-12-12 | comparing with ssh://hg@bitbucket.org/prep/viewer-development-havokai | Todd Stinson | |
searching for changes changeset: 21247:08315c2b1a89 user: Todd Stinson <stinson@lindenlab.com> date: Wed Dec 07 12:21:58 2011 -0800 summary: Adding additional source files to the project builds. | |||
2011-12-07 | Merge with latest viewer-experience | Leslie Linden | |
2011-12-06 | EXP-1577 FOLLOWUP Implemented new requirements on size of profile floaters. | Vadim ProductEngine | |
Implemented new requirements from XD: "Profile window should keep last size, regardless of whether it was own profile or another users'. If multiple windows open, last one touched is the size we store." | |||
2011-12-05 | Merge with viewer-experience | Leslie Linden | |
2011-12-02 | EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵ | Leslie Linden | |
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10. | |||
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-29 | Initial merchant outbox button | Leslie Linden | |
2011-11-29 | Merge with viewer-experience | Leslie Linden | |
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-18 | EXP-1576 FIXED (Remove old profile window from People panel) | Paul ProductEngine | |
- Removed old profile window from People panel with all subpanels and dependencies | |||
2011-11-14 | Merge | Leslie Linden | |
2011-11-10 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-08 | SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵ | Dave Parks | |
requirement and llvetor4a et al) | |||
2011-11-07 | finished removing remnants of media browser | Richard Linden | |
2011-11-03 | STORM-1580 WIP Implemented new "Working" and "Success/Failure" screens. | Vadim ProductEngine | |
2011-11-02 | STORM-1580 WIP Initial commit for PO review. | Vadim ProductEngine | |
2011-11-02 | merge | Dave Parks | |
2011-10-26 | Merge from dd repo | Leslie Linden | |
2011-10-26 | Merge STORM-1577. | Vadim ProductEngine | |
Resolved conflicts manually. | |||
2011-10-19 | merge | Dave Parks | |
2011-10-15 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-10-14 | merge | Dave Parks | |
2011-10-14 | EXP-1282 FIXED Bottom bar removed. | Seth ProductEngine | |
- LLBottomTray code and XUI removed. - "Speak" buttom which resided in Bottom bar removed. - Voice connection status update moved from LLBottomTray to LLVivoxVoiceClient. | |||
2011-10-10 | EXP-1285 FIXED Chiclets moved to the upper right of the viewer window. | Seth ProductEngine | |
- Floaters dock to chiclets at the bottom. - Floaters docking region limited to non-toolbar view. - Chiclet bar is positioned between the right toolbar and the minimized floaters stacked at the top left corner by default. | |||
2011-10-10 | EXP-1274 Create floater for "Avatar Picker" content | Leyla Farazha | |
EXP-1299 Nearby Voice floater can't be closed by clicking the sidebar button again. EXP-1306 Prompt text to "Change your avatar" and "Destinations" floaters get pushed down one line when the floater dialog gets resized to minimum width | |||
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-04 | SH-2428 Make GCC 4.4 happy by using LLVector4a striders with LLAlphaObject ↵ | Dave Parks | |
subclasses -- also vectorize particle VBO updates | |||
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-26 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
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-16 | EXP-1169 FIX -- No synch error icon given on Outbox on Agni where API does ↵ | Leslie Linden | |
not exist * Moved marketplace URL related functions into a new file llmarketplacefunctions.cpp/h. This will the future home of more marketplace-related functions. * Disabled sync button when the marketplace API is unavailable. | |||
2011-09-14 | merge | Brad Payne (Vir Linden) | |
2011-09-09 | STORM-1577 WIP Added unit tests. | Vadim ProductEngine | |
By the way, fixed minor parsing bugs. | |||
2011-09-07 | Merge from viewer-experience | Leslie Linden | |
2011-09-07 | STORM-1577 WIP Implemented chat translation preferences management. | Vadim ProductEngine | |