summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets
AgeCommit message (Collapse)Author
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
2010-02-08EXT-3232 Refactoring: Improved the way of horizontal alignment of button's ↵Paul Guslisty
image overlay. Now mLeftHPad/mRightHPad is used instead of mImageOverlayLeftPad and mImageOverlayRightPad. Also mImgOverlayLabelSpace/imgoverlay_label_space members was added to button.(h/xml) to define space between image overlay and button's label --HG-- branch : product-engine
2010-02-05mergerichard
2010-02-05EXT-5025 - Tooltips block mouse clicksrichard
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla
2010-02-05Implemented critical task (EXT-4703) Add maturity icons to the Viewer 2 toolbar.Sergei Litovchuk
- Added maturity icons to location bar. - Added getting font used in LLLineEditor. --HG-- branch : product-engine
2010-02-05mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-05Updated low bug EXT-4951 - Redundant edit box context menu in list items in ↵Dmitry Zaporozhan
Panel Picks/Classifieds. Reverted changeset 8956:930bef051fee. Added new parameter to control context menu visibility. --HG-- branch : product-engine
2010-02-05applying patch for EXT-2357Ychebotarev ProductEngine
--HG-- branch : product-engine
2010-02-04Fixed critical bug EXT-4845 (Create padding around text messages in the side ↵Mike Antipov
tray panels) - moved "No Items" textbox params to widget (flat_list_view.xml) - set default vertical/horizontal padding to 10 px - they can be overridden in panel's xml if necessary. --HG-- branch : product-engine
2010-02-03Fixed paths to artwork.Chuck Linden
https://jira.secondlife.com/browse/EXT-4935
2010-02-02merge.Tofu Linden
2010-02-02Adjusted vertical position of damage text and icon.Chuck Linden
https://jira.secondlife.com/browse/EXT-4861
2010-02-02Fixed normal bug EXT-4105 ([BSI] group names are not able to be copied from ↵Eugene Mutavchi
side panel) - changed LLTextBoxEx class to inherit the LLTextEditor behavior --HG-- branch : product-engine
2010-02-01Disabled magnifying glass icon from filter editors.Chuck Linden
https://jira.secondlife.com/browse/EXT-4839
2010-02-01mergerichard
2010-01-30Removed extra closing comment tag.Chuck Linden
2010-01-30Fixed reference to "first_tab" graphics.Chuck Linden
http://jira.secondlife.com/browse/EXT-4225
2010-01-28Fixed normal bug (EXT-4610) [BSI] parcel settings icons do not match parcel ↵Sergei Litovchuk
settings - Changed parcel settings behavior to match viewer 1.23. --HG-- branch : product-engine
2010-01-27Implemeted normal Sub-Task EXT - 2753 (Implement Avatar icons on IM ↵Paul Guslisty
multifloater tabs) --HG-- branch : product-engine
2010-01-25Changed menu font to SansSerifSmall and cleaned up layout.Chuck Linden
http://jira.secondlife.com/browse/EXT-4175
2010-01-22mergerichard
2010-01-22wrong param names for avatar list item colorsrichard
reviewed by Rick
2010-01-22LLPointer cleanup and fix for EXT-4413richard
reviewed by Rick
2010-01-21mergeRick Pasetto
2010-01-20Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2010-01-20EXT-4543 Edit layout and art of chicklet buttonErica
2010-01-20Automated merge with ssh://hg.lindenlab.com/james/gooey/Chuck Linden
2010-01-20Finished layout of appearance editor.Chuck Linden
http://jira.secondlife.com/browse/EXT-146
2010-01-20Fixed low priority bug EXT-4525 (Warning flood: Failed to parse parameter ↵Vadim Savchuk
"font_halign.") It should be referenced from XML as "halign". --HG-- branch : product-engine
2010-01-20Update for low bug EXT-4371 - Text from search history drop-down list merge ↵Dmitry Zaporozhan
with landmarks on 'Favorites Bar'. Made border customisable in combo box. --HG-- branch : product-engine
2010-01-20Update for major bug EXT-4206 - Bottom bar spec calls for button background ↵Dmitry Zaporozhan
art on IM Chiclets. Adjusted chiclets height to match other bottom bar widgets height. --HG-- branch : product-engine
2010-01-19Fixed major bug EXT-4206 - Bottom bar spec calls for button background art ↵Dmitry Zaporozhan
on IM Chiclets. --HG-- branch : product-engine
2010-01-18fixed EXT-3005 Ascii art looks ugly in the nearby chatIgor Borovkov
--HG-- branch : product-engine
2010-01-15EXT-4380 - LLTextEditor: line_spacing.multiple option doesn't work well with ↵richard
"widgeted" text partial fix reviewed by Leyla
2010-01-15mergerichard
2010-01-15EXT-3741 Viewer menus need outlines or dropshadowsJames Cook
Set drop_shadow="true" in menu.xml
2010-01-14At last! Implemented normal task EXT-3477 (Change gesture list implementation).Andrew Dyukov
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView to properly draw it without using topcontrol (because it caused problems). This commit also fixes following bugs: EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button) EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button) EXT-2610 ('Gesture' btn: floater opens on OnMouseDown) --HG-- branch : product-engine
2010-01-13EXT-4272 Style Unread message IM talk bubble chiclet overlay image to match specErica
2010-01-12Increased interior padding on left side of location input.Chuck Linden
http://jira.secondlife.com/browse/EXT-4192
2010-01-11EXT-3799 Navbar cleanup to match spec - favorites height, vertical and ↵Erica
horizontal alignment, volume button art, removed old art assets
2010-01-11EXT-3687 Inventory and Outfits lists don't fill panel need DkGray2 backgroundJames Cook
EXT-4044 Inventory and Outfits scroll region has no background color/border Moved background color initialization to inventory_panel.xml Fixed search highlight color and extra borders no longer needed now that colors are correct. Reviewed with Simon.
2010-01-11EXT-3695, EXT-2034 Line height, padding in inventory customizable in XUI viaJames Cook
folder_view_item.xml EXT-3753 Inventory folders now have customizable item indents and "My Inventory" has indent again Reviewed with Richard
2010-01-08First pass expose inventory item settings in XML (folder_view_item.xml)James Cook
Optimized LLFolderViewItem constructor by passing param block as const ref to avoid copies. Removed per-item arrow and background images, use defaults. Removed unneeded static image pointers. Removed hard-coded rounded_square.tga, replaced with Rounded_Square Ditto for folder_arrow.tga Reviewed with Richard.
2010-01-07EXT-3799 Extreeeeeeeeme Navbar cleanup to match spec - favorites height, ↵Erica
vertical and horizontal alignment, volume button art
2010-01-04MergeLeyla Farazha
2010-01-04EXT-3648 New message indicator on IM chiclets should be orangeLeyla Farazha
2009-12-31Merge (viewer-2-0 into gooey)James Cook
2009-12-29Merge viewer-2-0 into gooeyJames Cook