summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Update python bindingXavier Claessens2-0/+15
2008-04-02Update python bindingXavier Claessens7-258/+101
2008-04-02Fix ContactListStore constructor. Fixes bug #522297 (Juan Pizarro).Xavier Claessens1-0/+18
2008-03-16Add python exampleXavier Claessens1-0/+31
2008-03-16Update python bindingXavier Claessens1-6/+0
2008-03-16Remove Presence object, it doesn't exists anymore (Alban Crequy).Xavier Claessens1-1/+0
2008-03-16Update python binding and add a script to make it more automaticXavier Claessens6-1890/+1708
2008-03-11remove _set_topic from binding since it's removed from APIXavier Claessens1-11/+0
2008-03-09Remove useless headerXavier Claessens1-1/+0
2008-03-09Updatre python bindingXavier Claessens4-15/+218
2008-02-26Make use of generated code for using stream engine.Xavier Claessens1-2/+4
2008-02-15Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.Xavier Claessens3-56/+26
2008-02-11Gdk python module is in the Gtk namespace.Xavier Claessens1-1/+1
2008-02-10Update README explaining how update python binding.Xavier Claessens1-13/+1
2008-02-10Change a bit the generic account setting API.Xavier Claessens1-14/+3
2008-02-10Add a generic UI to make easy building UI for protocol specific settings. Por...Xavier Claessens4-82/+107
2008-02-09Update python binding to not add ephy symbolsXavier Claessens3-45/+2
2008-02-08Change new message dialog to new conversation and make possible to do voip call.Xavier Claessens1-2/+2
2008-01-24Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens5-106/+88
2008-01-23Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...Xavier Claessens4-226/+127
2008-01-21Update python binding and docs with recent code moveXavier Claessens4-93/+159
2008-01-20Do not take show_groups in empathy_contact_list_store_newXavier Claessens1-3/+0
2008-01-20Add a property to have or not groups on EmpathyContactListStoreXavier Claessens1-2/+25
2008-01-20Add a features property on EmpathyContactListView to enable/disable each action.Xavier Claessens1-7/+31
2008-01-16Remove not implemented and not used empathy_time_parse_format function.Xavier Claessens1-9/+0
2008-01-16Update python binding for new API.Xavier Claessens4-77/+930
2008-01-15Remove deleted API from python bindingXavier Claessens1-15/+0
2007-12-23Merge branch 'ignore'Xavier Claessens1-0/+2
2007-12-03Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2-16/+0
2007-12-02Conflicts:Xavier Claessens1-9/+0
2007-11-03Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens1-2/+2
2007-09-08Updated for new API.Xavier Claessens2-62/+72
2007-08-30Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens4-500/+417
2007-08-28Make use of AM_PATH_PYTHON to get python variables. Fixes bug #470642Xavier Claessens2-2/+2
2007-08-19Fix build system, make distcheck now works.Xavier Claessens3-3/+12
2007-08-19Add python binding. Fixes bug #457660 (Michael Sheldon).Xavier Claessens9-0/+3801