log src/browser/sat_browser/contact_list.py @ 1112:f287fc8bb31a

age author description
Sun, 24 Jun 2018 22:21:25 +0200 Goffi browser (contact list): renamed entityToShow to entityVisible following Quick Frontend change
Fri, 26 Jan 2018 11:15:26 +0100 Goffi date update
Fri, 03 Nov 2017 14:37:01 +0100 Goffi misc: date update (yes it's a bit late :p )
Wed, 10 Aug 2016 23:22:49 +0200 Goffi browser side(contact list): fixed calls to getGroupData
Wed, 10 Aug 2016 22:51:18 +0200 Goffi browser side (contact list): fixed groups displaying
Tue, 09 Aug 2016 01:07:15 +0200 Goffi browser, server: update to get compatibility with 0.7-dev (not finished):
Sun, 03 Jan 2016 16:24:27 +0100 Goffi copyright update
Wed, 02 Dec 2015 11:15:55 +0100 Goffi browser side (contact list): fixed a traceback on mouse enter/leave + bad attribute name
Mon, 30 Nov 2015 21:52:41 +0100 souliane browser_side: fixed ContactsPanel scrolling
Wed, 25 Nov 2015 16:48:28 +0100 souliane browser_side (contact_list): fixes click on the "Contacts" button above the roster
Tue, 24 Nov 2015 13:33:19 +0100 souliane browser_side: display the number of alerts for each contact and not only a symbol (*) + favicon displays the total number of waiting messages
Mon, 23 Nov 2015 16:39:11 +0100 Goffi browser side: fixed group panel drop and contact_list click on GroupLabel
Wed, 11 Nov 2015 11:49:32 +0100 souliane browser_side: add functions JIDSet and JIDDict
Sun, 16 Aug 2015 01:51:12 +0200 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
Mon, 20 Apr 2015 09:14:03 +0200 souliane browser_side: clean the code that has been commented or isolated during the refactorisation to base libervia on quick_frontend
Mon, 20 Apr 2015 08:51:25 +0200 souliane browser and server side: remove unibox
Thu, 16 Apr 2015 13:29:26 +0200 souliane browser_side: fixes new message alerts
Wed, 01 Apr 2015 22:04:17 +0200 souliane browser_side: ContactList.remove has been renamed to ContactList.removeContact to not interfer with Pyjamas Panel.remove (overriding not needed anymore)
Mon, 23 Mar 2015 09:35:46 +0100 souliane browser_side: update ContactList, Chat, ContactsPanel, ContactBox, ContactLabel to update the display using listeners as it is done in quick_frontend:
Mon, 30 Mar 2015 10:28:47 +0200 Goffi 2015 copyright dates update
Wed, 18 Mar 2015 10:17:04 +0100 souliane browser_side: follow changes made on quick_frontend for chat states and MUC symbols + minor fixes following the refactorisation:
Wed, 18 Mar 2015 16:15:18 +0100 Goffi merged branch frontends_multi_profiles
Wed, 11 Mar 2015 19:01:27 +0100 souliane browser_side: add attribute "merge_resources" to ContactsPanel to display the MUC occupants + override Chat.replaceUser and Chat.removeUser frontends_multi_profiles
Mon, 09 Mar 2015 16:30:06 +0100 souliane browser_side: replace ContactsPanel and ContactBox init "parent" attribute with "host" + menus bound to the avatar can be parameterized frontends_multi_profiles
Thu, 05 Mar 2015 13:27:41 +0100 souliane browser_side: don't display MUC entities in the contact list + fixes ContactList.remove (QuickContactList and SimplePanel conflict) frontends_multi_profiles
Fri, 27 Feb 2015 22:53:27 +0100 Goffi browser side (contact list): ContactPanels is used instead of OccupantsList in MUC: frontends_multi_profiles
Fri, 27 Feb 2015 02:42:44 +0100 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
Fri, 27 Feb 2015 02:39:43 +0100 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
Fri, 27 Feb 2015 01:08:36 +0100 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
Thu, 26 Feb 2015 18:10:54 +0100 Goffi browser_side: classes reorganisation: frontends_multi_profiles
Thu, 26 Feb 2015 13:10:46 +0100 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
Tue, 24 Feb 2015 18:21:33 +0100 Goffi browser side (contact list): removed our own bare jid from contact list frontends_multi_profiles
Tue, 24 Feb 2015 16:49:07 +0100 Goffi browser side(contact list): added nick listener frontends_multi_profiles
Tue, 24 Feb 2015 16:48:41 +0100 Goffi browser side (contact list): fixed forgotten profile argument in presence listener frontends_multi_profiles
Tue, 24 Feb 2015 14:40:47 +0100 Goffi browser side: fixed use of profile for listeners frontends_multi_profiles
Mon, 23 Feb 2015 18:47:27 +0100 Goffi merged souliane changes frontends_multi_profiles
Mon, 23 Feb 2015 18:44:57 +0100 Goffi browser side (contact list): Contact list improvments: frontends_multi_profiles
Mon, 23 Feb 2015 18:43:15 +0100 Goffi browser side (contact list): use of c.bool for parameter conversion frontends_multi_profiles
Mon, 23 Feb 2015 18:16:07 +0100 Goffi browser side: contact_list update: frontends_multi_profiles
Mon, 23 Feb 2015 18:14:07 +0100 Goffi browser side (contact list): use EntityToShow to know which contacts must be displayed frontends_multi_profiles
Sun, 22 Feb 2015 21:51:20 +0100 souliane browser_side: fixes various issues frontends_multi_profiles
Fri, 20 Feb 2015 22:05:14 +0100 souliane browser_side: fixes a typo (listerner --> listener) frontends_multi_profiles
Wed, 11 Feb 2015 11:21:27 +0100 souliane browser_side: add/improve some docstrings frontends_multi_profiles
Wed, 11 Feb 2015 11:18:13 +0100 souliane browser_side: add and use method displayWidget to harmonize widget's management in Libervia (not completely done, there are some issues) frontends_multi_profiles
Tue, 10 Feb 2015 20:43:26 +0100 Goffi browser side: fixed jid's public blog menu frontends_multi_profiles
Mon, 09 Feb 2015 21:58:49 +0100 Goffi merges souliane changes frontends_multi_profiles
Mon, 09 Feb 2015 21:56:30 +0100 Goffi browser side (blog, contact list): use of new listener mechanism to update avatar frontends_multi_profiles
Mon, 09 Feb 2015 21:55:16 +0100 Goffi browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author frontends_multi_profiles
Sat, 07 Feb 2015 19:22:45 +0100 souliane browser_side: fixes class JIDList, remove JIDSet and JIDDict which are actually not needed frontends_multi_profiles
Fri, 06 Feb 2015 17:53:01 +0100 souliane browser_side: fixes the contact group manager frontends_multi_profiles
Fri, 06 Feb 2015 19:11:02 +0100 Goffi browser side: border widgets are now visible on drag start + they float right or left in the cell frontends_multi_profiles
Tue, 03 Feb 2015 14:35:47 +0100 Goffi browser side: fixed an error catch in contact_list module (raised error depend on pyama's compilation options) frontends_multi_profiles
Sat, 24 Jan 2015 01:45:39 +0100 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles base src/browser/sat_browser/contact.py@b2d437350dfa