summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets
AgeCommit message (Collapse)Author
2010-07-19merge from PE's viewer-publicTofu Linden
2010-07-16mergeRichard Linden
2010-07-16EXT-8465 FIX Text selection is often unreadableRichard Linden
2010-07-16EXT-8365 FIXED Untranslated "More" link in the Residents Profiles.Vadim Savchuk
The default link label specified in widgets/expandable_text.xml didn't seem to be taken into account for translation. So I moved the label to strings.xml to make sure it's localized. Also I removed overridden textbox.label attribute values because VLT can't handle them. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/770/ --HG-- branch : product-engine
2010-07-15Changes to allow disabling an LLTextBox (or LLTextBox subclass) to gray out ↵Monroe Linden
the text. Due to some legacy issues, text boxes will not gray out on disable unless they have their text_readonly_color property in xui set to "LabelDisabledColor" (or some other color distinct from their text color). Reviewed by Richard.
2010-07-15changed allow_html to parse_urls to be clearer about its meaningRichard Linden
allow_html still supported as alternate
2010-07-12fix for invisible selections in edit outfit panelRichard Nelson
2010-07-09EXT-8237 FIX Opening up Edit Outfit- Add More->Shirt causes FPS to drop from ↵Richard Linden
60fps to 18fps for a really long time EXT-8235 FIX HUGE long delay when reopening and/or closing edit outfit sidepanel if "Add More..." is active EXT-7695 FIX UI lockup after add wearable, right click av -> Change Outfit reviewed by Vir
2010-07-01EXT-7654 - About Land Floater> Icons missingRichard Linden
fixed layout of embedded icons in text labels
2010-06-30EXT-7737 ADDITIONAL FIX Added changing of color to emphasis for selected ↵Andrew Dyukov
outfit accordion header. - Added method to accordion which allows to set color of its header's title and used it when highliting selected outfit. - Set alias for emphasis color in colors.xml to let selected outfit color be easily changed via xml in case such decision is made(because leaving it green doesn't seem a very good idea). - Also added alias for accordion header text color to avoid breaking of this fix if in header_text_color from accordion_tab.xml. --HG-- branch : product-engine
2010-06-29EXT-7711 FIXED Changed string for maturity help topic to "maturity_rating".Vladimir Pchelko
Now clicking on help topic for location input goes onto correct help page. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/662/ --HG-- branch : product-engine
2010-06-24mergeRichard Linden
2010-06-23EXT-7988 FIX wrong highlight color for worn itemsNyx (Neal Orman)
green is too green. EmphasisColor is the new green. Reviewed by Erica
2010-06-22EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startupRichard Linden
reviewed by Leyla
2010-06-19EXT-7609 FIXED item title font size.Sergei Litovchuk
- Moved inventory list item panel to a separate file. - Added xui customizable styles for wearable list items. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/551/. --HG-- branch : product-engine
2010-06-16EXT-7823 FIXED Accordion widget was improved to show different message when ↵Vladimir Pchelko
no_matched_tabs in panel or no_visible_tabs in panel. Added "no_matched" and "no_visible" text for TeleportHistory. + Added "no_visible" text for My Outfit list. + Fixed filtering in TeleportHistory. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/591/ --HG-- branch : product-engine
2010-06-15mergeRichard Linden
2010-06-23EXT-7988 FIX xml change - add green colorYuri Chebotarev
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/634/ --HG-- branch : product-engine
2010-06-10EXT-7701 language changeRichard Linden
2010-06-10EXT-7768 FIXED Default accordion widget's message was removed (set to empty).Vladimir Pchelko
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/561/ --HG-- branch : product-engine
2010-06-04EXT-7607 FIXED added 2px gap between a texture label and a texture preview ↵Igor Borovkov
area for all texture pickers Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/509/ --HG-- branch : product-engine
2010-06-04EXT-7368 FIXED Implemented new "empty_accordion_text" textbox to show help ↵Mike Antipov
text when there are no visible tabs in accordion. * Textbox always fit whole accordion. * This text is updated with search_term (in link to open Search floater) when new filter substring is passed to accordion. * Accordion is notified by its tabs when their visibility is changed. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/486/ --HG-- branch : product-engine
2010-06-02fixed mergeRichard Linden
2010-06-02mergeRichard Linden
2010-06-02eliminated a bunch of warnings on startupRichard Linden
2010-06-01EXT-7087 ADDITIONAL FIX Style changes regarding image_flash attributeAndrew Dyukov
Removed default "FlashIconAbsent" value of image_flash button attribute. Changed check for presence of thic icon in code accordingly. --HG-- branch : product-engine
2010-05-31EXT-7087 FIXED Added flashing icons for im tabs and hooked them up in codeAndrew Dyukov
Added new attribute image_flash to button.xml which sets an image used for button icon when button is flashing. Pointer to this image is stored in member mImageFlash from LLButton and is used in LLButton::draw(). There are two ways an image can flash now - by making changes in color according to flash_color attribute or by changing icon from current to the one specified in image_flash. Second way is used only if the name of flash icon is different from "FlashIconAbsent" which is there by default. First way is used otherwise. Used new selfmade orange icons for flashing tabs. --HG-- branch : product-engine
2010-05-28remove dos line-endings, grr.Tofu Linden
2010-05-27EXT-2260 ADDITIONAL FIX Added missing XMLAndrew Dyukov
Added xml of new widget which was occasionally not included into 19fc8b450df2. --HG-- branch : product-engine
2010-05-14EXT-6994 FIXED Enabled context menu for expandable text control.Alexei Arabadji
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/387/ --HG-- branch : product-engine
2010-04-27Implemented perpetual loading indicator widget (EXT-6596).Vadim Savchuk
Simple perpetual loading indicator a la MacOS X or YouTube. Implements spinning by changing pre-defined images. The images are hardcoded, shared by all instances of the widget. Number of rotations per second can be changed via params. Reviewed by Mike at https://codereview.productengine.com/secondlife/r/320/ --HG-- branch : product-engine
2010-04-22Fixed EXT-6597(normal) - Clicking the maturity rating icons in the navbar ↵Dmitry Zaporozhan
need tooltips and clicking should link to a help article. Added LLButton::setImagePressed(), there was no way to set pressed image at run-time. The only place where pressed image is initialized was LLButton constructor. Replaced Maturity icon with button to simplify handling clicks. Icon does not provide click callback and we would need to handle mouse up/down events and track clicked widget. Added icon for Moderate regions. Did not find maturity help topic, added a "TODO". Reviewed by Sergey Litovchuk - https://codereview.productengine.com/secondlife/r/243/ --HG-- branch : product-engine
2010-04-01mergeRichard Nelson
2010-04-01EXT-3531 - Ctrl-P does not work reliably on loginRichard Nelson
deprecated handle_edit_keys_directly and moved edit menu out of menu_viewer and menu_login
2010-04-01Fixed normal bug EXT-6023 - [HARD CODED]? Side Bar : "More" link inside ↵Dmitry Zaporozhan
"Profile" and "Pick" According to ticket, files in "widgets" folder are not localized and "more_label" is not a translatable attribute. Replaced "more_label" with "label". expandable_text "More" text is accessible through "textbox.label" attribute. Added "textbox.label" to every expandable_text to make "More" text localizable. --HG-- branch : product-engine
2010-03-31Fixed bug EXT-4436 Clicking labels/text plays 'click' sound.Vadim Savchuk
Disabled playing sound when a textbox is clicked. Reviewed by Sam: https://codereview.productengine.com/secondlife/r/140/ --HG-- branch : product-engine
2010-03-17fixed EXT-6373 “Consecutive offer messages are unreadable in the IM log”,Alexei Arabadji
added spacer panel for IM chat plaintext mode; --HG-- branch : product-engine
2010-03-09Fixed major bug EXT-5939 (UI slider tracks turn light grey when in focus)Mike Antipov
- All horizontal sliders are configured to have no highlighted track. --HG-- branch : product-engine
2010-03-02Fixed normal bug EXT-5714 - Chicklet in Conversations Window for Conferences ↵Dmitry Zaporozhan
has a Tiny Hotspot. --HG-- branch : product-engine
2010-02-25Fixed bug EXT-5580 (Characters in Inventory Filter appear behind X).Vadim Savchuk
Added configurable text right padding support to search_filter: * When the Clear button is enabled (i.e. search_editor.clear_button_visible set to "true") the search_editor.clear_button.pad_left parameter determines the padding. * Otherwise search_editor.text_pad_right is used. --HG-- branch : product-engine
2010-02-22Fixed major bug EXT - 5351 (Lack of Highlighting Makes Selected Me > ↵Paul Guslisty
Preferences Tab Difficult to Identify) - Pointed to correct texture name for SELECTED state of the tab --HG-- branch : product-engine
2010-02-19Merge from default branchMike Antipov
--HG-- branch : product-engine
2010-02-18Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-18EXT-5461: Reverting change 49e628c3a0c5.Lynx Linden
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q.
2010-02-17EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵Richard Linden
1.23s UI reviewed by Leyla
2010-02-17Set global height attributes for buttons, combo boxes, and flyout buttons as ↵Chuck Linden
part of cleaning up the widget test floater for QA testing. Removed in-line height settings in the floater xml.
2010-02-16EXT-5449 Difficult to see where drop lists end and the interface behind it ↵Tofu Linden
begins Slightly changed combo-list background color, made it definable in colors.xml
2010-02-12Completed normal task EXT-3410 (Liberate filter_editor clear_button height ↵Mike Antipov
width parameters - art is distorted) - improved calculation of clear_button position (to be xml driven) - replaced clear_button art with suggested Icon_Close_Toast in filter_editor widget --HG-- branch : product-engine
2010-02-08fixed Bug EXT-3777 inspector tool tips and UI tool tips do not have ↵Denis Serdjuk
round corners Tooltip handler has been added to inspector floater. Default background image of tooltip panel has been changed for inspector. --HG-- branch : product-engine
2010-02-08EXT - 3232 Refactoring: deleted unnecessary image_left_padding, ↵Paul Guslisty
image_right_padding members from button.h and button.xml and their the only place usage in LLTabContainer::reshapeTuple . Now image overlay placement adjustible via: mLeftHPad, mRightHPad, mImageOverlayBottomPad, mImageOverlayTopPad, mImgOverlayLabelSpace --HG-- branch : product-engine