summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-22Mic setting changes some device list is up to date, mic loop test works,Bjoseph Wombat
removed obsolete code and fine tuned voice state machine to avoid frequent neccessary code paths.
2015-03-10Added the loop back setting so people can hear themselves during the mic test.Bjoseph Wombat
2015-03-06More voice related changes to improve the user's experience.Bjoseph Wombat
2015-03-03Better MediaConnect handling of 1026 return status, media already connected.Bjoseph Wombat
2015-02-26update uriparser packageOz Linden
2015-02-24merge changes for 3.7.25-releaseOz Linden
2015-02-24increment viewer version to 3.7.26Oz Linden
2015-02-24Added tag 3.7.25-release for changeset 9978a8c3a2ffOz Linden
2015-02-24merge changes for MAINT-4790Oz Linden
2015-02-23merge changes for MAINT-3591Oz Linden
2015-02-18add Sovereign Engineer to contribution creditsOz Linden
2015-02-17Fix line endingsTank_Master
2015-02-17BUG-2707; Disable SEHOP for installed binary via 'Image File Exection ↵Tank_Master
Options' during installation. With permission from Nicky Dasmijn
2015-02-16Add more info to the registry for display on Programs and Feature control panelTank_Master
2015-02-16Launch SL as a user from the UAC elevated installer. Fixes BUG-8358 and others.Tank_Master
2015-02-16Get the normal uninstall process working againTank_Master
2015-02-16Fix speeling errorsTank_Master
2015-02-16Simplify deleting Help folder, more comments format fixesTank_Master
2015-02-15Line ending fixTank_Master
2015-02-14Add myself to contributionTank_Master
2015-02-14Don’t delete user's settings with auto install, removing the need to back ↵Tank_Master
them up and then restore them later This saves time and lowers the risk of something going wrong with the file copy process
2015-02-14Remove LicenseDescUpdate, LicenseDescSetup, and LicenseDescNext from Ja and ↵Tank_Master
De language files These are not present in any other file, including English
2015-02-14Add option to remove user settings and cache files at uninstall, with messageTank_Master
Removed function to delete use stored password file Removed no longer used RemoveCacheFilesDP from language files Added message to English language file for prompt when asking to remove user files -Note: this needs translations in other languages added
2015-02-14Remove no longer used code; Combine calls to delete files on install into ↵Tank_Master
one call Functionality change: deletion of entire skins folder to prevent issues when an XML file is deleted from the installer, but left on the hard drive after upgrade
2015-02-14Rearrange the order of sections to better follow un/installation procedureTank_Master
2015-02-14MAINT-4329 Backed out changeset: fd3a4d5c2cf5ruslantproductengine
2015-02-13Merge viewer-release and become 3.7.25Mnikolenko ProductEngine
2015-02-12Backed out changeset: bd12d1ab1943 - MAINT-3591 Remove "Start Second Life ↵Tank_Master
now?" dialogue...
2015-02-12Backed out changeset: 24c470cccee0 - added SKIP_AUTORUN command flag...Tank_Master
2015-02-11Show Details button at install and uninstallTank_Master
Note: Showing details adds a lot of overhead and will slow down the processes, but allows the user the option of seeing what is going on. Usefull for errors that occure.
2015-02-11A little more cleanupTank_Master
2015-02-11A few more comments changesTank_Master
2015-02-11Comments formatting changes, no behavior changesTank_Master
2015-02-10Update Windows Installer script to block Vista with SP1 and lower.Tank_Master
2015-02-09included libopenal in linux packageOz Linden
2015-01-30MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵Mnikolenko ProductEngine
Type a location field, doesn't log you in
2015-01-30MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵Mnikolenko ProductEngine
Type a location field, doesn't log you in
2015-01-28MAINT-4744: Eliminate viewer dependency on (old) GNU libstdc++.Nat Goodspeed
To be more accurate, this changeset doesn't actually eliminate the dependency: it eliminates the use cases for the llifstream / llofstream feature that requires it. Currently you can construct an llifstream or llofstream from an open LLFILE* file handle (or, except on Windows, an int file descriptor). But rather than containing a streambuf implementation based on FILE*, llfile.h relies on the fact that the Windows std::filebuf happens to support that as a nonstandard extension; also on a nonstandard GNU extension __gnu_cxx::stdio_filebuf<char>. To move from GNU libstdc++ to clang's libc++ (the direction on Mac), we could code a streambuf that supports FILE*. But before doing that, it's worth asking whether anyone actually uses this questionable feature. In fact there were only two methods: LLWearable::exportFile() and importFile() -- and only one call to either, in LLViewerWearable::saveNewAsset(). The code in saveNewAsset() opened the LLFILE* immediately before calling exportFile(), meaning we could reasonably push the open operation down into exportFile(). That logic was complex anyway due to the need for the caller to close the LLFILE* regardless of the success of the exportFile(). Change LLWearable::exportFile() and importFile() to accept a std::string filename rather than an open LLFILE*. Change LLViewerWearable::saveNewAsset() to simply call exportFile(filename) rather than horsing around with an LLFILE* handle. (This improves the code in another way too: it encapsulates the need to open the relevant file in binary mode. Previously, each caller had to remember to do that.) To prevent inadvertent reintroduction of ll[io]fstream(LLFILE*) code, add llstream_LLFILE preprocessor macro (default 0) to control access to the relevant constructors. Also suppress rdbuf() override, the only method whose signature references llstdio_filebuf.
2015-01-27Include MSVCP120.DLL and MSVCR120.DLL in Windows viewer package.Nat Goodspeed
Generalize Copy3rdPartyLibs.cmake to eliminate some clone-and-tweak redundancy.
2015-01-23Explain why LLHost::setHostByName() / getHostName() test skipped.Nat Goodspeed
A skip() stating that we don't yet understand why the test fails is implicitly an open action item. This one isn't open. Save future developers the research.
2015-01-23Re-enable skipped test: evidently Windows APR libs CAN transcode.Nat Goodspeed
I don't know at what point the skip() was introduced, but that test now passes even on Windows.
2015-01-23Automated merge with http://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2015-01-23Make MandatoryUpdateMachine use LLLoginInstance's LLNotificationsInterface.Nat Goodspeed
LLLoginInstance has a test hook setNotificationsInterface(), used by lllogininstance_test.cpp to redirect notifications through a dummy LLNotificationsInterface implementation. Certain of LLLoginInstance's MandatoryUpdateMachine state classes need to post notifications too; but until now they directly called LLNotificationsUtil::add(). In the production viewer, this should (!) be the same as calling through LLLoginInstance::mNotifications -- but it broke two of the LLLoginInstance unit tests, so they were skipped. Since MandatoryUpdateMachine's constructor is already passed the invoking LLLoginInstance&, make it store the reference. Add MandatoryUpdateMachine:: getNotificationsInterface(), which forwards to new LLLoginInstance:: getNotificationsInterface(). Change LLNotificationsUtil::add() calls in MandatoryUpdateMachine state classes to call through mMachine's getNotificationInterface() instead. This allows us to remove #include "llnotificationsutil.h" from lllogininstance.cpp, also that #include plus stub LLNotificationsUtil::add() implementation from lllogininstance_test.cpp. Finally, it allows us to remove the skip() calls from the two unit tests.
2015-01-22Automated merge with http://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2015-01-22Ensure AUTOBUILD is in native_path form for non-cygwin tools.Nat Goodspeed
Until we can propagate the corresponding buildscripts changes, we must explicitly put AUTOBUILD in proper form. For now, assume that AUTOBUILD has not yet been normalized.
2015-01-22MAINT-4790 WIP Previously selected login location is correctly shown now. ↵Mnikolenko ProductEngine
Font on the Log In button was changed back. Text offset was set for Locations combobox.
2015-01-22Disambiguate constructor's initialization call to its base class.Nat Goodspeed
A particular LLInitParam::TypeValuesHelper specialization is derived from a different TypeValuesHelper specialization. The subclass constructor TypeValuesHelper(...) has previously forwarded the call to its base-class constructor with: TypeValuesHelper(val): TypeValuesHelper(val) {} This is the first time I've looked at that; I'm a bit surprised that previous compilers blithely accept it, and apparently understand the intent. gcc 4.7 complains that we would need to turn on -std=c++11 to support delegating constructors; obviously the second TypeValuesHelper is now assumed to be the class being defined, rather than its base class. Fortunately the class already has typedefs for both specializations, fully qualified with all template parameters, so I simply replaced the second TypeValuesHelper reference with base_t.
2015-01-21Update to llphysicsextensions packages with trial fix for gcc 4.7.Nat Goodspeed
2015-01-21For Linux, add libalut.so.0.0.0.0 and libalut.so.0 to viewer tarball.Nat Goodspeed
The former is the real .so, to which libalut.so is only a symlink. We were packaging the symlink without including its target. (This appears to have changed since our last Vivox drop for Linux.)
2015-01-21Make Linux viewer build consume slplugins package, and copy its filesNat Goodspeed
into eventual viewer package -- instead of finding them in the viewer build tree. Also update Windows to current slplugins package build.