log frontends/src/quick_frontend/quick_app.py @ 2442:b8ffb7f8056b

age author description
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-02-26 Goffi core, frontends: various fixes for Libervia:
2017-02-06 Goffi core, bridge, frontends: renamed asyncConnect to connect, and added options parameters (not used yet)
2017-02-05 Goffi quick app: check type in notify
2017-02-01 Goffi plugin otr: various improvments:
2017-01-26 Goffi core (menus): improvments:
2017-01-15 Goffi plugin XEP-0054, quick frontend(app): various improvments:
2016-12-22 Goffi quick frontend (quick app): added progressFinished and progressError listeners
2016-12-20 Goffi quick frontend (quick app): fixed use of profile_manager.connected
2016-12-18 Goffi quick_frontend(QuickApp): added onBridgeConnected method
2016-12-13 Goffi bridge, quick_frontend: preparation for async bridge
2016-12-04 Goffi core, quick_frontends: android compatibility hacks:
2016-10-03 Goffi bridge (D-Bus): bad design fixes:
2016-09-09 Goffi quich frontend, primivius (chat): better avatar handling:
2016-09-09 Goffi plugin XEP-0045, quick frontend (app,chat): various chat improvments:
2016-09-09 Goffi quick frontend (contat list/cache): workaround for avatar issue in MUC. Need to be reworked properly in the future (TODO)
2016-09-09 Goffi quick app(app): call entityDataUpdateHandler on profile plug instead of setCache directly
2016-08-28 Goffi quick frontend(QuickApp): added getDefaultAvatar method:
2016-08-28 Goffi core, bridge, frontends: removed deprecated bridge method askConfirmation, confirmationAnswer, actionResult, actionResultExt and getWaitingConf
2016-08-28 Goffi quick frontend (app): avatar filename is not requested anymore if value is empty
2016-08-21 Goffi quick frontend (quick_app): fixed user_action from action coming from backend
2016-08-21 Goffi quick frontend (chat): fixed messageNew signal dispatching when several widgets are handling the target
2016-08-21 Goffi frontends (xmlui): added a user_action attribute:
2016-08-10 Goffi quick frontend (app): fixed regression in groups handling
2016-08-08 Goffi quick frontend (QuickApp): unicode string fix
2016-08-02 Goffi quick frontends, primitivus: messageState signal handling
2016-07-24 Goffi quick_frontend, primitivus: better notifications handling
2016-07-17 Goffi primitivus, quick_frontends: show global notifications counter in contact_list + method to get these notifications in QuickApp
2016-07-17 Goffi plugin XEP-0085, quick_frontends, primitivus: chat states are working again
2016-06-27 Goffi quick_frontend, primitivus: notifications refactoring
2016-06-27 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-18 Goffi quick app (contact list): when a new profile is plugged, updates are locked until the end of the process, this avoid many useless refreshes
2016-04-18 Goffi quick frontend, primitivus: quickContactList refactored to handle several profiles at once
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-26 Goffi quick frontend (QuickApp): added ui_show_cb in actionManager, so frontend can handle the display of the XMLUI itself
2016-01-12 souliane quick_frontend, primitivus: mechanism to signal a new message reception when the window is hidden (even if the message is actually displayed):
2016-01-03 Goffi copyright update
2015-11-24 souliane quick_frontend, primitivus: display the number of alerts for each contact and not only a symbol (*)
2015-11-23 Goffi quick_frontend: getFeatures is called on profile plug, and saved in host.features
2015-11-20 Goffi primitivus: fixed progress panel
2015-11-20 Goffi quick frontend: added progressIdHandler to managed progress id on action result + ignore meta_* action results
2015-11-14 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
2015-11-11 Goffi Primitivus: better popups handling:
2015-09-10 souliane plugin XEP-0277, quick_frontend: rename mbGetLast to mbGet and add it the parameter "item_ids"
2015-08-25 Goffi frontends: callback are now always used in QuickApp launchAction (before it was only used if validated is present):
2015-08-20 Goffi QuickFrontend: removed old watched stuff as a new plugin now manages it properly
2015-08-18 Goffi quick_frontend, primitivus: handling of actionNew signal
2015-08-15 Goffi quick_frontend (constants, quick_app, quick_contact_list): blogging refactoring (not finished):
2015-07-20 souliane quick_frontend: display over whole alerts counter
2015-07-13 souliane quick_frontend: add a couple of TODOs
2015-06-10 souliane bridge, quick_frontend: the JID that is assigned by the server can differ from the one we asked for (resource)
2015-05-22 Goffi quick_frontend (quick_app): properly fixed roster loss:
2015-04-20 souliane quick_frontend: ask for the roster in connectedHandler instead of in ProfileManager, because we need it also when reconnecting after a disconnection whithout restarting the frontend
2015-04-20 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-04-01 souliane quick_frontend (contact_list): rename QuickContactList.remove to QuickContactList.removeContact + remove the contact from _roster attribute (and not only from _cache)
2015-03-30 Goffi 2015 copyright dates update
2015-03-25 souliane quick_frontend: fixes personalEventHandler signature