Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-14 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2010-01-14 | Quick tweak for missing color reference LLColor4::white; | Callum Prentice | |
Didn't want to introduce another linker dependency so I specified the color directly. | |||
2010-01-14 | EXT-4233: Don't show help button on tear-off floaters. | Lynx Linden | |
The script error floater may be the only floater left that uses the old-style tearoff functionality, but at least it should behave a little better now in terms of help "?" buttons. | |||
2010-01-14 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2010-01-14 | EXT-3624: Support "_blank" href target types. | Lynx Linden | |
Support href links in web views that have a target attribute set to "_blank". This will open the link in the user's preferred browser (internal or external, as defined in Prefs). This change relies on the new llqtwebkit package that has just been pushed. Also updated the hardcoded Qt version number in the About floater. | |||
2010-01-14 | EXT-3752: Change color of "Sign up" link on login screen. | Lynx Linden | |
2010-01-13 | merge | richard | |
2010-01-13 | merge | richard | |
2010-01-13 | better commented fix for VS2005 compile issues | richard | |
reviewed by Leyla | |||
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 | potential fix for build issues on vs2005 | richard | |
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 | 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 | merge | Ychebotarev ProductEngine | |
--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 | fixed EXT04137 BSI] /me shows on the line below in group chat in plain text | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-13 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-13 | possible fix for freeze with group activities | Ychebotarev ProductEngine | |
related bugs: EXT-4113 EXT-4111 EXT-4087 problem - findChild takes loooonng time to execute so cache it... --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 | EXT-4220: Fix crash on exit bug. | Lynx Linden | |
Don't dereference gVoiceClient without checking for NULL in the cleanup for LLPanelVoiceDeviceSettings. I also fixed the rendering of the color squares in the voice device settings. The frame for these boxes were rendered with an off-by-one error on certain platforms. It seems that gl_box_2d(rect, color, FALSE) suffers from a graphics driver bug under certain platforms. Fixing that would requiring a lot of testing on different hardware configurations, so instead I simlply avoided that specific call. | |||
2010-01-13 | fixed EXT-4073 [BSI] Shouting is malformed in plain chat mode | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-13 | Additional commit related to EXT-3988 ([BSI] superfluous bottom bar buttons ↵ | Eugene Mutavchi | |
shown in mouse look after pressing enter): added gesture button accessibility via TAB and open Gestures list by pressing ENTER/SPACE. --HG-- branch : product-engine | |||
2010-01-13 | EXT-3611: Corrected the volume squares in Sound Prefs. | Lynx Linden | |
You should now be able to light up the 5th square on the I/O sound devices panel of the preferences floater. | |||
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 | Fixed linux build | Paul Guslisty | |
--HG-- branch : product-engine | |||
2010-01-13 | fixed EXT-3821 [BSI] New IMs are not added as tabs | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-13 | Fixed low bug EXT-4189 (Pressing Gesture button by SPACE/ENTER key doesn't ↵ | Eugene Mutavchi | |
open gestures list) --HG-- branch : product-engine | |||
2010-01-13 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-13 | DEV-44861: Support a home_sidetray_url from login.cgi | Lynx Linden | |
The URL for the Home side tray is specified in settings.xml. It can now be overriden on a grid-level via a "home_sidetray_url" token sent by login.cgi. I also updated the Home URL in settings.xml to pass through a bunch of information to the web server as query params. These include: p= : the authentication token from login.cgi lang= : the user's current two-letter language setting channel= : the viewer's channel name, e.g., "Second Life Beta", "Second Life Release", "Snowglobe", etc. version= : the viewer's version number, e.g., "2.0.0.200712" major= : the viewer's major version number, e.g. "2" minor= : the viewer's minor version number, e.g. "0" | |||
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 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
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 |