summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-21Fixed 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-21fix 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-21fix buildYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-20Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-01-20Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-20FIX EXT-4273: Made text widget one pixel wider: that's all it took to get ↵Rick Pasetto
the entire string to fit
2010-01-20EXT-4198 Screen goes fuzzy after inactivityKarl Stiefvater (qarl)
move disconnect rendering into render_ui code reviewed by davep
2010-01-20Merge.Tofu Linden
2010-01-20merge.Tofu Linden
2010-01-20EXT-4388 Crash in octree line segment intersection codeTofu Linden
(more accurately, it was - I believe - reading over the end of a buffer in the pick-mask lookup) reviewed by qarl.
2010-01-20Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-01-20Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-20Bump up URL entry max to 1024Rick Pasetto
(approved by Richard)
2010-01-20EXT-4482 [BSI] People > Profile - when window is too short, scroll bar cuts ↵Erica
off text
2010-01-20Merge with tipCallum Prentice
2010-01-20Fix for EXT-4169 - drop down menus do not working in LLQtWebKit with Qt 4.6Callum Prentice
2010-01-20Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-01-20curse of the random coding policy hook.Tofu Linden
2010-01-20New mac build of llqtwebkit to fix EXT-4169.Monroe Linden
This build is based on: Commit 16264ea12f1320e25f3d4fad3a9ddd4d3f8d2e68 of http://qt.gitorious.org/~girish/qt/girishs-qt/commits/lindenqt Revision 24ce3025f844 of https://hg.lindenlab.com/monroe/llqtwebkit-4.6/
2010-01-20merge.Tofu Linden
2010-01-20DEV-45319 breed a good openal for voice+audio (second try)Tofu Linden
2010-01-20For EXT-4222: Switching outfits sometimes causes me to wear both, and show ↵Brad Payne (Vir Linden)
previous outfit as worn.
2010-01-20Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-01-20Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-20FIX EXT-4052: Make sure bounceback url has a schemeRick 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-20Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2010-01-20EXT-4543 Edit layout and art of chicklet buttonErica
2010-01-20Merge from viewer2. Minor conflict resolved.Tofu Linden
2010-01-20Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-01-20Reducing include dependence from the "llspeakers.h" through "llimview.h" ↵Mike Antipov
(following by the 7d600b529ee8 commit) --HG-- branch : product-engine
2010-01-20mergeDave Parks
2010-01-20First stab at making model importer act more like scene importer. Upload ↵Dave Parks
button still doesn't work.
2010-01-20viewer2.0->viewer2.0 mergeLoren Shih
2010-01-20EXT-4544 : Take out favorites autopopulation codeLoren 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-20DEV-35248: Allow NoVerifySSLCert to uniformly disable verificationNat 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-20Automated merge with ssh://hg.lindenlab.com/james/gooey/Chuck Linden
2010-01-20Finished layout of appearance editor.Chuck Linden
http://jira.secondlife.com/browse/EXT-146
2010-01-20For 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-20Automated merge with ssh://richard@hg.lindenlab.com/james/gooeyRick Pasetto
2010-01-20fixed windows build (comparing BOOL & bool)Mike Antipov
--HG-- branch : product-engine
2010-01-20fixed Windows line endMike Antipov
--HG-- branch : product-engine
2010-01-20Fixed low bug EXT-4526 (State of Teleport History accordion is reset every ↵Eugene Mutavchi
time panel is opened) --HG-- branch : product-engine
2010-01-20Fixed normal bug EXT-4465 (UI issue with scroll-bar in Voice Control panel)Eugene Mutavchi
--HG-- branch : product-engine
2010-01-20cleanning include list. rearrange the list in imview.cppMike Antipov
--HG-- branch : product-engine
2010-01-20Fixed 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-20Fix mis-spelling in notification text/name introduced from PE.Tofu Linden
2010-01-20linden coding policy fix :(Tofu Linden
2010-01-20merge.Tofu Linden
2010-01-20Fixed Linux build.Vadim Savchuk
--HG-- branch : product-engine
2010-01-20fix build error from PE tree.Tofu Linden