summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2009-11-20Renamed classes and files for "Me" task panel for better readability.Vadim Savchuk
Renamed files: - indra/newview/llpanelmeprofile.{cpp,h} to llpanelme.{cpp,h} - panel_me_profile.xml to panel_me.xml - panel_profile_user.xml to panel_my_profile.xml Renamed classes: - LLPanelAvatarMeProfile to LLPanelMyProfile - LLPanelMeProfile to LLPanelMe - LLPanelMeProfileEdit to LLPanelMyProfileEdit --HG-- branch : product-engine
2009-11-20implemented low task (EXT-1476) Make layouts for Alert, Tip and Script ↵Dmitry Oleshko
notifications based on XML - made XML-files for the following controls on the panel for alert toasts: button, check box, icon and line editor. - changed creation of these controls in code: from XML vs. from Params in run-time - added getFont method to the LLCheckBox control --HG-- branch : product-engine
2009-11-19fixed EXT-2515 "Docked floaters should be resizeable"Alexei Arabadji
undock floater when user resize floater by resize bar; --HG-- branch : product-engine
2009-11-18Switch some files to Unix line endingsBryan O'Sullivan
2009-11-18mergeJames Cook
2009-11-18mergeJames Cook
2009-11-18Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-18related to EXT-2515 "Docked floaters should be resizeable"Alexei Arabadji
avoid undock floater when resize initiated not by user --HG-- branch : product-engine
2009-11-17mergeSteve Bennetts
2009-11-17mergeJames Cook
2009-11-17EXT-2403 Object name, description now forced to be ASCII characters onlyJames Cook
Also fixes EXT-172, EXT-2399. Semantics now are: Object name, object desc, parcel name, region name, inventory item name all are ASCII only. Parcel desc allows arbitrary Unicode chars. Group names force ASCII only. Reviewed with Leyla
2009-11-17mergerichard
2009-11-17Merge from product-engineSteve Bennetts
2009-11-17mergeJames Cook
2009-11-17Fix broken URL highlighting in local chat, broken in 5068 : ce08ac445035. ↵James Cook
Typo, not reviewed.
2009-11-17fixed major EXT-2551 Nearby Chat undocs after minimizing and opening (being ↵Igor Borovkov
docked before) --HG-- branch : product-engine
2009-11-17Merge from default branch.Vadim Savchuk
Added missing trailing newline to fix Linux build. --HG-- branch : product-engine
2009-11-17Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-17implemented EXT-2515 "Docked floaters should be resizeable";Alexei Arabadji
--HG-- branch : product-engine
2009-11-17Completed major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
- added possibility to shrink/extend buttons (gestures, move, view) while resizing - I had to add LLLayoutStack::getPanelMinSize interface to validate width of Layout panels with these buttons --HG-- branch : product-engine
2009-11-17undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use ↵angela
font.style, font.name and font.size params for font creating
2009-11-16Allow UI tooltips and "ambient inspector" tips to have different text colorsJames Cook
2009-11-16Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0James Cook
2009-11-17Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-16Eliminated redundant selection callback for LLComboBox (mSelectionCallback).Steve Bennetts
2009-11-16mergerichard
2009-11-16EXT-772 Dropbox widget needs "pressed" state - currently shows wrong artJames Cook
Reviewed with Richard.
2009-11-16Convert mForcePressedState to bool from BOOLJames Cook
2009-11-16fix of a normal bug (EXT-2448) [BSI] Notification toasts should resize when ↵Dmitry Oleshko
text is to long to be displayed A maximum number of characters for textbox/texteditor could be set only through XML. In case when a corresponding attribute was absent - the maximun number was set to 255, and there were no chance (no function) to change it. So in this fix such a function was added. --HG-- branch : product-engine
2009-11-16Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-16fix chat format for /meangela
2009-11-16fixed EXT-2402 "Clicking on notification item in the Message Well should bringAlexei Arabadji
it to front" made LLToast and LLDockableFloater goes foreground on setVisible(TRUE); --HG-- branch : product-engine
2009-11-14merge from product-engineSteve Bennetts
2009-11-14No ticket.Sergei Litovchuk
- Fixed toggleable menu in Picks panel. - Minor optimization of LLToggleableMenu. --HG-- branch : product-engine
2009-11-13mergerichard
2009-11-13fix for layout of urls with iconsrichard
2009-11-13Add background to media controlsRick Pasetto
This actually required some help from James and Richard. Thanks, guys! This adds custom-drawing of a background image underneath the icons that make up the media controls in the layout stack. In order to have this work, we had to publicize API in lllayoutstack to force relayout to calculate the size. I also did another cleanup pass ("Boy Scout Rule") that squirreled away all pertinent controls into membed variables, instead of doing a getChild() every time updateShape() is called. Readjusted a bunch of components as well.
2009-11-13mergeJames Cook
2009-11-13Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-12Merge with product-engineSteve Bennetts
2009-11-13Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-12mergeJames Cook
2009-11-12mergeLeyla Farazha
2009-11-12Minimized floaters will now follow top left when main view is resizedLeyla Farazha
2009-11-12don't use LLWidgetTypeRegistry for now (useful only for schema generation)richard
reverted ui_ctrl registration for creation of dummy LLUICtrls
2009-11-12Initial implementation of normal task EXT-2159 (Create Vertical Slider to ↵Eugene Mutavchi
use for zoom in / out controls in view) --HG-- branch : product-engine
2009-11-12Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-12mergeangela
2009-11-12make color and font affecting both nearby chat and toastsangela
2009-11-12add optional style params in setText functionangela