summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-03-19Merge in viewer-beta to get CHUI codeSimon Linden
2013-03-19MAINT-2506 added viewer support for PERMISSION_SILENT_ESTATE_MANAGEMENT and ↵Maestro Linden
PERMISSION_OVERRIDE_ANIMATIONS. Reviewed by Simon.
2013-03-18MAINT-2497 FIX (Viewer) - viewer side change that goes with server side fix ↵callum_linden
- adds direction when you set a TP landing point
2013-03-14MergeGraham Madarasz (Graham Linden)
2013-03-14Rollback Maestro interp changesGraham Madarasz (Graham Linden)
2013-03-14Rollback fix for Maestro 'Jitter Bug' which is causing issues elsewhereGraham Madarasz (Graham Linden)
2013-03-14Fix for broken LoD.Dave Parks
Reviewed by Graham.
2013-03-13MergeGraham Madarasz (Graham Linden)
2013-03-13MergeDave Parks
2013-03-13MAINT-2410 Extra Particle Parameters -- viewer implementationDave Parks
Reviewed by Kelly and Graham
2013-03-13build fixAlexanderP ProductEngine
2013-03-12Merged lindenlab/viewer-cat into defaultgraham linden
2013-03-12CHUI-847 Fixed [CHUIBUG]Collapse Participant List, operates on all torn off ↵AlexanderP ProductEngine
chats: make flag mIsPartListExpanded for saving of the participant list panel expand/collapse state
2013-03-12CHUI-831 Minimized conversation floater is not opened with Open Conversation ↵AlexanderP ProductEngine
Window preference if conversation receiving message is selected : force unminimized of the session's floater
2013-03-12Pull merge from lindenlab/viewer-chuiMerov Linden
2013-03-12CHUI-845 : Avoid some xml param parsing error that seems to be linked with ↵Merov Linden
crashers
2013-03-12Merge pragma warning hack to fix linux buildGraham Madarasz (Graham Linden)
2013-03-12Fix eol at eof on wl param files.Graham Madarasz (Graham Linden)
2013-03-12Remove pragma diags which ALSO cause gcc-4.1 to warning and thus error out. ↵Graham Madarasz (Graham Linden)
*sigh*
2013-03-12Disable more warnings to try to get llface.cpp to compile in the TC linux farmGraham Madarasz (Graham Linden)
2013-03-12Add pragma warning disable for linux only to work-around spurious used ↵Graham Madarasz (Graham Linden)
before set warnings from GCC 4.3.4 on Vector4a with empty ctor
2013-03-11Pull merge from lindenlab/viewer-chuimerov
2013-03-11CHUI-793 : Fixed! Introduced ChatLoadGroupTimeout and ↵merov
ChatLoadGroupMaxMembers to mitigate slow group loading.
2013-03-12CHUI-809 FIXED Changes in menu items to make them consistent. Do not start ↵Mnikolenko ProductEngine
IM if selected person is self.
2013-03-12mergemberezhnoy
2013-03-11CHUI-778: Adjusted text in prompts for deleting chat log and chat ↵Gilbert Gonzales
transcripts (per UX).
2013-03-11Clean up moving llalignedarray and fast memcpy to llcommonGraham Madarasz
2013-03-11Merged vwr-cat..#$%$% whitespace diffsGraham Madarasz
2013-03-11CHUI-836 FIXED [CHUIBUG]Opening chat history from the conversation log ↵maksymsproductengine
sometimes crashes the viewer
2013-03-11CHUI-815 FIXED Display whispered text in italics and shouted text as boldMnikolenko ProductEngine
2013-03-11CHUI-840 (Right clicking on unselected group conversation can have ↵mberezhnoy
unpredictable results for menu options)
2013-03-08CHUI-793 : WIP : Limit the number of participants we load on groups when we ↵Merov Linden
load from the local group data
2013-03-08MAINT-2461 Potential fix for crash in LLPipeline::renderBloomDave Parks
2013-03-08Optimize interp code to elim hundreds of divides per frame and fix jitter bugs.Graham Madarasz (Graham)
2013-03-08MAINT-2371 Lat round of optimizations.Dave Parks
Reviewed by Graham
2013-03-07For MAINT-2436 and MAINT-2388 contribs from STORM-1935 and STORM-1936Graham Madarasz (Graham)
2013-03-07mergemberezhnoy
2013-03-07CHUI-824 FIXED Open Message panel when session is activated.Mnikolenko ProductEngine
2013-03-07CHUI-821 ADD FIX Conversation size regression when logging out with ↵AlexanderP ProductEngine
conversation list minimized to icons: deleted redundant savings of the convers. panel width; added a manually reshape of the conv. panel after change it's collapse state; function with uninformative name "updateState" was renamed to "reshapeFloaterAndSetResizeLimits"
2013-03-07CHUI-738 FIXED Your own nametag disappears - mysteriously: reset display ↵AlexanderP ProductEngine
time when nametag is changes
2013-03-08mergeGilbert Gonzales
2013-03-08CHUI-835 (ctrl-h does not select nearby chat conversation in list): Modified ↵Gilbert Gonzales
setVisibleAndFrontMost() to now take a arguement for the key that was pressed (if one was pressed). This allows the floater to select the converation line item when becoming visible/frontmost.
2013-03-08mergingCho
2013-03-08CHUI-772 FIX User sees no notification of conversation activity not visible ↵Cho
in long scrolling conversation list Added call to mConversationsRoot->arrange() in LLFloaterIMContainer::isScrolledOutOfSight()
2013-03-07CHUI-832 (Different conversation than is selected shown in message panel ↵Gilbert Gonzales
after tearing off conversation): Now when a conversation is torn off an adjacent conversation is selected (but not focused).
2013-03-07mergeGilbert Gonzales
2013-03-06CHUI-834 (Conversation selection in conversation list does not update when ↵Gilbert Gonzales
redocking torn off conversations): Now when click to dock a torn off floater, the correct conversation line item will be selected.
2013-03-06MergeGilbert Gonzales
2013-03-06MergeGilbert Gonzales
2013-03-06For MAINT-1842 fix model validation to check for NaNsGraham Madarasz