Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-05-05 | MAINT-4009: Patching a small memory leak for when menu items were being ↵ | Stinson Linden | |
created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null. | |||
2014-03-12 | merge with release | Richard Linden | |
2014-02-12 | merge with release | Richard Linden | |
2014-02-10 | Merge viewer-release | simon | |
2013-11-26 | remove excessively complex fixes for MAINT-2914 and MAINT-3142 | Oz Linden | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-10-04 | MAINT-3142 FIXED Hover over highlighting broken in Second Life 3.6.6 (280797) | dmitrykproductengine | |
2013-08-26 | Merge downstream code for CHUIStorm | simon | |
2013-09-26 | MAINT-3163 FIXED Since CHUI, floaters can be moved totally underneath bottom ↵ | maksymsproductengine | |
toolbar buttons and "lost". | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-02 | MAINT-2914 FIXED Mousing over UI elements does not make them light up | dmitry | |
2013-06-11 | CHUI-926 FIXED FUI button will stay highlight(orange) if there are unread ↵ | Mnikolenko ProductEngine | |
IMs when the conversation floater is minimized. | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Merged in Chui beta6+ fixes | prep@lindenlab.com | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-22 | merge with viewer-release | Richard Linden | |
2013-03-21 | CHUI-881 ([CHUIBUG]Viewer crashes when user drag and drop the participant ↵ | Gilbert Gonzales | |
from the people floater to the one of the tool bars): Problem was that the item dragged from the people list was not of type inventoryitem. Instead of casting to an inventoryitem and checking if the item being dragged is a widgit, instead look at the cargo type (which also specifies that the dragged item is a widgit but doesn't need to typecast). | |||
2013-03-14 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
collapsed Orientation enums to all use LLView::EOrientation added ability to display stat bar horizontally | |||
2013-03-11 | Viewer-chui merge | prep | |
2013-02-06 | CHUI-707: "Chat" toolbar button stop flashing after setting toolbar buttons ↵ | AlexanderP ProductEngine | |
view to "Icons only": save/restore flashing states | |||
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2012-11-21 | CHUI-531 FIXED Poor fps in CHUI viewer | maksymsproductengine | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-09-11 | MAINT-1534 Fix for calls to find widgets getting out of hand. | Dave Parks | |
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates refactored LLCoord code to be templated, ultimately to support arbitrary conversions | |||
2012-01-11 | EXP-1549 : Disable the Remove button menu item in the toolbar contextual ↵ | Merov Linden | |
menu if no button clicked | |||
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-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-10-25 | merge | Leyla Farazha | |
2011-10-25 | EXP-1468 Incoming/outgoing call floater tongue position doesn't follow floater | Leyla Farazha | |
2011-10-25 | EXP-1469 FIX -- Changing toolbar from "icons only" to "icons with text" ↵ | Leslie Linden | |
while incoming/outgoing call floater is open causes crash on mac * Updated LLToolBar to call remove and add on all buttons when rebuilding the toolbar. | |||
2011-10-25 | EXP-1398 FIX -- Viewer Crash when moving Speak button from bottom toolbar to ↵ | Leslie Linden | |
side toolbar with call request dialog active on Mac * Added "on button removed" callback for toolbars. * Changed docking on incoming and outgoing call floaters to be undocked when "speak" button removed. Reviewed by Leyla. | |||
2011-10-24 | * Fixed destination guide floater to display on login based on per account | Leslie Linden | |
"DisplayDestinationsOnInitialRun" setting or initial agent SL login. * Added toolbar enumeration for toolbar view so queries for commands can now indicate where the command currently is on the left, right or bottom toolbars. * Updated toybox toolbar button tooltips to indicate where the command currently resides in the view. * Added unused function to allow toolbar buttons to be changed to flash indefinitely. Reviewed by Richard. | |||
2011-10-21 | EXP-1416 FIXED "Speak" and "Voice controls" buttons added as control views ↵ | Seth ProductEngine | |
in LLTransientFloaterMgr to prevent hiding the transient IM floater. | |||
2011-10-20 | * Moved the name storage on the LLCommandId back to the LLCommand itself. | Leslie Linden | |
Reviewed by Merov. | |||
2011-10-19 | * Fixed issue where dragging disabled buttons from the toybox to the toybox | Leslie Linden | |
would remove them from the surrounding toolbars. * Removed dead drag & drop code * Fixed issue where saving didn't necessarily work because toolbar populated with command id's that didn't have associated names. | |||
2011-10-18 | EXP-1348 FIX -- Speak button activated when dragging and dropping between ↵ | Leslie Linden | |
toolbars and moving back to Tool box * Dragging and dropping the speak button will aggressively turn off the microphone now, regardless of the initial state of the button. Reviewed by Richard. | |||
2011-10-17 | * Fixed icon opacity on selected and unselected buttons | Leslie Linden | |
2011-10-17 | fix for not being able to drag disabled buttons | Richard Nelson | |
2011-10-17 | Mac build fix | Leslie Linden | |
2011-10-16 | wip on dragging disabled toolbar buttons | Richard Linden | |
2011-10-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-10-14 | EXP-1336 FIX Move Notifications to upper right | Richard Nelson | |
also made toolbar buttons not trigger if enabled callback returns false | |||
2011-10-14 | EXP-1363 : Fix caret position in multiple lines or columns situation | Merov Linden | |
2011-10-13 | EXP-1331 : Fix the drag to position 0 case I broke while fixing the drag on ↵ | Merov Linden | |
itself case... Aaagh... | |||
2011-10-12 | Pull from richard/viewer-experience-fui | Merov Linden | |