| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | xclaesse | 2008-04-02 | 4 | -64/+148 |
* | Fix leaks in finalize | xclaesse | 2008-04-02 | 1 | -0/+7 |
* | Unify EmpathyTpChatroom and EmpathyTpChat. | xclaesse | 2008-04-02 | 5 | -385/+131 |
* | Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766. | xclaesse | 2008-03-26 | 1 | -9/+9 |
* | Disconnect invalidated signal from stream-engine when media channel is closed... | xclaesse | 2008-03-23 | 1 | -12/+20 |
* | Fix some coding style | xclaesse | 2008-03-23 | 1 | -14/+14 |
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and... | xclaesse | 2008-03-17 | 2 | -1/+21 |
* | Remove previous hack, it was stupid, we have a param to increase dbus timeout... | xclaesse | 2008-03-17 | 1 | -29/+8 |
* | Keep the 0 in the end of the array when duping it | xclaesse | 2008-03-17 | 1 | -1/+1 |
* | Make sure the dup_handles array is ended by 0. | xclaesse | 2008-03-17 | 1 | -1/+3 |
* | Retry requesting aliases if it fails, it can happen if there is too many alia... | xclaesse | 2008-03-16 | 2 | -4/+26 |
* | Wait for the factory to be ready before getting members | xclaesse | 2008-03-14 | 1 | -19/+47 |
* | Emit notify::ready signals | xclaesse | 2008-03-14 | 1 | -0/+3 |
* | Add a ready property on EmpathyTpContactFactory | xclaesse | 2008-03-14 | 4 | -11/+34 |
* | Make use of tp-glib helpers func for GValue | xclaesse | 2008-03-11 | 1 | -6/+3 |
* | Remove useless libtelepathy headers | xclaesse | 2008-03-11 | 11 | -11/+9 |
* | Connect to PropertyFlagsChanged | xclaesse | 2008-03-11 | 1 | -0/+40 |
* | Check if property is writable before setting it. Fix leaks | xclaesse | 2008-03-11 | 1 | -0/+7 |
* | Implement _set_property | xclaesse | 2008-03-11 | 2 | -1/+42 |
* | Fix usage of property iface and make use of it to get chatroom topic. | xclaesse | 2008-03-11 | 1 | -18/+15 |
* | Display GError's message when a call fails. | xclaesse | 2008-03-11 | 1 | -0/+18 |
* | Fix some warnings when getting properties | xclaesse | 2008-03-11 | 1 | -8/+21 |
* | Add back "tp-chan" property, still used to inspect the channel handle. | xclaesse | 2008-03-11 | 2 | -9/+23 |
* | Continue property stuff | xclaesse | 2008-03-11 | 2 | -4/+84 |
* | Do not close the channel if the channel is invalidated | xclaesse | 2008-03-11 | 1 | -1/+1 |
* | Prepare a new API for chat properties | xclaesse | 2008-03-11 | 3 | -107/+160 |
* | Fix coding style | xclaesse | 2008-03-11 | 1 | -2/+2 |
* | Remove unused priv->factory | xclaesse | 2008-03-11 | 1 | -8/+4 |
* | Queue received messages until the sender got his alias. | xclaesse | 2008-03-11 | 3 | -31/+48 |
* | Refactor EmpathyTpChat to use tp-glib client code | xclaesse | 2008-03-11 | 2 | -456/+173 |
* | Don't wait for connection-ready if it was already ready. | xclaesse | 2008-03-11 | 1 | -3/+11 |
* | Improve a bit the test and fix empathy_contact_run_until, data.ready was not ... | xclaesse | 2008-03-11 | 1 | -1/+2 |
* | Make sure we don't expect contact id and handle to be directly ready. Add som... | xclaesse | 2008-03-11 | 6 | -88/+69 |
* | Simplify tp_group_get_contact. | xclaesse | 2008-03-11 | 1 | -1/+1 |
* | Add debug messages in _run_until_ready | xclaesse | 2008-03-11 | 1 | -0/+5 |
* | Keep EmpathyContact object instead of the self handle, avoid using the connec... | xclaesse | 2008-03-11 | 1 | -98/+141 |
* | simplify empathy_call_with_contact_id using empathy_contact_run_until_ready | xclaesse | 2008-03-11 | 1 | -25/+5 |
* | Add empathy_contact_run_until_ready() | xclaesse | 2008-03-11 | 2 | -2/+81 |
* | Ready property on EmpathyContact is not a boolean but flags for each property. | xclaesse | 2008-03-11 | 2 | -10/+19 |
* | Add a ready property on EmpathyContact and make use of tp_strdiff. | xclaesse | 2008-03-11 | 2 | -13/+33 |
* | Lazy init of contact hash. | xclaesse | 2008-03-11 | 1 | -4/+5 |
* | If we set contact's id and name is still empty, emit notify::name. | xclaesse | 2008-03-11 | 1 | -0/+3 |
* | Make InspectHandles call async | xclaesse | 2008-03-11 | 1 | -26/+41 |
* | Set self handle to 0 when connection is invalidated | xclaesse | 2008-03-11 | 1 | -2/+1 |
* | Use new api | xclaesse | 2008-03-11 | 2 | -383/+305 |
* | Do not use a global variable but a field in the call. Use a boolean since we ... | xclaesse | 2008-03-11 | 1 | -9/+9 |
* | Fix: do not close the call channel if stream-engine is not yet started (Alban... | xclaesse | 2008-03-11 | 1 | -1/+13 |
* | Queue received messages until the sender got his alias. | xclaesse | 2008-03-09 | 3 | -73/+149 |
* | Reorder functions to avoid having to declare them in the begining | xclaesse | 2008-03-09 | 1 | -471/+421 |
* | Allow underscores in URLs. Fixes bug #505616 (Marco Barisione). | xclaesse | 2008-03-08 | 1 | -1/+1 |
* | Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy). | xclaesse | 2008-03-05 | 1 | -8/+8 |
* | Fix call when then stream is created with a 'Bidirectional' direction (Alban ... | xclaesse | 2008-03-05 | 1 | -0/+13 |
* | Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilities | xclaesse | 2008-03-05 | 1 | -0/+1 |
* | Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead. | xclaesse | 2008-03-04 | 1 | -1/+2 |
* | Update collabora copyright to 2008 | xclaesse | 2008-03-03 | 19 | -19/+19 |
* | Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy). | xclaesse | 2008-03-02 | 1 | -1/+2 |
* | Add missing include of tp-conn.h | xclaesse | 2008-03-02 | 1 | -0/+1 |
* | Add filter for incoming calls so the status icon blink instead of popup direc... | xclaesse | 2008-02-27 | 2 | -0/+13 |
* | Cancel name owner watch when the call is finalized | xclaesse | 2008-02-26 | 1 | -0/+7 |
* | Watch name owner changes to know when s-e falls off the bus. | xclaesse | 2008-02-26 | 1 | -1/+24 |
* | Avoid calling Close() on the media channel if it's already closed. | xclaesse | 2008-02-26 | 1 | -0/+5 |
* | Close the channel if se proxy is invalidated and do not change status to clos... | xclaesse | 2008-02-26 | 1 | -8/+1 |
* | Change status to closed if stream engine dies or if a call fails. | xclaesse | 2008-02-26 | 1 | -1/+24 |
* | unref stream-engine proxy when TpCall is finalized | xclaesse | 2008-02-26 | 1 | -2/+3 |
* | It's now safe to call emp_cli_init multiple times. Move that call to empathy_... | xclaesse | 2008-02-26 | 1 | -0/+2 |
* | Make use of generated code for using stream engine. | xclaesse | 2008-02-26 | 4 | -157/+75 |
* | Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la. | xclaesse | 2008-02-26 | 1 | -0/+2 |
* | Do not load avatar from cache if token is empty. Fixes bug #517098. | xclaesse | 2008-02-18 | 1 | -1/+1 |
* | Merge commit 'bari/marshalList' | xclaesse | 2008-02-18 | 1 | -1/+1 |
|\ |
|
| * | Use POSIX character classes instead of ranges with sed | Marco Barisione | 2008-02-12 | 1 | -1/+1 |
| * | Allow digits in type names when generating the marshallers | Marco Barisione | 2008-02-12 | 1 | -1/+1 |
* | | Merge commit 'cassidy/irc' | xclaesse | 2008-02-18 | 9 | -4/+2204 |
|\ \ |
|
| * | | rename empathy_irc_network_add_server to empathy_irc_network_append_server | Guillaume Desmottes | 2008-02-18 | 3 | -5/+5 |
| * | | FreeNode port is 6667 | Guillaume Desmottes | 2008-02-18 | 1 | -1/+1 |
| * | | use g_timeout_add instead of g_timeout_add_seconds | Guillaume Desmottes | 2008-02-18 | 1 | -3/+3 |
| * | | save when adding/removing networks | Guillaume Desmottes | 2008-02-17 | 1 | -0/+6 |
| * | | create irc-networks.xml using networks from xchat | Guillaume Desmottes | 2008-02-17 | 1 | -13/+532 |
| * | | document EmpathyIrcNetworkManager | Guillaume Desmottes | 2008-02-17 | 2 | -7/+52 |
| * | | fix typo in doc | Guillaume Desmottes | 2008-02-17 | 1 | -4/+4 |
| * | | document methods of EmpathyIrcNetwork | Guillaume Desmottes | 2008-02-17 | 2 | -2/+50 |
| * | | use %TRUE in doc | Guillaume Desmottes | 2008-02-17 | 1 | -2/+2 |
| * | | document empathy_irc_network_new | Guillaume Desmottes | 2008-02-17 | 1 | -0/+8 |
| * | | document EmpathyIrcServer | Guillaume Desmottes | 2008-02-17 | 1 | -0/+17 |
| * | | Merge commit 'origin/master' into irc | Guillaume Desmottes | 2008-02-17 | 6 | -585/+960 |
| |\ \ |
|
| * | | | we don't have to explicitely call g_object_notify when setting a property | Guillaume Desmottes | 2008-02-17 | 1 | -2/+0 |
| * | | | coding style tweaks | Guillaume Desmottes | 2008-02-17 | 3 | -18/+15 |
| * | | | remove empathy_irc_network_manager_store as saving is now automatic | Guillaume Desmottes | 2008-02-16 | 2 | -11/+0 |
| * | | | automatically save networks when they are modified | Guillaume Desmottes | 2008-02-16 | 1 | -4/+66 |
| * | | | display a message if the dropped attribute is used in a global file | Guillaume Desmottes | 2008-02-16 | 1 | -0/+6 |
| * | | | no need to check if the id attribute is present, that's the job of the DTD now | Guillaume Desmottes | 2008-02-16 | 1 | -3/+0 |
| * | | | empathy-irc-network-manager: emit notify when changing properties | Guillaume Desmottes | 2008-02-16 | 1 | -0/+2 |
| * | | | don't use the network name to generate new network id | Guillaume Desmottes | 2008-02-16 | 1 | -11/+9 |
| * | | | validate XML files using DTD | Guillaume Desmottes | 2008-02-16 | 1 | -3/+2 |
| * | | | install empathy-irc-networks.dtd | Guillaume Desmottes | 2008-02-16 | 2 | -1/+20 |
| * | | | remove old commented code | Guillaume Desmottes | 2008-02-12 | 1 | -9/+3 |
| * | | | empathy_irc_network_add_server: complain if the server is already in the list | Guillaume Desmottes | 2008-02-12 | 1 | -0/+2 |
| * | | | coding style tweak | Guillaume Desmottes | 2008-02-12 | 1 | -4/+2 |
| * | | | Use glib marshalers instead of generating new onces. | Xavier Claessens | 2008-02-11 | 2 | -2/+2 |
| * | | | Merge branch 'master' into ircGeneric | Xavier Claessens | 2008-02-11 | 10 | -82/+58 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | read/write charset from/to XML | Guillaume Desmottes | 2008-02-08 | 1 | -2/+16 |
| * | | | fix charset leak | Guillaume Desmottes | 2008-02-08 | 1 | -0/+1 |
| * | | | add "charset" property to EmpathyIrcNetwork | Guillaume Desmottes | 2008-02-08 | 1 | -0/+25 |
| * | | | Install irc-networks.xml | Guillaume Desmottes | 2008-02-04 | 1 | -1/+6 |
| * | | | move irc-networks.xml to libempathy | Guillaume Desmottes | 2008-02-04 | 1 | -0/+24 |
| * | | | empathy_irc_network_manager_find_network_by_address: don't return a dropped n... | Guillaume Desmottes | 2008-02-03 | 1 | -0/+3 |
| * | | | irc-network-manager: fix a bug when writing user XML file | Guillaume Desmottes | 2008-02-03 | 1 | -1/+2 |
| * | | | IRC widget: get charset param | Guillaume Desmottes | 2008-02-02 | 1 | -2/+2 |
| * | | | add empathy_irc_network_manager_find_network_by_address | Guillaume Desmottes | 2008-02-02 | 2 | -0/+46 |
| * | | | fix copyright and relicense IRC files to LGPL | Guillaume Desmottes | 2008-01-25 | 5 | -55/+54 |
| * | | | Merge branch 'master' into irc | Guillaume Desmottes | 2008-01-25 | 22 | -980/+1057 |
| |\ \ \ |
|
| * | | | | write dropped server to user's XML | Guillaume Desmottes | 2008-01-24 | 3 | -16/+24 |
| * | | | | only write to XML network loaded from the user file or which was modified | Guillaume Desmottes | 2008-01-24 | 2 | -6/+25 |
| * | | | | no need to create a temporary string when writing ssl attribute | Guillaume Desmottes | 2008-01-20 | 1 | -3/+1 |
| * | | | | start to implement network XML file save | Guillaume Desmottes | 2008-01-20 | 1 | -1/+81 |
| * | | | | ignore IRC network having the dropped attribute | Guillaume Desmottes | 2008-01-20 | 1 | -0/+10 |
| * | | | | parse user networks file | Guillaume Desmottes | 2008-01-20 | 1 | -1/+20 |
| * | | | | implement empathy_irc_network_manager_remove | Guillaume Desmottes | 2008-01-20 | 1 | -11/+12 |
| * | | | | properly implement empathy_irc_network_manager_add | Guillaume Desmottes | 2008-01-09 | 2 | -25/+28 |
| * | | | | remove id property from EmpathyIrcNetwork | Guillaume Desmottes | 2008-01-09 | 3 | -30/+5 |
| * | | | | empathy-irc-network-manager: use a hash table to store networks | Guillaume Desmottes | 2008-01-09 | 2 | -14/+36 |
| * | | | | empathy-irc-network-manager: add a constructor | Guillaume Desmottes | 2008-01-09 | 1 | -5/+27 |
| * | | | | Change parsing code to fit new XML format | Guillaume Desmottes | 2008-01-08 | 2 | -45/+22 |
| * | | | | empathy-irc-network-manager: parse the global network file | Guillaume Desmottes | 2008-01-08 | 1 | -39/+22 |
| * | | | | empathy-irc-network-manager: take 2 file paths as constructor argument | Guillaume Desmottes | 2008-01-08 | 2 | -19/+44 |
| * | | | | empathy-irc-network: emit the modified signal when we call empathy_irc_networ... | Guillaume Desmottes | 2008-01-07 | 1 | -0/+2 |
| * | | | | empathy-irc-network: add empathy_irc_network_set_server_position | Guillaume Desmottes | 2008-01-07 | 2 | -0/+24 |
| * | | | | emit the modified signal when a server is modified | Guillaume Desmottes | 2008-01-07 | 1 | -1/+20 |
| * | | | | add empathy_irc_network_remove_server | Guillaume Desmottes | 2008-01-07 | 2 | -0/+24 |
| * | | | | empathy-irc-network: be sure we own a ref on each EmpathyIrcServer | Guillaume Desmottes | 2008-01-07 | 1 | -1/+14 |
| * | | | | empathy-irc-network: empathy_irc_network_get_servers returns a list of refed ... | Guillaume Desmottes | 2008-01-07 | 2 | -3/+9 |
| * | | | | irc-network: add the modified signal | Guillaume Desmottes | 2008-01-06 | 1 | -2/+27 |
| * | | | | empathy-irc-network: the nework's name don't have to be construct only. Set N... | Guillaume Desmottes | 2008-01-06 | 1 | -3/+2 |
| * | | | | empathy-irc-server.c: port can't be 0 | Guillaume Desmottes | 2008-01-06 | 1 | -1/+1 |
| * | | | | empathy-irc-server.c: set NULL as default address | Guillaume Desmottes | 2008-01-06 | 1 | -1/+1 |
| * | | | | empathy-irc-server.c: add the modified signal | Guillaume Desmottes | 2008-01-06 | 1 | -4/+37 |
| * | | | | Revert "empathy-irc-server: emit "notify" signal when properties are changed" | Guillaume Desmottes | 2008-01-06 | 1 | -18/+4 |
| * | | | | empathy-irc-server.c: properties don't have to be construct only | Guillaume Desmottes | 2008-01-06 | 1 | -3/+0 |
| * | | | | empathy-irc-server: emit "notify" signal when properties are changed | Guillaume Desmottes | 2008-01-06 | 1 | -4/+18 |
| * | | | | Merge branch 'irc' of git+ssh://projects.collabora.co.uk/home/cassidy/public_... | Guillaume Desmottes | 2008-01-06 | 8 | -0/+144 |
| |\ \ \ \ |
|
| * | | | | | update build system according new location of IRC objects | Guillaume Desmottes | 2008-01-06 | 1 | -1/+7 |
| * | | | | | move empathy-irc-network-manager, empathy-irc-network and empathy-irc-server ... | Guillaume Desmottes | 2008-01-06 | 6 | -0/+1088 |
* | | | | | | EmpathyContact: Set G_PARAM_CONSTRUCT on the capabilities property. (Sjoerd) | xclaesse | 2008-02-18 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Remove unused PROP_SUBSCRIPTION | xclaesse | 2008-02-16 | 1 | -1/+0 |
* | | | | | Removed unused PROP_GROUPS | xclaesse | 2008-02-16 | 1 | -1/+0 |
* | | | | | Cleanup code from previous merge | xclaesse | 2008-02-16 | 3 | -15/+14 |
* | | | | | Merge commit 'sjoerd/master' | xclaesse | 2008-02-16 | 4 | -4/+33 |
|\ \ \ \ \ |
|
| * | | | | | If the capabilities of a contact are still unknown, wait untill they're retri... | Sjoerd Simons | 2008-02-16 | 1 | -1/+23 |
| * | | | | | Add a EMPATHY_CAPABILITIES_UNKNOWN_FLAG to signal the capabilities haven't be... | Sjoerd Simons | 2008-02-16 | 3 | -3/+10 |
* | | | | | | Simplifies empathy_call_with_contact_id. | xclaesse | 2008-02-16 | 1 | -20/+11 |
* | | | | | | Merge commit 'sjoerd/master' | xclaesse | 2008-02-16 | 2 | -8/+49 |
|\| | | | | |
|
| * | | | | | empathy-tp-call: _ref the connection, channel and contact properties if set. ... | Sjoerd Simons | 2008-02-16 | 1 | -5/+14 |
| * | | | | | Merge branch 'master' of git://git.collabora.co.uk/git/empathy | Sjoerd Simons | 2008-02-16 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| * | | | | | | Make empathy_call_with_contact_id wait untill the handle for the contact is | Sjoerd Simons | 2008-02-16 | 1 | -3/+35 |
* | | | | | | | Add self contact to the group iface of media channel. | xclaesse | 2008-02-16 | 1 | -8/+15 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | If there is an error when listing streams, return for the func to avoid crash... | xclaesse | 2008-02-15 | 1 | -0/+1 |
|/ / / / / |
|
* | | | / | Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens. | xclaesse | 2008-02-15 | 3 | -582/+891 |
| |_|_|/
|/| | | |
|
* | | | | EmpathyTpContactFactory: If the presence dict doesn't contain a presence-mess... | xclaesse | 2008-02-10 | 1 | -0/+2 |
* | | | | Generate marshal.list thanks to gabble black magic. | xclaesse | 2008-02-10 | 2 | -15/+12 |
* | | | | Do not export symbols outside the empathy_ namespace. | xclaesse | 2008-02-10 | 6 | -18/+19 |
* | | | | Change new message dialog to new conversation and make possible to do voip call. | xclaesse | 2008-02-09 | 2 | -49/+25 |
| |_|/
|/| | |
|
* | | | Remove EmpathyPresence object and have "presence" and "presence-message" prop... | xclaesse | 2008-01-25 | 11 | -492/+166 |
* | | | Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco... | xclaesse | 2008-01-23 | 3 | -461/+0 |
* | | | Try to load dtd and glade files from the srcdir first to aboid having to inst... | xclaesse | 2008-01-23 | 1 | -2/+6 |
* | | | Move empathy-contact-groups to libempathy, it has nothing to do in -gtk | xclaesse | 2008-01-21 | 4 | -1/+344 |
* | | | Move empathy-status-presets to libempathy, nothing to do with GTK | xclaesse | 2008-01-21 | 4 | -0/+470 |
* | | | Add a property to have or not groups on EmpathyContactListStore | xclaesse | 2008-01-21 | 1 | -0/+2 |
* | | | Remove not implemented and not used empathy_time_parse_format function. | xclaesse | 2008-01-17 | 1 | -2/+0 |
* | | | Add a missing include | xclaesse | 2008-01-16 | 1 | -0/+1 |
* | | | Make use of tp_strdiff() to be NULL-safe. Fixes bug #509656. | xclaesse | 2008-01-16 | 1 | -13/+7 |
* | | | Make use of PresenceChanged signal now that it got fixed in MC 4.53. Fixes bu... | xclaesse | 2008-01-14 | 1 | -7/+10 |
* | | | Add sanity check to public API | xclaesse | 2008-01-12 | 1 | -2/+19 |
* | | | Add avatar token in logs and load avatar from cache when getting logs messages | xclaesse | 2008-01-12 | 1 | -1/+21 |
* | | | Reset status message when coming back from away and the status was manually s... | xclaesse | 2008-01-12 | 1 | -4/+16 |
| |/
|/| |
|
* | | Add a remove option to delete a contact group. Fixes bug #459520 (David Turner). | xclaesse | 2008-01-02 | 4 | -0/+66 |
* | | Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c... | xclaesse | 2008-01-02 | 2 | -0/+34 |
* | | Add back empathy_tp_chat_new_with_contact | xclaesse | 2008-01-02 | 2 | -0/+44 |
|/ |
|
* | Merge branch 'ignore' | xclaesse | 2007-12-23 | 1 | -0/+4 |
|\ |
|
| * | libempathy/.gitignore | Guillaume Desmottes | 2007-12-23 | 1 | -0/+4 |
* | | New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier Claesse... | xclaesse | 2007-12-21 | 3 | -0/+23 |
|/ |
|
* | Have to append a value before doing anything otherwise the array's size is 0 | xclaesse | 2007-12-13 | 1 | -1/+2 |
* | Replace g_array_insert_val(array, 0, handle) by g_array_index(array,guint,0)=... | xclaesse | 2007-12-13 | 1 | -1/+1 |
* | Correctly store/restore presence when NM state changes | xclaesse | 2007-12-13 | 1 | -7/+10 |
* | Split EmpathyContactFactory to have one EmpathyTpContactFactory per account | xclaesse | 2007-12-12 | 4 | -1225/+1414 |
* | 2007-12-06 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-12-06 | 1 | -8/+13 |
* | 2007-12-06 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-12-06 | 2 | -77/+78 |
* | 2007-12-03 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-12-03 | 2 | -44/+13 |
* | Call tp_debug_set_flags() to get tp-glib debug messages | xclaesse | 2007-12-03 | 1 | -0/+3 |
* | Conflicts: | xclaesse | 2007-12-03 | 11 | -188/+112 |
* | 2007-11-13 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-11-13 | 2 | -6/+17 |
* | Better debug messages | xclaesse | 2007-11-04 | 1 | -4/+8 |
* | 2007-11-03 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-11-04 | 1 | -8/+30 |
* | 2007-11-03 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-11-04 | 2 | -7/+60 |
* | 2007-10-24 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-25 | 2 | -11/+12 |
* | 2007-10-19 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-19 | 1 | -2/+6 |
* | 2007-10-18 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-18 | 27 | -251/+228 |
* | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-13 | 7 | -29/+26 |
* | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-13 | 1 | -3/+3 |
* | 2007-10-11 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-12 | 1 | -3/+3 |
* | 2007-10-03 Marco Barisione <marco@barisione.org> | mbari | 2007-10-04 | 4 | -5/+5 |
* | Oops, useless g_print | xclaesse | 2007-10-02 | 1 | -1/+0 |
* | really fix protocol group | xclaesse | 2007-10-02 | 1 | -8/+10 |
* | 2007-10-02 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-02 | 1 | -0/+8 |
* | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-01 | 1 | -0/+1 |
* | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-01 | 1 | -1/+8 |
* | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-10-01 | 1 | -0/+21 |
* | 2007-09-29 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-29 | 2 | -8/+12 |
* | 2007-09-29 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-29 | 1 | -100/+85 |
* | 2007-09-29 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-29 | 6 | -1/+869 |
* | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-28 | 2 | -7/+7 |
* | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-28 | 4 | -6/+23 |
* | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-28 | 1 | -1/+1 |
* | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-27 | 2 | -0/+2 |
* | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-27 | 2 | -60/+58 |
* | 2007-09-26 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-27 | 5 | -61/+334 |
* | 2007-09-26 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-26 | 1 | -2/+2 |
* | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-21 | 1 | -0/+4 |
* | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-21 | 1 | -18/+13 |
* | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-21 | 1 | -0/+5 |
* | 2007-09-20 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-20 | 2 | -18/+97 |
* | 2007-09-10 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-10 | 2 | -3/+1 |
* | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-09 | 2 | -0/+14 |
* | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-09-09 | 3 | -31/+221 |
* | 2007-08-30 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-08-31 | 1 | -51/+8 |
* | Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459... | xclaesse | 2007-08-31 | 19 | -2911/+3048 |
* | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-08-25 | 1 | -1/+1 |
* | 2007-08-19 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-08-20 | 1 | -0/+2 |
* | 2007-08-11 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-08-11 | 1 | -1/+1 |
* | Change a bit some debug output | xclaesse | 2007-08-10 | 2 | -1/+6 |
* | 2007-08-10 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-08-10 | 1 | -0/+1 |
* | 2007-08-09 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-08-09 | 2 | -16/+3 |
* | 2007-08-07 Marco Barisione <marco@barisione.org> | mbari | 2007-08-08 | 6 | -45/+106 |
* | 2007-08-06 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-08-06 | 2 | -1/+4 |
* | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-08-02 | 2 | -133/+16 |
* | 2007-07-29 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-30 | 1 | -0/+2 |
* | 2007-07-27 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-27 | 3 | -34/+81 |
* | 2007-07-26 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-26 | 1 | -5/+1 |
* | 2007-07-26 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-26 | 1 | -0/+3 |
* | 2007-07-26 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-26 | 1 | -3/+15 |
* | 2007-07-25 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-26 | 1 | -4/+10 |
* | 2007-07-25 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-25 | 1 | -0/+1 |
* | 2007-07-20 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-20 | 12 | -87/+555 |
* | 2007-07-13 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-13 | 1 | -24/+23 |
* | 2007-07-13 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-13 | 1 | -0/+8 |
* | 2007-07-12 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-12 | 1 | -8/+20 |
* | 2007-07-09 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-10 | 2 | -1/+41 |
* | 2007-07-09 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-09 | 2 | -32/+56 |
* | 2007-07-07 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-07 | 1 | -0/+1 |
* | 2007-06-30 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-07-01 | 6 | -103/+498 |
* | 2007-06-22 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-06-23 | 2 | -22/+56 |
* | 2007-06-22 Xavier Claessens <xclaesse@gmail.com> | xclaesse | 2007-06-22 | 45 | -1830/+1828 |