Age | Commit message (Collapse) | Author |
|
|
|
"widgeted" text
partial fix
reviewed by Leyla
|
|
|
|
Fixed size and position of renamer line editor
Reviewed with Richard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set drop_shadow="true" in menu.xml
|
|
|
|
|
|
Now it buys currency.
Also fixes EXT-4176, same issue
Reviewed with Richard.
|
|
Updated the logic of the help ID detection to search sub-panels before
searching active tabs. For some reason, certain tabs are still visible
and active even though they are not being displayed on screen. I also
removed a bunch of help IDs for button panels that just confuse things.
Also went through all of the side panel tabs and added new help IDs
where appropriate. These are:
profile_classified_info
profile_edit_classified
profile_pick_info
profile_edit_pick
my_inventory_tab
recent_inventory_tab
|
|
|
|
|
|
resetes scroll-bar).
The list gets rebuilt whenever you activate or play a gesture. And rebuild did not save the scroll position.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Cause:
There is a global observer ( LLOpenTaskOffer ) which observes creation of new inventory items and open appropriated preview UI for them. Looks like simulator () sends a message for all active gestures, when user is logged in first time.
Solution:
Displaying of the preview gesture floater has been removed from global scope. Also I have added new observer to handle opening gestures as attachment from group notice to avoid regression problems.
--HG--
branch : product-engine
|
|
non-changed if change its order in the 'Favorites Bar')
-- reason: there was two places where identical resorting of Favorite landmarks functionality was implemented: InventoryBridge & Favorite bar.
It was not impelnmented properly in favorites bar: LLInventoryObserver::SORT flag was not set after d-n-d.
-- fix: moved identical functionality to update & save order of Favorite landmarks from these places to Inventory Panel
--HG--
branch : product-engine
|
|
avoided redundant rearranging of chiclet panel;
--HG--
branch : product-engine
|
|
|
|
This involved tracking the torn-off state of a floater, which we
apparently weren't doing before. Also, making sure that we update
the title bar buttons when the floater changes torn-off state.
|
|
--HG--
branch : product-engine
|
|
Updated the regex to match a free URL in plain text with no http:
protocol. This now explicitly does not match e-mail addresses, such as
test@lindenlab.com (yay negative lookbehind regexes). It additionally
matches URLs with a port or path after it, e.g., secondlife.com/status.
I've added a bunch more unit tests to asset positive and negative
matches for this regex, because no human can do this in their head.
|
|
--HG--
branch : product-engine
|
|
users are in the same voice channel)
-- cleanup: remove logging of unnecessary warning messages if there are no any registered speaking indicators for voice participant
--HG--
branch : product-engine
|
|
These were turned off by change 0db87c1f22a9, but I'm assuming this
was done in error as the tests compile and run fine and the commit
message made no mention or reason for turning them off.
|
|
|
|
Took out llinfos spam.
|
|
|
|
remove it
Removed "Add to Current Outfit" from right-click outfits context menu.
|
|
|
|
|
|
that navigates in a while(1) loop)
Don't allow LLViewerMediaImpl to process a navigateInternal during the call to LLPluginClassMedia::idle(). This prevents untimely destruction of the LLPluginClassMedia and LLPluginMessagePipe objects, which was causing the crash.
Reviewed by Rick.
|
|
EXT-4363Notification list is too close to the right of the screen, conflicts with window resize affordance
|
|
|
|
Simple logic fix.
|
|
These are suggested edits from the resident translators, approved by Simone
|
|
|
|
|
|
|
|
http://jira.secondlife.com/browse/EXT-4204
|
|
|
|
http://jira.secondlife.com/browse/EXT-4205
|
|
Viewer jumps to the web: floater_html.xml, floater_help_browser.xml, and floater_buy_currency.xml
|
|
teleport button): fixed Teleport & Map buttons are enabled if nothing is selected
--HG--
branch : product-engine
|
|
(EXT-4315).
--HG--
branch : product-engine
|