summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-10-30CHUI-459: Creating a fetchAvatarName() method for the ↵William Todd Stinson
LLConversationItemParticipant class to allow the class to query for the avatar display name directly. Also, added a field to store the avatar name cache callback connection so that we can disconnect properly on object destruction to avoid a crash with the callback attempting to access recently freed memory.
2012-10-30mergeBrad Payne (Vir Linden)
2012-10-30pull back changes from 3.4.1-beta11Oz Linden
2012-10-30Added tag 3.4.1-beta11 for changeset 18498afcdb83Oz Linden
2012-10-30merge changes for DRTVWR-236Oz Linden
2012-10-30tag merge of DRTVWR-236Oz Linden
2012-10-30merging into latest changesMaximB ProductEngine
2012-10-30CHUI-415 FIXED Set focus to dependee floater before removing dependent ↵maxim_productengine
floater from it
2012-10-30CHUI-437 (Conversation floater shows as transparent after being minimized ↵MaximB ProductEngine
and unminimized)
2012-10-30CHUI-446 FIXED Check that parent_session is not nullmaxim_productengine
2012-10-30merge changes for DRTVWR-235Oz Linden
2012-10-30tag merge of DRTVWR-235Oz Linden
2012-10-29Pull merge from richard/viewer-chuiMerov Linden
2012-10-29CHUI-469 : Fixed. Add the widget to its map, init the widget map ↵Merov Linden
consistently and correctly.
2012-10-29Fix for general graphical glitching on some cardsBrad Payne (Vir Linden)
2012-10-29MAINT-1791 : Parcel media clear list crash. Reviewed by Kellysimon@Simon-PC.lindenlab.com
2012-10-26CHUI-469 : WIP : Add participants to the nearby chat torn off panelMerov Linden
2012-10-26CHUI-465 : Add event handling for LLIMConversation participant listMerov Linden
2012-10-26CHUI-383: Realized that prior changes for this bug caused a regress. The ↵Gilbert Gonzales
regress was using the people panel or a notecard to start a im/call with a user. When doing this the conversation line item would not be focused. Resolution: Changed all calls to LLIMFloater::show() to LLIMFloaterContainer::showConversation(), which will first select the conversation line item and then show the corresponding conversation floater.
2012-10-26SH-3469 FIX - use callback mechanism to handle possible race between getting ↵Brad Payne (Vir Linden)
caps and setting agent region
2012-10-26MAINT-1709 Fix for >> that should have been > >Dave Parks