summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-12-13STORM-229 FIXED Fixed long loading times and stalling of Viewer while ↵Andrew Productengine
loading big scripts or pasting a lot of text into script. The bug was fixed by Satomi Ahn. Here is the description of what causes the problem from her comment in ticket: "Disabling the loading of syntax keywords in LLScriptEdCore::postBuild() removes the freeze (and with it: syntax highlighting). So it obviously comes from the parsing of the text. I also noticed something else: by adding a llwarn in LLTextEditor::updateSegments(), I saw that this function was called a lot of times when loading a script, roughly once for each line in the script (naively I would have thought only necessary to update when finished... or to only update the new line). My llwarn was in the "if (mReflowIndex < S32_MAX && mKeywords.isLoaded())", which means that, at each call, the text is actually parsed for all keywords... so the parsing of the script becomes quadratic instead of linear!!!" - To fix this, Satomi added a flag depending on which parsing is disabled when it is not necessary.
2010-12-10Merge from viewer-developmentMonroe Linden
2010-12-09STORM-727 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-710 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-578 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-728 : Pull into viewer-developmentMerov Linden
2010-12-09Pull/merge from viewer-developmentMerov Linden
2010-12-09Merge with viewer-development.Monroe Linden
2010-12-09Falling back to legacy cache on display name fetch errorleyla_linden
2010-12-09STORM-436 : pull into viewer-developmentMerov Linden
2010-12-09STORM-584 : pull into viewer-developmentMerov Linden
2010-12-09STORM-732, STORM-733, STORM-735, STORM-766, STORM-774 : pull into ↵Merov Linden
viewer-development
2010-12-09Pull from viewer-betaMerov Linden
2010-12-09Pull from viewer-betaMerov Linden
2010-12-09CT-634 WIP PT DA translation including new files for Viewer 2.4, for viewer-betaEli Linden
2010-12-09STORM-774 FIXED Made notification toasts (e.g. IM toasts) respect ↵Vadim ProductEngine
transparency settings: * Normally toasts are as opaque as specified by "inactive floater opacity" setting. * When mouse is hovering a toast, the toast uses "active floater opacity" setting. * Fading toasts have 1/2 of "inactive floater opacity".
2010-12-09STORM-774 WIP Misc renames to improve readability.Vadim ProductEngine
2010-12-09STORM-774 WIP Partially reverted transparency fix for nearby chat toasts ↵Vadim ProductEngine
(STORM-717) to develop a more generic one (applicable to all notification toasts).
2010-12-09STORM-728 FIXED Fixed crash when choosing to send snapshot by email in ↵Vadim ProductEngine
mouselook mode. - Fixed dereferencing a NULL pointer. - Added EMAIL SNAPSHOT floater to the list of floaters allowed in mouselook mode.
2010-12-09STORM-727 FIXED Don't disable Close and Back buttons in the Create Landmark ↵Vadim ProductEngine
panel, so you can go back if the landmark fails to load. The bug was introduced in the fix of EXT-4700 (Creating a landmark brings up the Landmark sidepanel info twice). To avoid reopening the "Create Landmark" panel, its Back and Close buttons were disabled. However, the same fix removed the code for reopening the panel, so I can't see why we need to disable the buttons at all.
2010-12-08EXP-465 FIX Viewer window does not fill screen on Mac and Linux using ↵Richard Linden
--fullscreen disabled fullscreen mode for merge to viewer-development
2010-12-08EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed ↵Richard Linden
when using orbit pan zoom tools. better fix that uses tag to isolate all skin specific notifications
2010-12-08EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed ↵Richard Linden
when using orbit pan zoom tools.
2010-12-08CT-634 WIP DE ES FR translation (new files) for Viewer 2.4 for viewer-betaEli Linden
2010-12-08CT-634 WIP DE ES FR translation for Viewer 2.4 for viewer-betaEli Linden
2010-12-08merge with viewer-devRichard Linden
2010-12-08EXP-448 FIX Notification not found error for NofileExtension given when ↵Richard Linden
uploading file with no file extension during Bulk Upload
2010-12-09STORM-578 FIXED using the color setting for "URLs" from Preferences for ↵Seth ProductEngine
names in Nearby Chat toasts.
2010-12-08CHOP-239: reconcile LL_VERSION_BUNDLE_ID with Info-SecondLife.plist.Nat Goodspeed
The bundle ID is found in llversionviewer.h, Info-SecondLife.plist and mac_updater.cpp. The latter two state it as "com.secondlife.indra.viewer". llversionviewer.h stated it as "com.secondlife.snowglobe.viewer". Changing it to "indra" to be consistent. For further discussion, please see the Jira.
2010-12-08STORM-584 ADDITIONAL FIX When the user sets the opacity for the name tag the ↵Seth ProductEngine
selected opacity is shown in the color swatch to the left. Fixed color swatch label and tooltip. Added toolltip to opacity slider.
2010-12-08STORM-766 FIXED The day cycle icon in environment editor now follows floater ↵Vadim ProductEngine
transparency settings.
2010-12-08STORM-436 FIXED Favorites overflow list appeared if you clicked a favorite ↵Vadim ProductEngine
landmark context menu item.
2010-12-08STORM-436 WIP Renamed members for consistency.Vadim ProductEngine
2010-12-07VWR-24079 FIX DE linguistic by Torben TrautmanEli Linden
2010-12-07sync with viewer-beta 2.4, 12/7/2010Eli Linden
2010-12-07STORM-710 FIXED Don't show search history dropdown if the history is empty.Vadim ProductEngine
2010-12-07STORM-735 FIXED Group icons in People -> Groups now follow floater opacity ↵Vadim ProductEngine
settings.
2010-12-07STORM-733 FIXED Build Tools floater now has inactive floater transparency ↵Vadim ProductEngine
when opened (because it's not focused by default).
2010-12-07STORM-732 FIXED Voice Morphing floater was opaque on first open.Vadim ProductEngine
2010-12-06STORM-678 : pull into viewer-betaMerov Linden
2010-12-06Pull viewer-beta inMerov Linden
2010-12-06STORM-378 : pull into viewer-betaMerov Linden
2010-12-06STORM-579 : pull into viewer-betaMerov Linden
2010-12-06STORM-730, STORM-717, STORM-690 : pull into viewer-betaMerov Linden
2010-12-06STORM-730 FIXED Made Movement Controls, Camera Controls and Nearby Voice ↵Vadim ProductEngine
floaters use active floater transparency.
2010-12-06STORM-690 ADDITIONAL FIX Hide "Loading..." text that can be seen under ↵Vadim ProductEngine
transparent Avatar Picks accordion.
2010-12-06STORM-690 FIXED Underlying panels were visible in undocked sidepanels.Vadim ProductEngine
By the way, fixed losing focus when switching between panels in Me and Places SP (which made the floater semi-transparent).
2010-12-04STORM-717 FIXED Made nearby chat toasts respect transparency settings:Vadim ProductEngine
* Normally toasts are as opaque as specified by "inactive floater opacity" setting. * When mouse is hovering a toast, the toast uses "active floater opacity" setting. * Fading toasts have 1/2 of "inactive floater opacity".
2010-12-04STORM-717 WIP Cleanup: removed unused on_mouse_enter callback from LLToast.Vadim ProductEngine
2010-12-03merging beta fixes after 2.4.0-beta1Oz Linden