Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-19 | Automated merge with https://hg.productengine.com/secondlife/viewer-2-0/ | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-03-19 | Related to EXT-5986 ([HARD CODED]. "You paid ...... L$... " - message needs ↵ | Andrew Dyukov | |
translation) - Slightly modified regexp to avoid adding of extra space after names and also made demands to the end of the message string more strict by escaping "." Reviewed by Kent at https://codereview.productengine.com/secondlife/r/55/ --HG-- branch : product-engine | |||
2010-03-19 | Merged with viewer-offers | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-03-19 | Merge | Kent Quirk | |
2010-03-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Xiaohong Bao | |
2010-03-18 | fix for EXT-6465: sometimes the texture fetching queue is never empty. | Xiaohong Bao | |
2010-03-18 | Merge. | Kent Quirk | |
2010-03-18 | Merge of PE merge with extra head | Kent Quirk | |
2010-03-18 | Fix for EXT-6304: Shared media cookies cannot be deleted via Preferences | Monroe Linden | |
Added static member functions to LLViewerMedia: clearAllCookies(), clearAllCaches(), setCookiesEnabled(), and setProxyConfig(). These iterate through all loaded instances and send appropriate messages. Also added a hack to clearAllCookies() to delete cookie files for all accounts, which should serve until we centralize cookie storage. Made LLViewerMedia set the proxy config properly when creating new instances. Callum is adding code to do something similar with the cookies enabled flag in a separate commit. Removed get_web_media from llfloaterpreference.cpp and reworked everything that used it to use the new LLViewerMedia functions instead. Reviewed by Callum at http://codereview.lindenlab.com/838003. | |||
2010-03-18 | Merge | Kent Quirk | |
2010-03-18 | EXT-5549 - Can't Select Last Character In Chat Window | Richard Linden | |
2010-03-18 | Merge | Kent Quirk | |
2010-03-18 | Merge | Eli Linden | |
2010-03-18 | VWR-18276 en_xui_change | Eli Linden | |
2010-03-18 | Merge | Kent Quirk | |
2010-03-18 | EXT-6401 - Add feature to disable Javascript via prefs (updates Mac ↵ | Callum Prentice | |
LLQtWebKit - via patch from Monroe) | |||
2010-03-18 | EXT-6466 "Move "Enable Cookies" checkbox...", EXT-6402 "Add feature to ↵ | Callum Prentice | |
disable Web plugins via prefs" and EXT-6401 "Add feature to disable Javascript via prefs" Apologies for the multiple commit of Jiras - these changes are closely related and impossible to commit deparately Reviewed by Monroe | |||
2010-03-18 | EXT-5923 - Change play/pause behavior of Nearby Media affordance | Richard Linden | |
reviewed by BenGlenn | |||
2010-03-18 | Merge | Kent Quirk | |
2010-03-18 | Restore function lost in bad merge. | Kent Quirk | |
2010-03-18 | merge | Richard Linden | |
2010-03-18 | EXT-6402 - Add support for enable/disable of Plugins (Flash) within WebKit ↵ | Richard Linden | |
to Viewer Prefs fixed radio item values so they work in true and false cases for UseExternalBrowser reviewed by Callum | |||
2010-03-18 | VWR-17631 en_xui_change | Eli Linden | |
2010-03-18 | EXT-5849 - [crashhunters] Crash in LLView::drawChildren() | Richard Linden | |
attempted fix by removing gesture combo popup lists from floater view holder reviewed by Leyla | |||
2010-03-18 | merge from hotfix to viewer-2-0 and resolve conflicts | Kent Quirk | |
2010-03-18 | FR cycle8 translation for beta5 | Eli Linden | |
2010-03-18 | linguistic | Eli Linden | |
2010-03-18 | merge | Richard Linden | |
2010-03-18 | EXT-6426 - Role titles with UTF-8 characters prevent login when enabled | Richard Linden | |
reviewed by Monroe | |||
2010-03-18 | fixing linux build errors from bao's checkin for EXT-6093 | Nyx (Neal Orman) | |
viewer wouldn't compile under linux, due to gcc being paranoid about a few things. Fixed them up and got them reviewed. Code reviewed by bao. | |||
2010-03-18 | Related to EXT-5909 (Accepted/declined inventory offer shouldn't spawn chiclet). | Andrew Dyukov | |
- Removed unnecessary string in strings.xml and substituted it in code with existing one. --HG-- branch : product-engine | |||
2010-03-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nyx (Neal Orman) | |
2010-03-18 | Merge | Eli Linden | |
2010-03-18 | CT-575 DA translation for beta 5 new file | Eli Linden | |
2010-03-18 | CT-575 DA translation for beta 5; JA linguistic | Eli Linden | |
2010-03-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nyx (Neal Orman) | |
2010-03-18 | EXT-5851 EXT-5422 crash on texture upload | Nyx (Neal Orman) | |
Uploading texture caused the dummy avatar preview to initialize its joints twice removing extra call to initInstance removed the crash in LLJoint. Verified repro no longer crashes viewer. Code reviewed by Vir. | |||
2010-03-18 | Implemented normal task EXT-5986 ([HARD CODED]. "You paid ...... L$... " - ↵ | Andrew Dyukov | |
message needs translation). String is server side hardcoded! - Moved strings to strings.xml - Parsed incoming "You paid" messages in code via regex --HG-- branch : product-engine | |||
2010-03-18 | oops, type right before commit :( | Richard Linden | |
2010-03-18 | EXT-6389 Fix for numbers in edit appearance not showing up on Mac. | Dave Parks | |
2010-03-18 | merge | Richard Nelson | |
2010-03-18 | EXT-6347 - Crash when clicking on member's section of Oskar Linden Fanclub | Richard Nelson | |
reviewed by Callum | |||
2010-03-18 | manual merge -r 10503 | Alexei Arabadji | |
2010-03-18 | Merge | Eli Linden | |
2010-03-18 | DE cycle8 translation for beta 5; FR linguistic | Eli Linden | |
2010-03-18 | fixed EXT-5630 “nearby chat flickers when top line fades out”, | Alexei Arabadji | |
used reverse order to provide correct z-order and avoid toast blinking caused by z-reordering; reviewed by Vadim at https://codereview.productengine.com/secondlife/r/57/ | |||
2010-03-18 | (EXT-5982) [FRAGMENTATION] L$ kaufen window (Buy L$) | Sergei Litovchuk | |
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/56/ --HG-- branch : product-engine | |||
2010-03-18 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-03-18 | set default viewer window size to 1024x738 EXT-4820 [NUX] Viewer dimensions ↵ | Igor Borovkov | |
on first-run Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/69/ --HG-- branch : product-engine | |||
2010-03-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Xiaohong Bao | |