summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-03-19EXP-1841 : Pull the whole Cut and Paste feature in viewer-experienceMerov Linden
2012-03-16EXP-1181 FIX as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates changed settings naming scheme for floater positioning so that related settings appear together in file
2012-03-16Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-03-16CHUI-61 FIX Relative floater positions not written to settings file if ↵Richard Linden
previous settings exist from old viewer apply relative positioning to floaters that are loaded with rects specified from earlier viewer
2012-03-16EXP-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-16EXP-1915 : Fetch recursively folders when selectedMerov Linden
2012-03-16EXP-1841 : pull from current viewer-experience.Merov Linden
2012-03-16CHUI-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-14EXP-1841 : Comments clean upMerov Linden
2012-03-14CHUI-59 FIX Floater stacking offset only occurs first time a floater is openedRichard Linden
changed stacking logic to attempt to stack against any floater that is cascade head *or* in a cascade group
2012-03-14CHUI-60 FIX Initial chat bubble from object is incorrectly sized on loginRichard Linden
bad XUI
2012-03-13EXP-1924 : Relax the cconsistency policy between text and UUID on the clipboard.Merov Linden
2012-03-13EXP-1915 : Rewrote the fetching mechanism for folders making it truly recursive.Merov Linden
2012-03-13CHUI-56 FIXED Fixed a crash when deleting multiple inventory folders.Vadim ProductEngine
2012-03-12MergeMerov Linden
2012-03-12EXP-1914 : Fix the evaluation of isClipboardPasteable() when the clipboard ↵merov
is in cut mode.
2012-03-12EXP-1922 : Skip the clipboard elements when purging the trash when in cut modeMerov Linden
2012-03-12sync with viewer-developmenteli
2012-03-09EXP-1913 : Suppress the text concatenation on clipboard, unused and confusing.Merov Linden
2012-03-09EXP-1915 : Disable copy/cut options for folders as long as all items in them ↵Merov Linden
are not present.
2012-03-09EXP-1913 : Prevent text clipboard to zap inventory clipboardMerov Linden
2012-03-09merge changes for vmrg-225Oz Linden
2012-03-09merge changes for vmrg-223Oz Linden
2012-03-09merge changes for vmrg-230Oz Linden
2012-03-09merge changes for vmrg-227Oz Linden
2012-03-09merge changes for vmrg-226Oz Linden
2012-03-08EXP-1917 : Suppress clean up callback now that we move things to the trash ↵Merov Linden
immediately
2012-03-07EXP-1912 : Fix the substring filtering I broke while trying to fix 1912 the ↵Merov Linden
first time around.
2012-03-06EXP-1767 WIP Received Items panel state does not persist between sessionsRichard Linden
added get/setTargetDim() for managing layout_panel size even if its collapsed/invisible/etc
2012-03-06EXP-1767 WIP Received Items panel state does not persist between sessionsRichard 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-06fixed some log warnings resulting from missing "name" attributes in ↵Richard Linden
menu_viewer.xml
2012-03-05CHUI-55 FIX Floaters that have set positions from old viewer versions can ↵Richard Linden
appear off screen until user repositions the floaters manually
2012-03-05EXP-1917 : Fix items coming back in folders when quit after cut.Merov Linden
2012-03-05EXP-1912 : Fix filtering of folders when those are being cut.Merov Linden
2012-03-02EXP-1911 : Fix the filter resetting, using U64 values where needed.Merov Linden
2012-03-01EXP-1841 : change mState to mGeneration in LLClipboard.Merov Linden
2012-03-01EXP-1841 : Use std::vector instead of LLDynamicArray in LLClipboard.Merov Linden
2012-03-01EXP-1841 : Use instance instead of getInstance on LLClipboard singleton.Merov Linden
2012-03-01sync with viewer-developmenteli
2012-03-01Pull from viewer-experienceMerov Linden
2012-03-01CHUI-55 FIX Floaters that have set positions from old viewer versions can ↵Richard Linden
appear off screen until user repositions the floaters manually
2012-02-29increment viewer version to 3.3.1Oz Linden
2012-02-29added dummy file to assist in forcing tc buildsRichard Linden
2012-02-29merge changes for vmrg-231Oz Linden
2012-02-29merge changes for sh-2963Oz Linden
2012-02-28SH-2908 Reset graphics drivers to "low" if viewer crashes when allocating ↵Dave Parks
deferred rendering targets.
2012-02-28SH-2908 Fix for incompatibility issue with GLSL 1.30Dave Parks
2012-02-28Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-02-28EXP-1918 FIX Floaters that are stacked are not offsetRichard Linden
EXP-1919 FIX Resizing viewer window with minimized floaters can result in floaters appearing off screen when un-minimized
2012-02-28EXP-1888 FIX Update text for emtpy Received Items folder in the ViewerRichard Linden