Age | Commit message (Collapse) | Author |
|
Place Profile and Avatar Profile panels.
Changes:
* Changed the button class from LLButton to LLMenuButton to avoid duplicating menu positioning logic.
* Enabled LLMenuButton to support aligning menu to the top right corner of the button.
|
|
|
|
|
|
|
|
Places tabs
|
|
|
|
button resizing to get more space for other buttons.
|
|
back-out the back-out for this branch. yay.
|
|
Backing out this merge that I pushed (prematurely) to the wrong place.
|
|
|
|
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
|
|
|
|
|
|
|
|
the button and respective code were removed.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/283/.
--HG--
branch : product-engine
|
|
"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
|
|
description itself
This issue was fixed when menu became non top-control.
Enabled context menu in expandable textbox in profile panel.
--HG--
branch : product-engine
|
|
profiles: the teleport button is truncated. need 'en' xui designer rework)
* moved Map Button into the dropdown menu (with enable/click logic). New <menu_item_call label="Map" name="show_on_map"> is added into the menu_profile_overflow.xml
* redesigned rest of buttons to accommodate available space
Now buttons' widths are enough to not truncate labels in all locales.
NOTE: New "Map" item menu should be localized (just move values from panel_profile.xml to menu_profile_overflow.xml) in other locales.
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/59/
--HG--
branch : product-engine
|
|
profiles: the teleport button is truncated. need 'en' xui designer rework)
* 'en/panel_profile.xml' was redesigned. Assuming that 'de' locale doesn't have width overridden:
** added ellipses to buttons' labels to get possibility found truncation easier (except for IM button)
** reduced distance between buttons
** reduced padding from left/right sides to 1 px
But there are still issue in two locales:
'es' for "add friend"
'pt' for "teleport"
These buttons can not be shown properly with default widths.
Note: 'de' & 'fr' locales have overridden width (not removed in the patch)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Renaming skins/base back to skins/default to unblock I10n.
Revert was requested by Q.
|
|
1.23s UI
reviewed by Leyla
|
|
https://jira.secondlife.com/browse/EXT-4335
|
|
--HG--
branch : product-engine
|
|
- Restored fix made in viewer-2-0/product-engine changeset 4880:ff1363072741.
--HG--
branch : product-engine
|
|
|
|
http://jira.secondlife.com/browse/EXT-3998
|
|
constantly pollute the localization extraction of real strings.
|
|
|
|
- Fixed buttons location in people, profile, picks, notes panels to enable handling clicks on the whole button surface.
--HG--
branch : product-engine
|
|
off text
|
|
initial value.
--HG--
branch : product-engine
|
|
|
|
|
|
Added an optional "link" parameter to LLNameBox to display the name as a link.
--HG--
branch : product-engine
|
|
your friends list, on the first lookup after login)
--HG--
branch : product-engine
|
|
objects.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
reviewed by Erica
|
|
|
|
room for more groups, but list is sent as a comma delmited string from server. Requires code change to list one per line.
|
|
unsquooshing from Lis
|
|
tool-tips)
--HG--
branch : product-engine
|
|
verb buttons.
--HG--
branch : product-engine
|
|
|
|
This Jira also illuminated that buttons should be Medium, instead of Small
|
|
|
|
- Added menu item according to Communications design spec in section 4.1.2.1.
--HG--
branch : product-engine
|
|
I've added a new LLAvatarActions::startCall() method to make it easy
to start a new P2P call. The Resident Profile "Call" button is now
hooked up to this.
I've also put back the "Call" menu in the avatar popup menu and hooked
this up too. While I was there I noticed that the "IM" popup menu code
could all be removed in favor of a call to LLAvatarActions::startIM().
|
|
as overlay icon (in order to produce tool-tip). Created panel_profile_user.xml which is a profile panel specifically for the current user, and modified panel_me_profile to call it accordingly.
http://jira.secondlife.com/browse/EXT-2245
|