summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-10-26mergeDave Parks
2010-10-26Potential fix for crash in renderBloom.Dave Parks
Reviewed by Seraph.
2010-10-26STORM-454 : merge with viewer-developmentMerov Linden
2010-10-26STORM-454 : Tweak the teleport_coordinate_z width to better align in world ↵Merov Linden
map UI
2010-10-26STORM-416 : merge with viewer-developmentMerov Linden
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-350 : merge with viewer-developmentMerov Linden
2010-10-25STORM-173 : merge with viewer-developmentMerov Linden
2010-10-25STORM-426 : merge with viewer-developmentMerov Linden
2010-10-25STORM-449 : merge with viewer-developmentMerov Linden
2010-10-25merge viewer-beta to viewer-developmentMerov Linden
2010-10-25apply fixes for STORM-341, not quite a transplantKent Quirk
2010-10-25pull viewer-beta in viewer-developmentMerov Linden
2010-10-25STORM-341 FIXED Crash on exiting viewer while Outfit Editor is opened in ↵Vadim ProductEngine
detached Appearance SP. Reason: An inventory observer (LLFilteredWearableListManager) tried to use a deleted collect functor (LLFilterItem::collector in LLPanelOutfitEdit::mListViewItemTypes). Fix: De-register (and delete) the observer when the collector gets deleted.
2010-10-25DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt - fixing ↵Leyla Farazha
saving of p2p logs
2010-10-25STORM-173 : use isEmpty() instead of getFirstRootNode() to check selectionMerov Linden
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-22DN-181 Chat & IM logs saved in unreadable .llsd instead of .txtLeyla Farazha
2010-10-22STORM-454 : fix height in world map, allow altitude till 4096m, display ↵Merov Linden
altitude on 4 digits
2010-10-22STORM-423 : merge with viewer-developmentMerov Linden
2010-10-22STORM-406 : merge with viewer-developmentMerov Linden
2010-10-22Anisotropic filtering does NOT require a viewer restart.Dave Parks
2010-10-22STORM-322 : merge with viewer-developmentMerov Linden
2010-10-22MergeMark Palange (Mani)
2010-10-22mergeMark Palange (Mani)
2010-10-22Disable FBO by default for all settings.Dave Parks
2010-10-22STORM-350 FIXED Wrong icon (texture) was displayed for sounds in inventory.Vadim ProductEngine
By the way, just for consistency changed LINKFOLDER icon from "Inv_LinkItem" "Inv_LinkFolder". The icons are equal, so this change has no effect.
2010-10-22STORM-449 FIXED Updated some notification templates for NL locale to display ↵Vadim ProductEngine
avatar names correctly.
2010-10-22STORM-297 FIXED Fixed "<nolink>" text appearing in confirmation message if ↵Vadim ProductEngine
there is "<" symbol in Landmarks name. Modified the "<nolink>...</nolink>" clause parsing regexp to allow "<" in the middle.
2010-10-21Merge from Viewer-developmentWolfpup Lowenhar
2010-10-21STORM-173 : never enable return object if no object selectedMerov Linden
2010-10-22STORM-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-21Fix for crash when toggling anisotropic filtering.Dave Parks
2010-10-21Fix for crash when toggling anisotropic filtering.Dave Parks
2010-10-22Non-FBO driven fix for anti-aliasing (make applying of FSAA require restart ↵Dave Parks
when FBO is disabled).
2010-10-22Disable FBO by default for all settings.Dave Parks
2010-10-21SH-325 FIXED Add terminal / to SerachURL in viewer settings.xmlLoren Shih
Trivial fix to add "/" to the search string.
2010-10-21Manual fix for merge compile errors.Loren Shih
2010-10-21Automated merge up from viewer-developmentLoren Shih
2010-10-21STORM-322 FIXED Fixed problem with redundant search entries shown in ↵Andrew Productengine
People/Groups/Roles/Members. Bug was caused by adding members with uncached names to search results- when name was uncached, method that added ids to member list, didn't respect the filter. - Fixed by adding members only when their names are cached and match the filter. If name is not cached, LLCacheName::get() is called for such user id, and when name is cached, it calls function that handles adding of user to list depending on filter. - Added default sorting of members by name, added saving of sort order to settings.
2010-10-21STORM-224 FIXED Changed label "Fabric" to read "Texture" in wearable editing ↵Vadim ProductEngine
panels.