Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | EXT-2151: Add the final (publicly-viewable) Search URL. | Lynx Linden | |
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 | merge. | Tofu Linden | |
2010-01-20 | EXT-4388 Crash in octree line segment intersection code | Tofu Linden | |
(more accurately, it was - I believe - reading over the end of a buffer in the pick-mask lookup) reviewed by qarl. | |||
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 | Bump up URL entry max to 1024 | Rick Pasetto | |
(approved by Richard) | |||
2010-01-20 | Merge with tip | Callum Prentice | |
2010-01-20 | Fix for EXT-4169 - drop down menus do not working in LLQtWebKit with Qt 4.6 | Callum Prentice | |
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-01-20 | New 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-20 | DEV-45319 breed a good openal for voice+audio (second try) | Tofu Linden | |
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/viewer/viewer-2-0/ | Nat Goodspeed | |
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 | 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 | fix build error from PE tree. | Tofu Linden | |
2010-01-20 | Convert all C++ files to Unix line endings | Bryan O'Sullivan | |
2010-01-20 | Convert all XML files to Unix line endings | Bryan O'Sullivan | |
2010-01-20 | PE merge. | Tofu Linden | |
2010-01-20 | Fixed bug EXT-4369 ([BSI] Changing image in "Pick" doesn't trigger "Save ↵ | Vadim Savchuk | |
Pick" button to be active) * Changed the Save button to react on texture picker commit, not on selection. * Added an optional "no_commit_on_selection" parameter to LLTextureCtrl to commit only when user presses the OK button in the picker or changes the texture via DnD, i.e. browsing in the picker doesn't commit. --HG-- branch : product-engine | |||
2010-01-20 | Update for low bug EXT-4371 - Text from search history drop-down list merge ↵ | Dmitry Zaporozhan | |
with landmarks on 'Favorites Bar'. Made border customisable in combo box. --HG-- branch : product-engine | |||
2010-01-20 | Update for normal bug EXT-3749 - Clicking landmark attachment on Group ↵ | Dmitry Zaporozhan | |
notices doesn't open side panel. --HG-- branch : product-engine | |||
2010-01-20 | EXT-4506: Remove certain accordion tab help IDs. | Lynx Linden | |
...to allow us to find the various inner nested tab IDs. | |||
2010-01-20 | Update for major bug EXT-4206 - Bottom bar spec calls for button background ↵ | Dmitry Zaporozhan | |
art on IM Chiclets. Adjusted chiclets height to match other bottom bar widgets height. --HG-- branch : product-engine | |||
2010-01-20 | Fixed normal bug EXT-4476 - Classfield appears in classfield accordeon after ↵ | Dmitry Zaporozhan | |
error message about money scarcity has been closed. --HG-- branch : product-engine | |||
2010-01-19 | DEV-45037 Attackers can request files from viewer cache | Soft Linden | |
2010-01-19 | merge | Ramzi Linden | |
2010-01-19 | DEV-39252 fix any duplicate name= elements in viewer-2-0. Duplicates break ↵ | Ramzi Linden | |
localization. | |||
2010-01-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Lynx Linden | |
2010-01-20 | EXT-4505: Don't leave a trailing slash in the Help URLs. | Lynx Linden | |
2010-01-19 | better fix of EXT-299 "Mute" still showing in avatar Context menu, although ↵ | Ramzi Linden | |
label says "Block" The original fix at r6543 created a duplicate node, which breaks localization. Renaming that new node with a unique name=. | |||
2010-01-19 | Merge gooey into viewer 2 | skolb | |
2010-01-19 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-19 | Make AudioStreaming* settings default to 'true' per Sam's request | Rick Pasetto | |
2010-01-19 | Workaround for "Stop on Debugger()/DebugStr()" Xcode setting causing the ↵ | Monroe Linden | |
webkit plugin to crash. | |||
2010-01-19 | coding_policy hook conformance in merge. | Tofu Linden | |
2010-01-19 | merge! | Tofu Linden | |
2010-01-19 | merge. | Tofu Linden | |
2010-01-19 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-19 | merge. | Tofu Linden | |