summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-30STORM-697 FIXED Nearby Chat window is semitransparent even if inactive ↵Paul Guslisty
opacity is 1 - Deleted custom images of floater to use default
2010-11-30STORM-673 FIXED Renamed block list label in privacy panel to avoid name ↵Andrew Productengine
duplication.
2010-11-29Pull viewer-beta into viewer-developmentMerov Linden
2010-11-29CHOP-223 : Pull into viewer-betaMerov Linden
2010-11-29Fix UpdaterServiceURL setting default. update.secondlife.com requires https ↵brad kittenbrink
access.
2010-11-29CHOP-223 : Pull into viewer-betaMerov Linden
2010-11-29STORM-672 : Fix duplicated name in Pref panelMerov Linden
2010-11-29CHOP-223 fix for more mac build breakage from the previous changes.brad kittenbrink
2010-11-29CHOP-223 fix for mac build breakage introduced in the last change.brad kittenbrink
2010-11-29Better fix for CHOP-223.brad kittenbrink
Comments on the mercurial bug tracker indicate that this bug is likely to recur, so we work around it in viewer_manifest.py now. http://mercurial.selenic.com/bts/issue1802
2010-11-29Attempted fix for CHOP-223: fixed executable permissions on update_install ↵brad kittenbrink
script for mac and linux.
2010-11-29Pull viewer-beta into viewer-developmentMerov Linden
2010-11-29STORM-344 : Pull into viewer-betaMerov Linden
2010-11-29STORM-498 : Pull into viewer-developmentMerov Linden
2010-11-29STORM-530 : Pull into viewer-betaMerov Linden
2010-11-29STORM-666 : pull into viewer-developmentMerov Linden
2010-11-29STORM-689 FIXED "Back" but is opaque in all of the undocked side panelsPaul Guslisty
- Added parameter to the button that defines which transparency value should be used: value of drawing context or transparency value of a its parent (in our case this parent is floater)
2010-11-29STORM-688 FIXED Sidebar becomes semitransparent if dock semitransparent side ↵Paul Guslisty
panel back to the Sidebar - Before docking the tab back to the sidetray, set floater's children to non-transparent state - After detaching tab from the sidetray there is no need to set manually floater's children transparency. It happens automatically when floater gets focus.
2010-11-29STORM-685 FIXED Made the "Buy L$" floater respect transparency settings.Vadim ProductEngine
Enabled the floater's background icons obey floater transparency.
2010-11-29STORM-698 FIXED Icon control can now respect floater transparency (if its ↵Vadim ProductEngine
"use_draw_context_alpha" param set to false).
2010-11-27STORM-498 FIXED reshaping dockable floater to ensure there is some vertical ↵Seth ProductEngine
space between a floater and a control to which it is docked.
2010-11-26STORM-557 FIXED Update the "add/remove friend" buttons in the nearby/recent ↵Vadim ProductEngine
people panels whenever our friend list changes.
2010-11-26Fixed Windows build.Andrew Productengine
2010-11-25STORM-677 FIXED Made texture picker control transparent if the floater it ↵Vadim ProductEngine
resides in is transparent. Also added transparency support to the texture picker floater.
2010-11-25STORM-676 ADDITIONAL FIX Added transparency support to the color picker floater.Vadim ProductEngine
2010-11-25Forgot to give myself credit.Jonathan Yap
2010-11-25STORM-676 FIXED Made color swatch control transparent if the floater it ↵Vadim ProductEngine
resides in is transparent.
2010-11-25STORM-530 FIXED Combobox drop down menu appears upon 'Down Arrow' key press ↵Seth ProductEngine
even if last combobox item is selected.
2010-11-25STORM-344 FIXED Fixed Speak button label shrinking when bottom bar has ↵Andrew Productengine
enough space for displaying full Speak label. Bug was caused by counting only width added by last resize as usable for Speak button extending, so widening viewer window by few pixels many times when Speak is shrink would never let it expand regardless of available space. - Added check for possible chiclet panel shrinking width- cause spare space goes to it when extending. If there is enough space to give from chiclets to Speak, Speak is extended.
2010-11-25Fix link error: unsigned char const TASK_INVENTORY_ASSET_KEYJonathan Yap
2010-11-25Turn off use of new codeticket for now...Christian Goetze (CG)
2010-11-24CT-633 FIX DA translation for set19, new file, for Viewer 2.4Eli Linden
2010-11-24CT-633 FIX DA translation for set19, for Viewer 2.4; STORM-531 FIXEli Linden
2010-11-24sync up with viewer-beta latest for 2.4Eli Linden
2010-11-24sync up with viewer-beta latest for 2.4Eli Linden
2010-11-24sync up with viewer-beta latest for 2.4Eli Linden
2010-11-24STORM-500 : pull to viewer-developmentMerov Linden
2010-11-24STORM-491 : pull to viewer-developmentMerov Linden
2010-11-24STORM-479 : pull to viewer-developmentMerov Linden
2010-11-24STORM-375 : pull into viewer-developmentMerov Linden
2010-11-24Pull from viewer-betaMerov Linden
2010-11-24STORM-667 : pull to viewer-betaMerov Linden
2010-11-24STORM-667 FIXED Default name tag color changed to white to increase contrast ↵Seth ProductEngine
with default dark background.
2010-11-24STORM-531 FIX Danish translationeli_linden
2010-11-24MergeLeyla Farazha
2010-11-24DN-207: "Investigate why "unknown" is appearing in My Friends list"Leyla Farazha
2010-11-24STORM-593 FIXED Make transparent texteditor and lineeditorPaul Guslisty
Reason: If some child of transparent LLFloater has a visible non-transparent background then this part of floater is non-transparent. As a result floater became partially transparent. Solution: When transparent floater changes focus, iterate through its children and set corresponding (corresponding to whether control in active or in inactive floater see STORM-535) transparency value. - Added method LLUICtrl::getCurrentTransparency. This method calculates transparency level of a control. Calculated value should be used as an alpha chennel value in case we want this control to be transparent. For now this method is used by LLFloater to adjust transparency of its children. - Added calculating of transparecny level for: LLLineEditor, LLTextBase, LLinventoryListItem, LLScrollContainer, LLScrollListCtrl, LLAccrodionCtrlTab. - Added method LLFlaoter::updateChildrenTransparency which updates transparency value of its children
2010-11-27re-activate new code ticket testing and limit the extent of code ticket ↵Christian Goetze (CG)
loads to revisions after 2.2.0-release.
2010-11-24STORM-375 FIXED Fixed resetting of opened accordion on ↵Andrew Productengine
minimizing/unminimizing Appearance floater. The floater on minimization behaved the way consistent with Appearance panel in sidetray on visibility change. - To let LLSidepanelAppearance::updateToVisibility() determine whether to reset state or not, "reset_accordion" field was added to LLSD that it passed to it. It's value is different depending on where updateToVisibility() was called from. "visible" field was added to store boolean value that was passed before fix without name, but now can't be used that way.
2010-11-24STORM-666 FIXED Menu spawned by the overflow button had invalid position in ↵Vadim ProductEngine
Place Profile and Avatar Profile panels. Changes: * Changed the button class from LLButton to LLMenuButton to avoid duplicating menu positioning logic. * Enabled LLMenuButton to support aligning menu to the top right corner of the button.