Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-26 | STORM-418 : Suppress menu items Save to XML and Load from XML from the ↵ | Merov Linden | |
Develop > XUI menu | |||
2010-10-26 | STORM-454 : Tweak the teleport_coordinate_z width to better align in world ↵ | Merov Linden | |
map UI | |||
2010-10-26 | STORM-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-26 | merge with viewer-development | Merov Linden | |
2010-10-26 | STORM-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-26 | STORM-354 FIXED [TRUNCATION] many langs - build tools "Click to:" combobox | Paul 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-26 | Automated merge up from viewer-development | Loren Shih | |
2010-10-26 | STORM-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-26 | Correction to pannel_preferences_chat.xml os it reads 'IM chat' instead of ↵ | Wolfpup Lowenhar | |
Im chat' | |||
2010-10-25 | Merge from Viewer-development | Wolfpup Lowenhar | |
2010-10-25 | STORM-426 : merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-449 : merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-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-25 | Inverting 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-22 | Merge from Viewer-development | Wolfpup Lowenhar | |
2010-10-22 | STORM-454 : fix height in world map, allow altitude till 4096m, display ↵ | Merov Linden | |
altitude on 4 digits | |||
2010-10-22 | STORM-423 : merge with viewer-development | Merov Linden | |
2010-10-22 | Anisotropic filtering does NOT require a viewer restart. | Dave Parks | |
2010-10-22 | STORM-449 FIXED Updated some notification templates for NL locale to display ↵ | Vadim ProductEngine | |
avatar names correctly. | |||
2010-10-22 | STORM-426 FIXED Menu button no longer looked pressed while its menu is ↵ | Seth ProductEngine | |
displayed by another control. - LLMenuGL in menu button replaced by LLToggleableMenu that handles visibility change upon clicks inside specific button rect. - Added visibility change signal to LLToggleableMenu to update menu button pressed state. - Added using menu handle in LLMenuButton. | |||
2010-10-22 | Non-FBO driven fix for anti-aliasing (make applying of FSAA require restart ↵ | Dave Parks | |
when FBO is disabled). | |||
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-21 | STORM-224 FIXED Changed label "Fabric" to read "Texture" in wearable editing ↵ | Vadim ProductEngine | |
panels. | |||
2010-10-21 | Merge from Viewer-development | Wolfpup Lowenhar | |
2010-10-20 | STORM-423: fix raw file association in strings.xml | Merov Linden | |
2010-10-19 | STORM-293 FIXED Friend permissions icons overlap long names on 'My Friends' tab | Paul Guslisty | |
- Added 'avatar name right padding' as parameter to avatar_list_item. Before it was calculated and correctness of calculation was strongly dependent on right positioning elements in XML, which was prone to errors. | |||
2010-10-15 | STORM-263 FIXED popup menu of Cog button in lower-left of sidebar panel ↵ | Seth ProductEngine | |
closing on second click - Changed type of gear menu buttons from LLButton to LLMenuButton in all sidebar panels where gear menu button is used. - Added setMenuPosition(), setMenu() and updateMenuOrigin() to the LLMenuButton. - Moved actions common for displaying a context menu to LLMenuButton::toggleMenu(). - In all sidebar panels where LLButton was replaced with LLMenuButton the following steps were taken: 1. setting gearMenu and its position relative to the menuButton with LLMenuButton::setMenu() 2. setting mouse down callback for the menuButton if needed. 3. calculating the menu origin point with LLMenuButton::updateMenuOrigin() in mouse down callback | |||
2010-10-13 | Automated merge up from viewer-development | Loren Shih | |
2010-10-13 | merge fix for STORM-196 | Oz Linden | |
2010-10-13 | STORM-196 FIXED 'Undo changes' button is absent on 'Edit wearable' panel | Paul Guslisty | |
-Added "top" parameter to the button to put button in visible area -Added "left_pad" and changed "width" parameters for proper positioning inside layout_panel | |||
2010-10-12 | STORM-359 FIXED Disable higlighting URLs in object names inside ↵ | Vadim ProductEngine | |
llDialog/llGiveInventory/llLoadURL and script question dialogs. | |||
2010-10-12 | STORM-360 FIXED Disabled higlighting of URLs in object names inside IM well ↵ | Vadim ProductEngine | |
window. | |||
2010-10-11 | pull viewer-beta into viewer-development | Merov Linden | |
2010-10-11 | Merge | Eli Linden | |
2010-10-11 | CT-575 WIP PT translation for set18, new file | Eli Linden | |
2010-10-11 | CT-575 WIP PT translation for set18 | Eli Linden | |
2010-10-11 | merge pending beta changes to viewer-beta | Merov Linden | |
2010-10-11 | STORM-365 : merge to viewer-beta | Merov Linden | |
2010-10-11 | STORM-289 : merge to viewer-beta | Merov Linden | |
2010-10-11 | STORM-302 : merge to viewer-beta | Merov Linden | |
2010-10-11 | CT-575 WIP FR translation for set18, new file | Eli Linden | |
2010-10-11 | CT-575 WIP FR translation for set18 | Eli Linden | |
2010-10-11 | CT-575 WIP PL and DA translation for set18, new files | Eli Linden | |
2010-10-11 | CT-575 WIP PL and DA translation for set18; ES correction | Eli Linden | |
2010-10-09 | STORM-289 FIXED browser navigation bar layout to make it resize properly ↵ | Seth ProductEngine | |
after minimize/restore. When floater media browser is minimized its button bars are shrunk to zero height and their height is not restored upon unminimizing because they have auto_resize disabled. Setting min_height for the button bars makes them restored with this height upon uminimizing the floater. | |||
2010-10-07 | CT-575 WIP Add list of 11 Spanish Residents who volunteer translation of Viewer | Eli Linden | |
2010-10-07 | CT-575 WIP ES translation for Set18, new file | Eli Linden | |
2010-10-07 | CT-575 WIP ES translation for Set18 | Eli Linden | |
2010-10-07 | FIXED STORM-302 Parcel lists scroll bar overlaps with other components if ↵ | Paul Guslisty | |
panel is undocked - Added missing column to the xml of the scroll list - Adjusted columns width to show all columns | |||
2010-10-04 | Pull fixes from viewer-beta | Merov Linden | |