summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-04import fix for python sys.path in integration testsOz Linden
2013-02-28correct icon and app name recognition by channelOz Linden
2013-02-27merge fixes for linux version numbersOz Linden
2013-02-27finish changes to update handling, including notices of channel changesOz Linden
2013-02-25disable willing-to-test for Test viewersOz Linden
2013-02-25remove update protocol version from settingsOz Linden
2013-02-25MAINT-2155, DRTVWR-278: Make Mac updater honor app bundle name in .dmg.Nat Goodspeed
If you run "/Applications/Second Life Beta Materials.app", and the version manager directs you to update to a .dmg containing a release candidate whose app bundle name is "Second Life Viewer.app", update_install.py used to copy the contents of "Second Life Viewer.app" into "/Applications/Second Life Beta Materials.app". Changed it so that if the application bundle name differs, we leave the running app bundle alone, installing instead to the app bundle name from the .dmg.
2013-02-22MAINT-2328: Mac updater should not clear (part of) viewer cache.Nat Goodspeed
Remove the offending code.
2013-02-22linux version number fixesOz Linden
2013-02-21merge changes for windows installer fixesOz Linden
2013-02-21add use of v1.1 update request protocol, with fallback to v1.0Oz Linden
2013-02-21add menu bar background colors for new build/channel schemeOz Linden
2013-02-21add OS version stringOz Linden
2013-02-20add viewer channel to compile time feedbackOz Linden
2013-02-20clarify how to set viewer_channel for different build typesOz Linden
2013-02-15correct subchannel definitionOz Linden
2013-02-15clarify windows installer nameOz Linden
2013-02-14correct windows executable nameOz Linden
2013-02-13disable tests that fail too often on WindowsOz Linden
2013-02-13fix fat-finger fixOz Linden
2013-02-13fix unused return from fwriteOz Linden
2013-02-13correct revision number variable name in viewerRes.rcOz Linden
2013-02-13correct include path for generated viewerRes.rcOz Linden
2013-02-13put precompiled headers back in llversioninfo.cppOz Linden
2013-02-12rearrange dependsOz Linden
2013-02-12set default viewer channel only in the cmake fileOz Linden
2013-02-12remove regeneration control where not needed in updater serviceOz Linden
2013-02-12remove setting login channel from build scriptOz Linden
2013-02-12correct dependencies for forcing version number recompilationsOz Linden
2013-02-12increment viewer versionOz Linden
2013-02-12convert to new channel name scheme and remove login_channel build time parameterOz Linden
2013-02-07derive version number from indra/VIEWER_VERSION.txtOz Linden
2013-01-31workaround by skipping llprocess tests that frequently fail on WindowsOz Linden
2013-01-31disable timing sensitive check in the pipe and pump fitness testOz Linden
2013-01-31skip some http core tests on Windows because they fail too frequentlyOz Linden
2013-01-08MAINT-2155: re-remove remnants of mac_updater source subtree.Nat Goodspeed
Merging up to viewer-development brought in additional mac_updater sources. Delete them along with the rest.
2013-01-08Automated merge with ssh://bitbucket.org/lindenlab/viewer-developmentNat Goodspeed
2013-01-08MAINT-2155: Match window title of mac-updater.app's message windowNat Goodspeed
2013-01-08MAINT-2155: when permitting missing old logfile, check for ENOENTNat Goodspeed
instead of errno.EEXIST. Sigh.
2013-01-05MAINT-2155: replace embedded mac-updater.app with a Python script.Nat Goodspeed
Remove mac-updater subtree from viewer source, along with the update_install bash script that invoked it. Remove all mention of mac-updater in CMakeLists.txt files and in viewer_manifest.py. Change Mac update_install bash script references in viewer_manifest.py and in llupdaterservice.cpp (which invokes it) to new Python update_install.py. Add update_install.py, messageframe.py (which puts up some Tkinter UI) and janitor.py (cloned from vita, it's exactly what we need here).
2012-10-31MAINT-1560 : Make Slow Motion Animations affect all avatars. Added new menu.simon@Simon-PC.lindenlab.com
Reviewed by Kelly
2012-10-31MAINT-646 Fix for leak introduced by optimizations.Dave Parks
2012-10-31MergeMerov Linden
2012-10-31Pull and merge from ssh://stinson@hg.lindenlab.com/stinson/viewer-chui/.William Todd Stinson
2012-10-31Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-10-31merging latest changesGilbert Gonzales
2012-10-31CHUI-374 ADD. FIX, CHUI-442 FIXED (Nearby chat is torn off and cannot be ↵AlexanderP ProductEngine
docked if nearby chat is received while conversation floater is closed) - implement. lazy creating of container
2012-10-30CHUI-463 : Fixed. Allowed a model to be shared by several views.Merov Linden
2012-10-30CHUI-471: Adjusted conversationview so that indentation of the avatar icon ↵Gilbert Gonzales
is dependent upon getIndentation() instead of modifying avatar icon's left value.
2012-10-30CHUI-461: Changing the default floater opacities according to Leo's guidelines.William Todd Stinson