summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.cpp
AgeCommit message (Collapse)Author
2015-07-29MAINT-5376 FIXED Sort experiences by name in the LSL editor experience ↵Mnikolenko ProductEngine
chooser drop down list
2015-07-01Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-05-22MAINT-999 FIXED Clear message when clicking Save button.Mnikolenko ProductEngine
2015-04-15Merge viewer-releasesimon
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-01-13merge changes for 3.7.24-releaseOz Linden
2014-12-19merge with 3.7.23-releasemaksymsproductengine
2014-11-05MAINT-202 FIXED Can't open scripts in copied objects individually on the viewer2andreykproductengine
2014-10-20Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵callum_linden
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake
2014-10-09Mergedolphin
2014-08-21Show experiences with blank names as (untitled experience) in experience ↵Cho
search, script editor, and allowed/trusted/blocked lists for ACME-1585
2014-08-20mergeCho
2014-08-20Added tooltip to > button in script editor for ACME-1588Cho
2014-08-06Merge with 3.7.13-releasedolphin
2014-07-09Merge with 3.7.11-releasedolphin
2014-07-23MAINT-4238 FIXED Accept new types of tokens/delimiters as well as TT_WORDMnikolenko ProductEngine
2014-07-07Merge viewer-release and become version 3.7.12simon
2014-07-07Merge downstream code and become 3.7.12simon
2014-06-24Updated all experience responders for LLCurl::Responder interface changes ↵Cho
for ACME-1535 and ACME-1536
2014-06-24Updated ExperienceResponder in llpreviewscript.cpp to use new ↵Cho
LLCurl::Responder interface for ACME-1534
2014-06-09Greatly simplify LLSyntaxIdLSL:Cinder
* Move file fetched callback to the singleton and handle all syntax id changes within the singleton * Remove a fair number of bool checks and method relying more on callbacks to drive syntax changes. * Don't pretty print the cache file to conserve space and to speed up xml to llsd parsing * Clean up includes
2014-06-05MergeRicky Curtice
2014-05-27ACME-1495: Fxied mergedolphin
2014-05-20Merge with 3.7.8-releasedolphin
2014-05-12Eliminate updateKeywords()Cinder
2014-05-12STORM-2027 - Fix syntax highlighting on subsequent opening of scripts.Cinder
This could use more refactoring, but it fixes it.
2014-05-11Fix callback signal, Eliminate some unnecessary staticsCinder
2014-05-07Merge up.Cinder
2014-05-07Code policyCinder
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07Merge with 3.7.7-releasedolphin
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-05-06Let's get started: some code policy cleanup, reference arguments where we ↵Cinder
can, correct spelling
2014-04-18Remove clearHighlights()Cinder
2014-04-18Move some more script editor functions from LLTextEditor to LLScriptEditorCinder
2014-04-18Begin moving script editor portions of LLTextEditor to their own derived class.Cinder
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake
2014-03-26storm-1831 Removing the callback after first region crossing. Prevents ↵Ima Mechanique
repeated callbacks after highlighting has been removed for live script.
2014-03-25MAINT-3852 FIXED Use script name in "Save as" dialog.Mnikolenko ProductEngine
2014-03-17Updated experience cache to get a const reference to xp datadolphin
2014-03-10Fixed a bug that lost callbacks if > 10 experiences were looked up at a time.dolphin
2014-03-09storm-1831 Fixing identificaton of label for highlighting.Ima Mechanique
2014-03-06storm-1831 Changes in postBuild to use onFileFetchedCallbackIma Mechanique
2014-02-25MAINT-3671 Fix is changed to solve issue with other multi-previewsMnikolenko ProductEngine
2014-02-06Refactoring to better check state of loading and to allow clearing of ↵Ima Mechanique
highlighting if we don't have a valid keywords file.
2014-02-03MAINT-3671 FIXED Rename title when new tab is added.Mnikolenko ProductEngine
2014-01-30Making initialisation of mKeywords conditional on mSyntaxIdLSL having loaded ↵Ima Mechanique
an XML file.
2014-01-28MAINT-3643 FIXED Copy previous search / replace strings in LSL editormaxim@mnikolenko