log frontends/src/constants.py @ 1301:afc57b34c0a3 frontends_multi_profiles

age author description
2015-02-06 Goffi Quick Frontend (quick_widgets): added on_existing_widget in getOrCreateWidget (see docstring for more infos) + use of constants frontends_multi_profiles
2015-01-24 souliane remove remaining references to Wix frontends_multi_profiles
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-08-23 souliane primitivus: change behavior of commands ":presence" and ":status" :
2014-08-13 Goffi frontends: XMLUI refactoring + dialogs:
2014-06-25 Goffi core, frontends (menus): MENU_ROOM and MENU_SINGLE are now managed
2014-05-29 souliane frontends: fixes bug with private message introduced with revision 1000 (6f1e03068b5f) + display messages from contacts not in roster
2014-04-01 souliane core, frontends (constants): frontends Const inheritates from core Const
2014-03-21 Goffi core (memory): moved Params in its own module + introduced a new core/constants module, and moved some constants there
2014-03-17 souliane primitivus: display chat states (with symbols) for MUC participants
2014-03-10 souliane frontends: added SYNTAX_TEXT in the constants
2014-02-04 Goffi dates update
2014-02-04 Goffi core, frontends: XMLUI refactoring:
2013-12-27 souliane core, bridge: new method paramsRegisterApp to register frontend's specific parameters
2013-12-29 Goffi core: dynamics menus refactoring:
2013-12-29 Goffi core: i18n refactoring:
2013-12-24 Goffi core, frontends: callMenu is now async and don't use callback_id anymore
2013-12-09 souliane plugins text-syntaxes: added a default value to use the current user syntax in convert
2013-11-25 souliane frontends: set and retrieve your own presence and status
2013-11-23 souliane frontends: define the constants with classes and inheritance instance of using __builtin__