Age | Commit message (Collapse) | Author |
|
Lots of superficial cleanup, particularly around "if (" formatting.
Removed LLAgent as a friend of LLAgentCamera and refactored to use accessors.
|
|
Problem:
* English locale was set for all languages.
* Specifying a correct locale didn't affect anything, including date/time formatting.
My investigation has shown that LLStringUtil was instantiated twice: in the
main binary and in libllcommon.so.
Because LLStringUtil::setLocale() was called from newview and getLocale()
was called from llcommon, they effectively used *different* instances of
LLStringUtil::sLocale. Hence getLocale() always returned empty string.
This seems to be caused by get/setLocale() methods not being dllexported.
The fix instantiates get/setLocale() and sLocale in llcommon and exposes
them to use from newview (i.e. prevents multiple instantiation).
Besides, I specified correct locale names for all languages and platforms.
Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/104/
--HG--
branch : product-engine
|
|
Land > Objects for group deeded object)
Reason: groups were added to the list as avatars, which led to invoking
incorrect inspector on hover.
Also added a fix for potential crash on hovering name list items.
Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/110/
--HG--
branch : product-engine
|
|
Resolved conflict in indra/newview/llviewerwindow.cpp.
--HG--
branch : product-engine
|
|
|
|
window, not under.)
Replaced sending voice notifications to front (in floater view) with adding them to popup view.
In this case Voice Notifications are shown on top even IM window has focus. And Resident can continue enter the text when Voice notification is shown.
Reviewad by Vadim at https://codereview.productengine.com/secondlife/r/120/
--HG--
branch : product-engine
|
|
the top covering the first few contacts.)
Unfortunately I was unable to reproduce this bug. But I have some idea about the reason of it.
Decision to show or not the help text based on count of people in Inventory/Calling Cards/Friends/All list. So, if this list is empty even if Resident has some friend (and at least one of them is online) both help text & online list were shown at the same time.
The reason of why Friends/All can be empty in inventory can be clean cachу & slow connection to upload it from the server. But I could not reproduce it.
So, the fix is to check both all friends & online friends lists to prevent overlaping in the future.
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/118/
--HG--
branch : product-engine
|
|
overreached.
|
|
--HG--
branch : product-engine
|
|
EXT-6475 Scrollbar in the Notices panel is semitransparent and overlaps controls
(also for EXT-6374 Side Panel> Create a Notice> dialog boxes overrun up/down slider)
https://codereview.productengine.com/secondlife/r/100/
reviewed Leyla Farazha ,vsavchuk
--HG--
branch : product-engine
|
|
from PE.
|
|
|
|
Increased textbox width. French translation is the longest so other languages will be ok.
Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/114/
--HG--
branch : product-engine
|
|
Residents button.
Removed "Kick all" button and corresponding code.
Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/117/
--HG--
branch : product-engine
|
|
- Corrected wrong indexes at the point of adding gestures to the gestures list.
Problem probably is a result of 'copy & paste'.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/113/
--HG--
branch : product-engine
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
replaced [NAME] with [NAME_SLURL] in teleport offer notification, this will unify offers appearance and gap between offers in IM chat log with disabled plaintext mode;
--HG--
branch : product-engine
|
|
- Set background opaque of the floater depending on focus and made map's background color transparent
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/99/
--HG--
branch : product-engine
|
|
|
|
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject()
|
|
|
|
|
|
linguistic
|
|
Minor superficial cleanup to use proper naming conventions.
|
|
|
|
and possible fix for EXT-5704: FPS drop, and this could be cause freez and crash.
|
|
mime_type.xml; remove invalid attributes in floater_about_land and the extra .. in "set" button translation
|
|
|
|
|
|
|
|
Removed mAvatarObject / gAgentWearables.mAvatarObject since it's redundant with gAgent.mAvatarObject.
|
|
|
|
button overlaps horizontal rule).
- Decreased height of text editor.
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/98/
--HG--
branch : product-engine
|
|
|
|
to disappear
|
|
- Changed radio items "bottom" attribute to "top_pad".
Reviewed by Kent at https://codereview.productengine.com/secondlife/r/109/
--HG--
branch : product-engine
|
|
#3 checkin.
Took out llagent "friend llagentcamera" and added accessors instead.
Did some superficial formatting cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--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
|
|
background & no border.
- Removed unused attributes from drop down menus in side panel People.
- Removed drop_shadow="false" to display shadow and distinguish drop down from background.
Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/103/
--HG--
branch : product-engine
|