Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-25 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden | |
2012-05-22 | merge changes for DRTVWR-152 | Oz Linden | |
2012-05-22 | merge changes for DRTVWR-149 | Oz Linden | |
2012-05-18 | MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floaters | Richard Linden | |
don't auto position other floater when it is hosted | |||
2012-05-18 | MAINT-938 ADDITIONAL FIX (Make debit-permissions dialog give a stronger warning) | Paul ProductEngine | |
- Requested permissions are added dynamically to the dialog's footer - And the footer is not shown when it is empty | |||
2012-05-17 | MAINT-938 FIXED (Make debit-permissions dialog give a stronger warning) | Paul ProductEngine | |
- Added new tag called "footer" to the notification. This tag allows to display messages under the buttons in toasts. - Created new class LLToastScriptQuestion for the "ScriptQuestionCaution" notification. This notification supports tag <footer>. | |||
2012-05-09 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-05-02 | merge viewer-release to drano | Brad Payne (Vir Linden) | |
2012-04-27 | PATH-585: Adding an initial notification for when a server-side automatic ↵ | Todd Stinson | |
unfreeze occurs. | |||
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-25 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-04-17 | DRTVWR-139: merge back 3.3.1-beta2 fixes | Oz Linden | |
2012-04-14 | Touched a file to fix the TC build. | Seth ProductEngine | |
2012-04-03 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-03-30 | merge changes for vmrg-233 | Oz Linden | |
2012-03-28 | MAINT-405 FIXED ([PUBLIC]Ctrl W does not properly close IM tabs using tabbed ↵ | Paul ProductEngine | |
IM in 2.x/3.x) - Now tabs are closed with Ctrl+W as expected | |||
2012-03-23 | CHUI-70 FIX Build floater and other floaters opened in default position ↵ | Richard Linden | |
become centered in viewer when object is built or viewer resized always initialize mPosition | |||
2012-03-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-03-21 | CHUI-61 FIX Relative floater positions not written to settings file if ↵ | Richard Linden | |
previous settings exist from old viewer | |||
2012-03-21 | CHUI-61 FIX Relative floater positions not written to settings file if ↵ | Richard Linden | |
previous settings exist from old viewer | |||
2012-03-20 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-03-20 | CHUI-61 FIX Relative floater positions not written to settings file if ↵ | Richard Linden | |
previous settings exist from old viewer only write back floater positioning information generated from legacy saved rect after reading any new floater positioning info | |||
2012-03-19 | EXP-1841 : Pull the whole Cut and Paste feature in viewer-experience | Merov Linden | |
2012-03-19 | merge viewer-thx-runway-shared-1 to runway | Brad Payne (Vir Linden) | |
2012-03-16 | EXP-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-16 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-03-16 | CHUI-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-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-15 | added stats tracking for texture/object cache hit rates and texture cache ↵ | Richard Linden | |
read latency | |||
2012-03-14 | CHUI-59 FIX Floater stacking offset only occurs first time a floater is opened | Richard Linden | |
changed stacking logic to attempt to stack against any floater that is cascade head *or* in a cascade group | |||
2012-03-13 | EXP-1924 : Relax the cconsistency policy between text and UUID on the clipboard. | Merov Linden | |
2012-03-13 | pull and merge from viewer-development | prep | |
2012-03-09 | EXP-1913 : Suppress the text concatenation on clipboard, unused and confusing. | Merov Linden | |
2012-03-09 | EXP-1913 : Prevent text clipboard to zap inventory clipboard | Merov Linden | |
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-03-08 | EXP-1917 : Suppress clean up callback now that we move things to the trash ↵ | Merov Linden | |
immediately | |||
2012-03-06 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
added get/setTargetDim() for managing layout_panel size even if its collapsed/invisible/etc | |||
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 | texture view console tweaks | Brad Payne (Vir Linden) | |
2012-03-06 | via richard - fix to keep texture debug console anchored at the top | Brad Payne (Vir Linden) | |
2012-03-05 | CHUI-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-01 | EXP-1841 : change mState to mGeneration in LLClipboard. | Merov Linden | |
2012-03-01 | EXP-1841 : Use std::vector instead of LLDynamicArray 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-03-01 | CHUI-55 FIX Floaters that have set positions from old viewer versions can ↵ | Richard Linden | |
appear off screen until user repositions the floaters manually |