Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-06 | merge with release | Richard Linden | |
2013-10-28 | Automated merge with http://bitbucket.org/nat_linden/viewer-maint-3331 | Nat Goodspeed | |
2013-10-22 | MAINT-3331: On update, remove com.secondlife.indra.viewer.savedState. | Nat Goodspeed | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-27 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-26 | correct merge error in llupdatechecker.cpp | Oz Linden | |
2013-08-26 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | CHOP-975: Remove fallback to v1.0 update query when the v1.1 gets a 404 response | Oz Linden | |
2013-07-15 | merge changes for DRTVWR-325 | Oz Linden | |
2013-07-13 | add some validation of update response before starting download | Oz Linden | |
2013-07-09 | CHOP-963: Make update service query url depend on the grid rather than settings | Oz Linden | |
2013-06-19 | Merge with viewer-release. | Geenz | |
2013-06-19 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2013-06-17 | Merged with viewer-release | Geenz | |
2013-06-11 | MAINT-2333: Use bouncing progress bar for Linux updater message. | Nat Goodspeed | |
This eliminates the user expectation that s/he must click OK before the updater will begin installing the new viewer. | |||
2013-06-05 | BOOG2707 uncomment cleared suspects | Graham Madarasz | |
2013-06-04 | BUG-2707 make use of OsOutputDebugString _DEBUG only on Windows to avoid ↵ | Graham Madarasz | |
throwing unhandlable exceptions in coroutines in RelWithDebInfo builds | |||
2013-06-02 | BUG-2707 disable more login/update-sequence specific logging | Graham Madarasz | |
2013-05-13 | Merged with https://bitbucket.org/lindenlab/viewer-beta | Geenz | |
2013-05-13 | CHOP-942: fix crash if update check times out | Oz Linden | |
2013-05-07 | merge changes for DRTVWR-299 | Oz Linden | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | Viewer-chui merge | prep | |
2013-02-22 | Merge new boost and add OS X 10.8 mods | Graham Madarasz (Graham Linden) | |
2013-02-21 | MAINT-2389: Tell CMake viewer_components/login depends on Boost.Context | Nat Goodspeed | |
This addresses a Linux link failure due to the Linux linker making a single left-to-right pass through libraries. | |||
2013-02-21 | MAINT-2389: Change viewer to Boost package without ucontext.h. | Nat Goodspeed | |
In autobuild.xml, specify today's build of the Boost package that includes the Boost.Context library, and whose boost::dcoroutines library uses Boost.Context exclusively instead of its previous context-switching underpinnings (source of the ucontext.h dependency). Add BOOST_CONTEXT_LIBRARY to Boost.cmake and Copy3rdPartyLibs.cmake. Link it with the viewer and with the lllogin.cpp test executable. Track new Boost package convention that our (early, unofficial) Boost.Coroutine library is now accessed as boost/dcoroutine/etc.h and boost::dcoroutines::etc. Remove #include <boost/coroutine/coroutine.hpp> from llviewerprecompiledheaders.h and lllogin.cpp: old rule that Boost.Coroutine header must be #included before anything else that might use ucontext.h is gone now that we no longer depend on ucontext.h. In fact remove -D_XOPEN_SOURCE in 00-Common.cmake because that was inserted specifically to work around a known problem with the ucontext.h facilities. | |||
2013-02-13 | Merge from viewer-beta | prep | |
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-28 | Fix test failure | Merov Linden | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-11 | MAINT-1481: use 'mktemp -d' to generate tempdir. | Nat Goodspeed | |
Responding to Lex's code-review comments. | |||
2013-01-11 | MAINT-1481: Clean up update_install UI, including error output. | Nat Goodspeed | |
Capture actual error output from mkdir and mv; display it to user. Introduce mysudo function used by sudo_mv function for graphical sudo command. Since update_install actually only displays a single status message, just use zenity --info instead of a zenity progress box: need not update its message. Borrow semantics for clear_message and status functions from xmenity script. Introduce errorbox function so we only have to make zenity/xmessage test once. Move cleanup, onexit to top so we can use for clear_message. | |||
2013-01-11 | MAINT-1481: Remove xmenity script and viewer_manifest.py references. | Nat Goodspeed | |
2013-01-10 | MAINT-1481: minor bug fix plus incomplete UI tweaks. | Nat Goodspeed | |
Test for existence of target name using -e rather than -f. (-d would work too, but in this case we must respond to any name collision, whether file or directory.) Instead of terminating on failure, make sudo_mv return rc of the [sudo] mv command to its caller. If the attempt to move new install to actual viewer directory fails, restore previous viewer before failing. When redirecting the script's stderr to updater.log, first save existing stderr to another file descriptor, and restore it when we launch viewer. Otherwise updater.log ends up collecting the viewer's duplicate stderr log output! The construct 'exec ... | program' doesn't work. In fact it causes any other redirections on that command to fail too. Remove it -- real fix pending. | |||
2013-01-09 | MAINT-1481: remove linux-updater; move logic to Linux update_install | Nat Goodspeed | |
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work. | |||
2012-12-11 | Merged from viewer-release | Aura Linden | |
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-12 | Ported slplugin and some other missing components for cocoa. | Aura Linden | |
2013-03-27 | add platform and platform version to login request parameters for new ↵ | Oz Linden | |
version manager query | |||
2013-03-26 | log any error code and text received as an llsd body in a failure response | Oz Linden | |
2013-03-08 | merge changes for 3.5.0-beta2 | Oz Linden | |
2013-03-06 | more cosmetic logging improvements | Oz Linden | |
2013-03-06 | merge changes for DRTVWR-278 | Oz Linden | |
2013-03-06 | cosmetic logging fix | Oz Linden | |