Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-09 | patching from fixes made in dessie/viewer-release | gabriel lee | |
2010-08-07 | merge from PE's viewer-trunk | Tofu Linden | |
2010-08-07 | merge from PE's viewer-trunk | Tofu Linden | |
2010-08-07 | merge from viewer-release | Tofu Linden | |
2010-08-07 | merge from viewer-release | Tofu Linden | |
2010-08-07 | merge from PE's viewer-release | Tofu Linden | |
2010-08-07 | merge from viewer-release | Tofu Linden | |
2010-08-07 | merge from viewer-release | Tofu Linden | |
2010-08-06 | Fixes for EXT-8563 "VWR-20156: Prim Media on HUDs has no Audio or Interactivity" | Monroe Linden | |
Backed out changeset 1b65d0d42c67 (the fix for EXT-5205), and replaced it with a check in LLPanelPrimMediaControls::nextZoomLevel(). Made LLViewerMediaImpl::calculateInterest() not attempt to calculate distances to HUD attachments, since their global positions are invalid. | |||
2010-08-06 | EXT-4379 FIXED tab_stop parameter initialization that prevented inventory ↵ | Sergei Litovchuk | |
panel from passing focus to folder view's scroll container. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/823/. --HG-- branch : product-engine | |||
2010-08-06 | EXT-4379 FIXED tab_stop parameter initialization that prevented inventory ↵ | Sergei Litovchuk | |
panel from passing focus to folder view's scroll container. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/823/. --HG-- branch : product-engine | |||
2010-08-06 | EXT-3981 FIXED Disabled folder view automatic scrolling while background ↵ | Sergei Litovchuk | |
fetch is in progress. Reviewed by Loren Shih at https://codereview.productengine.com/secondlife/r/835/. --HG-- branch : product-engine | |||
2010-08-06 | EXT-3981 FIXED Disabled folder view automatic scrolling while background ↵ | Sergei Litovchuk | |
fetch is in progress. Reviewed by Loren Shih at https://codereview.productengine.com/secondlife/r/835/. --HG-- branch : product-engine | |||
2010-08-06 | CT-575 WIP FR linguistic | Eli Linden | |
2010-08-06 | CT-575 WIP FR linguistic | Eli Linden | |
2010-08-06 | CT-575 WIP FR linguistic | Eli Linden | |
2010-08-06 | fixed crash on entering build mode | Richard Nelson | |
(transplanted from 72651623d96deee014411daeb82d50452261e0b3) | |||
2010-08-27 | merge | Tofu Linden | |
2010-08-27 | Backed out changeset 7a739cbdce56 | Tofu Linden | |
A proper fix from Richard is coming next. | |||
2010-08-06 | merge | Dave Parks | |
2010-08-06 | Better < operator for LLVolumeFace::VertexData | Dave Parks | |
2010-08-06 | EXT-7963 FIXED (Edit Outfit > Add More > Do not switch to next item type ↵ | Paul Guslisty | |
after add/replace) - Added selected item type (in flat list view) as criterion when determining filter type in 'Add More' panel - Fixed LLAccordionCtrl::getSelectedTab() method. When 'selection_enabled = false' for LLAccordionCtrlTab, LLAccordionCtrl::getSelectedTab() returned NULL, even if some accordion tab was selected. Now it's OK. Method returns currently selected LLAccordionCtrlTab. Recovered from bad merge in 13811 Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/790/ --HG-- branch : product-engine | |||
2010-08-06 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-06 | EXT-8447: FIXED: crash at ↵ | Xiaohong Bao | |
LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp] | |||
2010-08-06 | EXT-8447: FIXED: crash at ↵ | Xiaohong Bao | |
LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp] | |||
2010-08-06 | merge from viewer-release | Tofu Linden | |
2010-08-06 | merge from viewer-release | Tofu Linden | |
2010-08-06 | EXT-8579 FIXED Develop.Avatar.Animation Info should not show asset IDs | Tofu Linden | |
Made it so that you only see real UUIDs if the viewer thinks you are in real godmode. | |||
2010-08-06 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-06 | merge from viewer-release | Tofu Linden | |
2010-08-06 | merge from viewer-release | Tofu Linden | |
2010-08-06 | merge from PE's viewer-release | Tofu Linden | |
2010-08-05 | CT-575 WIP IT translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-05 | CT-575 WIP IT translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-05 | merge | Tofu Linden | |
2010-08-05 | merge | Tofu Linden | |
2010-08-05 | merge | Tofu Linden | |
2010-08-05 | EXT-8304 FIXED [crashhunters] crash in LLKeyframeMotion::deserialize | Tofu Linden | |
Speculative bunch of robustification. Reviewed by Soft. | |||
2010-08-05 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-05 | EXT-8309 FIXED Incorrect French date format in place profile and status bar. | Vadim Savchuk | |
Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/ | |||
2010-08-05 | CT-575 WIP IT translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-05 | EXT-8309 FIXED Incorrect French date format in place profile and status bar. | Vadim Savchuk | |
Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/ --HG-- branch : product-engine | |||
2010-08-05 | EXT-8553 FIXED Substituted "Object Profile" menu item label by "Item ↵ | Andrew Dyukov | |
Profile" in My Outfits. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/836/ --HG-- branch : product-engine | |||
2010-08-05 | fix a merge conflict I forgot to commit earlier. | Tofu Linden | |
2010-08-05 | fix a merge conflict I forgot to commit earlier. | Tofu Linden | |
2010-08-05 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-05 | (hairy) merge from viewer-release | Tofu Linden | |
2010-08-05 | (hairy) merge from viewer-release | Tofu Linden | |
2010-08-05 | merge from PE's viewer-release | Tofu Linden | |
2010-08-04 | merge the fix of SNOW-793: memory leak in LLImageFormatted::appendData | Xiaohong Bao | |