Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-17 | DRTVWR-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-17 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-06-17 | Merge viewer-release and become version 3.7.9 | simon | |
2014-06-17 | Merge | Richard Linden | |
2014-06-17 | Post-merge cleanup. In onCompleted() restore the unconditional | Monty Brandenberg | |
use of setGetStatus() in case the baked texture service changes introduced some sort of hidden (and wrong) dependency. Left out the ridiculous duplicated invocation inside that failure status block. Someone damaged texture console again and apparently didn't even bother to look at their work. I'm sure they documented their changes on the public wiki as well. Unified the logging tag throughout lltexturefetch.cpp. Only way to get the cut-n- pasters to do the right thing. | |||
2014-06-17 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-06-17 | STORM-2034 Adjust comment block indent | Jonathan Yap | |
2014-06-16 | viewer-release merge | Chris Baker | |
2014-06-16 | Merge. Refresh from viewer-release after 3.7.9 release. | Monty Brandenberg | |
2014-06-16 | correct merge mistake | Oz Linden | |
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
2014-06-16 | increment viewer version to 3.7.10 | Oz Linden | |
2014-06-16 | Added tag 3.7.9-release for changeset a9f2d0cb11f7 | Oz Linden | |
2014-06-13 | DD-82 : Update marketplace listings after delete, cut and other operations ↵ | Merov Linden | |
on selected items | |||
2014-06-11 | DD-98 : Add message with link to marketplace if listing cannot be edited | Merov Linden | |
2014-06-11 | DD-130 : Count all folders and subfolders from the version folder excluding ↵ | Merov Linden | |
the version folder itself | |||
2014-06-11 | DD-126 : Ask for confirmation when moving a version folder in a way that ↵ | Merov Linden | |
will deactivate it | |||
2014-06-11 | STORM-2034 Fix and improve processing when hours overflow to days | Jonathan Yap | |
2014-06-11 | MAINT-4133 FIXED Import llpanelgroupinvite.cpp from viewer_lion to ↵ | maksymsproductengine | |
voorhees_groupban. | |||
2014-06-10 | DD-107, DD-111 : Add a tooltip to indicate why you can't move an active listing | Merov Linden | |
2014-06-10 | STORM-2034 Made small coding change per Oz's request | Jonathan Yap | |
2014-06-10 | DD : Clean up marketplace listings folder creation so we create it in only ↵ | Merov Linden | |
one place | |||
2014-06-10 | STORM-2034 Try to fix incorrect logic about increasing and decreasing filtering. | Jonathan Yap | |
Minor XML adjustment. | |||
2014-06-09 | DD-115, DD-130 : Fixed. Count items and folders from the version folder, not ↵ | Merov Linden | |
the listing root | |||
2014-06-09 | DD-126 : Fixed. Check that the version folder depth is 2 when enforcing ↵ | Merov Linden | |
consistency rules | |||
2014-06-09 | DD-97 : When clearing the version folder of a record, force activation ↵ | Merov Linden | |
(listed) status to false at the same time, avoiding confusing (and eventually wrong) double call to updateSLMListing | |||
2014-06-09 | STORM-2026 - Use more unique syntax colors by default, also clean up some ↵ | Cinder | |
indentation | |||
2014-06-09 | Greatly 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-09 | DD-107, DD-111 : Fixed! Do not allow active listing and version folders to ↵ | Merov Linden | |
be moved or cut or deleted (must unlist first). | |||
2014-06-09 | MAINT-4001 : Pull merge in viewer-tiger for quick release | Merov Linden | |
2014-06-09 | Fix for maint-3154 alt-zoom zooms way out | Aura Linden | |
2014-06-09 | STORM-2034 Trivial code cleanup | Jonathan Yap | |
2014-06-08 | Capitalize script colors floater for consistency. | Cinder | |
2014-06-08 | Don't allow script colors floater resize | Cinder | |
2014-06-08 | Update syntax color floater with recent changes. | Cinder | |
2014-06-08 | Fix lsl constant highlighting and sort the if-else chain to parse a little ↵ | Cinder | |
quicker | |||
2014-06-08 | Use a common SyntaxLSL broad tag to make debugging easier | Cinder | |
2014-06-08 | Update sample script in script colors floater | Cinder | |
2014-06-08 | "sections" is apparently unused as well. | Cinder | |
2014-06-07 | MAINT-4001 : Make Received Items not movable (protected), consolidate ↵ | Merov Linden | |
Received Items folders which may have been moved | |||
2014-06-07 | Merge upstream | Cinder | |
2014-06-07 | STORM-2034 Add persistence for new setting, more XML formatting changes, | Jonathan Yap | |
Fix two issues with how hours and days are calculated and displayed | |||
2014-06-06 | Merge. Bring manifest work together with bug fix work. | Monty Brandenberg | |
2014-06-06 | BUG-3323/SH-4375 Server side baking not baking AVs over cellular network. | Monty Brandenberg | |
This is a workaround that the TPVs have been exercising for quite a few months and it does seem to fix the OPs problem. The solution is based on magic numbers and has no technical basis, it's just an artifact of particular networking gear and/or ISPs. | |||
2014-06-06 | STORM-2034 Add a constant, try to fix some datetime logic filtering errors | Jonathan Yap | |
2014-06-06 | STOMR-2034 XML adjustments and a bit of code cleanup | Jonathan Yap | |
2014-06-06 | MAINT-4137: Correcting a potential crash. This change should fix the most ↵ | Stinson Linden | |
probable location of a callstack being reported by the crash reporter. However, there is no reproduction yet, so hard to test whether this actually patches the crash occcurrence. | |||
2014-06-06 | MAINT-4137: Correcting some poorly written CPP code that could potentially ↵ | Stinson Linden | |
lead to problems in the future. | |||
2014-06-05 | DD-114, DD-115, DD-116: Fixed counts on folder, folder depth and items on ↵ | Merov Linden | |
operations on marketplace listings | |||
2014-06-05 | All: Update openssl to 1.0.1h/290662, curl to 290664, llqtwebkit to 290663. | Monty Brandenberg | |
Linux: Include libQtXml and libQtSvg in manifest for libqsvg.so. More documentation thoughts for library package structure. |