Mercurial > libervia-backend
log
age | author | description |
---|---|---|
Tue, 18 Aug 2015 09:01:18 +0200 | Goffi | core: moved __version__ to __init__.py, so we can check version by doing "import sat;print(sat.__version__)" |
Tue, 18 Aug 2015 09:01:18 +0200 | Goffi | core: removed sat_id which is not used anywhere, uuid do the job better |
Tue, 18 Aug 2015 09:01:18 +0200 | Goffi | quick_frontend, primitivus: handling of actionNew signal |
Tue, 18 Aug 2015 09:01:18 +0200 | Goffi | core, bridge: new signal actionNew to launch an action from the backend (e.g. display a dialog message): |
Tue, 18 Aug 2015 09:01:18 +0200 | Goffi | plugin XEP-0045: added disco announce |
Tue, 18 Aug 2015 09:01:18 +0200 | Goffi | plugin XEP-0059: fixed bad disco handling |
Thu, 20 Aug 2015 10:22:46 +0200 | souliane | setup: wx is not more a dependency since wix has been deprecated |