Commit Graph

115 Commits (5fa00a67af6364554c05eb3ca0339770fa6da455)

Author SHA1 Message Date
Vadim Savchuk d88a465a46 Fixed bug EXT-6842 ([I18N] Date format in Profile - mm/dd/yyyy needs to be: yyyy/mm/dd for Japanese).
- Made avatar registration date localizeable.
- Specified localization templates for English, Japanese and German.

Reviewed by Mike: https://jira.secondlife.com/browse/EXT-6842

--HG--
branch : product-engine
2010-04-19 17:56:09 +03:00
Tofu Linden 0bb3f144c0 Backed out changeset 63b699f90efd 2010-04-07 10:37:07 +01:00
Roxie Linden 18b7ab0018 Weekly automated merge from viewer 2.0 2010-03-22 16:12:41 -07:00
Mike Antipov 4347af5763 Done normal task EXT-6267 ([TRUNCATION] [EN XUI REWORK] - Side panel, 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
2010-03-19 17:03:32 +02:00
Vadim Savchuk 6b6d8cee77 Fixed low priority bug EXT-5653 (View Profile: Hand-pointer is shown when 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
2010-02-23 18:10:08 +02:00
Sergei Litovchuk f8299e28b9 Fixed low bug (EXT-5136) Add the "Map" item to the people context menu.
--HG--
branch : product-engine
2010-02-22 23:20:34 +02:00
Andrew Dyukov cb95fc1f48 No ticket. Replaced calls of LLVoiceClient::getInstance() to LLVoiceClient::instanceExists() in checks before
removal of voice client status observers. These checks were introduced in changeset bc6a6ab2ce54.

--HG--
branch : product-engine
2010-02-19 22:17:31 +02:00
Tofu Linden 2893ef25a2 EXT-3620 Unable to locate other avatars in God mode on map via "map" button (previously "show on map") 2010-02-16 15:28:26 +00:00
Paul Guslisty 75a060497c Fixed low bug EXT-5069 (Bad user experience while blocking avatar from view profile panel). Replaced using of menu_item_check with menu_item_call
--HG--
branch : product-engine
2010-02-15 10:51:43 +02:00
Mike Antipov 7160c508bf Fixed critical bug EXT-4947 (Viewer crashes after 'See my online status' 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
2010-02-05 12:12:46 +02:00
Vadim Savchuk e5bd3b8a48 Fixed bug EXT-2915 ([BSI] Pay Button is hard to find on small resolutions).
Added a "Block/Unblock" item to the profile view panel overflow menu to make the menu more visible.

--HG--
branch : product-engine
2010-02-03 22:42:10 +02:00
Dmitry Zaporozhan 1b46e8894a Fixed normal bug EXT-4734 - In profile side-panels, area for homepage URL appears clickable without URL.
--HG--
branch : product-engine
2010-01-28 17:17:55 +02:00
Mike Antipov 149c56ae42 Related to normal bug EXT-3880 ( [BSI] functionality loss - online status in profile)
-- removed logic to process online status (LLPanelAvatarProfile::fillOnlineStatus) for non-existent view (name="online_status") on profile page

--HG--
branch : product-engine
2010-01-25 13:11:19 +02:00
Andrew Dyukov ab0c9c6754 Fixed normal bugs EXT-4450 ([BSI] call buttons enabled when voice is 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
2010-01-22 22:16:57 +02:00
Eugene Mutavchi 85467c0ba6 Fixed major bug EXT-4121 ([BSI] Partner display is blank for residents on your friends list, on the first lookup after login)
--HG--
branch : product-engine
2010-01-12 17:27:36 +02:00
Mike Antipov 3c3271761b Merge with default branch, resolved conflict in llpanelavatar.cpp
--HG--
branch : product-engine
2010-01-12 12:53:44 +02:00
Lynx Linden 92b569a607 EXT-3928: Escape group names in the profile panel URLs. 2010-01-11 15:05:01 +00:00
Alexei Arabadji 86b78d84bc added no_group_text string to the profile panel;
--HG--
branch : product-engine
2010-01-11 13:59:32 +02:00
Alexei Arabadji 1a21ce62c2 fixed EXT-3838 “[BSI] Resident profile tries to link "(none)" when Resident isn't member of any groups”,
avoided translating null group id as SLURL;

--HG--
branch : product-engine
2010-01-06 18:17:31 +02:00
Andrew Dyukov 9737349a72 Fixed minor bug EXT-2955 ("Teleport" button is enabled in profile panel of offline avatar).
- Fixed not only "Teleport" button from profile, but also from IM (according to comment in JIRA).

--HG--
branch : product-engine
2009-12-29 19:55:23 +02:00
Alexei Arabadji caaa88306f fixed EXT-3036 “Avatar Notes&Privacy: 'Allow this person to' checkboxes can be
all set for non-friend”,
added checkboxes cleanup on panel update;

--HG--
branch : product-engine
2009-12-24 13:06:43 +02:00
Leyla Farazha 9538f96613 EXT-3523 Missing God Mode functions in User Profile
EXT-2635 	 No message reminding user that a restart is required to reset cache (was Clear Cache)
reviewed by Richard
2009-12-21 15:33:06 -08:00
Paul Guslisty fe0da9bf7b Fixed low bug EXT - 3255 (Call button is enabled in the People & Profile panels while voice is disabled)
--HG--
branch : product-engine
2009-12-14 19:53:54 +02:00
Paul Guslisty 9e8bbf098a Fixed low bug EXT - 3255 (Call button is enabled in the People & Profile panels while voice is disabled)
--HG--
branch : product-engine
2009-12-10 18:18:11 +02:00
Roxie Linden b11a625e6f Automated merge with a few fixups for code review comments 2010-03-01 15:31:04 -08:00
Roxie Linden a2efe4bb41 automated merge 2010-02-26 19:18:15 -08:00
Roxie Linden 5352954eb6 automated merge 2010-02-26 17:34:39 -08:00
Roxie Linden 9b05fecbf6 automated merge from trunk 2010-02-25 18:24:07 -08:00
Roxie Linden 5ed6e0720a warn-on-failure:unix-eol
automated merge from trunk
2010-02-25 16:50:21 -08:00
Roxie Linden 0ac14158bc automated merge from trunk 2010-02-25 14:12:18 -08:00
Yuri Chebotarev 0699c41e7c merge
--HG--
branch : product-engine
2009-12-01 15:56:33 +02:00
Yuri Chebotarev b509e655bd fix for normal EXT-2820 [BSI] Functionality loss: Can't open groups from Resident's profile
--HG--
branch : product-engine
2009-12-01 15:55:24 +02:00
Alexei Arabadji d3ae1d909e fixed EXT-2958 “The states of checkboxes from Notes&Privacy tab are not saved
after having been modified”;

--HG--
branch : product-engine
2009-12-01 12:24:46 +02:00
Alexei Arabadji 8d776c4bdc avoided include llnotifications.h
--HG--
branch : product-engine
2009-11-27 15:20:08 +02:00
Alexei Arabadji a04eb16976 fixed EXT-2740 "There is no alert on giving/removing modify rights to
resident"

--HG--
branch : product-engine
2009-11-27 13:34:08 +02:00
Alexei Arabadji a67af8e7e8 fixed EXT-2566 "Unable to locate other avatars on map via "map" button (previously "show on map")"
--HG--
branch : product-engine
2009-11-27 11:37:48 +02:00
James Cook 957055396d merge in changes from viewer-2-0, manually fixed conflict in llviewermessages.cpp 2009-11-25 12:31:24 -08:00
James Cook cbc0783cd1 Created lightweight LLNotificationsUtil::add(), switched most alerts to use it
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-25 01:15:50 -08:00
James Cook 458430be91 Removed include llnotifications.h from llfloater.h trying to speed builds
Fixed many other includes related to this file.
Cleaned out llfloatertestlistview to be an empty test floater.
2009-11-24 22:13:10 -08:00
Loren Shih ccf6cb3f9b viewer-2.0 automated merge
--HG--
branch : avatar-pipeline
2009-11-24 22:11:24 -05:00
Vadim Savchuk b619f822e6 merge
--HG--
branch : product-engine
2009-11-24 21:55:23 +02:00
Sergey Borushevsky c227f93b1a Fixed minor bug EXT-2745 (Contents of Groups field duplicates after IM session has been started)
--HG--
branch : product-engine
2009-11-24 20:27:56 +02:00
Loren Shih a22bb00530 merge
--HG--
branch : avatar-pipeline
2009-11-24 12:10:10 -05:00
Nyx (Neal Orman) 98c184619b EXT-829 share button in profile inactive
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
2009-11-23 11:32:30 -05:00
Nyx (Neal Orman) 52c27b99b8 EXT-829 share button in people panel is inactive
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
2009-11-20 17:52:17 -05:00
James Cook 67c832d94b EXT-1743 People inspectors should show Age, not Date born 2009-11-20 14:39:46 -08:00
Vadim Savchuk 70a0dbe8f8 Renamed classes and files for "Me" task panel for better readability.
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
2009-11-20 22:57:59 +02:00
Sergei Litovchuk 93c1e1bd6e No ticket.
- Fixed toggleable menu in Picks panel.
- Minor optimization of LLToggleableMenu.

--HG--
branch : product-engine
2009-11-14 19:15:51 +02:00
Sergei Litovchuk 9e11d70225 Fixed major bug EXT-2316 "Insert the option "pay" in the profile":
- Added menu item according to Communications design spec in section 4.1.2.1.

--HG--
branch : product-engine
2009-11-14 18:12:18 +02:00
Lynx Linden 17ab5928c2 DEV-41317 DEV-42311: Enabled the "Call" button in more side panels.
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...
2009-11-10 00:10:44 +00:00