comparison 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
comparison
equal deleted inserted replaced
659:8e7d4de56e75 660:267761bf7f08
35 ('General', C.SHOW_EMPTY_GROUPS), 35 ('General', C.SHOW_EMPTY_GROUPS),
36 ] 36 ]
37 37
38 WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org" 38 WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org"
39 WEB_PANEL_SCHEMES = {'http', 'https', 'ftp', 'file'} 39 WEB_PANEL_SCHEMES = {'http', 'https', 'ftp', 'file'}
40
41 CONTACT_DEFAULT_DISPLAY=('bare', 'nick')