Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-26 | BUILDFIX fixing undefined reference in build | Nyx Linden | |
2013-02-26 | cleaned up old message | Brad Payne (Vir Linden) | |
2013-02-25 | CHUI-778: Now when conversation log and trascript files are moved they will ↵ | Gilbert Gonzales | |
not overwrite prior files with the same name. Instead the prior files will be stored as *.backup. | |||
2013-02-25 | merge | Brad Payne (Vir Linden) | |
2013-02-25 | SH-3860 WIP, SH-3899 WIP - make folder version management more debuggable, ↵ | Brad Payne (Vir Linden) | |
log appearance request results | |||
2013-02-25 | merge | Nyx Linden | |
2013-02-25 | SH-3892 SH-3896 SUN-28 FIX add to outfit behaves like replace outfit | Nyx Linden | |
Conversion away from retry mechanism missed one case which was not supporting the 'add' operation properly. Changed code to use linkAll instead, as it did previously. | |||
2013-02-25 | increment version to 3.5.1 | Oz Linden | |
2013-02-25 | increment minor version: 3.5.0 | Oz Linden | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | Merged Nat's viewer_manifest boost changes. | Geenz | |
2013-02-25 | Fix for antialiasing and VSync not being enabled properly. | Geenz | |
2013-02-25 | Merged Nat's mods to the viewer manifest to mention new boost libs | Graham Madarasz (Graham) | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | CHUI-778: Pushing a quick fix that only pertains to CHUI-778 so we can close ↵ | Gilbert Gonzales | |
out this issue. | |||
2013-02-25 | Removed the minimum 1024x768 window constraint to better suit smaller displays. | Geenz | |
2013-02-25 | merging | Cho | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | MAINT-2389: add libboost_context-m5.so.* to Linux package. | Nat Goodspeed | |
Irritating how many different places we have to touch to add a library... | |||
2013-02-25 | CHUI-790 FIXED Just disable "+" if selected participant is your own avatar | Mnikolenko ProductEngine | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | CHUI-788 (Saving preferences updates text in all open message panels in ↵ | Gilbert Gonzales | |
conversation floater to show as old messages) Fixed build error for mac/linux | |||
2013-02-23 | Pull merge from lindenlab/vieewer-chui | Merov Linden | |
2013-02-23 | CHUI-568 : Fixed! Implemented Ctrl-H for Nearby Chat, taking into account ↵ | Merov Linden | |
the existence of other conversations and docked/torn off state | |||
2013-02-22 | merge | Gilbert Gonzales | |
2013-02-22 | CHUI-778 (Saving preferences updates text in all open message panels in ↵ | Gilbert Gonzales | |
conversation floater to show as old messages) Now changing the log/transcripts file location actually moves the files to the new location. Prior behavior just started a new history at that location. Also a fix was made so that if the user changed the log/transcripts path then after pressing the Preferences 'OK' button the new location will be saved to the corresponding .xml file. | |||
2013-02-22 | Fix for deferred rendering no longer working when the viewer is compiled ↵ | Geenz | |
against the OS X 10.7 SDK and up. | |||
2013-02-22 | Merged with latest cocoa-project-viewer. | Geenz | |
2013-02-22 | CHUI-772 FIX User sees no notification of conversation activity not visible ↵ | Cho | |
in long scrolling conversation list Renamed LLFLoaterIMContainer::isConversationItemWidgetvisible() to isScrolledOutOfView() with opposite return value | |||
2013-02-22 | Fix inconsistent handling of Control, Alt, and Shift keys through a new ↵ | Geenz | |
modifier update callback. | |||
2013-02-22 | CHUI-772 FIX User sees no notification of conversation activity not visible ↵ | Cho | |
in long scrolling conversation list Added LLFLoaterIMContainer::isConversationItemWidgetvisible() which is now used in LLConversationViewSession::startFlashing() to flash chat toolbar button if out of view | |||
2013-02-22 | Merge new boost and add OS X 10.8 mods | Graham Madarasz (Graham Linden) | |
2013-02-22 | CHUI-633 FIXED User is not able to open chat history by 'View chat history' ↵ | maksymsproductengine | |
menu item from pop-up menu of People floater | |||
2013-02-22 | CHUI-781 FIXED Select conversation if user selects participant that belongs ↵ | Mnikolenko ProductEngine | |
to this conversation. | |||
2013-02-22 | CHUI-702 FIXED Calling requestArrange() in refresh() has to fix the problem. | Mnikolenko ProductEngine | |
2013-02-21 | CHUI-568 : WIP : Introduced Ctrl-T and Ctrl-H for conversations and nearby chat | Merov Linden | |
2013-02-21 | SH-3864 FIX Closing the Inventory window exits outfit editing. | Richard Linden | |
cleaned up logic when closing floatersidepanels | |||
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 | CHUI-774 FIXED Play a sound even if the conversation floater is open and ↵ | Mnikolenko ProductEngine | |
conversation with user is the active. | |||
2013-02-21 | CHUI-783 FIXED Load logs from conversation.log file after changing preferences. | Mnikolenko ProductEngine | |
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-20 | merge | Gilbert Gonzales | |
2013-02-20 | CHUI-778: Minor changes, prior commit was not changing the file path ↵ | Gilbert Gonzales | |
correctly due to logic error. Also clicking the 'Cancel' in preferences would still cause the file location to be saved instead of ignore the save. | |||
2013-02-20 | SH-3891 WIP - separate first-time rezzing stats from subsequent state changes | Brad Payne (Vir Linden) | |
2013-02-20 | merge | Brad Payne (Vir Linden) | |
2013-02-20 | CHUI-784 FIXED Crash when closing expanded group chat | maksymsproductengine | |
2013-02-19 | merge | Gilbert Gonzales | |
2013-02-19 | CHUI-778 (Saving preferences updates text in all open message panels in ↵ | Gilbert Gonzales | |
conversation floater to show as old messages) Problem was that closing the preferences floater was always acting as if the conversation transcripts/log files path had changed. If the path did not change then the user's conversations would be cleared and re-loaded as if they were part of the user's history (causing text to be grey). Solution: Now keep track of when the path was changed and only load up the transcripts/log upon change. | |||
2013-02-20 | CHUI-590 FIXED Put voice volume control back into avatar inspector. | maksymsproductengine | |