summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2011-11-29mergeDave Parks
2011-11-28Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-11-28removed unneeded changeversion tracking in param blocks in favor of a ↵Richard Linden
simpler dirty bit
2011-11-28Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-11-28a try fix for sh-2651: [crashhunters] Crash after google translate failureXiaohong Bao
and sh-2658: crash in LLPluginMessage::parse
2011-11-28mergeBrad Payne (Vir Linden)
2011-11-26Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Linden
2011-11-24merge changes for vmrg-193Oz Linden
2011-11-23SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵Leslie Linden
idle calls. Reviewed by davep.
2011-11-23Changes to filter out tabs from file load and to test if loading/saving ↵Ima Mechanique
should be allowed.
2011-11-15SH-1865 PROGRESS -- Disable the anti-aliasing control on hardware our code ↵Leslie Linden
doesn't support for anti-aliasing
2011-11-15EXP-1588 FIX Floaters do not snap to edgeRichard Linden
made non-movable floaters not use auto-follow logic toasts will now use own layout logic
2011-11-15SH-2591 WIP -- fix for UI disappearing, introduces some artifacts in ↵Dave Parks
rotation ring, committing to debug elsewhere
2011-11-14Removed unused variable to fix the mac buildLeslie Linden
2011-11-14EXP-1588 WIP Floaters do not snap to edgeRichard Linden
2011-11-11EXP-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-10EXP-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-10fixed buildRichard Linden
fixed handle downcast not initiating handle
2011-11-10Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-09EXP-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-08LLHandle<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-08merge changes for vmrg-182Oz Linden
2011-11-07finished removing remnants of media browserRichard Linden
2011-11-07Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-04SH-2652 Don't allocate 6000+ strings every frameDave Parks
2011-11-03EXP-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-02mergeLeyla Farazha
2011-11-02mergeDave Parks
2011-11-01cleaned up and commented some codeRichard Linden
2011-11-01EXP-1472 FIXED (More spillover list scrolls up after selecting any content ↵Paul ProductEngine
menu item) - Saving last scroll position of menu
2011-11-01STORM-1677 FIXED Fixed gcc 4.5 build.Vadim ProductEngine
2011-10-31merge changes for storm-1673Oz Linden
2011-10-27fixed buildRichard Linden
2011-10-27Automated merge with ↵Richard Linden
bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.jg4asg\ssh__richard@hg.lindenlab.com_richard_viewer-experience-fui_ktzuqq.hg
2011-10-27Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-10-27mergeLeyla Farazha
2011-10-27EXP-1475 Tongue out of position when incoming/outgoing call dialog shown for ↵Leyla Farazha
first time when speak button is left toolbar
2011-10-26EXP-1417 FIXED (Docked Notifications window tears off from the dock icon ↵Paul ProductEngine
when deleting notifications one by one) - Changed LLSysWellWindow::reshapeWindow() so that the floater decreases from bottom to top, without changing top coordinate. - Force dock control repositioning in case floater rect changed.
2011-10-26Merge STORM-959niel@nirvana-win7hp.planescape.home
2011-10-26STORM-959 Adding syntax highlighting for /* */ style commentsniel@nirvana-win7hp.planescape.home
2011-10-25mergeLeyla Farazha
2011-10-25EXP-1468 Incoming/outgoing call floater tongue position doesn't follow floaterLeyla Farazha
2011-10-25EXP-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-25EXP-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-24Pull from paulgproductengine/exp-1400Merov Linden
2011-10-24Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-10-24EXP-1456 FIX NEARBY CHAT window sometimes opens at the top of the screen.Richard Linden
2011-10-24* Fixed destination guide floater to display on login based on per accountLeslie 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-24EXP-1454 FIX People floater 'cascades' as if opening a new window while ↵Richard Linden
looking at group profiles
2011-10-24mergeDave Parks