Commit Graph

66 Commits (1a437cbedf94de90d749f426dde09f2466693de2)

Author SHA1 Message Date
Andrey Kleshchev 0e3d8023dc SL-12795 Fix log session name not updating 2021-02-11 18:49:11 +02:00
Andrey Kleshchev a3d31ca683 SL-14766 long unicode display names corrupt the conversation.log
Contribution by Beq Janus
2021-01-26 20:28:31 +02:00
Andrey Lihatskiy 1d458de949 Merge branch 'master' into DRTVWR-515-maint
# Conflicts:
#	indra/newview/llpanelprimmediacontrols.cpp
2020-09-28 22:29:19 +03:00
Andrey Kleshchev cc25193af9 SL-12795 Fix existance of multiple chatlog files after name change 2020-08-01 01:26:04 +03:00
Andrey Lihatskiy e0727702ea Merge branch 'DRTVWR-501' into trunk 2020-02-03 15:18:34 +02:00
maxim_productengine 79bc739115 SL-12416 Don't escape ad-hoc name in conversation.log 2019-12-12 17:45:58 +02:00
AndreyL ProductEngine 56056aa198 Upstream merge from viewer-neko 2019-11-27 23:20:03 +02:00
AndreyL ProductEngine 5f731d84cb Downstream merge from 494-maint-wassail 2019-11-12 02:37:15 +02:00
andreykproductengine bd42fd13b0 SL-11719 Fixed init of conversation log 2019-10-14 20:49:16 +03:00
maxim_productengine 1bfa064a48 SL-11740 FIXED Wrong entries in conversation.log for groups with | in the name 2019-08-16 17:53:02 +03:00
Mnikolenko Productengine 8adad782a0 MAINT-7611 Chat history does not display in the conversation log for groups that have a leading space in their name 2017-10-09 10:47:10 +03:00
andreykproductengine 4b29e9869c MAINT-5388 File "conversation.log" created in users' root directory on Windows 2016-07-05 17:52:01 +03:00
Oz Linden c8726aba30 remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
Richard Linden ac9849fb03 fixed mispelling of generateOutgoingAdHocHash 2014-02-26 11:59:49 -08:00
Richard Linden ccc15df25f MAINT-3448 FIX: Timestamps disappear from conversation log after viewer restart 2014-02-26 11:58:37 -08:00
Richard Linden 612892b45a SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms
continued conversion to units system
made units perform type promotion correctly and preserve type in arithmetic
e.g. can now do LLVector3 in units
added typedefs for remaining common unit types, including implicits
2013-08-18 22:30:27 -07:00
Richard Linden 9f7bfa1c37 moved unit types out of LLUnits namespace, since they are prefixed 2013-08-15 00:02:23 -07:00
Richard Linden 26581404e4 BUILDFIX: added header for numeric_limits support on gcc
added convenience types for units F32Seconds, etc.
2013-08-14 11:51:49 -07:00
Richard Linden e340009fc5 second phase summer cleaning
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09 17:11:19 -07:00
Richard Linden a2e22732f1 Summer cleaning - removed a lot of llcommon dependencies to speed up build times
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
2013-07-30 19:13:45 -07:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Gilbert Gonzales 73f68342f6 CHUI-864 ([crashhunters] crash in LLConversationLog): Found a probable cause. It is likely that the user was missing the user settings variable called 'KeepConversationLogTranscripts.' If this variable doesn't exist or is deleted then the CHUI viewer would try to extract data from this non-existent variable. Resolution, now perform a check to make sure the 'KeepConversationLogTranscripts' settings variable exists before extracting data. 2013-03-18 15:56:50 -07:00
Gilbert Gonzales 49319a90ef CHUI-778: Now when delete transcripts is pressed the backup files will be deleted as well. Also if clear logs is pressed then backup logs will be cleared. 2013-03-04 19:35:31 -08:00
Gilbert Gonzales 084ea74d43 CHUI-778: Now when conversation log and trascript files are moved they will not overwrite prior files with the same name. Instead the prior files will be stored as *.backup. 2013-02-25 16:48:09 -08:00
Gilbert Gonzales 57935506c2 merge 2013-02-25 13:41:37 -08:00
Gilbert Gonzales 58208df226 merge 2013-02-22 18:54:21 -08:00
Gilbert Gonzales 05f4e8a105 CHUI-778 (Saving preferences updates text in all open message panels in 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 18:53:40 -08:00
Mnikolenko ProductEngine 1b464fae87 CHUI-783 FIXED Load logs from conversation.log file after changing preferences. 2013-02-21 15:06:06 +02:00
Mnikolenko ProductEngine 7f63b36977 CHUI-775 FIXED We should always handle changing of preferences. 2013-02-18 15:01:36 +02:00
Mnikolenko ProductEngine eb8611de12 CHUI-755 FIXED cache() is called to update conversation.log file after deleting conversations. 2013-02-15 13:27:37 +02:00
Mnikolenko ProductEngine ca676a7175 CHUI-761 FIXED Clear log button will not clear transcripts. 2013-02-13 19:05:40 +02:00
Cho f6b9d2bce4 CHUI-760 FIX Conversation.log file not saved in user specified location
Changed LLConversationLog::getFileName() to use LL_PATH_PER_ACCOUNT_CHAT_LOGS instead of LL_PATH_PER_SL_ACCOUNT
2013-02-11 20:39:03 +00:00
Cho 33d49d1569 CHUI-755 FIX Conversation log changes in a session are lost if viewer crashes
Added call to LLConversationLog::instance().cache() after LLLogChat::SaveHistory() in LLIMView::logToFile()
2013-02-11 20:02:19 +00:00
maksymsproductengine ec0ac12eba CHUI-712 FIXED IM log files renamed with ll.txt will create double files for users 2013-02-06 20:51:14 +02:00
Mnikolenko ProductEngine 302f57e47f CHUI-744 FIXED KeepConversationLogTranscripts setting is moved to settings_per_account.xml 2013-02-06 20:17:35 +02:00
mberezhnoy 9b0404c4b5 merge 2013-02-06 19:59:57 +02:00
mberezhnoy 3781615afa CHUI-597 (Messages shown in Conversation Log are inaccurate)
Added messages, for now they're displayed in two cases:
1) no log entries, logging disabled
2) no log entries, logging enabled
Case when there are existing log entries and
logging is disabled is still under discussion
2013-02-06 10:03:42 +02:00
Mnikolenko ProductEngine 2f6ffe2183 CHUI-721 FIXED Delete transcripts when performing Clear log action. 2013-02-04 14:37:29 +02:00
mberezhnoy 8fbc0aada8 merging 2013-02-01 01:00:52 +02:00
mberezhnoy a12200b91b CHUI-718 (User does not see own chat in conference IM)
CHUI-704 (Entry in 'Conversation Log' floater with your avatar's name appears, after ejecting any member from group)
2013-01-31 10:04:15 +02:00
maxim@mnikolenko 0aa68e46fb CHUI-711 FIXED Load logs from file only once to avoid duplicating. This will also solve problem with chui-710. 2013-01-31 14:57:09 +02:00
mberezhnoy 84148762d9 merging 2013-01-30 21:30:20 +02:00
mberezhnoy b96f04a1bb CHUI-704 (Entry in 'Conversation Log' floater with your avatar's name appears, after ejecting any member from group) 2013-01-30 08:16:47 +02:00
maksymsproductengine 2ac99f55f9 CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tab 2013-01-24 19:56:13 +02:00
Merov Linden fbc414c02b Merge with viewer-chui 2013-01-04 20:28:01 -08:00
maksymsproductengine 1eae887434 CHUI-629 FIXED Resolve build problems; 2012-12-26 23:55:23 +02:00
maksymsproductengine 099c9bcc6f CHUI-629 FIXED Windows crash on exit when closing viewer with conversation log open with unread offline messages 2012-12-26 20:25:56 +02:00
AlexanderP ProductEngine dd7509f56d CHUI-411 Entries in chat history viewer do not show all dates of entries and some entries show on multiple pages
Type of variable for the time saving was changed from S32 to long int ("capacity" of S32-timer is only ~18 hours!)
2012-12-21 20:05:40 +02:00
AlexanderP ProductEngine d1898ef3b8 CHUI-605 : Fixed : Keep conversation log requires restart to change preference: connected LLConversationLog::enableLogging() as listener to "LogInstantMessages" control changes 2012-12-20 19:57:51 +02:00
Merov Linden c2d332a89c CHUI-580 : WIP : Added disconnect of callbacks once they're called to prevent filling up the callback queue 2012-12-17 20:16:33 -08:00