Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-26 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-03-26 | fix for | Yuri Chebotarev | |
EXT-6475 Scrollbar in the Notices panel is semitransparent and overlaps controls (also for EXT-6374 Side Panel> Create a Notice> dialog boxes overrun up/down slider) https://codereview.productengine.com/secondlife/r/100/ reviewed Leyla Farazha ,vsavchuk --HG-- branch : product-engine | |||
2010-03-26 | EXT-6514 -- backing out my incorrect fix for this and putting in the one ↵ | Kent Quirk | |
from PE. | |||
2010-03-26 | automated merge | Loren Shih | |
2010-03-26 | Fixed normal bug EXT-6070 - Truncated strings in window to buy linden dollars | Dmitry Zaporozhan | |
Increased textbox width. French translation is the longest so other languages will be ok. Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/114/ --HG-- branch : product-engine | |||
2010-03-26 | Fixed major bug EXT-6544 - remove Admin > God Tools > Grid > Kick All ↵ | Dmitry Zaporozhan | |
Residents button. Removed "Kick all" button and corresponding code. Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/117/ --HG-- branch : product-engine | |||
2010-03-26 | Fixed normal bug EXT-6331 (Gestures floater has an extra column titled \"1\") | Paul Guslisty | |
- Corrected wrong indexes at the point of adding gestures to the gestures list. Problem probably is a result of 'copy & paste'. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/113/ --HG-- branch : product-engine | |||
2010-03-26 | merge from viewer-2-0 | Tofu Linden | |
2010-03-26 | If the EXT-5854 fix is correct, this assert no longer makes sense. | Tofu Linden | |
(transplanted from 3bef6f249a0ab74f823e67fb32339abb92b13165) | |||
2010-03-26 | If the EXT-5854 fix is correct, this assert no longer makes sense. | Tofu Linden | |
2010-03-26 | Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-03-26 | fixed EXT-6373 “Consecutive offer messages are unreadable in the IM log”, | Alexei Arabadji | |
replaced [NAME] with [NAME_SLURL] in teleport offer notification, this will unify offers appearance and gap between offers in IM chat log with disabled plaintext mode; --HG-- branch : product-engine | |||
2010-03-26 | Fixen normal EXT-6434 (Mini Map does not go transparent when not in focus) | Paul Guslisty | |
- Set background opaque of the floater depending on focus and made map's background color transparent Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/99/ --HG-- branch : product-engine | |||
2010-03-25 | automated merge | Loren Shih | |
2010-03-25 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject() | |||
2010-03-25 | FR linguistic | Eli Linden | |
2010-03-25 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-03-25 | VWR-18445 en_xui_change for DE truncation; remove old DE hard returns; FR ↵ | Eli Linden | |
linguistic | |||
2010-03-25 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Minor superficial cleanup to use proper naming conventions. | |||
2010-03-25 | fix for EXT-5854:Unable to Pay Object That Features Transparant (alpha) Texture. | Xiaohong Bao | |
(transplanted from 3939f139f6caff2bb192a2afde18e51aada4d57a) | |||
2010-03-25 | fix for EXT-5854:Unable to Pay Object That Features Transparant (alpha) Texture. | Xiaohong Bao | |
2010-03-25 | more fix for EXT-5711: Some textures loading from cache seems jammed. | Xiaohong Bao | |
and possible fix for EXT-5704: FPS drop, and this could be cause freez and crash. | |||
2010-03-29 | fix for EXT-6435: crash at writeEntriesAndClose: ASSERT (num_entries == ↵ | Xiaohong Bao | |
mHeaderEntriesInfo.mEntries) | |||
2010-03-29 | fix for EXT-6566: crash at LLTextureCache::updatedHeaderEntriesFile ↵ | Xiaohong Bao | |
[secondlife-bin lltexturecache.cpp:1292] | |||
2010-04-02 | add some debug code for EXT-5394: Crash in ↵ | Xiaohong Bao | |
LLViewerMediaImpl::calculateInterest() | |||
2010-04-01 | fix for EXT-6678: crash at LLTextureCache::openAndReadEntry [secondlife-bin ↵ | Xiaohong Bao | |
lltexturecache.cpp:1111] | |||
2010-04-07 | fix for all wierd crashes happening to lltexturecache.cpp, cuased by running ↵ | Xiaohong Bao | |
viewer 2.0 and viewer 1.23 at the same time. Specifically for the following jiras: EXT-6692: crash at LLTextureCache::readEntryFromHeaderImmediately [secondlife-bin lltexturecache.cpp:1145] EXT-6691: crash at LLTextureCache::writeEntryToHeaderImmediately [secondlife-bin lltexturecache.cpp:1126] possible fix for EXT-6567: crash at LLImageBase::allocateData [secondlife-bin llimage.cpp:170] | |||
2010-04-08 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix | Xiaohong Bao | |
2010-04-08 | Enabling Watchdog. | Mark Palange (Mani) | |
2010-04-08 | fix for EXT-6278: profile picture is blurry / fuzzy if IM is opened first. | Xiaohong Bao | |
2010-03-29 | Fix for EXT-6615 (SL webkit no longer reports "Second Life" in the ↵ | Monroe Linden | |
HTTP_USER_AGENT) The issue here is that initBrowserWindow() was doing the wrong thing if it got called after the set_user_agent message was received. Made the handler for the set_user_agent message save the string in a member variable (mUserAgent). Initialize mUserAgent to the default string in the MediaPluginWebKit constructor. initBrowserWindow() now sets the user agent string from mUserAgent instead of from a literal. | |||
2010-04-08 | merge | Richard Linden | |
2010-04-08 | EXT-5849 - crash in LLView::drawChildren() | Richard Linden | |
added logging to help track down cause | |||
2010-04-08 | merge from PE's viewer-hotfox | Tofu Linden | |
2010-04-07 | Update Linux build of qt/llqtwebkit. For DEV-47911. | Tofu Linden | |
revision c02879cea1c0070eb264e261d316a77d420741c7 in http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch) revision 8eff99f78fb0 in http://bitbucket.org/lindenlab/llqtwebkit/ (currently head of the 'default' branch) | |||
2010-03-25 | more fix for EXT-5711: Some textures loading from cache seems jammed. | Xiaohong Bao | |
and possible fix for EXT-5704: FPS drop, and this could be cause freez and crash. | |||
2010-03-25 | VWR-18451 en_xui_change for DE truncation; remove invalid DE name in ↵ | Eli Linden | |
mime_type.xml; remove invalid attributes in floater_about_land and the extra .. in "set" button translation | |||
2010-03-25 | Merge | Leyla Farazha | |
2010-03-25 | snapshot ui updates | Leyla Farazha | |
2010-03-25 | VWR-18457 en_xui_change for DE build menu overlapping text | Eli Linden | |
2010-03-25 | EXT-6539 : Take out mAvatarObject from LLAgentWearables | Loren Shih | |
Removed mAvatarObject / gAgentWearables.mAvatarObject since it's redundant with gAgent.mAvatarObject. | |||
2010-03-25 | VWR-18533 en_xui_change to fix ES truncation | Eli Linden | |
2010-03-25 | Fixed normal bug EXT-6325 (ABOUT SECOND LIFE window, Copy to Clipboard ↵ | Andrew Dyukov | |
button overlaps horizontal rule). - Decreased height of text editor. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/98/ --HG-- branch : product-engine | |||
2010-03-25 | DE JA ES linguistic | Eli Linden | |
2010-03-25 | VWR-18477 remove old local overrides that caused the gesture floater content ↵ | Eli Linden | |
to disappear | |||
2010-03-25 | Fixed major bug EXT-6538(Can't sell land with objects). | Andrew Dyukov | |
- Changed radio items "bottom" attribute to "top_pad". Reviewed by Kent at https://codereview.productengine.com/secondlife/r/109/ --HG-- branch : product-engine | |||
2010-03-25 | EXT-2959 : Pull out camera functions from llagent to llagentcamera | Loren Shih | |
#3 checkin. Took out llagent "friend llagentcamera" and added accessors instead. Did some superficial formatting cleanup. | |||
2010-03-25 | EXT-5922 - Nearby Media Popover: make padding consistent (removed unused xml) | Richard Linden | |
2010-03-25 | EXT-5922 - Nearby Media Popover: make padding consistent | Richard Linden | |
2010-03-25 | merge | Richard Linden | |