summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-20Made it possible to search for experiences with an empty search string, and ↵Cho
show experiences with blank names as (untitled experience) for ACME-1585
2014-08-20Reverted change to expandable_text, to use pre-existing functionality to fix ↵Cho
ACME-1583
2014-08-20Added tooltip to > button in script editor for ACME-1588Cho
2014-08-20Made expandable_text take max_length as a parameter and set experience ↵Cho
profile description max_length to 2048 for ACME-1583
2014-07-18Added mLocationSLURL to fix ACME-1560Cho
2014-07-09Merge with 3.7.11-releasedolphin
2014-07-09Mergedolphin
2014-07-07increment viewer version to 3.7.12Oz Linden
2014-07-07Added tag 3.7.11-release for changeset 64799eb29883Oz Linden
2014-07-02Added 'Loading experiences...' message on experience lists before populating ↵Cho
lists for ACME-1543
2014-07-02Hide experiences accordion when creating new group for ACME-1542Cho
2014-06-27Mergedolphin
2014-06-27Sort experiences in list alphabetically by name for ACME-1537Cho
2014-06-26mergeCho
2014-06-25Disable About Land Experiences tab when parcel is not selected, for ACME-1528Cho
2014-06-24Updated all experience responders for LLCurl::Responder interface changes ↵Cho
for ACME-1535 and ACME-1536
2014-06-24STORM-2035 - Looking for a good selection box contrastCinder
2014-06-24Merge with 3.7.10-releasedolphin
2014-06-24Updated ExperienceResponder in llpreviewscript.cpp to use new ↵Cho
LLCurl::Responder interface for ACME-1534
2014-06-23merge changes for 3.7.10-releaseOz Linden
2014-06-23increment viewer version to 3.7.11Oz Linden
2014-06-23Added tag 3.7.10-release for changeset 91dae9494b4dOz Linden
2014-06-20Updated LLExperienceListResponder to use new LLCurl::Responder interface to ↵Cho
fix ACME-1533
2014-06-20STORM-2035 - Invert the background color in script editors for highlighting ↵Cinder
sections. Since the background color can be changed by the user, this ensures distinctive highlighting
2014-06-20STORM-2036 - Fix trying to parse caps too early by adding a callback to ↵Cinder
check region caps when they haven't already been received
2014-06-20BUG-6425 - Init default keywords file during ctor so we have something to ↵Cinder
fallback on should caps or fetch fail
2014-06-20Updated LLExperienceCache::LLExperienceResponder to work with updated ↵Cho
LLCurl::Responder interface, to fix ACME-1532 and ACME-1525
2014-06-19Added list of experiences to group profile floater for ACME-1525Cho
2014-06-19Updated LLRegionExperienceResponder and LLExperienceSearchResponder to use ↵Cho
new interface
2014-06-17Retropedaling on SH-4030 fix that crashes my viewer on logginMerov Linden
2014-06-17DRTVWR-354 : Rewrite Responders for Twitter and Flickr to conform to new ↵Merov Linden
LLHTTPClient interface. Fix merge error in Facebook connect as well
2014-06-17Merge with 3.7.9-releasedolphin
2014-06-17Pull merge from lindenlab/viewer-releaseMerov Linden
2014-06-17Made experience picker be created fresh every time the Add button is ↵Cho
clicked, for ACME-1526
2014-06-16correct merge mistakeOz Linden
2014-06-16merge changes for 3.7.9-releaseOz Linden
2014-06-16increment viewer version to 3.7.10Oz Linden
2014-06-16Added tag 3.7.9-release for changeset a9f2d0cb11f7Oz Linden
2014-06-13Mergedolphin
2014-06-13ACME-1525: Added GroupExperiences capdolphin
2014-06-13ACME-1527: Reverted about land floater sizedolphin
2014-06-11Moved buttons to very bottom of edit experience profile floater for ACME-1503Cho
2014-06-11Added help topic to experience profile floater for ACME-1506Cho
2014-06-11Added question mark help button to the experiences floater for ACME-1506Cho
2014-06-10Apply filters again whenever experience picker floater is shown for ACME-1505Cho
2014-06-09STORM-2026 - Use more unique syntax colors by default, also clean up some ↵Cinder
indentation
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-08Capitalize script colors floater for consistency.Cinder
2014-06-08Don't allow script colors floater resizeCinder
2014-06-08Update syntax color floater with recent changes.Cinder