Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-14 | EXT-4362 Replace red beacon arrow with anti-aliased png, ↵ | Erica | |
EXT-4363Notification list is too close to the right of the screen, conflicts with window resize affordance | |||
2010-01-14 | DEV-43688 commit new translations - DE (strings set4h) | Ramzi Linden | |
These are suggested edits from the resident translators, approved by Simone | |||
2010-01-14 | Backed out changeset f34a69c2af56 | Tofu Linden | |
(this backs-out my backout, now that I'm happy the original merge works okay :)) | |||
2010-01-14 | Backed out changeset d5b761982e63 | Tofu Linden | |
This got pushed too early - sorry. Sigh. | |||
2010-01-14 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2010-01-14 | EXT-4283 God Mode bar color is too green | Erica | |
2010-01-14 | Merge from viewer2, including fix for the test failure biting qarl. | Tofu Linden | |
Minor conflict in llviewerfloaterreg.cpp resolved. | |||
2010-01-14 | "Enabled" checkbox for friends log in/out. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-4204 | |||
2010-01-14 | merge. | Tofu Linden | |
2010-01-14 | Created new assets and modified xml to clean up tabbed IM window layout. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-4205 | |||
2010-01-14 | DEV-43134 insert localized hyperlinks for all places in the XUI where the ↵ | Ramzi Linden | |
Viewer jumps to the web: floater_html.xml, floater_help_browser.xml, and floater_buy_currency.xml | |||
2010-01-14 | Partially fixed normal bug (EXT-4212) There's an ability to send non-latin group | Sergei Litovchuk | |
notices but they turn to '????...' in group profile page - Disabled non-ascii characters in group notice subject editor. - Group notice text editor depends on (EXT-3103) Add an option to restrict entering non-ascii symbols in text editor. --HG-- branch : product-engine | |||
2010-01-14 | Fixed normal bug (EXT-3794) Controls in Edit Pick side panel cut off by | Sergei Litovchuk | |
vertical scrollbar. - Added resizing pick info and pick editing panels when vertical scrollbar appears. - Resized controls on pick info and edit panels to avoid them being overlapped by scrollbar. - Changed pick info description from text box to text editor in read-only mode to allow text scrolling. - Removed text box resizing logic from LLPanelPickEdit. --HG-- branch : product-engine | |||
2010-01-14 | At last! Implemented normal task EXT-3477 (Change gesture list implementation). | Andrew Dyukov | |
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView to properly draw it without using topcontrol (because it caused problems). This commit also fixes following bugs: EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button) EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button) EXT-2610 ('Gesture' btn: floater opens on OnMouseDown) --HG-- branch : product-engine | |||
2010-01-14 | Fixed major bug EXT-4177: [BSI] Notification about inventory offer lacks ↵ | Vadim Savchuk | |
article (a/an). Changed the text to "<name> has given you this <item>". --HG-- branch : product-engine | |||
2010-01-14 | EXT-3752: Change color of "Sign up" link on login screen. | Lynx Linden | |
2010-01-14 | Automated merge with ssh://angela@hg.lindenlab.com/james/gooey | angela | |
2010-01-13 | Merge. | Chuck Linden | |
2010-01-13 | Commit for Lis. | Chuck Linden | |
2010-01-14 | Automated merge with ssh://angela@hg.lindenlab.com/james/gooey | angela | |
2010-01-14 | clean up LLFrstUse and it's notification but leave OverideKeys and Sandbox ↵ | angela | |
intact -- reviewed by james | |||
2010-01-13 | merge | richard | |
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 | EXT-3504 fix text boxes that use a carriage return to format wordwrapped ↵ | Ramzi Linden | |
lines within a sentence; instead, these should use a 1-line string and word_wrap="true". | |||
2010-01-13 | Merge | Leyla Farazha | |
2010-01-13 | EXT-3685 Object Profile panel layout issues | Leyla Farazha | |
reviewed by Richard | |||
2010-01-13 | automated merge PE->viewer2.0 | Tofu Linden | |
2010-01-13 | EXT-4272 Style Unread message IM talk bubble chiclet overlay image to match spec | Erica | |
2010-01-13 | Merge. | 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 | EXT-3383 adhere to style guide for capitalization of 'Resident' | Ramzi Linden | |
2010-01-13 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | Chuck Linden | |
2010-01-13 | Adjusted width of panel and scroll list columns to make "Mono Time" column ↵ | Chuck Linden | |
label visible. Added column in XUI for URLs. http://jira.secondlife.com/browse/EXT-4167 | |||
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-3939 Display problems when object price == MAXINT | Lis Linden | |
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 | ext-4056 Preferences: Draw Distance value and "m" are not vertically aligned | Lis Linden | |
2010-01-13 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Linden | |
2010-01-13 | EXT-4065 Preferences: Wrong window background color on Advanced tab | Lis Linden | |
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 | Changed "follows" attribute for refresh button. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-4166 | |||
2010-01-12 | Shortened string to accomodate side panel width. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-3798 |