summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-08Total fix for shadows going wonky at altitude.Dave Parks
2010-04-08Fix for shadows going crazy at high altitudes.Dave Parks
2010-04-07Fix for build failing.Dave Parks
2010-04-07mergeDave Parks
2010-04-07Whitespace trimming.Dave Parks
2010-04-07mergeDave Parks
2010-04-07MergeEli Linden
2010-04-07ES linguisticEli Linden
2010-04-07Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkXiaohong Bao
2010-04-07fix for all wierd crashes happening to lltexturecache.cpp, cuased by running ↵Xiaohong Bao
viewer 2.0 and viewer 1.23 at the same time. Specifically for the following jiras: EXT-6692: crash at LLTextureCache::readEntryFromHeaderImmediately [secondlife-bin lltexturecache.cpp:1145] EXT-6691: crash at LLTextureCache::writeEntryToHeaderImmediately [secondlife-bin lltexturecache.cpp:1126] possible fix for EXT-6567: crash at LLImageBase::allocateData [secondlife-bin llimage.cpp:170]
2010-04-07mergeDave Parks
2010-04-07Shadow aliasing fix WIPDave Parks
2010-04-07mergeDave Parks
2010-04-07mergeRichard Linden
2010-04-07MergeEli Linden
2010-04-07mergeRichard Linden
2010-04-07EXT-4885 - [DnD] cannot drag slurls from Google Chrome into SL on windowsRichard Linden
2010-04-07merge from viewer-trunkTofu Linden
2010-04-07Update Linux build of LLQtWebKit library.Tofu Linden
This was built from: revision c02879cea1c0070eb264e261d316a77d420741c7 in http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch) revision f35a5eab8c2f in http://bitbucket.org/lindenlab/llqtwebkit/ (currently head of the 'cookie-api' branch)
2010-04-07merge from viewer-trunkTofu Linden
2010-04-07PE merge from pe-viewer-trunkTofu Linden
2010-04-07mergeTofu Linden
2010-04-07Fixed critical bug EXT-1655 ([BSI] Always flying after pressing "Stand" to ↵Eugene Mutavchi
stand up from an object) - moved restoring the flying of the agent before calling the mAutoPilotFinishedCallback, to allow finished callback to change it. - fixed LLVOAvatar::sitOnObject() to set mIsSitting = TRUE before stoping the autopilot, like it was in 1.23 version. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/185/ --HG-- branch : product-engine
2010-04-07Fixed normal bug EXT-6600(Block List button in Preferences does nothing ↵Eugene Mutavchi
prior to login (should be disabled)) - added disabling of Block List button if user is not logged in. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/186/ --HG-- branch : product-engine
2010-04-07fix to the SLE backout.Tofu Linden
2010-04-07merged backout.Tofu Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-04-07apply latest ssreflections tweaks to class2 and class3.Tofu Linden
2010-04-07mergeYuri Chebotarev
--HG-- branch : product-engine
2010-04-07tidy up ssreflections comments and structure a bit.Tofu Linden
2010-04-07Done normal task EXT-6583 ([TRUNCATION] build > select build tool > create ↵Mike Antipov
tool > texture tab) * Increased spinners' "width" & "label_width" attribute values. Updated checkboxes & "Apply" button placement to be accommodated in tab. The longest label is in 'DE' locale. * Also removed overrides of these widgets in 'fr' & 'it' locales Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/183/ --HG-- branch : product-engine
2010-04-07(work in progress) EXT-6564(major) - Fix wearable editing panels.Dmitry Zaporozhan
Updated layout of all Edit Wearable panels. Disabled editing of no-modify wearable. Disabled "Save As" for no-copy wearable. Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/170/ --HG-- branch : product-engine
2010-04-07fixed EXT-5842 There is a lot of unused space in the online/offline toasts,Alexei Arabadji
- decreased on/offline notification toasts width from 305 to 220px; - added toast right alignment; - made toasts for long avatar names taller (according to max length of avatar full name(63 characters) made 3 max line of message text in online/offline toasts, also corrected initial geometry parameters of panel_online_status_toast.xml to allow method LLToastPanel::snapToMessageHeigh works correctly); reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/182/ --HG-- branch : product-engine
2010-04-07Fixed major bug EXT-6534 (Snapshot to Disk with Custom Size, selecting ↵Mike Antipov
Constrain Proportions causes snapshot of the active window with a background to the correct size but the window the same size as original, instead of proportionally changing the active window size.) * The reason: completely broken functionality to keep all the GUI controls in sync with the saved settings and Preview image state. Issue occurred while upgrading snapshot/social media floater (changeset (1acc14a5e7ac) New snapshot/social media floater) * Fix: added disabling of floater's buttons depend on snapshot is up to date ("Share Snapshot", "Save Snapshot", "Set As Profile Pic", "Share To Web", "Email Snapshot", "Save To My Inventory", "Save To My Computer"). QA Note: other controls should be checked against necessity to disable them while changing snapshot settings. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/181/ --HG-- branch : product-engine
2010-04-07mergeYuri Chebotarev
--HG-- branch : product-engine
2010-04-06mergeDave Parks
2010-04-06Cleanup from review.Dave Parks
2010-04-06fix model importer to create a single coalesced object.Karl Stiefvater (qarl)
2010-04-06extra diffuse sample in ssreflection to decrease aliasing.Tofu Linden
2010-04-06Rigged attachments (almost works).Dave Parks
2010-04-06ES linguisticEli Linden
2010-04-06merge from viewer-trunkTofu Linden
2010-04-06merge from viewer-2-0Tofu Linden
2010-04-06merge from viewer-trunkTofu Linden
2010-04-06Resurrect 'Sun' menu options.Tofu Linden
These seem to have been clobbered by some bad XML merging that probably came in with 73f60e5518af / EXT-3531
2010-04-06Fixed major bug EXT-6718 (Top menu: 'Build' and 'Help' items are absent).Vadim Savchuk
Restoring comment end marker, accidentally removed in changeset 73f60e5518af. Trivial change, not reviewed. --HG-- branch : product-engine
2010-04-06Fixed major bug EXT-6572 (EXT-6572 ([VARIABLE IN WRONG PLACE] in Taskbar ↵Paul Guslisty
\"Kaufen L$\" should be \"L$ kaufen\") - Removed the L$ graphic and made \"L$\" part of the label string. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/172/ --HG-- branch : product-engine
2010-04-06YET another hairy merge from viewer-trunk. Conflicts resolved... so far.Tofu Linden
2010-04-06un-hairy merge from viewer-trunkTofu Linden
2010-04-06sigghhhh, yet more conflict resolution from the viewer-trunk merge. ↵Tofu Linden
actually builds now. let's see if it runs and works.