summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2009-11-23EXT-2159 Create Vertical Slider to use for zoom in / out controls in viewangela
2009-11-20mergeSteve Bennetts
2009-11-20Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-20Inventory Offer changes and clickable inventory slurlsEric M. Tulla (BigPapi)
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-1153(FlatListView should support keyboard)Eugene Mutavchi
--HG-- branch : product-engine
2009-11-20mergeJames Cook
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-20mergeangela
2009-11-20Fix EXT-2645 Ensure link colors applied consistently to all text sourcesangela
2009-11-19mergeLeyla Farazha
2009-11-19EXT-2490 Right click context menu for objects should include build toolsLeyla Farazha
EXT-2541 Help > Report Abuse screenshot not showing up EXT-2549 Crash on exit from mouse-look (Mini Map related) EXT-2548 Viewer freezes when going out of the mouselook while there are more than two floaters EXT-1983 [BSI] Trying to edit a script in a no mod object pops up script editor with "object out of range" reviewed by Richard
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