Mercurial > libervia-backend
comparison frontends/src/primitivus/constants.py @ 1367:f71a0fc26886
merged branch frontends_multi_profiles
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 18 Mar 2015 10:52:28 +0100 |
parents | e3a9ea76de35 |
children | 069ad98b360d |
comparison
equal
deleted
inserted
replaced
1295:1e3b1f9ad6e2 | 1367:f71a0fc26886 |
---|---|
66 ('show_away_focus', 'brown, bold', 'default'), | 66 ('show_away_focus', 'brown, bold', 'default'), |
67 ('show_dnd', 'dark red', 'default'), | 67 ('show_dnd', 'dark red', 'default'), |
68 ('show_dnd_focus', 'dark red, bold', 'default'), | 68 ('show_dnd_focus', 'dark red, bold', 'default'), |
69 ('show_xa', 'dark red', 'default'), | 69 ('show_xa', 'dark red', 'default'), |
70 ('show_xa_focus', 'dark red, bold', 'default'), | 70 ('show_xa_focus', 'dark red, bold', 'default'), |
71 ('resource', 'light blue', 'default'), | |
72 ('resource_main', 'dark blue', 'default'), | |
71 ('status', 'yellow', 'default'), | 73 ('status', 'yellow', 'default'), |
72 ('status_focus', 'yellow, bold', 'default'), | 74 ('status_focus', 'yellow, bold', 'default'), |
73 ('param_selected','default, bold', 'dark red'), | 75 ('param_selected','default, bold', 'dark red'), |
74 ('table_selected','default, bold', 'default'), | 76 ('table_selected','default, bold', 'default'), |
75 ] | 77 ] |
83 LOG_OPT_SECTION = APP_NAME.lower() | 85 LOG_OPT_SECTION = APP_NAME.lower() |
84 LOG_OPT_OUTPUT = ('output', constants.Const.LOG_OPT_OUTPUT_SEP + constants.Const.LOG_OPT_OUTPUT_MEMORY) | 86 LOG_OPT_OUTPUT = ('output', constants.Const.LOG_OPT_OUTPUT_SEP + constants.Const.LOG_OPT_OUTPUT_MEMORY) |
85 | 87 |
86 CONFIG_SECTION = APP_NAME.lower() | 88 CONFIG_SECTION = APP_NAME.lower() |
87 CONFIG_OPT_KEY_PREFIX = "KEY_" | 89 CONFIG_OPT_KEY_PREFIX = "KEY_" |
90 | |
91 MENU_ID_MAIN = "MAIN_MENU" | |
92 MENU_ID_WIDGET = "WIDGET_MENU" | |
93 | |
94 MODE_NORMAL = 'NORMAL' | |
95 MODE_INSERTION = 'INSERTION' | |
96 MODE_COMMAND = 'COMMAND' | |
97 | |
98 GROUP_DATA_FOLDED = 'folded' | |
99 | |
100 # contacts and contact list | |
101 ALERT_HEADER='(*) ' |