summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_im_container.xml
AgeCommit message (Collapse)Author
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-04-21Fixed EXT-6883(normal) - [TRUNCATION] Friendship offer screenDmitry Zaporozhan
Increased IM control panel width by nine pixels to avoid truncation in all languages(longest are Spanish and German). Also updated IM floater width(by nine pixels) to avoid any possible truncation. Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/252/ --HG-- branch : product-engine
2010-03-03Backed out of changeset 9944:2d6fed071539Paul Guslisty
--HG-- branch : product-engine
2010-02-25Fixed major EXT - 5670 (Resident name tabs are blocked in the Conversation ↵Paul Guslisty
window) - Removed the profile pictures in the tabs and swiched to the use of simple LLButton instead of LLCustomButtonIconCtrl --HG-- branch : product-engine
2010-02-23No ticket. Set correct tag name for tab label attrbute in tabbed IM floater.Paul Guslisty
--HG-- branch : product-engine
2010-02-18move base back to default because doing it as a backout was causing merge errorsKent Quirk
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-09Fixed normal bug EXT - 4878 (Tab labels are no longer obeying halign attribute)Paul Guslisty
--HG-- branch : product-engine
2010-02-05finished with EXT-2753 - Implement Avatar icons on IM multifloater tabsYchebotarev ProductEngine
add floater flashing, fix group icon sizes, fix click,some code cleanup, ect. also I remove mIconCtrlWidth/Height since its kinda useless - mIconCtrlPad do the same thing... IconSize will be btn_height-2*mIconCtrlPad - simple and good enough. --HG-- branch : product-engine
2010-02-05applying patch for EXT-2357Ychebotarev ProductEngine
--HG-- branch : product-engine
2010-01-22fixed EXT-4529 [BSI] X in tabbed Instant Message functions as a minimize -Igor Borovkov
--HG-- branch : product-engine
2010-01-20Convert all XML files to Unix line endingsBryan O'Sullivan
2010-01-14Created new assets and modified xml to clean up tabbed IM window layout.Chuck Linden
http://jira.secondlife.com/browse/EXT-4205
2010-01-11ext-3910 Instant Messages isn't in ALL CAPS like other windowsLis Linden
2009-12-02Fix for normal task EXT-2640 (Create a tabbed IM multifloater)Sergey Borushevsky
Minimize button is hidden. Removed redundant parameters. --HG-- branch : product-engine
2009-11-23Work on normal task EXT-2640 (Create a tabbed IM multifloater)Mike Antipov
- disabled Transient & Dockable functionality of IM Floaters to do not have collisions with multifloater - remove debug attributes in xml --HG-- branch : product-engine
2009-11-20Work on normal task EXT-2640 (Create a tabbed IM multifloater)Mike Antipov
- initial commit: added xml file and base implementation of the tabbed IM multifloater --HG-- branch : product-engine