Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-04 | CHUI-608 (Conversations floater can be resized too small once a conversation ↵ | maximbproductengine | |
is torn off) | |||
2013-01-04 | CHUI-637 FIXED Call requestArrange() to update widget state. | maxim@mnikolenko | |
2013-01-03 | CHUI-656 : Fixed. getTypedInstance() will create an instance if not found. ↵ | Merov Linden | |
Do not use that in destructors (bad...) or in places where creation is not required. Use findTypedInstance() instead. | |||
2013-01-03 | CHUI-654 : Fixed! Select the Nearby Chat directly when one conversation only ↵ | Merov Linden | |
left, don't finesse with a root UUID that might not be NULL | |||
2013-01-03 | CHUI-499: Fixed a serialization problem where the a notification's ↵ | Gilbert Gonzales | |
objectInfo was not being serialized/deserialized. | |||
2013-01-03 | MAINT-2184 [crashhunters] new crash in LLUUID::toString | Kelly Washington | |
Fix dangling references. | |||
2013-01-03 | CHUI-628 FIXED Open conversation log menu option not active in conversation ↵ | AlexanderP ProductEngine | |
floater when nearby chat is selected: Determination of the availability menu item was moved to the right place | |||
2013-01-03 | CHUI-631 FIXED 'Nearby chat' is not selected in Conversations floater after ↵ | AlexanderP ProductEngine | |
closing separate conversation if list of participants was expand in Conversations floater: force select 'Nearby chat' when session floater is destroyed | |||
2013-01-03 | CHUI-636 FIXED Enable group context menu options, if uuid is empty and ↵ | maxim@mnikolenko | |
selected model item is group chat. In addition enable Chat history item for ad-hoc and group conversations. | |||
2013-01-03 | Merge | maxim@mnikolenko | |
2013-01-03 | CHUI-608 (Conversations floater can be resized too small once a conversation ↵ | maximbproductengine | |
is torn off) | |||
2013-01-03 | CHUI-616 (Left Click on participant name in torn off conference moves focus ↵ | maximbproductengine | |
to conversation floater) | |||
2013-01-02 | CHUI-499: Removing debug code | Gilbert Gonzales | |
2013-01-02 | merging in latest changes | Gilbert Gonzales | |
2013-01-02 | merge changes for DRTVWR-269 | Oz Linden | |
2012-12-28 | merge changes for DRTVWR-272 | Oz Linden | |
2012-12-28 | CHUI-453 FIXED Tooltip on chevron in torn-off conversation is incorrect: ↵ | AlexanderP ProductEngine | |
implemented suitable tool-tips; fixed a small separate bug ("tooltip_to_separate_window"/"tooltip_to_main_window" for Tear-Off Button: was shown reverse) | |||
2012-12-28 | CHUI-566 ADD. FIX Flashing and color on Conversations FUI button and ↵ | AlexanderP ProductEngine | |
conversation line item Cancel sticking of color, if the button is pressed, or when a flashing of the previously selected button is ended | |||
2012-12-28 | CHUI-639 FIXED Min. width is increased to avoid overlapping | maxim@mnikolenko | |
2012-12-26 | CHUI-629 FIXED Resolve build problems; | maksymsproductengine | |
2012-12-26 | CHUI-629 FIXED Windows crash on exit when closing viewer with conversation ↵ | maksymsproductengine | |
log open with unread offline messages | |||
2012-12-26 | CHUI-617 FIXED Update Gear button state after initing session. | maxim@mnikolenko | |
mConversationsRoot creation is moved to postBuild(). | |||
2012-12-26 | CHUI-632 FIXED Disable Gear button if nothing is selected | maxim@mnikolenko | |
2012-12-25 | CHUI-623 FIXED No vertical scrollbar in conversation list | maksymsproductengine | |
2012-12-24 | CHUI-627 FIXED Unnecessary attributes are deleted in xml | maxim@mnikolenko | |
2012-12-24 | CHUI-583 FIXED Link will be opened in external browser if this preference is ↵ | maxim@mnikolenko | |
set. | |||
2012-12-21 | merging in latest changes' | Gilbert Gonzales | |
2012-12-21 | SH-3357 Texture fetch debugger not running correctly under drano- | Monty Brandenberg | |
http phase 1 Some missing counter initialization kept the debugger from entering the startup state giving the appearance of a do- nothing floater. Also found some unbound recursion that might need looking at in the future. (There's a comment.) | |||
2012-12-21 | SH-3331 Fix incorrect overrun message when sending body with HTTP | Monty Brandenberg | |
request. During readcallback, would generate an overrun-type message about reading position beyond end-of-data. Mistake was is messaging when state is exactly at end of data (which is expected) versus an overrun. Both result in declaring end-of-data to libcurl. Also changed some of the status logging for the metrics payload to be less chatty on success, more informative on error. | |||
2012-12-21 | merging in latest changes | Gilbert Gonzales | |
2012-12-21 | CHUI-622 FIXED Default size of conversation log floater seems large | maksymsproductengine | |
2012-12-21 | CHUI-411 Entries in chat history viewer do not show all dates of entries and ↵ | AlexanderP ProductEngine | |
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 | CHUI-621 FIXED Notification chiclet UI error | maksymsproductengine | |
2012-12-21 | CHUI-566 Flashing and color on Conversations FUI button and conversation ↵ | AlexanderP ProductEngine | |
line item: change behavior for the case "If conversations (container) floater open but not on top" | |||
2012-12-21 | MAINT-2168: Backed out changeset fb93eecd462d, reapply fix | Nat Goodspeed | |
Now that we've backed out the premature push, reapply the actual fix to propagate it appropriately. | |||
2012-12-21 | MAINT-2168: Backed out changeset 797318b62275, pushed to wrong repo | Nat Goodspeed | |
This changeset was prematurely pushed to the wrong repository. Back it out to propagate it the right way. | |||
2012-12-21 | MAINT-2168: fail with real message if required var PORT not set. | Nat Goodspeed | |
llhttpclient_test.cpp is only supposed to be run by test_llsdmessage_peer.py, as specified in llmessage/CMakeLists.txt. test_llsdmessage_peer.py sets the environment variable PORT before running INTEGRATION_TEST_llhttpclient. While it's not yet clear under what circumstances INTEGRATION_TEST_llhttpclient could find PORT not set (getenv() returning NULL), it's obvious that in that case, the previous code might well crash. Make it at least fail with an explanatory message rather than a mysterious large negative integer. In theory, occurrences of that message could help us solve the underlying issue. | |||
2012-12-21 | CHUI-619 FUI button and conversation line items blink at different rates: | AlexanderP ProductEngine | |
changed rate | |||
2012-12-20 | merge changes for 3.4.4-beta3 | Oz Linden | |
2012-12-20 | merge changes for DRTVWR-271 | Oz Linden | |
2012-12-20 | Reverted mac updater | Aura Linden | |
2012-12-20 | mergining in latest changes | Gilbert Gonzales | |
2012-12-20 | merge | MaximB ProductEngine | |
2012-12-20 | CHUI-605 : Fixed : Keep conversation log requires restart to change ↵ | AlexanderP ProductEngine | |
preference: connected LLConversationLog::enableLogging() as listener to "LogInstantMessages" control changes | |||
2012-12-20 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-12-20 | CHUI-429 : Fixed! Add a flag to filter multi/single selection situations in ↵ | Merov Linden | |
menu building. Implement in conversation contextual menu. | |||
2012-12-20 | CHUI-513 FIXED Revise initial conversation floater size | maksymsproductengine | |
2012-12-20 | There goes a month of work | Aura Linden | |
2012-12-20 | CHUI-618 User sees no indication of offline messages received with ↵ | AlexanderP ProductEngine | |
conversation log preference turned off: flashing of CHUI button if offline messages was received | |||
2012-12-20 | CHUI-602 FIXED Don't call getUUID() if there is no selected participants | maxim@mnikolenko | |