Age | Commit message (Collapse) | Author |
|
referenced in textures.xml, EXT-1073 Add icon and style the L$ Balance button in top navigation bar
|
|
|
|
Self reviewed.
|
|
reviewed
|
|
|
|
menu items into menu_login.xml under the Debug item to make keyboard shortcuts work. Added "Copy to Clipboard" button. Broke text into a tab container with Support, Credits and Licenses sections. Reviewed with Qarl.
|
|
viewer2help-1 branch into viewer-2.0.0-3, to avoid divergence.
This involves giving all floaters and side panels a help_topic
attribute, to specify a logical name for that UI element's page in the
help viewer. If you are creating/updating a floater or panel, please
consider adding a help_topic field. For details, see the wiki page on
XUI Documentation:
https://wiki.lindenlab.com/wiki/XUI_Documentation#help_topic
I'm also merging in some updates to the lastest floater button
artwork to ensure these are 16x16 pixels.
(Note, the new help code is still being developed in viewer2help-1 and
is NOT being merged into 2.0 with this checkin. This is just data files.)
|
|
Further Clean up of dll copying merge mess.
|
|
|
|
for Places Profile - File should be removed and layout integrated into PE Places work.
Layout lives in: panel_place_profile_layout.xml
Included new for sale icon.
|
|
including DLL hell library changes.
|
|
|
|
|
|
the default texture.
|
|
r133676 svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-6
|
|
|
|
wording tweaks
|
|
|
|
process.
|
|
Changed color of disabled checkmark, updated test floaters
|
|
length="1" in text boxes.
|
|
LinkInventoryItem.Merging newinventorymsg__merge__viewer-2.0.0-3__r131585 into viewer-2 trunk, see QAR-1804 and QAR-1805.
Merging revisions 131698-132325 of svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/newinventorymsg__merge__viewer-2.0.0-3__r131585 into D:\viewer-2.0.0-3, respecting ancestry
|
|
|
|
floater_inventory_view_finder.xml
|
|
visible EXT-1022
|
|
minor formatting changes to floater to accommodate new floatercrammed width of 313 pixels.
|
|
|
|
will be available in our next public release. The server part of the
fix missed 1.30, but should (hopefully) get into 1.32.
Original fix was reviewed by soft and kelly.
|
|
|
|
|
|
closing the About Land floater. The LLFloaterReg conversion made this floater single_instance, which means it does not destroy itself on close. We therefore need to explicitly clean up the parcel selection when the sell land floater is closed. Reviewed with Leyla.
|
|
width EXT-970
|
|
button art.
|
|
|
|
EXT-969 Reviewed by Erica
|
|
progress view to explicitly release focus when fade-out animation is complete. Reviewed with Richard.
|
|
commented out a bunch of options to make it cosmetically nice. will reinstate soon.
EXT-147
|
|
svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22
DEV-38453 Conversion to 2.0: Modernize and rearrange the nodes of the localized XUI; NO CHANGES TO ENGLISH.
- match the new structures/widget language of the post-skinning work
- restore some strings.xml entries from the former ui_strings.xml file
- copy the Low/Mid/High translations into strings.xml
- strip out all superfluous length= and type= parameters; these default to the EN value anyway
I intentionally did not yet rearrange menu_viewer.xml, since it is still in flux in English
|
|
|
|
Added CRT assembly check to viewer_manifest.py.
twiddled test_win32_manifest.py for ease of use.
|
|
|
|
for Maturity rating -- to be reviewed
|
|
--reviewed by Richard
|
|
|
|
|
|
textures.xml
|
|
This attempts to be pretty close to the 80-20 style guide (sizewise probably a bit closer than we were before) while remaining pragmatically close to what we've already been using in viewer2.
The main goal is to bring fonts to parity across all platforms to the extent that truncation issues and layout glitches need to be fixed and tested on only one platform, not 3+.
|
|
|
|
In the viewer-2 code base, the "tos" case is detected inline, a sibling of the
other types of login failure, and doesn't reach the notification. Our new
logic needs to detect "tos" as well.
Also, the case of process_login_success_response() returning false was
inconsistent, attempting a notification with an empty string.
|
|
secondlife:///app/classifieds URLs because we do not have handlers for
these SLAPPs in 2.0.
Added support for secondlife://<location/<x>/<y>/<z> URLs, in addition
to the http://slurl.com SLURLs.
Also optimized LLUrlRegistry:findUrl() so that it avoids lots of
expensive regex calls when there is no URL in the text.
|