Mercurial > libervia-backend
comparison frontends/src/primitivus/constants.py @ 803:f100fd8d279f
core, frontends: implementation of AdvancedListContainer first draft + misc:
/!\ Urwid SàText must be updated as the new TableContainer is used /!\
- fixed button value in paramsXML2XMLUI
- new Urwid SàText TabContainer is used in Primitivus for PairsContainer and AdvancedListContainer
- fixed in core's XMLUI AdvanceListContainer
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Feb 2014 18:19:29 +0100 |
parents | 6246eb6d64a0 |
children | 1fe00f0c9a91 |
comparison
equal
deleted
inserted
replaced
802:9007bb133009 | 803:f100fd8d279f |
---|---|
67 ('show_dnd_focus', 'dark red, bold', 'default'), | 67 ('show_dnd_focus', 'dark red, bold', 'default'), |
68 ('show_xa', 'dark red', 'default'), | 68 ('show_xa', 'dark red', 'default'), |
69 ('show_xa_focus', 'dark red, bold', 'default'), | 69 ('show_xa_focus', 'dark red, bold', 'default'), |
70 ('status', 'yellow', 'default'), | 70 ('status', 'yellow', 'default'), |
71 ('status_focus', 'yellow, bold', 'default'), | 71 ('status_focus', 'yellow, bold', 'default'), |
72 ('param_selected','default, bold', 'dark red'), | |
73 ('table_selected','default, bold', 'default'), | |
72 ] | 74 ] |
73 PRESENCE = {"unavailable": (u'⨯', "show_disconnected"), | 75 PRESENCE = {"unavailable": (u'⨯', "show_disconnected"), |
74 "": (u'✔', "show_normal"), | 76 "": (u'✔', "show_normal"), |
75 "chat": (u'✆', "show_chat"), | 77 "chat": (u'✆', "show_chat"), |
76 "away": (u'✈', "show_away"), | 78 "away": (u'✈', "show_away"), |