Ansariel
62477236a9
FIRE-20335: Closing an IM session via IM well causes console output of last session in communications floater to vanish
2016-11-09 00:55:31 +01:00
Ansariel
a36e94757e
FIRE-16744: Speculative shot-into-the-blue fix for new IM tabs stealing focus
2016-07-08 18:32:13 +02:00
Ansariel
b28919aa10
FIRE-18007: Chat in console not showing if floaters get minimized
2016-03-24 01:53:55 +01:00
Ansariel
9b72178ca9
Clean up includes in FSFloaterIMContainer
2015-09-04 20:34:30 +02:00
Ansariel
213f3f00ec
Let's see if there are side-effects when making the conversations floater minimizable
2015-09-04 20:09:37 +02:00
Ansariel
fa3dada8f9
FIRE-16835: Call onClose() for all hosted IM floater during logout so we properly send the leaveSession message
2015-08-31 12:16:49 +02:00
Ansariel
307bace175
FIRE-16587: Re-arraging IM tabs doesn't work anymore after contacts and nearby chat window have been torn off
2015-08-06 21:04:28 +02:00
Ansariel
79295f6a34
FIRE-2778: Allow re-arranging IM tabs; by Kitty Barnett (Catznip Viewer), with modifications for Firestorm
2015-07-13 16:08:57 +02:00
Ansariel
89a6662c41
FIRE-5450: IM tab not flashing for conference chats if chat was initiated by oneself
...
Conference chats are initiated with a randomly generated UUID by the initiator. The server
then creates a new UUID and notifies the viewer about it. Need to make sure our
FSFloaterIMContainer then updates the session ID in its list of sessions properly.
2014-09-05 11:16:46 +02:00
Ansariel
44eb29c6b5
FIRE-13433: Closing an IM session via the syswell chiclet leaves conversation toolbar button in flashing state
2014-04-11 09:24:56 +02:00
Ansariel
8be751c0fd
Just in case to be safe...
2014-03-22 02:31:12 +01:00
Ansariel
d3d0f7cb11
Backout 9a672fcb9d68 - not necessary anymore
2014-03-22 01:48:00 +01:00
Ansariel
e6757c8f6b
More stabbing at the conversation floater: Make sure the contact and nearby chat floater connection gets initialized before anything else happens so tabs flash properly with offline IMs
2014-03-22 01:35:53 +01:00
Ansariel
60a46a7502
Select correct tab in conversation floater on open
2014-03-22 00:42:29 +01:00
Ansariel
dad53879ff
Remove dead and wrong code: Nearby chat floater is handled different already
2014-03-21 23:56:04 +01:00
Ansariel
0739436b02
Conversations floater: Make sure the contacts and nearby chat floater get added in the correct order and at the correct location
2014-03-21 23:40:13 +01:00
Ansariel
d824b7ce63
Rename fscontactsfloater.cpp/h to fsfloatercontacts.cpp/h since the class is called FSFloaterContacts and this causes less confusion
2014-03-21 14:25:19 +01:00
Ansariel
c49a91cf13
Fix copy&paste error in previous commit
2014-03-21 12:27:18 +01:00
Ansariel
ae4688b09b
More stabbing and contacts / nearby chat: Make sure the contacts floater gets properly configured when hosted in FSFloaterIMContainer; this might fix the weird issue with missing tear off icons
2014-03-21 12:11:30 +01:00
Ansariel
d77edcdf13
Remove dead code from FSFloaterIMContainer
2014-02-28 09:33:20 +01:00
Ansariel
e888128d7f
FIRE-6735: Option to not flash IM tabs on friend login prevents flashing when receiving friendship requests, teleport offers & inventory offers
2014-02-24 22:22:53 +01:00
Ansariel
c69406e4f7
Added option to flash the chat toolbar button if new nearby chat or (group) IMs arrived:
...
* The corresponding floater must be docked to the conversations floater and the conversations floater must be closed for the button to flash
* The option to flash when new (group) IMs arrived is only available if IMs are shown in tabs and not as separate windows
2014-02-05 13:59:24 +01:00
Ansariel
d80a53826c
Force update of voice state indicator when adding a tab
2014-02-04 22:03:58 +01:00
Ansariel
fa50f999fd
Show voice channel state indicator in correct color if tab is selected
2014-02-04 19:33:52 +01:00
Ansariel
ed9c25798a
Add explicit check for NULL although it wouldn't be necessary in this case
2014-02-04 13:38:35 +01:00
Ansariel
52adb30e3c
Optimize voice status indicator even more:
...
* Update only once per second and not per frame
* Only update icon if the status actually changed
* Made the indicator optional
2014-02-04 09:54:43 +01:00
Ansariel
a03ee0a386
Optimize voice status code and safe us from expensive string compares
2014-02-03 22:44:50 +01:00
Ansariel
ba5bfa3f83
FIRE-4849: Add voice status icon to chat tabs in conversations floater
2014-02-03 21:47:50 +01:00
Ansariel
17f574529d
FIRE-11841: Conversations button in toolbar doesn't properly set focus to selected floater
2013-10-08 19:28:56 +02:00
Ansariel
1c93008d4a
FS communication UI: Wire up reloading of empty floaters in preferences if log and transcript location has been moved
2013-08-05 21:12:52 +02:00
Ansariel
472c835d4f
Wire up adding IM tab to contacts on new session
2013-06-30 18:57:02 +02:00
Ansariel
7ed4535803
Revert FSFloaterIMContainer to Firestorm code and dump new CHUI stuff that got in during merge
2013-06-28 23:48:03 +02:00
Tank_Master
c61db3d380
Merge LGPL tip
2013-06-26 12:59:37 -07:00
Tank_Master
14001c54df
Gastly CHUI merge pass 1, don't count on anything to work.
2013-06-26 12:14:54 -07:00
Ansariel
63ef2950e9
CHUI preparation phase 1: Move FS-specific communication parts into a separate domain and out of the way for CHUI merge to reduce conflicts
...
* LLChatHistory moved to FSChatHistory
* LLFloaterNearbyChat moved to FSFloaterNearbyChat
* LLIMFloater moved to FSFloaterIM
* LLIMFloaterContainer moved to FSFloaterIMContainer
* LLNearbyChatbarListener moved to FSNearbyChatbarListener
* LLNearbyChatControl moved to FSNearbyChatControl
* LLNearbyChatHub moved to FSNearbyChatHub
* floater_im_container.xml moved to floater_fs_im_container.xml
* floater_im_session.xml moved to floater_fs_im_session.xml
* floater_nearby_chat.xml moved to floater_fs_nearby_chat.xml
* widget chat_history.xml moved to fs_chat_history
* widget nearby_chat_control.xml moved to fs_nearby_chat_control.xml
2013-02-28 18:57:38 +01:00