summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-11-09fixing transposed charactersBill Curtis
2010-11-09STORM-569 FIXED Add a Preference to enable Viewer UI HintsPaul Guslisty
- Added checkbox to the floater Preferences->panel General to Enable\Disable UI Hints
2010-11-09SH-412 Only blank screen if the actual window resized, fixes blinking on ↵Dave Parks
snapshot etc.
2010-11-09Automated merge with https://bitbucket.org/mani_linden/viewer-developmentAndrew A. de Laix
2010-11-09Fix some stream bugs that were affecting windows download and validation.Andrew A. de Laix
2010-11-09STORM-535 FIXED PLEASE allow adjustable transparency of "Nearby Chat" ↵Paul Guslisty
window, Chat History and Chat "Toasts" in Viewer 2.0! - Added to the settings.xml values of transparency for active and inactive floaters - Added three members to the LLFloater. These members store current transparency of floater, transparency of active and inactive floaters. - Added callbacks that update transparency value of active and inactive floater. Also in these callbacks value of current floater transparency updated. - In panel preferences advanced added two spinners: transparency of active floaters and inactive ones. See screenshot.
2010-11-09merge up from v-dTofu Buzzard
2010-11-08EXP-421 FIX Notifications tab in Preferences not working properlyRichard Linden
fixed logic so that ignore consistently means *don't show* the notification the ignore settings still store "show the notification if true" values
2010-11-08STORM-105 : takes Vadim's comments into account, clean up use of static ↵Merov Linden
globals and magic strings, enforce naming conventions
2010-11-08Fix for breakpad symbol files failing to be generated on linux.brad kittenbrink
2010-11-08ER-290 : New motion prediction in the viewer has avatars settle a bit too ↵Dave SIMmONs
deeply underground when the simulator is paused, also no angular velocity damping. Put Z limit on AVs, but not regular objects nor stopping rotation. Reviewed by Kelly.
2010-11-08MergeAndrew A. de Laix
2010-11-08Get rid of intrusive_ptr member to prevent crash on shutdown.Andrew A. de Laix
2010-11-08Fix for linux link errors in teamcity.brad kittenbrink
2010-11-08EXP-421 FIX Notifications tab in Preferences not working properlyRichard Linden
reverted to old sense where ignore setting of notifications has meaning true=show false=ignore reviewed by Callum
2010-11-09STORM-577 FIXED Increased classified description maximum length to 256 ↵Seth ProductEngine
characters.
2010-11-09STORM-559 FIXED crash upon quitting the viewer while an outfit is being saved.Seth ProductEngine
2010-11-08pull beta changes back to developmentOz Linden
2010-11-08CT-633 WIP PT DE translation for Delta Set19, new files, for Viewer 2.3Eli Linden
2010-11-08CT-633 WIP PT translation for Delta Set19 for Viewer 2.3Eli Linden
2010-11-08CT-633 WIP DE translation for Delta Set19 for Viewer 2.3Eli Linden
2010-11-08merge fix for STORM-284Oz Linden
2010-11-08merge fix for STORM-189Oz Linden
2010-11-08changes to read max-agent-groups from login.cgi responseBill Curtis
2010-11-08Fix for manual merge errors.Loren Shih
2010-11-08Manual merge of llviewerwindow.cpp from mesh-development.Loren Shih
2010-11-08Backout merge of llviewerwindow; need to do manual merge since this is messy.Loren Shih
This checkin causes llviewerwindow to become the viewer-development version.
2010-11-08MergeLoren Shih
2010-11-08Removed refrences to SLPlugin from LLUpdaterService and test.Mark Palange (Mani)
2010-11-08SH-396 WIP fix mac opensource buildNyx Linden
Missed a reference to libcollada in viewer_manifest. Hopefully should be packaged and set properly now.
2010-11-08removed unused variableBrad Payne (Vir Linden)
2010-11-08Automated merge up from viewer-developmentLoren Shih
2010-11-08STORM-102: STORM-143: Refactored the STORM-103 code to pull the proper plain ↵Wolfpup Lowenhar
test log no matter when it was generated or if it has the date stamp in the name of the log or not. --HG-- branch : storm-102
2010-11-05STORM-105 : Take Vadim code review into account, code clean upMerov Linden
2010-11-05"Fix" for linux link errors due to library ordering problems on the linker ↵brad kittenbrink
command line.
2010-11-05Fix type mismatch in loop variable.Christian Goetze (CG)
2010-11-05EXP-378 FIX Disable SSL cert errors in LLQtWebkit for testing purposescallum
(Monroe's code - I made a patch and copied it over from viewer-skylight branch)
2010-11-05EXP-417 FIX Tab keys in embedded Web form moves focus out of Web page back ↵callum
to container XUI Reviewed by Richard.
2010-11-05Merge latest lindenlab/viewer-development with mani_linden/viewer-development.brad kittenbrink
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05implement download cancel (untested).Andrew A. de Laix
2010-11-05BUILDFIX: commented out unused variable which breaks the mac build.Nyx Linden
2010-11-05SEC-784Kent Quirk
2010-11-05Fixed build error due to unreferenced local variable.brad kittenbrink
2010-11-05Automated merge with https://hg.secondlife.com/mesh-developmentNyx Linden
2010-11-05SH-396 FIX mac build on mesh-development is brokenNyx Linden
Adding collada to the list of libraries we need to package with the viewer Not sure why this wasn't here earlier, but this should solve the packaging problem.
2010-11-05mergeKent Quirk
2010-11-05Fixed windows build error.Mark Palange (Mani)
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05Merge latest from lindenlab/viewer-developmentDave SIMmONs