aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* Fix disconnection of AccountStatusChanged signal.xclaesse2008-04-134-23/+33
* Fix some warningsxclaesse2008-04-112-3/+3
* Remove deleted file from the makefilexclaesse2008-04-111-3/+1
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...xclaesse2008-04-116-39/+218
* Do not add signal "process", it's added in generated codexclaesse2008-04-111-12/+0
* Use generated API in EmpathyChandlerxclaesse2008-04-112-63/+57
* Make use of generated API for EmpathyFilterxclaesse2008-04-112-79/+66
* Add Chandler and Filter interfacesxclaesse2008-04-112-31/+0
* TpChannel is not a DBusGProxyxclaesse2008-04-111-5/+4
* Fix a warningxclaesse2008-04-111-1/+1
* Remove unused includesxclaesse2008-04-112-3/+0
* Update for new APIxclaesse2008-04-111-1/+1
* Remove empathy_inspect_* and add empathy_channel_get_accountxclaesse2008-04-112-69/+16
* Do not take McAccount as construct param, it can be found from the TpChannelxclaesse2008-04-116-232/+72
* Port EmpathyTpRoomlist to tp-glib APIxclaesse2008-04-112-224/+272
* Add empathy_tp_group_get_invitationxclaesse2008-04-112-0/+36
* Chandler and Filter only dispatch ready TpChannelxclaesse2008-04-113-54/+38
* Update for new APIxclaesse2008-04-111-1/+1
* Port to tp-glib API and cleanup the codexclaesse2008-04-112-394/+252
* Disconnect invalidated signal before unref the connection.xclaesse2008-04-111-0/+3
* Remove all references to TpChan in EmpathyTpGroupxclaesse2008-04-112-54/+7
* Port EmpathyTpContactList to tp-glib APIxclaesse2008-04-112-247/+240
* Use tp-glib API in empathy_call_with_contactxclaesse2008-04-111-23/+24
* Completely remove TpConn and TpChanxclaesse2008-04-112-16/+2
* Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy).xclaesse2008-04-112-0/+6
* Make use of empathy_run_until_ready_fullxclaesse2008-04-111-45/+10
* Add empathy_run_until_read[_full] functionsxclaesse2008-04-112-0/+86
* Wait for the TpGroup to be ready before using itxclaesse2008-04-111-34/+59
* Use tp-glib client APIxclaesse2008-04-112-16/+58
* Make use of mission_control_get_tpconnection()xclaesse2008-04-112-20/+5
* Use tp-glib API in EmpathyTpGroup and add a ready propertyxclaesse2008-04-113-241/+330
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...xclaesse2008-04-091-1/+1
* Display a warning if used when not ready instead of silently return.xclaesse2008-04-021-11/+3
* Add a 'ready' property telling if the object is ready to use.xclaesse2008-04-022-6/+27
* Do not ack pending messages until they are displayedxclaesse2008-04-021-1/+22
* ref the contact temporally when setting properties because it could destroy t...xclaesse2008-04-021-3/+8
* Rework EmpathyChat's API, it is now a subclass of GtkBin.xclaesse2008-04-024-64/+148
* Fix leaks in finalizexclaesse2008-04-021-0/+7
* Unify EmpathyTpChatroom and EmpathyTpChat.xclaesse2008-04-025-385/+131
* Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766.xclaesse2008-03-261-9/+9
* Disconnect invalidated signal from stream-engine when media channel is closed...xclaesse2008-03-231-12/+20
* Fix some coding stylexclaesse2008-03-231-14/+14
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...xclaesse2008-03-172-1/+21
* Remove previous hack, it was stupid, we have a param to increase dbus timeout...xclaesse2008-03-171-29/+8
* Keep the 0 in the end of the array when duping itxclaesse2008-03-171-1/+1
* Make sure the dup_handles array is ended by 0.xclaesse2008-03-171-1/+3
* Retry requesting aliases if it fails, it can happen if there is too many alia...xclaesse2008-03-162-4/+26
* Wait for the factory to be ready before getting membersxclaesse2008-03-141-19/+47
* Emit notify::ready signalsxclaesse2008-03-141-0/+3
* Add a ready property on EmpathyTpContactFactoryxclaesse2008-03-144-11/+34
* Make use of tp-glib helpers func for GValuexclaesse2008-03-111-6/+3
* Remove useless libtelepathy headersxclaesse2008-03-1111-11/+9
* Connect to PropertyFlagsChangedxclaesse2008-03-111-0/+40
* Check if property is writable before setting it. Fix leaksxclaesse2008-03-111-0/+7
* Implement _set_propertyxclaesse2008-03-112-1/+42
* Fix usage of property iface and make use of it to get chatroom topic.xclaesse2008-03-111-18/+15
* Display GError's message when a call fails.xclaesse2008-03-111-0/+18
* Fix some warnings when getting propertiesxclaesse2008-03-111-8/+21
* Add back "tp-chan" property, still used to inspect the channel handle.xclaesse2008-03-112-9/+23
* Continue property stuffxclaesse2008-03-112-4/+84
* Do not close the channel if the channel is invalidatedxclaesse2008-03-111-1/+1
* Prepare a new API for chat propertiesxclaesse2008-03-113-107/+160
* Fix coding stylexclaesse2008-03-111-2/+2
* Remove unused priv->factoryxclaesse2008-03-111-8/+4
* Queue received messages until the sender got his alias.xclaesse2008-03-113-31/+48
* Refactor EmpathyTpChat to use tp-glib client codexclaesse2008-03-112-456/+173
* Don't wait for connection-ready if it was already ready.xclaesse2008-03-111-3/+11
* Improve a bit the test and fix empathy_contact_run_until, data.ready was not ...xclaesse2008-03-111-1/+2
* Make sure we don't expect contact id and handle to be directly ready. Add som...xclaesse2008-03-116-88/+69
* Simplify tp_group_get_contact.xclaesse2008-03-111-1/+1
* Add debug messages in _run_until_readyxclaesse2008-03-111-0/+5
* Keep EmpathyContact object instead of the self handle, avoid using the connec...xclaesse2008-03-111-98/+141
* simplify empathy_call_with_contact_id using empathy_contact_run_until_readyxclaesse2008-03-111-25/+5
* Add empathy_contact_run_until_ready()xclaesse2008-03-112-2/+81
* Ready property on EmpathyContact is not a boolean but flags for each property.xclaesse2008-03-112-10/+19
* Add a ready property on EmpathyContact and make use of tp_strdiff.xclaesse2008-03-112-13/+33
* Lazy init of contact hash.xclaesse2008-03-111-4/+5
* If we set contact's id and name is still empty, emit notify::name.xclaesse2008-03-111-0/+3
* Make InspectHandles call asyncxclaesse2008-03-111-26/+41
* Set self handle to 0 when connection is invalidatedxclaesse2008-03-111-2/+1
* Use new apixclaesse2008-03-112-383/+305
* Do not use a global variable but a field in the call. Use a boolean since we ...xclaesse2008-03-111-9/+9
* Fix: do not close the call channel if stream-engine is not yet started (Alban...xclaesse2008-03-111-1/+13
* Queue received messages until the sender got his alias.xclaesse2008-03-093-73/+149
* Reorder functions to avoid having to declare them in the beginingxclaesse2008-03-091-471/+421
* Allow underscores in URLs. Fixes bug #505616 (Marco Barisione).xclaesse2008-03-081-1/+1
* Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy).xclaesse2008-03-051-8/+8
* Fix call when then stream is created with a 'Bidirectional' direction (Alban ...xclaesse2008-03-051-0/+13
* Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilitiesxclaesse2008-03-051-0/+1
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.xclaesse2008-03-041-1/+2
* Update collabora copyright to 2008xclaesse2008-03-0319-19/+19
* Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).xclaesse2008-03-021-1/+2
* Add missing include of tp-conn.hxclaesse2008-03-021-0/+1
* Add filter for incoming calls so the status icon blink instead of popup direc...xclaesse2008-02-272-0/+13
* Cancel name owner watch when the call is finalizedxclaesse2008-02-261-0/+7
* Watch name owner changes to know when s-e falls off the bus.xclaesse2008-02-261-1/+24
* Avoid calling Close() on the media channel if it's already closed.xclaesse2008-02-261-0/+5
* Close the channel if se proxy is invalidated and do not change status to clos...xclaesse2008-02-261-8/+1
* Change status to closed if stream engine dies or if a call fails.xclaesse2008-02-261-1/+24
* unref stream-engine proxy when TpCall is finalizedxclaesse2008-02-261-2/+3
* It's now safe to call emp_cli_init multiple times. Move that call to empathy_...xclaesse2008-02-261-0/+2
* Make use of generated code for using stream engine.xclaesse2008-02-264-157/+75
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.xclaesse2008-02-261-0/+2
* Do not load avatar from cache if token is empty. Fixes bug #517098.xclaesse2008-02-181-1/+1
* Merge commit 'bari/marshalList'xclaesse2008-02-181-1/+1
|\
| * Use POSIX character classes instead of ranges with sedMarco Barisione2008-02-121-1/+1
| * Allow digits in type names when generating the marshallersMarco Barisione2008-02-121-1/+1
* | Merge commit 'cassidy/irc'xclaesse2008-02-189-4/+2204
|\ \
| * | rename empathy_irc_network_add_server to empathy_irc_network_append_serverGuillaume Desmottes2008-02-183-5/+5
| * | FreeNode port is 6667Guillaume Desmottes2008-02-181-1/+1
| * | use g_timeout_add instead of g_timeout_add_secondsGuillaume Desmottes2008-02-181-3/+3
| * | save when adding/removing networksGuillaume Desmottes2008-02-171-0/+6
| * | create irc-networks.xml using networks from xchatGuillaume Desmottes2008-02-171-13/+532
| * | document EmpathyIrcNetworkManagerGuillaume Desmottes2008-02-172-7/+52
| * | fix typo in docGuillaume Desmottes2008-02-171-4/+4
| * | document methods of EmpathyIrcNetworkGuillaume Desmottes2008-02-172-2/+50
| * | use %TRUE in docGuillaume Desmottes2008-02-171-2/+2
| * | document empathy_irc_network_newGuillaume Desmottes2008-02-171-0/+8
| * | document EmpathyIrcServerGuillaume Desmottes2008-02-171-0/+17
| * | Merge commit 'origin/master' into ircGuillaume Desmottes2008-02-176-585/+960
| |\ \
| * | | we don't have to explicitely call g_object_notify when setting a propertyGuillaume Desmottes2008-02-171-2/+0
| * | | coding style tweaksGuillaume Desmottes2008-02-173-18/+15
| * | | remove empathy_irc_network_manager_store as saving is now automaticGuillaume Desmottes2008-02-162-11/+0
| * | | automatically save networks when they are modifiedGuillaume Desmottes2008-02-161-4/+66
| * | | display a message if the dropped attribute is used in a global fileGuillaume Desmottes2008-02-161-0/+6
| * | | no need to check if the id attribute is present, that's the job of the DTD nowGuillaume Desmottes2008-02-161-3/+0
| * | | empathy-irc-network-manager: emit notify when changing propertiesGuillaume Desmottes2008-02-161-0/+2
| * | | don't use the network name to generate new network idGuillaume Desmottes2008-02-161-11/+9
| * | | validate XML files using DTDGuillaume Desmottes2008-02-161-3/+2
| * | | install empathy-irc-networks.dtdGuillaume Desmottes2008-02-162-1/+20
| * | | remove old commented codeGuillaume Desmottes2008-02-121-9/+3
| * | | empathy_irc_network_add_server: complain if the server is already in the listGuillaume Desmottes2008-02-121-0/+2
| * | | coding style tweakGuillaume Desmottes2008-02-121-4/+2
| * | | Use glib marshalers instead of generating new onces.Xavier Claessens2008-02-112-2/+2
| * | | Merge branch 'master' into ircGenericXavier Claessens2008-02-1110-82/+58
| |\ \ \ | | | |/ | | |/|
| * | | read/write charset from/to XMLGuillaume Desmottes2008-02-081-2/+16
| * | | fix charset leakGuillaume Desmottes2008-02-081-0/+1
| * | | add "charset" property to EmpathyIrcNetworkGuillaume Desmottes2008-02-081-0/+25
| * | | Install irc-networks.xmlGuillaume Desmottes2008-02-041-1/+6
| * | | move irc-networks.xml to libempathyGuillaume Desmottes2008-02-041-0/+24
| * | | empathy_irc_network_manager_find_network_by_address: don't return a dropped n...Guillaume Desmottes2008-02-031-0/+3
| * | | irc-network-manager: fix a bug when writing user XML fileGuillaume Desmottes2008-02-031-1/+2
| * | | IRC widget: get charset paramGuillaume Desmottes2008-02-021-2/+2
| * | | add empathy_irc_network_manager_find_network_by_addressGuillaume Desmottes2008-02-022-0/+46
| * | | fix copyright and relicense IRC files to LGPLGuillaume Desmottes2008-01-255-55/+54
| * | | Merge branch 'master' into ircGuillaume Desmottes2008-01-2522-980/+1057
| |\ \ \
| * | | | write dropped server to user's XMLGuillaume Desmottes2008-01-243-16/+24
| * | | | only write to XML network loaded from the user file or which was modifiedGuillaume Desmottes2008-01-242-6/+25
| * | | | no need to create a temporary string when writing ssl attributeGuillaume Desmottes2008-01-201-3/+1
| * | | | start to implement network XML file saveGuillaume Desmottes2008-01-201-1/+81
| * | | | ignore IRC network having the dropped attributeGuillaume Desmottes2008-01-201-0/+10
| * | | | parse user networks fileGuillaume Desmottes2008-01-201-1/+20
| * | | | implement empathy_irc_network_manager_removeGuillaume Desmottes2008-01-201-11/+12
| * | | | properly implement empathy_irc_network_manager_addGuillaume Desmottes2008-01-092-25/+28
| * | | | remove id property from EmpathyIrcNetworkGuillaume Desmottes2008-01-093-30/+5
| * | | | empathy-irc-network-manager: use a hash table to store networksGuillaume Desmottes2008-01-092-14/+36
| * | | | empathy-irc-network-manager: add a constructorGuillaume Desmottes2008-01-091-5/+27
| * | | | Change parsing code to fit new XML formatGuillaume Desmottes2008-01-082-45/+22
| * | | | empathy-irc-network-manager: parse the global network fileGuillaume Desmottes2008-01-081-39/+22
| * | | | empathy-irc-network-manager: take 2 file paths as constructor argumentGuillaume Desmottes2008-01-082-19/+44
| * | | | empathy-irc-network: emit the modified signal when we call empathy_irc_networ...Guillaume Desmottes2008-01-071-0/+2
| * | | | empathy-irc-network: add empathy_irc_network_set_server_positionGuillaume Desmottes2008-01-072-0/+24
| * | | | emit the modified signal when a server is modifiedGuillaume Desmottes2008-01-071-1/+20
| * | | | add empathy_irc_network_remove_serverGuillaume Desmottes2008-01-072-0/+24
| * | | | empathy-irc-network: be sure we own a ref on each EmpathyIrcServerGuillaume Desmottes2008-01-071-1/+14
| * | | | empathy-irc-network: empathy_irc_network_get_servers returns a list of refed ...Guillaume Desmottes2008-01-072-3/+9
| * | | | irc-network: add the modified signalGuillaume Desmottes2008-01-061-2/+27
| * | | | empathy-irc-network: the nework's name don't have to be construct only. Set N...Guillaume Desmottes2008-01-061-3/+2
| * | | | empathy-irc-server.c: port can't be 0Guillaume Desmottes2008-01-061-1/+1
| * | | | empathy-irc-server.c: set NULL as default addressGuillaume Desmottes2008-01-061-1/+1
| * | | | empathy-irc-server.c: add the modified signalGuillaume Desmottes2008-01-061-4/+37
| * | | | Revert "empathy-irc-server: emit "notify" signal when properties are changed"Guillaume Desmottes2008-01-061-18/+4
| * | | | empathy-irc-server.c: properties don't have to be construct onlyGuillaume Desmottes2008-01-061-3/+0
| * | | | empathy-irc-server: emit "notify" signal when properties are changedGuillaume Desmottes2008-01-061-4/+18
| * | | | Merge branch 'irc' of git+ssh://projects.collabora.co.uk/home/cassidy/public_...Guillaume Desmottes2008-01-068-0/+144
| |\ \ \ \
| * | | | | update build system according new location of IRC objectsGuillaume Desmottes2008-01-061-1/+7
| * | | | | move empathy-irc-network-manager, empathy-irc-network and empathy-irc-server ...Guillaume Desmottes2008-01-066-0/+1088
* | | | | | EmpathyContact: Set G_PARAM_CONSTRUCT on the capabilities property. (Sjoerd)xclaesse2008-02-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | Remove unused PROP_SUBSCRIPTIONxclaesse2008-02-161-1/+0
* | | | | Removed unused PROP_GROUPSxclaesse2008-02-161-1/+0
* | | | | Cleanup code from previous mergexclaesse2008-02-163-15/+14
* | | | | Merge commit 'sjoerd/master'xclaesse2008-02-164-4/+33
|\ \ \ \ \
| * | | | | If the capabilities of a contact are still unknown, wait untill they're retri...Sjoerd Simons2008-02-161-1/+23
| * | | | | Add a EMPATHY_CAPABILITIES_UNKNOWN_FLAG to signal the capabilities haven't be...Sjoerd Simons2008-02-163-3/+10
* | | | | | Simplifies empathy_call_with_contact_id.xclaesse2008-02-161-20/+11
* | | | | | Merge commit 'sjoerd/master'xclaesse2008-02-162-8/+49
|\| | | | |
| * | | | | empathy-tp-call: _ref the connection, channel and contact properties if set. ...Sjoerd Simons2008-02-161-5/+14
| * | | | | Merge branch 'master' of git://git.collabora.co.uk/git/empathySjoerd Simons2008-02-161-0/+1
| |\ \ \ \ \
| * | | | | | Make empathy_call_with_contact_id wait untill the handle for the contact isSjoerd Simons2008-02-161-3/+35
* | | | | | | Add self contact to the group iface of media channel.xclaesse2008-02-161-8/+15
| |/ / / / / |/| | | | |
* | | | | | If there is an error when listing streams, return for the func to avoid crash...xclaesse2008-02-151-0/+1
|/ / / / /
* | | | / Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.xclaesse2008-02-153-582/+891
| |_|_|/ |/| | |
* | | | EmpathyTpContactFactory: If the presence dict doesn't contain a presence-mess...xclaesse2008-02-101-0/+2
* | | | Generate marshal.list thanks to gabble black magic.xclaesse2008-02-102-15/+12
* | | | Do not export symbols outside the empathy_ namespace.xclaesse2008-02-106-18/+19
* | | | Change new message dialog to new conversation and make possible to do voip call.xclaesse2008-02-092-49/+25
| |_|/ |/| |
* | | Remove EmpathyPresence object and have "presence" and "presence-message" prop...xclaesse2008-01-2511-492/+166
* | | Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...xclaesse2008-01-233-461/+0
* | | Try to load dtd and glade files from the srcdir first to aboid having to inst...xclaesse2008-01-231-2/+6
* | | Move empathy-contact-groups to libempathy, it has nothing to do in -gtkxclaesse2008-01-214-1/+344
* | | Move empathy-status-presets to libempathy, nothing to do with GTKxclaesse2008-01-214-0/+470
* | | Add a property to have or not groups on EmpathyContactListStorexclaesse2008-01-211-0/+2
* | | Remove not implemented and not used empathy_time_parse_format function.xclaesse2008-01-171-2/+0
* | | Add a missing includexclaesse2008-01-161-0/+1
* | | Make use of tp_strdiff() to be NULL-safe. Fixes bug #509656.xclaesse2008-01-161-13/+7
* | | Make use of PresenceChanged signal now that it got fixed in MC 4.53. Fixes bu...xclaesse2008-01-141-7/+10
* | | Add sanity check to public APIxclaesse2008-01-121-2/+19
* | | Add avatar token in logs and load avatar from cache when getting logs messagesxclaesse2008-01-121-1/+21
* | | Reset status message when coming back from away and the status was manually s...xclaesse2008-01-121-4/+16
| |/ |/|
* | Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).xclaesse2008-01-024-0/+66
* | Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c...xclaesse2008-01-022-0/+34
* | Add back empathy_tp_chat_new_with_contactxclaesse2008-01-022-0/+44
|/
* Merge branch 'ignore'xclaesse2007-12-231-0/+4
|\
| * libempathy/.gitignoreGuillaume Desmottes2007-12-231-0/+4
* | New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier Claesse...xclaesse2007-12-213-0/+23
|/
* Have to append a value before doing anything otherwise the array's size is 0xclaesse2007-12-131-1/+2
* Replace g_array_insert_val(array, 0, handle) by g_array_index(array,guint,0)=...xclaesse2007-12-131-1/+1
* Correctly store/restore presence when NM state changesxclaesse2007-12-131-7/+10
* Split EmpathyContactFactory to have one EmpathyTpContactFactory per accountxclaesse2007-12-124-1225/+1414
* 2007-12-06 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-12-061-8/+13
* 2007-12-06 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-12-062-77/+78
* 2007-12-03 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-12-032-44/+13
* Call tp_debug_set_flags() to get tp-glib debug messagesxclaesse2007-12-031-0/+3
* Conflicts:xclaesse2007-12-0311-188/+112
* 2007-11-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-132-6/+17
* Better debug messagesxclaesse2007-11-041-4/+8
* 2007-11-03 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-041-8/+30
* 2007-11-03 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-042-7/+60
* 2007-10-24 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-252-11/+12
* 2007-10-19 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-191-2/+6
* 2007-10-18 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-1827-251/+228
* 2007-10-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-137-29/+26
* 2007-10-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-131-3/+3
* 2007-10-11 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-121-3/+3
* 2007-10-03 Marco Barisione <marco@barisione.org>mbari2007-10-044-5/+5
* Oops, useless g_printxclaesse2007-10-021-1/+0
* really fix protocol groupxclaesse2007-10-021-8/+10
* 2007-10-02 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-021-0/+8
* 2007-10-01 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-011-0/+1
* 2007-10-01 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-011-1/+8
* 2007-10-01 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-011-0/+21
* 2007-09-29 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-292-8/+12
* 2007-09-29 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-291-100/+85
* 2007-09-29 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-296-1/+869
* 2007-09-28 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-282-7/+7
* 2007-09-28 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-284-6/+23
* 2007-09-28 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-281-1/+1
* 2007-09-27 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-272-0/+2
* 2007-09-27 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-272-60/+58
* 2007-09-26 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-275-61/+334