log src/browser/sat_browser/contact_list.py @ 739:4545d48dee60

age author description
2015-11-11 souliane browser_side: add functions JIDSet and JIDDict
2015-08-15 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
2015-04-20 souliane browser_side: clean the code that has been commented or isolated during the refactorisation to base libervia on quick_frontend
2015-04-20 souliane browser and server side: remove unibox
2015-04-16 souliane browser_side: fixes new message alerts
2015-04-01 souliane browser_side: ContactList.remove has been renamed to ContactList.removeContact to not interfer with Pyjamas Panel.remove (overriding not needed anymore)
2015-03-23 souliane browser_side: update ContactList, Chat, ContactsPanel, ContactBox, ContactLabel to update the display using listeners as it is done in quick_frontend:
2015-03-30 Goffi 2015 copyright dates update
2015-03-18 souliane browser_side: follow changes made on quick_frontend for chat states and MUC symbols + minor fixes following the refactorisation:
2015-03-18 Goffi merged branch frontends_multi_profiles
2015-03-11 souliane browser_side: add attribute "merge_resources" to ContactsPanel to display the MUC occupants + override Chat.replaceUser and Chat.removeUser frontends_multi_profiles
2015-03-09 souliane browser_side: replace ContactsPanel and ContactBox init "parent" attribute with "host" + menus bound to the avatar can be parameterized frontends_multi_profiles
2015-03-05 souliane browser_side: don't display MUC entities in the contact list + fixes ContactList.remove (QuickContactList and SimplePanel conflict) frontends_multi_profiles
2015-02-27 Goffi browser side (contact list): ContactPanels is used instead of OccupantsList in MUC: frontends_multi_profiles
2015-02-27 souliane browser_side: the contact list's height needs a window resize after it's been added or when the tab bar display is changed frontends_multi_profiles
2015-02-27 souliane browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners frontends_multi_profiles
2015-02-27 souliane browser_side, server_side: MicroblogPanel.onGroupDrop and bridge method getMassiveLastMBlogs now only accepts the publishers as a set of unicode (no more None value or single unicode). frontends_multi_profiles
2015-02-26 Goffi browser_side: classes reorganisation: frontends_multi_profiles
2015-02-26 Goffi browser side: moved ContactBox, ContactsPanel, ContactLabeland ContactMenuBar to base_widget/base_panels so they can be reused outside of contact_list module frontends_multi_profiles
2015-02-24 Goffi browser side (contact list): removed our own bare jid from contact list frontends_multi_profiles
2015-02-24 Goffi browser side(contact list): added nick listener frontends_multi_profiles
2015-02-24 Goffi browser side (contact list): fixed forgotten profile argument in presence listener frontends_multi_profiles
2015-02-24 Goffi browser side: fixed use of profile for listeners frontends_multi_profiles
2015-02-23 Goffi merged souliane changes frontends_multi_profiles
2015-02-23 Goffi browser side (contact list): Contact list improvments: frontends_multi_profiles
2015-02-23 Goffi browser side (contact list): use of c.bool for parameter conversion frontends_multi_profiles
2015-02-23 Goffi browser side: contact_list update: frontends_multi_profiles
2015-02-23 Goffi browser side (contact list): use EntityToShow to know which contacts must be displayed frontends_multi_profiles
2015-02-22 souliane browser_side: fixes various issues frontends_multi_profiles
2015-02-20 souliane browser_side: fixes a typo (listerner --> listener) frontends_multi_profiles