index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
pyempathygtk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update python bindings
Xavier Claessens
2009-03-18
1
-0
/
+61
*
Updated python bindings.
Jonny Lamb
2009-03-06
1
-0
/
+17
*
Automatically wrap enums in the empathy and empathygtk python bindings
Mike Sheldon
2009-03-03
1
-0
/
+2
*
Update python bindings
Xavier Claessens
2009-02-03
2
-0
/
+119
*
Update python bindings
Sjoerd Simons
2009-02-03
1
-0
/
+17
*
Update python binding
Xavier Claessens
2009-02-03
2
-0
/
+41
*
Allow Empathy to be built from outside the source tree.
Xavier Claessens
2009-02-03
1
-4
/
+7
*
Postprocess so interfaces won't get defined as objects
Sjoerd Simons
2009-02-03
1
-1
/
+1
*
Update python bindings.
Xavier Claessens
2009-01-09
1
-3
/
+2
*
Update empathy_sound_play () to be nicer to use and centralize the list
Xavier Claessens
2009-01-07
1
-3
/
+20
*
Turn empathy_sound_pref_is_enabled into empathy_sound_play that
Xavier Claessens
2009-01-07
1
-3
/
+6
*
Update Python bindings.
Xavier Claessens
2009-01-07
1
-0
/
+5
*
Update python bindings.
Xavier Claessens
2009-01-07
1
-0
/
+8
*
Update python bindings
Xavier Claessens
2008-12-16
2
-217
/
+86
*
Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).
Xavier Claessens
2008-12-02
1
-0
/
+1
*
Update python binding to have EmpathyTpFile API.
Xavier Claessens
2008-11-30
1
-0
/
+30
*
prevent problem with multiple definition of the same symbol. Fixes bug #55837...
Xavier Claessens
2008-11-28
1
-0
/
+2
*
Update python bindings
Xavier Claessens
2008-09-09
1
-699
/
+706
*
added check for pygtk-codegen-2.0 and pygobject-codegen-2.0 as the latter
Frederic Peters
2008-08-25
1
-1
/
+1
*
Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)
Jonny Lamb
2008-07-15
2
-14
/
+0
*
Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ...
Jonny Lamb
2008-07-04
1
-0
/
+1
*
Use empathy.foo() instead of empathy_foo() for functions binding
Xavier Claessens
2008-06-10
1
-94
/
+95
*
Make use of tp-glib debug system.
Xavier Claessens
2008-05-01
1
-4
/
+4
*
Create contact menu in empathy-contact-menu.h
Xavier Claessens
2008-04-25
1
-47
/
+69
*
Update python binding
Xavier Claessens
2008-04-20
1
-9
/
+25
*
Empathy should not require python-config. Fixes bug #525562 (Frederic Peters).
Xavier Claessens
2008-04-09
1
-2
/
+1
*
Update python binding
Xavier Claessens
2008-04-02
1
-0
/
+9
*
Update python binding
Xavier Claessens
2008-04-02
2
-179
/
+60
*
Update python binding
Xavier Claessens
2008-03-16
1
-6
/
+0
*
Remove Presence object, it doesn't exists anymore (Alban Crequy).
Xavier Claessens
2008-03-16
1
-1
/
+0
*
Update python binding and add a script to make it more automatic
Xavier Claessens
2008-03-16
2
-876
/
+636
*
Remove useless header
Xavier Claessens
2008-03-09
1
-1
/
+0
*
Updatre python binding
Xavier Claessens
2008-03-09
2
-11
/
+58
*
Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.
Xavier Claessens
2008-02-15
1
-2
/
+3
*
Gdk python module is in the Gtk namespace.
Xavier Claessens
2008-02-11
1
-1
/
+1
*
Change a bit the generic account setting API.
Xavier Claessens
2008-02-11
1
-14
/
+3
*
Add a generic UI to make easy building UI for protocol specific settings. Por...
Xavier Claessens
2008-02-11
2
-22
/
+41
*
Update python binding to not add ephy symbols
Xavier Claessens
2008-02-10
2
-45
/
+0
*
Remove EmpathyPresence object and have "presence" and "presence-message" prop...
Xavier Claessens
2008-01-25
1
-9
/
+10
*
Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...
Xavier Claessens
2008-01-23
2
-33
/
+127
*
Update python binding and docs with recent code move
Xavier Claessens
2008-01-21
2
-93
/
+0
*
Do not take show_groups in empathy_contact_list_store_new
Xavier Claessens
2008-01-21
1
-3
/
+0
*
Add a property to have or not groups on EmpathyContactListStore
Xavier Claessens
2008-01-21
1
-2
/
+25
*
Add a features property on EmpathyContactListView to enable/disable each action.
Xavier Claessens
2008-01-21
1
-7
/
+31
*
Update python binding for new API.
Xavier Claessens
2008-01-16
2
-52
/
+485
*
Remove deleted API from python binding
Xavier Claessens
2008-01-16
1
-15
/
+0
*
Cleanup chat objects API and request a new Text channel if account gets
Xavier Claessens
2007-12-03
1
-8
/
+0
*
Updated for new API.
Xavier Claessens
2007-09-08
2
-62
/
+72
*
Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...
Xavier Claessens
2007-08-31
1
-38
/
+13
*
Make use of AM_PATH_PYTHON to get python variables. Fixes bug #470642
Xavier Claessens
2007-08-29
1
-1
/
+1
*
Fix build system, make distcheck now works.
Xavier Claessens
2007-08-20
1
-1
/
+6
*
Add python binding. Fixes bug #457660 (Michael Sheldon).
Xavier Claessens
2007-08-20
4
-0
/
+1837