Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-13 | DEV-43688 commit new translations - DE, FR, JA cycle2 | Ramzi Linden | |
(Apparently our Localizatoin tool (xuiparse.py) destroys any preceding spaces in a translation, which in these few cases are critical to proper formatting of the string as shown to the user. Sigh. Dont ask me about the state of our tools.) | |||
2010-01-13 | Make max length of URL fields 1024 (media controls and settings) | Rick Pasetto | |
2010-01-13 | automated merge PE->viewer2.0 | Tofu Linden | |
2010-01-13 | Merge. | Tofu Linden | |
2010-01-13 | EXT-3739 Task panel tabs in incorrect order, Home tab is missing | Tofu Linden | |
2010-01-13 | DEV-43688 commit new translations - DE, FR, JA cycle2 | Ramzi Linden | |
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user. | |||
2010-01-13 | EXT-4197: Search in sub-panels for help IDs too. | Lynx Linden | |
In order to support unique help IDs for the Landmark and Place Profile panels off the Places sidetray, we need to also search within any embedded (and visible) sub-panels. | |||
2010-01-13 | Fixed bug EXT-4210 (Partner in Profile not a Link). | Vadim Savchuk | |
Added an optional "link" parameter to LLNameBox to display the name as a link. --HG-- branch : product-engine | |||
2010-01-13 | fix for normal EXT-4139 Group Abilities: No distinction between abilities ↵ | Ychebotarev ProductEngine | |
and categories of ability --HG-- branch : product-engine | |||
2010-01-13 | implemented EXT-4001 “Notification Well window interaction”, | Alexei Arabadji | |
made notification that restored from notification well window shows as inspector; --HG-- branch : product-engine | |||
2010-01-13 | Fixed normal bug EXT - 4047 (No verb/action buttons at bottom of Group ↵ | Paul Guslisty | |
profile panel) --HG-- branch : product-engine | |||
2010-01-13 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-13 | EXT-4021: Updated help ID for LSL Reference floater | Lynx Linden | |
2010-01-13 | EXT-3384: Added the final URLs for the Buy L$ links. | Lynx Linden | |
Payment Method: http://www.secondlife.com/my/account/payment_method_management.php Currency: http://www.secondlife.com/my/account/currency.php | |||
2010-01-12 | Partially fixed major bug EXT-4112 ([BSI] Number of groups not limited to 25). | Vadim Savchuk | |
Viewer now disallows joining or creating groups if the limit reached. A server-side fix is also needed. --HG-- branch : product-engine | |||
2010-01-12 | added missing no_group_text string constant to panel_my_profile.xml | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-01-12 | Fixed major bug EXT-4121 ([BSI] Partner display is blank for residents on ↵ | Eugene Mutavchi | |
your friends list, on the first lookup after login) --HG-- branch : product-engine | |||
2010-01-12 | Fix for major bug EXT-4147 - Cannot click on Urls in LLExpandableTextBox ↵ | Dmitry Zaporozhan | |
objects. --HG-- branch : product-engine | |||
2010-01-12 | Merge with default branch, resolved conflict in llpanelavatar.cpp | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-01-11 | Fix for black/grey look at login screen and backspace going back in ↵ | Monroe Linden | |
search/help windows. This should address EXT-4097. Added a notion of "background color" to LLViewerMediaImpl and LLPluginClassMedia. Added background color parameters to the size_change message. Webkit plugin now sets the background color of the instance from the supplied background color, and navigates to a data: url with that background color instead of about:blank as its initial navigate. Webkit plugin now no longer waits for the first onPageChanged event LLViewerMediaImpl now clears the texture to the background color when initializing it. Made LLMediaCtrl fill with its opaque background color when the media impl isn't set up yet. Removed the initial data URL from the search and help floaters, since what it was doing is now handled internally by the new background color code. Reviewed by callum and rick. | |||
2010-01-11 | Merge, sync from viewer-2-0, fixed conflict in llinspectavatar.cpp | James Cook | |
2010-01-11 | Merge | James Cook | |
2010-01-11 | EXT-3687 Inventory and Outfits lists don't fill panel need DkGray2 background | James Cook | |
EXT-4044 Inventory and Outfits scroll region has no background color/border Moved background color initialization to inventory_panel.xml Fixed search highlight color and extra borders no longer needed now that colors are correct. Reviewed with Simon. | |||
2010-01-11 | ext-3820 [BSI] Preferences > Chat > Show IMs In: does not take effect ↵ | Lis Linden | |
without restart | |||
2010-01-11 | ext-4015 Preferences: non-standard position of field labels | Lis Linden | |
2010-01-11 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Linden | |
2010-01-11 | ext-4116 bad label position on Region/Estate/ Ground Textures | Lis Linden | |
2010-01-11 | Merge | James Cook | |
2010-01-11 | EXT-3695, EXT-2034 Line height, padding in inventory customizable in XUI via | James Cook | |
folder_view_item.xml EXT-3753 Inventory folders now have customizable item indents and "My Inventory" has indent again Reviewed with Richard | |||
2010-01-11 | Fix for EXT-3991 - "add url to security for MoAP floater is devoid of ↵ | Callum Prentice | |
standard floater information" | |||
2010-01-11 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2010-01-11 | New art for landmarks and places - replacing the pushpin with a globe - ↵ | Erica | |
reviewed with esbee | |||
2010-01-11 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Linden | |
2010-01-11 | ext-3910 Instant Messages isn't in ALL CAPS like other windows | Lis Linden | |
2010-01-11 | Fixed normal bug EXT-3984 (Bottom bar layout issues) | Mike Antipov | |
* All buttons and controls need to move down 1 px (except chiclets, which are already vertically centered) * Left-hand controls need to shift left about 2 px (there should be 5 px of padding between the chat entry field and the edge of the window) * Right-hand controls (IM and notification buttons) also shift left so there is 5 px of padding against the right edge --HG-- branch : product-engine | |||
2010-01-11 | Merge | James Cook | |
2010-01-11 | Work on low task EXT-3456 (Code Improvements: Improve LLAvatarListItem to ↵ | Mike Antipov | |
show/hide its buttons properly) Initial implementation: * implemented common functionality to update Avatar List Item children positions & size (for name) depend on children visibility * added its usage whereve visibility of child view is changed * removed direct changing of "info button" visibility in Avatar List when Avatar List Item is added --HG-- branch : product-engine | |||
2010-01-11 | Fixed normal bug EXT - 3786 ("View profile" arrow widget in People/Friends ↵ | Paul Guslisty | |
list needs tooltip) --HG-- branch : product-engine | |||
2010-01-11 | added no_group_text string to the profile panel; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-01-11 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-11 | EXT-3715: Added a help button to the speaker controls floater. | Lynx Linden | |
2010-01-11 | EXT-3902: Make all Choose Resident tabs use the same help ID. | Lynx Linden | |
2010-01-11 | EXT-3911 EXT-3846: Added help ID for Blocked Residents & Objects. | Lynx Linden | |
2010-01-08 | First pass expose inventory item settings in XML (folder_view_item.xml) | James Cook | |
Optimized LLFolderViewItem constructor by passing param block as const ref to avoid copies. Removed per-item arrow and background images, use defaults. Removed unneeded static image pointers. Removed hard-coded rounded_square.tga, replaced with Rounded_Square Ditto for folder_arrow.tga Reviewed with Richard. | |||
2010-01-08 | Merge | Leyla Farazha | |
2010-01-08 | EXT-3418 [BSI] Can't set Web Proxy in Preferences floater | Leyla Farazha | |
2010-01-08 | EXT-3615 Tiny cosmetic thing: make sure all "Ok" in buttons are changed to ↵ | Leyla Farazha | |
"OK" | |||
2010-01-08 | EXT-4099 Remove 'Reg in Client Test (restart)' item from Debug menu on Login ↵ | Tofu Linden | |
Screen | |||
2010-01-08 | EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵ | Tofu Linden | |
Life | |||
2010-01-08 | Merge | James Cook | |