Commit Graph

13 Commits (e98efe34e3bf94c5306be96509cd77424d1b4a4b)

Author SHA1 Message Date
Ansariel e98efe34e3 Fixed reporting to nearby chat not showing in console 2013-07-16 00:41:11 +02:00
Ansariel a8cbee6e81 More compile fixes and hooking up of FS communication UI 2013-06-28 23:34:21 +02:00
Tank_Master 14001c54df Gastly CHUI merge pass 1, don't count on anything to work. 2013-06-26 12:14:54 -07:00
Cinders 236710ae91 FIRE-1061 Refactor: Allow independent coloring of chat, name tags, and mini-map. Reorganize the Color Preferences panel 2013-05-29 00:40:35 -06:00
Cinders c2027a4ea0 FIRE-1061: Add a colors tab in prefs to control colorizing chat, net map dots, and nametags for self, friends, muted, lindens, and firestorm team members. 2013-05-26 17:23:21 -06:00
Cinders 0ec85b723e Contact Sets cleanup Pass #3:
* Removed unused methods
* Refactor hasFriendColorThatShouldShow to use an enum for clarity
* More style cleanup
2013-03-22 21:45:06 -06:00
Cinders 8736b53149 More lggcontactsets cleanup:
* Make LGGContactSets a proper singleton
* Convert ints to U32
* Misc coding standard cleanup
2013-03-22 18:03:55 -06:00
Ansariel e310cd5657 Merge with Firestorm LGPL tip 2013-03-14 11:04:28 +01:00
Ansariel 9eeebe39a2 FIRE-9455: Chat console becomes invisible at various occasions 2013-03-14 09:30:42 +01:00
Ansariel 6bbd5d01fb Merge with Firestorm LGPL tip 2013-03-09 15:56:31 +01:00
Ansariel 7abcf40dec Fixed some Firestorm license headers 2013-03-06 14:07:56 +01: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
Ansariel bd86a614b8 Refactored chat console handling:
* Created new class FSConsoleUtils to handle console-related tasks
* Moved IM in console handling from IMHandler to FSConsoleUtils
* IMHandler is now stock V3 and will produce no problems anymore once it goes away with CHUI
* Nearby chat handling moved from LLNearbyChatHandler to FSConsoleUtils
* LLNearbyChatHandler::processChat() is now mostly stock V3 to reduce problems with CHUI
* (Group-)IMs in chat console settings are now independent from their corresponding toasts counterparts and can be set independently
2013-02-27 14:09:28 +01:00