Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-16 | Merge from viewer-experience | Leslie Linden | |
2011-12-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-13 | EXP-1551 FIX Ability to toggle button flashing | Richard Linden | |
added "EnableButtonFlashing" setting | |||
2011-12-12 | Merge with latest from viewer-experience | Leslie Linden | |
2011-12-12 | Added missing line end to satisfy coding policy | Leslie Linden | |
2011-12-12 | EXP-1711 FIX LLWindowShade doesn't stack multiple notifications | Richard Linden | |
added configurable shade color to window_shade | |||
2011-12-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-12 | EXP-1711 FIX LLWindowShade doesn't stack multiple notifications | Richard Linden | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-09 | Moved outbox import confirmations to window shades on the merchant outbox ↵ | Leslie Linden | |
floater, rather than modal dialogs. | |||
2011-12-08 | EXP-1512 FIX changing UI size changes cursor position in notecards | Richard Linden | |
2011-12-07 | Merge with latest viewer-experience | Leslie Linden | |
2011-12-07 | Crash workaround when opening toats windows after a long session. | Leslie Linden | |
2011-12-07 | EXP-1652 FIX (Build tool floater size affected by viewer window size) | Richard Linden | |
force all floaters to have follows flags = FOLLOWS_NONE and use llfloaterview::reshape logic instead removed existing follows flags from any floater XUI and deprecated the follows parameter for floaters | |||
2011-12-02 | EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵ | Leslie Linden | |
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10. | |||
2011-12-02 | EXP-1476 FIXED (Moving speak button to empty toolbar while incoming/outgoing ↵ | Paul ProductEngine | |
call dialog is open does not move the dialog as well) Reason: A floater can be docked only to a button which is in visible chain, the visibility of the button itself is not enough. After the button was added to the empty toolbar: mButtonAddSignal is called and the floater tries to dock to the button, but the button's parent(mButtonPanel) is yet invisible at this moment (so the button is not in visible chain). mButtonPanel visibility updates in draw() depending on whether it contains some buttons or not. Solution: Updating mButtonPanel visibility right after the button was added, before mButtonAddSignal | |||
2011-12-01 | Build fixes for mac, hopefully Linux too | Leslie Linden | |
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-29 | merge | Dave Parks | |
2011-11-29 | merge | Dave Parks | |
2011-11-29 | merge | Dave Parks | |
2011-11-28 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-11-28 | removed unneeded changeversion tracking in param blocks in favor of a ↵ | Richard Linden | |
simpler dirty bit | |||
2011-11-28 | Automated merge with ↵ | Xiaohong Bao | |
https://bitbucket.org/VirLinden/viewer-development-shining-fixes | |||
2011-11-28 | a try fix for sh-2651: [crashhunters] Crash after google translate failure | Xiaohong Bao | |
and sh-2658: crash in LLPluginMessage::parse | |||
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-26 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge | Richard Linden | |
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-23 | SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵ | Leslie Linden | |
idle calls. Reviewed by davep. | |||
2011-11-15 | SH-1865 PROGRESS -- Disable the anti-aliasing control on hardware our code ↵ | Leslie Linden | |
doesn't support for anti-aliasing | |||
2011-11-15 | EXP-1588 FIX Floaters do not snap to edge | Richard Linden | |
made non-movable floaters not use auto-follow logic toasts will now use own layout logic | |||
2011-11-15 | SH-2591 WIP -- fix for UI disappearing, introduces some artifacts in ↵ | Dave Parks | |
rotation ring, committing to debug elsewhere | |||
2011-11-14 | Removed unused variable to fix the mac build | Leslie Linden | |
2011-11-14 | EXP-1588 WIP Floaters do not snap to edge | Richard Linden | |
2011-11-11 | EXP-1504 : Move the tab opening stuff to lltabcontainer and out of llbutton. ↵ | Merov Linden | |
Added an xui param to allow drill through tabs. Set that param for build panel only. | |||
2011-11-10 | EXP-1504 : Allow opening of tab in tab containers when drag and dropping ↵ | Merov Linden | |
things. Added new param to LLButton to handle this (off by default). Refactor lltabcontainer code a bit while at it. | |||
2011-11-10 | fixed build | Richard Linden | |
fixed handle downcast not initiating handle | |||
2011-11-10 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-09 | EXP-1482 FIX LLInitParam::Parser spam in secondlife.log file when entering a ↵ | Richard Linden | |
search term in location bar launching the search window reviewed by Merov | |||
2011-11-08 | LLHandle<Derived> is now implicitly convertable to LLHandle<Base> and ↵ | Richard Linden | |
LLHandle<Base> can be downcast to LLHandle<Derived> using the LLHandleProvider mixin | |||
2011-11-08 | merge changes for vmrg-182 | Oz Linden | |
2011-11-07 | finished removing remnants of media browser | Richard Linden | |
2011-11-07 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-04 | SH-2652 Don't allocate 6000+ strings every frame | Dave Parks | |
2011-11-03 | EXP-1533 FIX -- As a FUI user, I'd like to be able to remove toolbar buttons ↵ | Leslie Linden | |
without having to drag them anywhere * Added "Remove this button" option to the toolbar context menu * Added code to track the right mouse click and execute the action to remove the appropriate button on the toolbar. Reviewed by surly leyla | |||
2011-11-02 | merge | Leyla Farazha | |
2011-11-02 | merge | Dave Parks | |
2011-11-01 | cleaned up and commented some code | Richard Linden | |
2011-11-01 | EXP-1472 FIXED (More spillover list scrolls up after selecting any content ↵ | Paul ProductEngine | |
menu item) - Saving last scroll position of menu | |||
2011-11-01 | STORM-1677 FIXED Fixed gcc 4.5 build. | Vadim ProductEngine | |