Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | Merge | James Cook | |
2009-12-10 | EXT-3333 Cannot edit HUD position using the base of the position arrows | James Cook | |
HUD attachment edit arrows have projected Z position of 0.0, so we were eliminating half the arrows from the set of available ones. Changed to std::vector and just sort by Z position. Reviewed with Richard. | |||
2009-12-10 | Moved "back" button. Applied polish to some areas. Committing changes so ↵ | Justin C. Rounds (Chuck) | |
Erica can do other work on this file. http://jira.secondlife.com/browse/EXT-3061 | |||
2009-12-10 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-10 | Changed "About Land" option to "Place Information". Still needs to be wired ↵ | Justin C. Rounds (Chuck) | |
up in code, though. https://jira.secondlife.com/browse/EXT-3276 | |||
2009-12-10 | Merge | James Cook | |
2009-12-10 | EXT-1398 Objects with long descriptions flip between showing 3 lines and 4 lines | James Cook | |
Converted to use new clip_partial text attribute instead of custom text clipping logic. Reviewed with Richard. | |||
2009-12-10 | Changed ObjectChatColor to EmphasisColor. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2303 | |||
2009-12-10 | Added missing reference to "Dropdown_On". | Justin C. Rounds (Chuck) | |
2009-12-09 | EXT-299 "Mute" still showing in menu_pie_avatar.xml although label says "Block" | James Cook | |
2009-12-09 | Cleanup unneeded topleft attributes, document similar menu files | James Cook | |
2009-12-09 | Partial EXT-3268 Object Profile option showing up in avatar 3D Context menu | James Cook | |
Renamed gPie* and menu_pie_* to just gMenu* and menu_* because they are no longer pie menus. Created separate other-attachment menus. Reviewed with Richard. | |||
2009-12-09 | Merge | James Cook | |
2009-12-09 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Pardi | |
2009-12-09 | ext-3297 Input/Output Devices are cut off in Preferences | Lis Pardi | |
2009-12-09 | Merge | James Cook | |
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-09 | Crash fix due to bad duplicated attributes in xui | Erica | |
2009-12-09 | merge! | Tofu Linden | |
2009-12-09 | Merge | James Cook | |
2009-12-09 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Pardi | |
2009-12-09 | ext-2976 change "alerts" to read "notifications" | Lis Pardi | |
2009-12-09 | Merge | James Cook | |
2009-12-09 | Fix line endings. | James Cook | |
2009-12-09 | Merge | James Cook | |
2010-12-08 | merge | Leyla Farazha | |
2010-12-08 | EXT-2807 Update mini-inspector to include Group Voice Chat moderator controls | Leyla Farazha | |
reviewed by Richard | |||
2010-12-07 | merge | Leyla Farazha | |
2010-12-07 | EXT-3265 Gear menu on_visible params are broken - not setting visibility of ↵ | Leyla Farazha | |
menu items EXT-2923 [BSI] My own inspector lists "Stand Up" as an option in gear menu, while I'm standing | |||
2009-12-09 | EXT-2827 and fix for delete key not deleting objects while building. | James Cook | |
Object inventory was grabbing edit menu handling during refresh. Put back Angela's code so that Right-click > Remove > Delete is now disabled if you have a single face selected. Fixed LLSelectMgr::contains() for SELECT_ALL_TES case. Reviewed with Richard. | |||
2009-12-09 | EXT-2980 Remove indentation on back button history list. | James Cook | |
Design reviewed with Lis | |||
2009-12-09 | DEV-43948 viewer2 is writing session data into the 'read-only' installation ↵ | Tofu Linden | |
tree (mostly media stuff) propagate the parent app's OSUserAppDir (i.e. ~/.secondlife/) all the way down to plugins, if they need persistant user data/settings (like the webkit plugin needs a place to put its cache). | |||
2009-12-09 | automated merge | Loren Shih | |
2009-12-09 | automated merge viewer2.0->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-09 | EXT-3274 : Landmarks or Favorites accordion panel shows up as empty | Loren Shih | |
EXT-1609 : Strange behavior for accordions in Places panel, Landmarks tab Forcing top-level folders open when accordion is active. Removed logic that was saving and restoring initial folder state. --HG-- branch : avatar-pipeline | |||
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-09 | merge - bad line endings | Erica | |
2009-12-09 | ext-2981 button and text editor height schould be 23px, not 16px | Lis Pardi | |
2009-12-09 | fix for linux build breakage, a LLPointer was being implicitly cast wrong | Nyx (Neal Orman) | |
approved by Seraph --HG-- branch : avatar-pipeline | |||
2009-12-09 | EXT-2980 make back button in nav bar match spec | Lis Pardi | |
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-12-09 | EXT-2819 crash in color picker in appearance editor | Nyx (Neal Orman) | |
Made progress by writing code to match the style we use for the texture picker. It now should not make a difference if you destroy the color picker floater or the color swatch control first - either direction it should do sufficient cleanup and protection. However, still getting this crash. Will investigate further later. Code reviewed by Seraph --HG-- branch : avatar-pipeline | |||
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-12-09 | Reduce likelihood of indefinite wait in viewer integration tests. | Nat Goodspeed | |
Introduce LLStartupListener to allow viewerclient-based test script to query startup state. This handles the scenario in which, by the time the test script manages to connect, the viewer already IS in STATE_STARTED. Fix ViewerSession to invoke that query before waiting for STATE_STARTED. Make that wait time out eventually to deal with "System currently logging you off, please wait 5 minutes." Timeout raises new ViewerWontLogin exception. Fix testlangs to catch ViewerWontLogin and retry a limited number of times. | |||
2009-12-09 | Accordions in appearance panel don't use full space, removed borders in ↵ | Erica | |
inventory panel, standardized button sizes, changed login according to feedback | |||
2009-12-08 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-08 | EXT-2702 the Group abilities 'Show in Find Places' is mislabeled. | Ramzi Linden | |
Also updated various places that refer to the 1.23 style UI. | |||
2009-12-08 | Merge backout | James Cook | |
2009-12-08 | Back out EXT-2827 Unable to delete object when select face of object | James Cook | |
May cause right-click delete to fail - testing that Backed out changeset: 1f8e1e73f9f4 | |||
2009-12-08 | Merge with Lis and Leyla' stuff | James Cook | |