summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.cpp
AgeCommit message (Collapse)Author
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
2014-01-04storm-1831 In the LLSD, functions are in a <map> which makes sorting ↵Ima Mechanique
unnecessary (loading sorts them).
2013-12-26MAINT-3570 FIXED Callbacks for menu item are added.Mnikolenko ProductEngine
2013-11-22storm-1831 Replacing old hack with an ENUM check.Ima Mechanique
2013-11-21storm-1831 Replacing old region changed callback setup with the shiny new one.niel@mint-32
2013-11-15Fixing the stupid mistake that prevented this from compiling. Thanks to ↵Ima Mechanique
Jonathan Yap for spotting it.
2013-11-11Renaming initKeywords to better reflect its intended use ↵Ima Mechanique
(onRegionChangeInitialiseKeywords)
2013-11-11Fixing indentation of LLScriptEdCore::initKeywordsIma Mechanique
2013-11-10Fixing some small discrepencies.Ima Mechanique
2013-11-10Moving keywords code into its own method.Ima Mechanique
2013-11-10storm-1831 Switch to use the llsyntaxid keywords LLSD directlyIma Mechanique
2013-11-09Backed out changeset: e82d9467bec8Ima Mechanique
2013-11-09Adding method to load cached/default syntax file and method to access ↵Ima Mechanique
sKeyWordsXML.
2013-10-25storm-1831 Fixing viewer crash and clean up. No idea why storing the region ↵Ima Mechanique
pointer in mRegion causes crashes, when doing it locally in each method doesn't.
2013-10-21STORM-1831 First attempt at using SyntaxIdLSL capability. (incomplete)Ima Mechanique
2013-10-04Merge v3.6.7 inIma Mechanique
2013-10-03Fix for ACME-986 and some cleanupdolphin
2013-09-09merge with viewer-releaseRichard Linden
2013-08-27Mergedolphin
2013-08-21Added new fields to the experience cache.dolphin
Experience profile moved to it's own floater, will probalby be moving again. XP profile displays most data, though the presentation is not final Fixed a bug with the XP selection combobox in the script editor
2013-08-19Added experience association info llsidepaneliteminfo for scripts.dolphin
Changed the cap which looks up a script association to take a object/item id pair instead of a asset id. Updated llpreviewscript to use the new cap (which also improves loading time since it can be done in parallel with the lsltext retrieval).
2013-08-15Move the experience panel to the bottom of the editor floaterdolphin
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-08Simplified the experience panel to only the required elementsdolphin
2013-08-06Checkpoint script editordolphin
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-07-24merge up to latest snowstorm integration branchOz Linden
2013-06-26Merging last four months of developmentIma Mechanique
2013-06-05merge with viewer-releaseRichard Linden
2013-05-21Update experience request to use the new post service.dolphin
2013-05-20changing cast for the mac builddolphin
2013-05-20fixed LLScriptEdCore::getSelectedExperiencedolphin
2013-05-20Merge with viewer-releasedolphin
2013-05-20WIP check in, testing GetMetadolphin
2013-04-02Merge with viewer-developmentdolphin
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-25merge changes for storm-1911Oz Linden
2013-03-06renamed LLTrace stat gathering classes/methods to make the structure of ↵Richard Linden
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc.
2013-02-13Updated experience cache to latest web service apidolphin
Added new CAP request for experiences the avatar can sign
2013-02-05STORM-1831 merging in previous workIma Mechanique
2013-01-29Added a combox to the script editor to select an experience.dolphin
Selected experience is sent with the script when saved. The list of experiences is currently populated with the avatar's current experience, if any.
2012-11-20Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-19merge with viewer-developmentRichard Linden
2012-10-17SH-3405 WIP convert existing stats to lltrace systemRichard Linden
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling
2012-10-15SH-3405 WIP convert existing stats to lltrace systemRichard Linden
converted all remaining LLViewerStats to lltrace