Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-05 | Merge from https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Steve Bennetts | |
2009-11-05 | ext-665 Iconography - New art for badge_note.j2c (image denoting list ↵ | Lis Pardi | |
items) on Sell Land floater | |||
2009-11-05 | FIX DEV-42115: Remove modify permission check that would grant ↵ | Rick Pasetto | |
navigate/interact or controls "permission" Review #27 Back when media controls (an unfortunately much-overloaded word) was called media permission (also an overloaded word), we granted "permission" for interact/navigate or controls "display" if the requestor agent had modify permissions. This decision doesn't seem to make sense, because it is a common use case to want to "disable" controls (or perhaps interaction/navigate) even for the user who created the object (i.e. who has modify permissions). This removes that check. NOTE that this check is also made on the server, but in that case modify permissions *grants* the right to navigate in that case. Although the code is very similar, the viewer version is trying to address a use case story, whereas the other is trying to prevent a griefing vector. | |||
2009-11-05 | Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ | Justin C. Rounds (Chuck) | |
2009-11-05 | implemented major task EXT-2153 make changes to Communicate menu | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-05 | Added Favorite_Link_Over (re-do: failed commit? merge bork?). | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2218 | |||
2009-11-05 | partial fix for a normal Sub-task (EXT-988) Change indication of unread ↵ | Dmitry Oleshko | |
messges in chiclets --HG-- branch : product-engine | |||
2009-11-05 | fixed normal bug EXT-2029 Double clicking group does not start chat | Andrew Polunin | |
--HG-- branch : product-engine | |||
2009-11-05 | merge | Tofu Linden | |
2009-11-05 | ext-146 appearance floater has layout issues | Lis Pardi | |
ext-1942 there is corrupted UI in the Skin, Hair, Shirt, Pants tabs in the Edit Appearance dlg | |||
2009-11-05 | ext-2085 make leave group icon not a trash can | Lis Pardi | |
H: Enter commit message. Lines beginning with 'HG:' are removed. | |||
2009-11-05 | Fixed normal bug EXT-1526. We decided to show full name via tooltip, because ↵ | Andrew Dyukov | |
if name is long without truncating it we'd have to manually move widgets that are below it(which is hard to do). --HG-- branch : product-engine | |||
2009-11-05 | No ticket. Fixed '+' not hiding in edit profile, but new icon is needed. | Andrew Dyukov | |
--HG-- branch : product-engine | |||
2009-11-05 | Fixed EXT-1769 (Edit Pick: '+' icon blinks on mouse over), but new icon is ↵ | Andrew Dyukov | |
needed. --HG-- branch : product-engine | |||
2009-11-05 | DEV-42155 EXT-2077: Speak button should use Widget_UpArrow instead of a down ↵ | Tofu Linden | |
arrow I added two new graphics which are simply the former combobox graphics with the arrow part flipped. | |||
2009-11-05 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-05 | Fixed reopened minor bug EXT-1854 (Area of working for nav bar context menu ↵ | Andrew Dyukov | |
is changed) --HG-- branch : product-engine | |||
2009-11-05 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-05 | No ticket. Merged recent changes in panel_place_info.xml to new XML layouts ↵ | Sergei Litovchuk | |
and removed the obsolete xml. --HG-- branch : product-engine | |||
2009-11-05 | - Fixed EXT-2054 "Hook up parcel permission icons to parcel profile" | Sergei Litovchuk | |
implementation: moved icon file names to XML. --HG-- branch : product-engine | |||
2009-11-05 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-05 | partly impemented EXT-700 '"Offer" notifications should be accessible via ↵ | Alexei Arabadji | |
chiclet' --HG-- branch : product-engine | |||
2009-11-05 | Implemented normal sub-task EXT-2146-IM Message Headers should NOT be of ↵ | Eugene Kondrashev | |
enourmous size (see Style Guide: IM & Voice). --HG-- branch : product-engine | |||
2009-11-05 | Fixed major bug EXT-2221 (Teleport History > List item > Arrow button should ↵ | Sergey Borushevsky | |
open Place Profile, not teleport) Fixed major bug EXT-2222 (Remove (i) inspector icon from Places > Teleport History > item) Fixed major bug EXT-2223 (Places > Teleport History > Arrow icon should only appear on mouseover) Actually it's just replacing image for right-side button on history item. --HG-- branch : product-engine | |||
2009-11-05 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-05 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-05 | implemented minor task EXT-1617 No need to expand all accordion panels in ↵ | Denis Serdjuk | |
the My Landmarks. Rollback previous incorrect behavior in changeset 45ece11eb7d8. --HG-- branch : product-engine | |||
2009-11-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Brad Payne (Vir Linden) | |
2009-11-05 | trivial dead code removal. | Tofu Linden | |
2009-11-05 | merge the heads. | Tofu Linden | |
2009-11-05 | fix that speak button on trunk. | Tofu Linden | |
2009-11-05 | Merge from viewer2voiceparity, conflicts resolved, and I fixed the 'speak' ↵ | Tofu Linden | |
button which is broken on trunk. | |||
2009-11-05 | IM: removed unused class and xml file for im p2p control panel | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-05 | EXT-2023 Camera floater: arrows became shifted when pressed | Denis Serdjuk | |
Cause: The different between default texture size and size of the image has influenced on displacement of arrows at rotation. Solution: Transformation matrix has been changed to handle that different --HG-- branch : product-engine | |||
2009-11-05 | DEV-38840: cosmetic fix to the Pay Resident/Group floater in 2.0. | Lynx Linden | |
Previously the title for this floater was set to "" and a text string was positioned over the title bar based upon whether you are paying a resident or a group. This could mess up the position of the floater "title" and was also truncating the "Pay Resident" title. Now, we use setTitle() to actually set the floater title appropriately. | |||
2009-11-05 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-05 | fix for major bug ext-2209 Nearby Chat log is broken | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-05 | fixed EXT-2201 "Docking undocked window causes closing off docked nearby chat | Alexei Arabadji | |
window" --HG-- branch : product-engine | |||
2009-11-05 | merge | angela | |
2009-11-05 | in object inspector: change secure browsing image and make it hide by default | angela | |
2009-11-04 | Merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Steve Bennetts | |
2009-11-04 | EXT-2220 Make envelope icon for unread messages | Erica | |
2009-11-04 | Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ | Justin C. Rounds (Chuck) | |
2009-11-04 | Changed rollover graphic on Favorites links. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2218 | |||
2009-11-04 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-04 | Fix for DEV-32672 / VWR-13349. Prim move grid display wasn't mipmapping ↵ | Eric M. Tulla (BigPapi) | |
properly. | |||
2009-11-04 | merge with remote repo | Rick Pasetto | |
2009-11-04 | Fix typo in XUI file that broke media controls | Rick Pasetto | |
2009-11-04 | Fix for DEV-42076 (media controls should not fade out while mouse is hovered ↵ | Monroe Linden | |
over them). Updated LLPanelPrimMediaControls::isMouseOver() to do the right thing with the new structure of the panel. | |||
2009-11-04 | Small cleanup in LLAgentWearables.cpp | Brad Payne (Vir Linden) | |