Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-22 | Automated merge with http://hg.secondlife.com/viewer-release | Richard Linden | |
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-09 | EXP-1915 : Disable copy/cut options for folders as long as all items in them ↵ | Merov Linden | |
are not present. | |||
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 | 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 | EXP-1888 FIX Update text for emtpy Received Items folder in the Viewer | Richard Linden | |
2012-02-24 | EXP-1181 FIX As a designer, I would like to specify default floater ↵ | Richard Linden | |
positions using relative coordinates fixed bug where resizing window would cause stacked floaters to move relative to each other renamed positioning enums to reflect the fact that they apply all the time now, not just when opening floaters | |||
2012-02-24 | EXP-1181 FIX As a designer, I would like to specify default floater ↵ | Richard Linden | |
positions using relative coordinates floaters given specified positions will stay in that location floaters that stack will treat that as a specified position moving any floater will switch to relative positioning mode cleaned up some XUI where widgets were relying on a default height of 10 pixels | |||
2012-02-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge | Richard Linden | |
2012-02-23 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
made Set Window Size correctly set interior window rect, preserving measured dimensions | |||
2012-02-23 | EXP-1335 FIXED empty folders not draggable between Inventory windows. | Seth ProductEngine | |
Added filtering empty folders as any other folder view item. This enables dragging empty folders between Inventory floaters when they pass the filter. | |||
2012-02-23 | EXP-1910 FIXED (Viewer usually crashes whith empty list of voice morphs ) | paulgproductengine | |
- Added missed strings to the XML - Just adding unlocalized name to the effects list if localized string was not found in XML. I think it's a better than throwing an error. | |||
2012-02-23 | EXP-1909 FIXED (Pasted gesture displayed twice) | paulgproductengine | |
- Refreshing gesture list after an item was copied | |||
2012-02-23 | EXP-1895 : Fix the evaluation of visible children in folders | Merov Linden | |
2012-02-23 | EXP-1908 FIXED (Gesture floater is not refreshed when deleting more then one ↵ | paulgproductengine | |
gesture from Inventory) - Updating moved items, to update model's modify mask. | |||
2012-02-22 | EXP-1905, EXP-1911: Be a bit less forcefull when updating the filter after a ↵ | Merov Linden | |
change on the clipboard | |||
2012-02-22 | Windows build fix. | Seth ProductEngine | |
2012-02-22 | EXP-1335 FIXED Dragging folders into Recent Items disabled. | Seth ProductEngine | |
- Dragging folder into Recent Items disabled, but allowed within Recent Items. - Dragging Contents folder from task inventory disabled. - Filtering folder contents upon dragging to any inventory panel added, to make the behavior consistent with items filtering during DnD. | |||
2012-02-22 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-20 | EXP-1904 FIXED (Estate tab in Region/Estate floater does not display estate ↵ | paulgproductengine | |
name or owner name) - Added updating for Estate name and Estate owner name | |||
2012-02-17 | EXP-1906 : Allow cut of folders in place panel. | Merov Linden | |
2012-02-17 | EXP-1897 : Suppress the copy of UUID on text clipboard when copy/cut items ↵ | Merov Linden | |
(back to old behavior). | |||
2012-02-17 | EXP-1894 : Fix the handling of no-copy items on the clipboard (can cut, can ↵ | Merov Linden | |
paste once but not twice and cannot copy). Also work on folders with no-copy items. | |||
2012-02-17 | EXP-1902, EXP-1903 : Move items cut to the trash when clipboard reset. | Merov Linden | |
2012-02-17 | made avatar rotation threshold configurable via a setting | Richard Linden | |
2012-02-16 | EXP-1900 : Fix crash in filtering | Merov Linden | |
2012-02-16 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
Save *window* width and height, not client area | |||
2012-02-16 | EXP-1896 : Prevent recursively copying of folders onto themselves | Merov Linden | |