Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
hovering mouse above homepage that isn't a valid URL).
Removed an unnecessary on-click callback (that caused the cursor change) from the textbox.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
LLVoiceClient::instanceExists() in checks before
removal of voice client status observers. These checks were introduced in changeset bc6a6ab2ce54.
--HG--
branch : product-engine
|
|
(previously "show on map")
|
|
profile panel). Replaced using of menu_item_check with menu_item_call
--HG--
branch : product-engine
|
|
check-box was checked for deleted from friends avatar)
- added updating of allowed rights when friendship is terminated/started to disable/enable checkboxes
- also added validation of avatar's relationship before committing and log a warning if it is absent.
--HG--
branch : product-engine
|
|
Added a "Block/Unblock" item to the profile view panel overflow menu to make the menu more visible.
--HG--
branch : product-engine
|
|
appears clickable without URL.
--HG--
branch : product-engine
|
|
profile)
-- removed logic to process online status (LLPanelAvatarProfile::fillOnlineStatus) for non-existent view (name="online_status") on profile page
--HG--
branch : product-engine
|
|
disabled) and EXT-4313
(Should not be able to start a call when voice is disabled). Call buttons state now reacts on
voice changes in time.
- Added voiceWorking() method to LLVoiceClient to determine real availability of voice, because voiceEnabled()
doesn't take into account possible errors. Perhaps there is no need in two methods- some investigation will be
made and depending on its results they may become one non-static method. voiceWorking() uses state of voice
client(mState) to determine voice availability. Also some states which are not currently counted by voiceWorking()
as valid may be added if testing reveals problems.
- To enable/disable call buttons in time, LLVoiceClientStatusObserver is used. Its trigger uses states from its
enum only to skip updating button in some states(to avoid button blinking), but to determine button state
LLVoiceClient's voiceWorking() is used.
--HG--
branch : product-engine
|
|
your friends list, on the first lookup after login)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
Resident isn't member of any groups”,
avoided translating null group id as SLURL;
--HG--
branch : product-engine
|
|
offline avatar).
- Fixed not only "Teleport" button from profile, but also from IM (according to comment in JIRA).
--HG--
branch : product-engine
|
|
all set for non-friend”,
added checkboxes cleanup on panel update;
--HG--
branch : product-engine
|
|
EXT-2635 No message reminding user that a restart is required to reset cache (was Clear Cache)
reviewed by Richard
|
|
panels while voice is disabled)
--HG--
branch : product-engine
|
|
panels while voice is disabled)
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
automated merge from trunk
|
|
|
|
--HG--
branch : product-engine
|
|
Resident's profile
--HG--
branch : product-engine
|
|
after having been modified”;
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
resident"
--HG--
branch : product-engine
|
|
(previously "show on map")"
--HG--
branch : product-engine
|
|
llviewermessages.cpp
|
|
Cuts number of includes of llnotifications.h from 300+ to 40.
|
|
Fixed many other includes related to this file.
Cleaned out llfloatertestlistview to be an empty test floater.
|
|
--HG--
branch : avatar-pipeline
|
|
--HG--
branch : product-engine
|
|
session has been started)
--HG--
branch : product-engine
|
|
--HG--
branch : avatar-pipeline
|
|
Pass number 2 - re-enabled share button in the locations where it should exist
and disabled it in others. Next pass will be making all buttons functional.
Will be post-reviewed before pushing
--HG--
branch : avatar-pipeline
|
|
First pass at getting share buttons in the three places we need them:
person's profile
IM window
people panel
Only UI changes so far, functionality in a future checkin.
Will be reviewed before pushing.
--HG--
branch : avatar-pipeline
|
|
|
|
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
|
|
- Fixed toggleable menu in Picks panel.
- Minor optimization of LLToggleableMenu.
--HG--
branch : product-engine
|
|
- Added menu item according to Communications design spec in section 4.1.2.1.
--HG--
branch : product-engine
|
|
The various People panels now have Call buttons that work. Currently
we only support single selection of users in lists for P2P voice chat.
Multiple selection for ad-hoc chat is next...
|
|
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry
* Bugs: EXT-1590 EXT-1694 EXT-1660 EXT-1646 EXT-1694 EXT-1316 EXT-1775 EXT-1798 EXT-1799 EXT-1117 EXT-1571 EXT-1572
* Dev: EXT-1757 EXT-991 EXT-1758 EXT-1770 EXT-1192 EXT-1613 EXT-1611 EXT-1256 EXT-1758 EXT-747
|