| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-30 | merge changes for vmrg-229 | Oz Linden | |
| 2012-03-30 | merge changes for vmrg-233 | Oz Linden | |
| 2012-03-30 | MAINT-813 FIXED Potential fix for a crash at ↵ | Vadim ProductEngine | |
| LLViewerRegion::getPosGlobalFromRegion. As far as I can tell, if login fails with the "Region has begun the logout process" message, gAgentAvatarp gets destroyed, which leads to the crash. Adding a check that should prevent it (could not reproduce to make sure). | |||
| 2012-03-27 | CHOP-854: Use new LLInventoryModel::removeObject() to discard offer. | Nat Goodspeed | |
| Introduce new LLInventoryModel::removeCategory() method comparable to removeItem(), but for folder objects (using changeCategoryParent() rather than changeItemParent()). Introduce removeObject() method that calls one of the above, depending on runtime object type. | |||
| 2012-03-27 | CHOP-854: Make LLInventoryModel::removeItem() call changeItemParent(). | Nat Goodspeed | |
| The body of removeItem() was already nearly identical to the body of changeItemParent(); this eliminates the redundancy. Improve logging for changeItemParent(). | |||
| 2012-03-27 | CHOP-854: move change_(item|category)_parent() into LLInventoryModel. | Nat Goodspeed | |
| It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review. | |||
| 2012-03-27 | MAINT-710: Fix for VertexBufferStrider could not find valid vertex data. ↵ | Oz Linden | |
| (from Firestorm) | |||
| 2012-03-27 | Tweaked the sun's glow to be less powerful. | Jonathan Goodman | |
| 2012-03-26 | OPEN-138 Intermittent write to character/new archetype.xml from ↵ | Nicky Perian | |
| Develop->Avatar-> Character Tests->Apperance To XML. Add explicit outfile.close() method before returning to caller. Add llinfos for file location as a troubleshooting aid. | |||
| 2012-04-02 | storm-64: Local Textures | Vaalith Jinn | |
| 2012-03-26 | merge | Dave Parks | |
| 2012-03-26 | Merging latest changes for normalized blinn-phong. | Jonathan Goodman | |
| 2012-03-23 | EXP-1925 WIP Inventory folders being pasted to are hidden during a paste ↵ | Richard Linden | |
| operation potential fix by not changing mostfiltereddescendant flag when dirtying folder as new contents arrive | |||
| 2012-03-23 | fix for gcc | Richard Linden | |
| 2012-03-22 | CHUI-68 FIX Using arrow keys to scroll through inventory folders does not ↵ | Richard Linden | |
| scroll content in view as a side effect, "My Inventory" is not selected by default auto selection of filtered items now reliably turns itself off as soon as user scrolls or moves keyboard focus to inventory | |||
| 2012-03-22 | Automated merge with http://hg.secondlife.com/viewer-release | Richard Linden | |
| 2012-03-22 | STORM-1822 Change size of Block button in dialog boxes to help prevent ↵ | Jonathan Yap | |
| accidental clicks | |||
| 2012-03-19 | EXP-1841 : Pull the whole Cut and Paste feature in viewer-experience | Merov Linden | |
| 2012-03-16 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
| 2012-03-16 | EXP-1767 FIX (Received Items panel state does not persist between sessions) | Richard Linden | |
| made received items not auto resizable save/restore received items height on collapse/expand | |||
| 2012-03-16 | EXP-1915 : Fetch recursively folders when selected | Merov Linden | |
| 2012-03-16 | EXP-1841 : pull from current viewer-experience. | Merov Linden | |
| 2012-03-16 | CHUI-53 FIXED vertical scroll bar in inventory floater to appear when ↵ | Seth ProductEngine | |
| horizontal scroll bar hides last item in folder view. Added a scroll container which provides the information about the height of currently displayed folder view contents. It is used for updating vertical scroll bar visibility in inventory panel. | |||
| 2012-03-14 | EXP-1841 : Comments clean up | Merov Linden | |
| 2012-03-14 | CHUI-60 FIX Initial chat bubble from object is incorrectly sized on login | Richard Linden | |
| bad XUI | |||
| 2012-03-13 | EXP-1915 : Rewrote the fetching mechanism for folders making it truly recursive. | Merov Linden | |
| 2012-03-13 | CHUI-56 FIXED Fixed a crash when deleting multiple inventory folders. | Vadim ProductEngine | |
| 2012-03-12 | Merge | Merov Linden | |
| 2012-03-12 | EXP-1914 : Fix the evaluation of isClipboardPasteable() when the clipboard ↵ | merov | |
| is in cut mode. | |||
| 2012-03-12 | EXP-1922 : Skip the clipboard elements when purging the trash when in cut mode | Merov Linden | |
| 2012-03-12 | sync with viewer-development | eli | |
| 2012-03-09 | EXP-1915 : Disable copy/cut options for folders as long as all items in them ↵ | Merov Linden | |
| are not present. | |||
| 2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
| 2012-03-09 | merge changes for vmrg-230 | Oz Linden | |
| 2012-03-09 | merge changes for vmrg-227 | Oz Linden | |
| 2012-03-09 | merge changes for vmrg-226 | Oz Linden | |
| 2012-03-07 | EXP-1912 : Fix the substring filtering I broke while trying to fix 1912 the ↵ | Merov Linden | |
| first time around. | |||
| 2012-03-06 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
| ensure that layout stack has updated its layout before manually resizing one of its elements (which was causing the manual resize to be stomped on by the newly triggered layout update) made layout stack animation occur even when layout stack not visible (inventory will appear in proper open/closed state) LLView::setShape() now only calls handleReshape() when dimensions change removed extraneous calls to LLLayoutStack::updateClass() so that it should be called only once per frame now, allowing it to limit animation updates to layout stacks to one per frame. fixed rendering glitches arising from reshaping LLFolderView while in the middle of its draw() method | |||
| 2012-03-06 | fixed some log warnings resulting from missing "name" attributes in ↵ | Richard Linden | |
| menu_viewer.xml | |||
| 2012-03-05 | EXP-1917 : Fix items coming back in folders when quit after cut. | Merov Linden | |
| 2012-03-05 | EXP-1912 : Fix filtering of folders when those are being cut. | Merov Linden | |
| 2012-03-02 | EXP-1911 : Fix the filter resetting, using U64 values where needed. | Merov Linden | |
| 2012-03-01 | EXP-1841 : change mState to mGeneration in LLClipboard. | Merov Linden | |
| 2012-03-01 | EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. | Merov Linden | |
| 2012-03-01 | sync with viewer-development | eli | |
| 2012-03-01 | Pull from viewer-experience | Merov Linden | |
| 2012-02-29 | merge changes for vmrg-231 | Oz Linden | |
| 2012-02-29 | merge changes for sh-2963 | Oz Linden | |
| 2012-02-28 | SH-2908 Reset graphics drivers to "low" if viewer crashes when allocating ↵ | Dave Parks | |
| deferred rendering targets. | |||
| 2012-02-28 | EXP-1888 FIX Update text for emtpy Received Items folder in the Viewer | Richard Linden | |
