Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | merge | Brad Payne (Vir Linden) | |
2010-01-21 | Fixed low bug EXT-4520 - Me Panel is resizeable. | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-01-21 | fixed low bug EXT-4519 No padding in avatar's miniinspector | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2010-01-21 | fixed bug EXT-4521 Long description in avatar's miniinspector is cut | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2010-01-21 | Fixed normal bug (EXT-4446) IM Button doesn't work | Sergei Litovchuk | |
- Fixed buttons location in people, profile, picks, notes panels to enable handling clicks on the whole button surface. --HG-- branch : product-engine | |||
2010-01-21 | Fixed low bug (EXT-4221) Select and display just created landmark in the | Sergei Litovchuk | |
Landmarks panel after closing Create Landmark panel - Added selecting landmark in landmarks panel after it was added or edited. - Added expanding accordion tab containing the selected landmark. --HG-- branch : product-engine | |||
2010-01-21 | For EXT-4222: Switching outfits sometimes causes me to wear both, and show ↵ | Brad Payne (Vir Linden) | |
previous outfit as worn. | |||
2010-01-21 | fixed EXT-4316 Side panel slides to the left in a newly created IM window | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-21 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-21 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-21 | Fixed regression bug EXT-4487(Bottom bar context menu: no checkmarks) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-01-21 | Update for normal bug EXT-4297 - Voice Control Panel resizing behavior. | Dmitry Zaporozhan | |
Removed changes made in changeset 7982:97391caf89c3 (fixes EXT-4465(UI issue with scroll-bar in Voice Control panel)). It is not needed anymore because auto resizing was removed. --HG-- branch : product-engine | |||
2010-01-21 | EXT-2151: Add the final (publicly-viewable) Search URL. | Lynx Linden | |
2010-01-21 | Fixed normal bug EXT-4297 - Voice Control Panel resizing behavior. | Dmitry Zaporozhan | |
Also encreased floater minimum height to show one participant(this fixes ghost scrollbar) --HG-- branch : product-engine | |||
2010-01-21 | fix for normal EXT-4466 Uploaded pick overlaps floater after changing of ↵ | Ychebotarev ProductEngine | |
aspect ratio --HG-- branch : product-engine | |||
2010-01-21 | fix normal EXT-4494 [BSI] Group Chat and Group Call buttons are shown even ↵ | Ychebotarev ProductEngine | |
when you are not in the group --HG-- branch : product-engine | |||
2010-01-21 | fix build | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-01-20 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-20 | FIX EXT-4273: Made text widget one pixel wider: that's all it took to get ↵ | Rick Pasetto | |
the entire string to fit | |||
2010-01-20 | EXT-4198 Screen goes fuzzy after inactivity | Karl Stiefvater (qarl) | |
move disconnect rendering into render_ui code reviewed by davep | |||
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-01-20 | Bump up URL entry max to 1024 | Rick Pasetto | |
(approved by Richard) | |||
2010-01-20 | EXT-4482 [BSI] People > Profile - when window is too short, scroll bar cuts ↵ | Erica | |
off text | |||
2010-01-20 | For EXT-4222: Switching outfits sometimes causes me to wear both, and show ↵ | Brad Payne (Vir Linden) | |
previous outfit as worn. | |||
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-01-20 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-20 | FIX EXT-4052: Make sure bounceback url has a scheme | Rick Pasetto | |
Review #83 The function LLMediaEntry::checkCandidateURL() assumes the URL passed in at least has a scheme part (i.e. a ":"). This fixes the bounceBack code to assure that. | |||
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2010-01-20 | EXT-4543 Edit layout and art of chicklet button | Erica | |
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-01-20 | Reducing include dependence from the "llspeakers.h" through "llimview.h" ↵ | Mike Antipov | |
(following by the 7d600b529ee8 commit) --HG-- branch : product-engine | |||
2010-01-20 | viewer2.0->viewer2.0 merge | Loren Shih | |
2010-01-20 | EXT-4544 : Take out favorites autopopulation code | Loren Shih | |
Removed autopopulation code. This has been in viewer2 for months but actually is buggy itself (i.e. didn't actually autopopulate new accounts most of the time) so it didn't manifest until recently. | |||
2010-01-20 | DEV-35248: Allow NoVerifySSLCert to uniformly disable verification | Nat Goodspeed | |
Introduce static LLCurl SSL verification flag, default 'true', accessed by LLCurl::setSSLVerify() and getSSLVerify(). Make LLCurl::Easy::prepRequest() check LLCurl::getSSLVerify() instead of unconditionally setting CURLOPT_SSL_VERIFYPEER 'true'. Also set CURLOPT_SSL_VERIFYHOST to match. Make LLXMLRPCTransaction::Impl::init() examine LLCurl::getSSLVerify(), instead of directly examining gSavedSettings.getBOOL("NoVerifySSLCert"). Make LLURLRequest::checkRootCertificate() set CURLOPT_SSL_VERIFYHOST as well as CURLOPT_SSL_VERIFYPEER. Make request() in llhttpclient.cpp (used by LLHTTPClient::getByteRange(), head(), get(), getHeaderOnly(), put(), post(), postRaw(), postFile(), del(), move()) pass LLCurl::getSSLVerify() to checkRootCertificate(), rather than constant 'true'. Make LLAppViewer::mainLoop() call LLCurl::setSSLVerify(! gSavedSettings.getBOOL("NoVerifySSLCert")) at the same time it calls LLCurl::setCAFile(), a comparable bit of static setup. | |||
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | Chuck Linden | |
2010-01-20 | Finished layout of appearance editor. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-146 | |||
2010-01-20 | For EXT-4222: Switching outfits sometimes causes me to wear both, and show ↵ | Brad Payne (Vir Linden) | |
previous outfit as worn. Postpone appearance change until wearables have resolved. | |||
2010-01-20 | fixed windows build (comparing BOOL & bool) | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-01-20 | fixed Windows line end | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-01-20 | Fixed low bug EXT-4526 (State of Teleport History accordion is reset every ↵ | Eugene Mutavchi | |
time panel is opened) --HG-- branch : product-engine | |||
2010-01-20 | Fixed normal bug EXT-4465 (UI issue with scroll-bar in Voice Control panel) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-01-20 | cleanning include list. rearrange the list in imview.cpp | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-01-20 | Fixed low priority bug EXT-4525 (Warning flood: Failed to parse parameter ↵ | Vadim Savchuk | |
"font_halign.") It should be referenced from XML as "halign". --HG-- branch : product-engine | |||
2010-01-20 | Fix mis-spelling in notification text/name introduced from PE. | Tofu Linden | |
2010-01-20 | linden coding policy fix :( | Tofu Linden | |
2010-01-20 | merge. | Tofu Linden | |
2010-01-20 | Fixed Linux build. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-20 | fix build error from PE tree. | Tofu Linden | |
2010-01-20 | Convert all XML files to Unix line endings | Bryan O'Sullivan | |