log frontends/src/primitivus/chat.py @ 1678:c2d96f74105e

age author description
2015-11-20 Goffi primivitus: fixed crash when self.target is a full jid
2015-11-20 Goffi primitivus: removed all file menu + temporary workaround to send full jid on C.MENU_SINGLE menu action.
2015-11-11 Goffi Primitivus: better popups handling:
2015-04-16 souliane quick_frontend, primitivus: fixes a couple of issues:
2015-03-30 Goffi 2015 copyright dates update
2015-03-25 souliane quick_frontend, primitivus: various fixes (MUC and cached signals):
2015-03-25 souliane primitivus (Chat): fixes updating the occupant list when someone leaves, changes his nick or is added in last position
2015-03-25 souliane quick_frontend, primivitus: revert changes made in rev 1386 (1f3513cfb246) concerning ChatText.nick: was mixing MUC occupant nick and roster contact nick/node
2015-03-24 souliane quick_frontend, primitivus: remove QuickChat.updateEntityState and QuickChat.setContactStates, use more general QuickChat.update (also called when joining the room to initialise the occupants list)
2015-03-23 souliane quick_frontend, primivitus: remove QuickChat.getUserNick + primivitus ChatText gets the user nick directly from parent Chat instance
2015-03-23 souliane quick_frontend, primitivus (chat): merge setOccupantStates and setContactStates
2015-03-22 souliane quick_frontend, primitivus: better PEP-8 compliance + remove/rename some (Quick)Chat attributes:
2015-03-20 souliane quick_frontends, primitivus: move the chat states logic to quick_frontend
2015-03-20 souliane quick_frontends, primitivus: know who are the MUC occupants from the presence informations:
2015-03-11 souliane quick_frontend, primitivus (chat): pass a sorted list to Chat.setPresents frontends_multi_profiles
2015-03-11 souliane frontends (quick_frontend, primitivus): fixes room games: frontends_multi_profiles
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-12-10 Goffi quick_frontend, primitivus: multi-profiles refactoring part 1 (big commit, sorry :p): frontends_multi_profiles
2014-10-04 souliane frontends: printInfo and printMessage timestamp attribute defaults to None instead of ''
2014-09-08 Goffi Primitivus (xmlui): fixed window closing on save params + removed now unused onConfigureRoom in Chat
2014-09-08 Goffi Primitivus (file transfer): an error popup is shown when bad unicode is used in path, and an info popup is show to indicate that the file request has been sent
2014-09-05 Goffi primivitus: info messages now use "info_msg" attribute (yellow)
2014-09-04 Goffi primitivus: use of new keys modules from Urwid SàText
2014-08-26 souliane move sat.tools.jid to sat_frontends.tools.jid
2014-08-25 Goffi primivitus: fixed jid escaping for dynamic menus in one2one chat
2014-08-24 souliane primitivus (chat): fixes the messages display when opening a new chat window
2014-08-23 souliane quick_frontend, primitivus: add primitivus command ":history [limit]" (default value for limit is 50)
2014-08-22 souliane primitivus: prevent a notification flood when displaying the history
2014-08-13 Goffi frontends: XMLUI refactoring + dialogs:
2014-06-25 Goffi core, frontends (menus): MENU_ROOM and MENU_SINGLE are now managed