summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_my_profile.xml
AgeCommit message (Collapse)Author
2010-01-29Add translate="false" to all the dummy strings in the /en folder. These ↵Ramzi Linden
constantly pollute the localization extraction of real strings.
2010-01-22Fixed normal bug EXT-4497 - Edit Profile and Edit Appearance buttons layout ↵Dmitry Zaporozhan
issue in side panel. --HG-- branch : product-engine
2010-01-21Fixed low bug EXT-4520 - Me Panel is resizeable.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-01-19Made name boxes displaying an avatar's partner clickable and have a proper ↵Vadim Savchuk
initial value. --HG-- branch : product-engine
2010-01-13mergerichard
2010-01-13EXT-3383 adhere to style guide for capitalization of 'Resident'Ramzi Linden
2010-01-13Fixed bug EXT-4210 (Partner in Profile not a Link).Vadim Savchuk
Added an optional "link" parameter to LLNameBox to display the name as a link. --HG-- branch : product-engine
2010-01-12added missing no_group_text string constant to panel_my_profile.xmlAlexei Arabadji
--HG-- branch : product-engine
2010-01-12Fixed major bug EXT-4121 ([BSI] Partner display is blank for residents on ↵Eugene Mutavchi
your friends list, on the first lookup after login) --HG-- branch : product-engine
2010-01-12Fix for major bug EXT-4147 - Cannot click on Urls in LLExpandableTextBox ↵Dmitry Zaporozhan
objects. --HG-- branch : product-engine
2010-01-07EXT-3884 - group list cut off when there is room to display morerichard
reviewed by Erica
2010-01-05layout standarization for profilesErica
2010-01-05EXT-3884 [BSI] group list cut off when there is room to display more - made ↵Erica
room for more groups, but list is sent as a comma delmited string from server. Requires code change to list one per line.
2010-01-05EXT-3884 [BSI] group list cut off when there is room to display more - made ↵Erica
room for more groups, but list is sent as a comma delmited string from server. Requires code change to list one per line.
2009-12-29Fixed normal bug EXT-3694 - Fix to expandable text "more" widget caused ↵Dmitry Zaporozhan
horizontal scrollbars to appear again in Profiles. Reserved space for vertical scroll bar to avoid horizontal scroll bar. --HG-- branch : product-engine
2009-12-08Standardizing layout and button sizes for various panels, added refresh ↵Erica
button art, reduced floater sizes
2009-12-03fixed normal bug EXT-3038 (Verb buttons in avatar profile panel don't have ↵Paul Guslisty
tool-tips) --HG-- branch : product-engine
2009-11-24Merge from product-engineSteve Bennetts
2009-11-24mergeVadim Savchuk
--HG-- branch : product-engine
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