summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2010-11-04CT-633 WIP PL translation for Viewer 2.3, Set19Eli Linden
2010-11-04CT-633 WIP PL translation for Viewer 2.3, Set19, new fileEli Linden
2010-11-04automated merge up from viewer-betaLoren Shih
2010-11-04Automated merge up from viewer-developmentLoren Shih
2010-11-04STORM-261 FIXED Changed line number color in script editor.Andrew Productengine
- Changed text_readonly_color in script editor to darker gray, so that line numbers are visible when scrip editor is out of focus.
2010-11-03CT-633 WIP ES translation for Viewer 2.3, Set19Eli Linden
2010-11-02DN-141 llGetDisplayName (and other new LSL fucntions) doesn't register ↵Leyla Farazha
(highlight in red) as an internal function in the script editor
2010-11-04SH-353 FIXED Crash when toggling anisotropic filteringLoren Shih
Anisotropic filtering does NOT require a viewer restart.
2010-11-04SH-358 FIXED Non-FBO driven fix for anti-aliasing (make applying of FSAA ↵Loren Shih
require restart when FBO is disabled).
2010-11-01STORM-335 : merge with viewer-developmentMerov Linden
2010-11-01STORM-400 : merge with viewer-developmentMerov Linden
2010-11-01STORM-354 : merge with viewer-developmentMerov Linden
2010-11-01STORM-190 : merge with viewer-developmentMerov Linden
2010-11-01STORM-293 : merge with viewer-developmentMerov Linden
2010-11-01STORM-255 : merge with viewer-developmentMerov Linden
2010-11-01STORM-255 : Made changes to the tool tips for the check boxesWolfpup Lowenhar
in panel_prefferences_chat.xml
2010-11-01merge from viewer-betaMerov Linden
2010-11-01changing duplicate line editor nameLeyla Farazha
2010-10-29Merge with lindenlab/viewer-developmentKyle Ambroff
2010-10-29STORM-255 : Merge from viewer-developmentWolfpup Lowenhar
2010-10-28STORM-451 : merge with viewer-developmentMerov Linden
2010-10-28STORM-36 : merge with viewer-developmentMerov Linden
2010-10-27STORM-255 : Merge from viewer-developmentWolfpup Lowenhar
2010-10-27Automated merge from viewer-development-shiningLoren Shih
2010-10-27STORM-451 FIXED Disabled highlighting URLs in object name inside the ↵Vadim ProductEngine
llGiveInventory discard notification. Changes: * Wrapped object name with <nolink>...</nolink> tags to disable URL parsing. * The decline message is now localized as a whole sentence (localizing separate phrases is often inapplicable for some languages).
2010-10-27STORM-418 : merge with viewer-developmentMerov Linden
2010-10-27STORM-224 : merge with viewer-developmentMerov Linden
2010-10-27STORM-95 : merge with viewer-developmentMerov Linden
2010-10-27Made changes to setting names and in pannel_preferences_chat.xml for better ↵Wolfpup Lowenhar
understanding as per Esbee's comments in STORM-255
2010-10-27Merge from viewer-developmentWolfpup Lowenhar
2010-10-27STORM-400 FIXED Trash button not responding on People > My Friends tabPaul Guslisty
- Corrected wrong button name in XML
2010-10-26STORM-482; change to allow 1023 characters again in local chat. While fixing ↵Kent Quirk
this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree.
2010-10-26This is the setting of the core file name date stamp code and settings ↵Wolfpup Lowenhar
files for Chat, Group and IM Logs. --HG-- branch : storm-102
2010-10-26STORM-418 : Suppress menu items Save to XML and Load from XML from the ↵Merov Linden
Develop > XUI menu
2010-10-26STORM-454 : Tweak the teleport_coordinate_z width to better align in world ↵Merov Linden
map UI
2010-10-26STORM-335 FIXED Made group name clickable in About Land > General tab.Vadim ProductEngine
Technical notes: If you set the "enabled" param of a textbox to "false", that will prevent the widget from receiving mouse events. However, if a text box is initially enabled and then gets disabled with setEnabled(FALSE), it will remain clickable. This is a long-standing design problem with "enabled" flag being intermixed with "read-only". I'm working around it by enabling the group name textbox initially, thus making it clickable.
2010-10-26merge with viewer-developmentMerov Linden
2010-10-26STORM-190 FIXED [TRUNCATION] many langs -- "Next Owner:" in ↵Paul Guslisty
floatear_bulk_perms.xml - Increased width of the floater and spacing between controls for which truncation occurs - Deleted wrong override for width dimension in JA locale
2010-10-26STORM-354 FIXED [TRUNCATION] many langs - build tools "Click to:" comboboxPaul Guslisty
- Increased width of label and decreased width of checkbox in EN locale - Removed overrides of width dimensions in EN, ES, NL, FR locales
2010-10-26Automated merge up from viewer-developmentLoren Shih
2010-10-26STORM-36 FIXED As a User, I want to control how long a chat toast appears ↵Paul Guslisty
before it fades. Please add fade time back to Chat preferences. - Added two spinners to the Chat preferences tab that control NearbyToastLifeTime and NearbyToastFadingTime - Added callbacks to the LLNearbyChatScreenChannel that update these properties if they were changed Refactoring of LLToast: - Removed code that was making toast transparent from LLToast::draw() - Modified LLToast interface that relates to showing and hiding toast, so that all screen channels can use LLToast universally. - Replaced in LLScreenChannel calling methods of old interface to new ones.
2010-10-26Correction to pannel_preferences_chat.xml os it reads 'IM chat' instead of ↵Wolfpup Lowenhar
Im chat'
2010-10-25Merge from Viewer-developmentWolfpup Lowenhar
2010-10-25STORM-426 : merge with viewer-developmentMerov Linden
2010-10-25STORM-449 : merge with viewer-developmentMerov Linden
2010-10-25Merge with lindenlab/viewer-developmentKyle Ambroff
2010-10-25STORM-95 FIXED Fixed hanging of client when incorrect WAV file was passed.Andrew Productengine
As Aimee has found: "The data chunk of nexfire.wav has an incorrect length specified in its header which we blindly trust when reading the file in check_for_invalid_wav_formats() in llvorbisencode.cpp. It causes an overflow of the file position pointer when reading the file which makes it start over from the beginning, hanging it in an infinite loop." - To avoid this situation in future, check for chunk size was added, and if it is declared bigger then it may be, function is interrupted and returns error.
2010-10-25Inverting settings and test so that telling other how to turn off the ↵Wolfpup Lowenhar
messages popping is easier as per discussion with Oz and Boroondas also correcting some minor spelling issues
2010-10-22Merge from Viewer-developmentWolfpup Lowenhar
2010-10-22STORM-454 : fix height in world map, allow altitude till 4096m, display ↵Merov Linden
altitude on 4 digits