Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | DEV-28327 Remove ELAR email field from client | Soft Linden | |
2009-12-10 | Fix for DEV-41388 (SNOW-307: Linux viewer builds renames gstreamer plugin to ↵ | Monroe Linden | |
quicktime.) Of the four options suggested in the jira, this is a modified version of #2. Since the mime_types.xml file actually gets localized (it contains a bunch of user-visible text in addition to the mappings), I don't think renaming it in viewer_manifest.py will work. Instead, I've created additional files (mime_types_linux.xml and mime_types_mac.xml) in the same location, and changed the code that loads the file in LLAppViewer::init() to look for different names per-platform. I'm sure there are cleverer solutions (such as abusing the translation xml overlay system to create files that have deltas per platform), but those don't fit in the time-box allocated to this issue. | |||
2009-12-10 | Delete the 'Test' language from the viewer. | Ramzi Linden | |
There is no more time to update it to last month of UI changes; and its use for Localizability Testing is now done. | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-10 | DEV-43977: Changed pre-login help browser behavior. | Lynx Linden | |
The special pre_login_help topic is now only displayed when the user clicks on the "Need help logging in?" link on the login screen, or selects the top-level Help > Second Life Help (F1) menu. | |||
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://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-10 | For EXT-2858: Determine gear menu / right-click menu choices for AppearanceSP | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-10 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-10 | EXT-3314 : Remove save/cancel from inventory item properties sidepanel and ↵ | Loren Shih | |
have changes apply instantly The ItemInfoSP now works just like the old properties floaters in terms of how edits and commits are handled. --HG-- branch : avatar-pipeline | |||
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 | merge | Leyla Farazha | |
2009-12-10 | EXT-3047 "Block" item in "more verbs" menu of mini inspector isn't ↵ | Leyla Farazha | |
disabled when resident is blocked EXT-3358 Cannot toggle Grid pulldown on login screen reviewed by Richard | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-10 | DEV-43679: Display god level warning in Search window. | Lynx Linden | |
If you change your god level from when you performed a search, the search results may be inappropriate for your god level (we pass the current god status to the search web pages). When this is the case, we now display a warning at the bottom of the search floater to let the user know that they should redo their search. | |||
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 | Merge with product-engine | Steve Bennetts | |
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-10 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | implmented EXT-2830 “"Object auto-return" notification should contain ↵ | Alexei Arabadji | |
reference to returned object”, removed 'Inspect' button from ServerObjectMessage notification; --HG-- branch : product-engine | |||
2009-12-10 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-10 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-10 | fixed normal bug EXT-3284 \"Share\" ability is disabled in context menu in ↵ | Andrew Polunin | |
\"Nearby\", \"Friends\" and \"Recent\" tabs --HG-- branch : product-engine | |||
2009-12-10 | Set temporal icon for "Scripting disabled" in navbar (EXT-3339). | Andrew Dyukov | |
Finding appropriate icon is left to Erica. --HG-- branch : product-engine | |||
2009-12-10 | Work on major task EXT-2808 (Add speakers moderation (both voice and text) ↵ | Mike Antipov | |
to the Voice Control Panel (Active Speakers List)) -- Added menu items, disabling them not in the group call -- Also refactored Mute Text functionality to be used in Block/Unblock menu item (For EXT-2863) --HG-- branch : product-engine | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-09 | EXT-299 "Mute" still showing in menu_pie_avatar.xml although label says "Block" | James Cook | |
2009-12-09 | EXT-3063 cleanup of inventory item properties sidepanel | Nyx (Neal Orman) | |
step 1: kill the edit button step 2: disable info button on main inventory panel if more than one item is selected. other steps to be done will be filed as separate jiras code reviewed by seraph --HG-- branch : avatar-pipeline | |||
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-09 | Fix for save texture functionality no longer respecting permissions | Eric M. Tulla (BigPapi) | |
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 | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-09 | For EXT-2858: Determine gear menu / right-click menu choices for AppearanceSP | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-09 | Merge with head | callum | |
2009-12-09 | Bunch of simple UI changes: | callum | |
DEV-43885 EXT-3206: Number of media items UI in Nearby Media Floater clipped when there are a lot DEV-43884 EXT-3207: In Build Dialog, Under Texture Tab, should say "Media" and not "Media URL" DEV-43877 EXT-3221: Warning message about whitelists in Security Tab of Media settings floater appears incorrectly DEV-43875 EXT-3224: Media Text Box in the Build settings: Texture should be a label and not a text box DEV-43477 Popup for adding media to only one face is misleading Reviewed by Sam | |||
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 | 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 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
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 | Fix for EXT-2703 & EXT-2708 - save texture as issues | Eric M. Tulla (BigPapi) | |
Added save as to texture preview floater. Fixed behavior of save as (was only working for textures, not snapshots). Removed advanced menu entry for save texture as (refused to work after multiple implementations). | |||
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 |