diff src/browser/sat_browser/constants.py @ 660:267761bf7f08 frontends_multi_profiles

browser side (contact list): ContactPanels is used instead of OccupantsList in MUC: - ContactPanels become the generic class for all lists of contacts - OccupantsList will be removed - need to implements specials icons (e.g. for games) in ContactBox - ContactBox now manage a display arguments to set which data we want to display - ContactsPanel.display renamed to setList - ContactBox style can be changed when instaciating parent ContactsPanel - muc_contact CSS class is used for list of MUC occupants Not fully functionnal yet
author Goffi <goffi@goffi.org>
date Fri, 27 Feb 2015 22:53:27 +0100
parents 5983d6be4f07
children 9877607c719a
line wrap: on
line diff
--- a/src/browser/sat_browser/constants.py	Fri Feb 27 16:05:28 2015 +0100
+++ b/src/browser/sat_browser/constants.py	Fri Feb 27 22:53:27 2015 +0100
@@ -37,3 +37,5 @@
 
     WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org"
     WEB_PANEL_SCHEMES = {'http', 'https', 'ftp', 'file'}
+
+    CONTACT_DEFAULT_DISPLAY=('bare', 'nick')