Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
EXT-4013 : Functionality loss: Inspect object (aka see a list of creators / timestamps for all prims in a linkset)
Simple fix to only use Inspect floater if it's actually active (i.e. visible).
|
|
added null guard to fix crash when the xform has no parent. reviewed by davep.
|
|
Submitting on behalf of Paul Guslisty.
Reviewed by Mike and Q: https://codereview.productengine.com/secondlife/r/70/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
EXT-4013 : Functionality loss: Inspect object (aka see a list of creators / timestamps for all prims in a linkset)
Very simple fix that addresses some brokenness with the inspect multi-object floater.
Nature of changes is that when we re-enabled the floater (i.e. uncommented the associated code) per last-minute request, a couple of blocks of code had been left commented out.
|
|
|
|
--HG--
branch : product-engine
|
|
but not in focus”,
allowed to increment IM message counter when IM window is opened but doesn't have focus and reset IM counter when IM window get focus;
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/76/
--HG--
branch : product-engine
|
|
|
|
fetches from 20 seconds to 60 seconds. Reviewed by Nyx
|
|
Reusable notifications are deleted when user closes IM floater(old - when user closes Viewer).
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
counter doesn't shows in IM window”,
added update of IM floater messages on logging to IM session;
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/75/
--HG--
branch : product-engine
|
|
|
|
Since multiple inventory items can refer to the same asset ID, we needed to
revert changes to old_wearable (indexed by asset ID) after saving changes
made to a wearable to a new asset ID. This prevents user confusion around
unsaved changes.
Code reviewed by vir.
|
|
--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
|
|
is truncated "Sprechen". need xui designer to widen it by some 10 pixels
* restored center aligning for Speak button's label.
* also it is right aligned in 'de' locale which has too long value.
* default right padding is set in 'en' locale (in has no effect on center aligned label)
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/36/
--HG--
branch : product-engine
|
|
- Fixed panel name in en/panel_prim_media_controls.xml. Panel name mismatch in localized files prevented from using localized attributes (e.g. tool tips) of all children of this panel.
Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/73/
--HG--
branch : product-engine
|
|
LLSD::maps keys accross the code are used in mix of cases, lower and upper.
Using "from_id" and "FROM_ID" causes avatar id to be null and thus "no body" was displayed.
BUT this fix is of no use since several minutes ago viewer-offers feature was merged into release,
which overrides avatar name with "Second Life" to display message about teleport offering as system message
Reviewed by Q at https://codereview.productengine.com/secondlife/r/72/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
translation)
- Slightly modified regexp to avoid adding of extra space after names and also made demands to the end of the message string more strict by escaping "."
Reviewed by Kent at https://codereview.productengine.com/secondlife/r/55/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
|
|
Added static member functions to LLViewerMedia: clearAllCookies(), clearAllCaches(), setCookiesEnabled(), and setProxyConfig(). These iterate through all loaded instances and send appropriate messages.
Also added a hack to clearAllCookies() to delete cookie files for all accounts, which should serve until we centralize cookie storage.
Made LLViewerMedia set the proxy config properly when creating new instances. Callum is adding code to do something similar with the cookies enabled flag in a separate commit.
Removed get_web_media from llfloaterpreference.cpp and reworked everything that used it to use the new LLViewerMedia functions instead.
Reviewed by Callum at http://codereview.lindenlab.com/838003.
|
|
|
|
|
|
|
|
reviewed by BenGlenn
|
|
|
|
|
|
to Viewer Prefs
fixed radio item values so they work in true and false cases for UseExternalBrowser
reviewed by Callum
|
|
|
|
attempted fix by removing gesture combo popup lists from floater view holder
reviewed by Leyla
|
|
|
|
|
|
|
|
|
|
reviewed by Monroe
|