Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-01 | STORM-1004 : pull into viewer-development | Merov Linden | |
2011-02-22 | STORM-889 FIXED Put Link/Unlink in Edit Panel | Paul ProductEngine | |
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind | |||
2011-02-18 | BUG STORM-1004 FIXED Unblocking/blocking name sometimes deletes identically ↵ | paul_productengine | |
named entry, but of different TYPE LLMuteList stores muted objects in two sets: set of names and set of ids. Avatar objects are stored by ids (set of ids), other objects can be stored both by name(set of names) or ids - Delete items from corresponding set (from set of names or ids), not form both sets at time. - Improved isMuted method's logic. Now if avatar is tested whether it's muted or not, don't search its name in the set of names. | |||
2011-01-12 | Merge with viewer-development | Don Kjer | |
2011-01-07 | merge | Andrew Meadows | |
2010-12-22 | Merge with viewer-development | Don Kjer | |
2010-12-20 | Merge from viewer-development. | Monroe Linden | |
2010-12-16 | Dummy placeholder code for ER-414: Add object update type debug rendering view | Don Kjer | |
2010-12-10 | merge | Andrew Meadows | |
2010-12-02 | merge | Monroe Linden | |
2010-12-02 | merge | Monroe Linden | |
2010-11-30 | SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵ | callum | |
viewer web apps | |||
2010-11-19 | merge fix for STORM-616 | Oz Linden | |
2010-11-19 | Changed Sit Down shortcut definition and reordered menu slightly. | Jonathan Yap | |
2010-11-18 | Added viewer-side "object overlaps parcel" check encroachment returnabilty UI | Andrew Meadows | |
Reviewed with Falcon | |||
2010-11-18 | STORM-576 FIXED Hooked up code to preference that allows users to enable ↵ | Andrew Productengine | |
double-click to teleport or use auto-pilot. - Added dirty flag that is set true when user changes checkbox or chooses one of radiobuttons connected to double-click action. No change of user settings happens on this commit, because user may press cancel or close floater. If user presses OK, and flag is true, user changes are applied to settings. If user clicks cancel or closes floater, controls are reverted to the state they were before changes, using settings to determine it. - Removed double-click action menu items and code that handled them to avoid functionality duplication and synchronization problems. | |||
2010-11-16 | merge | Andrew Meadows | |
2010-11-15 | merge | Richard Linden | |
2010-10-27 | Automated merge from viewer-development-shining | Loren Shih | |
2010-10-26 | fix for destination guide and avatar picker hints not disappearing when ↵ | Richard Linden | |
opening destination guide/avatar picker respectively | |||
2010-10-26 | STORM-418 : Suppress menu items Save to XML and Load from XML from the ↵ | Merov Linden | |
Develop > XUI menu | |||
2010-10-26 | Automated merge up from viewer-development | Loren Shih | |
2010-10-25 | STORM-173 : use isEmpty() instead of getFirstRootNode() to check selection | Merov Linden | |
2010-10-22 | EXP-273 FIXED Add button/tray for avatar picker | Richard Linden | |
made "toggleable" radio group | |||
2010-10-21 | EXP-273 WIP added avatar picker popup and hint | Richard Linden | |
2010-10-21 | STORM-173 : never enable return object if no object selected | Merov Linden | |
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-11 | Another merge from http://hg.secondlife.com/viewer-development | Andrew Meadows | |
2010-10-06 | EXP-156 WIP Implement custom Skylight hints | Richard Nelson | |
2010-10-04 | Automated merge up from viewer-development | Loren Shih | |
2010-09-30 | Code changes for "EXP-126 Create destination guide popup at bottom of screen" | callum | |
2010-09-29 | added show inspector menu callbacks | Richard Linden | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-21 | SH-178 FIXED As a non-god, I don't want to see admin options | Loren Shih | |
Admin options are now enabled by a debug setting. | |||
2010-09-17 | EXP-60 Hints not showing after Re-enabling Hints in same session | Richard Linden | |
2010-09-16 | merge | Richard Linden | |
2010-09-16 | Merge | Leyla Farazha | |
2010-09-10 | EXP-24 FIX Menu disable all viewer hints | Richard Nelson | |
2010-09-10 | Post-convert merge by convert_monolith.py from ↵ | Andrew Meadows | |
http://hg.lindenlab.com/brad/viewer-simconsole | |||
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-28 | Merge | Aimee Linden | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-26 | Sync with viewer-development | Merov Linden | |
2010-08-26 | VWR-20715 Double-click teleport | Aimee Linden | |
SNOW-352/SNOW-421/SNOW-462 Imported from Snowglobe 2 By Twisted Laws and Thickbrick Sleaford | |||
2010-08-25 | VWR-20710 : Sit anywhere, port of SG2.x SNOW-610 patch | Merov Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-20 | changed buildPanel/buildFloater to member functions buildFromFile | Richard Nelson | |
streamlined LLUICtrlFactory's interface |