aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes.Xavier Claessens2008-04-209-1070/+590
* Replace channel closed signal with invalidated signalXavier Claessens2008-04-201-7/+10
* Little coding stype changesXavier Claessens2008-04-201-8/+5
* Build empathy-tubes-chandlerXavier Claessens2008-04-202-3/+5
* Remove useless commented codeXavier Claessens2008-04-201-5/+0
* Add tubes handlerXavier Claessens2008-04-203-0/+266
* Add tubes, tube and tube handler objectsXavier Claessens2008-04-207-2/+1295
* Add new tube handling interfaceXavier Claessens2008-04-203-1/+65
* Already open channels are considered OUTGOING.Xavier Claessens2008-04-201-1/+1
* Make sure to not set a NULL title on the window.Xavier Claessens2008-04-201-3/+1
* Add event when a contact is local pending of a publish channelXavier Claessens2008-04-201-40/+103
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-2021-1353/+770
* Fix acknoledge of messagesXavier Claessens2008-04-203-54/+82
* Added a --no-connect option. Fixes: #526208. (Frederic Peters)Frederic Peters2008-04-191-2/+10
* Hide password from debug messages.Xavier Claessens2008-04-191-1/+2
* Update release script to take actions in command line optionsXavier Claessens2008-04-191-5/+23
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-185-8/+40
* Updated es translation <Jorge Gonzalez>Jorge Gonzalez Gonzalez2008-04-181-110/+79
* Marked strings for translation. Fixes bug #528596 (Frederic Peters)Frederic Peters2008-04-181-4/+4
* Escape text in strings using Pango markup. Fixes bug #528529 (Frederic Peters).Xavier Claessens2008-04-173-3/+4
* Redirect debug messages after printing help. Fixes bug #528542 (Frederic Pete...Xavier Claessens2008-04-171-2/+2
* glade property for i18n comments in "comments" and not "comment"Xavier Claessens2008-04-171-2/+2
* Fix crash in DND of chat tab.Xavier Claessens2008-04-171-15/+6
* Add a contact in the roster as soon as it has a name, don't wait for the ID. ...Xavier Claessens2008-04-161-1/+1
* Mute input/output if the button is not active.Xavier Claessens2008-04-161-2/+2
* Do not expand mute input/output button in the call window.Xavier Claessens2008-04-161-26/+30
* If the RequestAliases fails, make sure the name property on all contacts beco...Xavier Claessens2008-04-162-40/+43
* stun-server and stun-port sensibility is the opposit: They are sensitive if d...Xavier Claessens2008-04-161-7/+5
* Remove most SIP settings since they are impossible to understand.Xavier Claessens2008-04-162-321/+58
* Add/Remove preview window can be done at anytime, the call don't have to be r...Xavier Claessens2008-04-161-2/+0
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).Xavier Claessens2008-04-167-100/+180
* Add collabora in copyright and myself in authors since I did lots of changes ...Xavier Claessens2008-04-154-52/+64
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-1542-42/+42
* Get the chat ID only if the handle and handle_type are != 0. Get the remote_c...Xavier Claessens2008-04-151-15/+19
* Request audio and video streams if capabilities are unknown.Xavier Claessens2008-04-151-17/+8
* fix bug #526374.Xavier Claessens2008-04-141-40/+17
* Fix bug #525084.Xavier Claessens2008-04-141-1/+2
* Fix bug #526145.Xavier Claessens2008-04-141-0/+7
* Show/Hide contact list if we have/haven't a remote_contact.Xavier Claessens2008-04-141-0/+27
* Code cleanupXavier Claessens2008-04-141-59/+41
* Various fixes for chatsXavier Claessens2008-04-144-84/+81
* Set "remote-contact" property even if there is a group interface.Xavier Claessens2008-04-141-0/+41
* Add nothere files to gitignore.Xavier Claessens2008-04-141-0/+4
* Fix icon lookup in nothere. Fixes bug #527924 (Frederic Peters).Xavier Claessens2008-04-141-0/+3
* Make possible to remove nothere applet from planel and activate it by defaut ...Xavier Claessens2008-04-142-1/+15
* "registrar" misspelled Fixes bug #527876 (Frederic Peters).Xavier Claessens2008-04-141-1/+1
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-138-41/+45
* Fix crash crash when opening a chat with the keyboard Fixes bug #527713 (Fred...Xavier Claessens2008-04-131-1/+1
* Updated Spanish translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-04-121-103/+77
* Add some comments for translators. Fixes bug #496309 (Andre Klapper).Xavier Claessens2008-04-1211-14/+14
* Do not autostart with session. Fixes bug #525039 (Frederic Peters).Xavier Claessens2008-04-111-6/+6
* Hide sound preference since it's not supported yet. Fixes bug #479697 (Freder...Xavier Claessens2008-04-111-1/+1
* Fix some warningsXavier Claessens2008-04-114-5/+9
* Better call dialog. Fixes bug #527454 (Naba Kumar).Xavier Claessens2008-04-111-209/+186
* Remove deleted file from the makefileXavier Claessens2008-04-111-3/+1
* Use audio-input-microphone for the mic imageXavier Claessens2008-04-112-2/+2
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens2008-04-1110-51/+230
* Do not add signal "process", it's added in generated codeXavier Claessens2008-04-111-12/+0
* Use generated API in EmpathyChandlerXavier Claessens2008-04-112-63/+57
* Make use of generated API for EmpathyFilterXavier Claessens2008-04-112-79/+66
* Add Chandler and Filter interfacesXavier Claessens2008-04-114-3/+7
* Update extensions dir based on the example in tp-glibXavier Claessens2008-04-114-19/+39
* Update tools/.gitignoreXavier Claessens2008-04-111-0/+1
* Update tools from tp-glib 0.7.6Xavier Claessens2008-04-1110-39/+421
* TpChannel is not a DBusGProxyXavier Claessens2008-04-111-5/+4
* Fix a warningXavier Claessens2008-04-111-1/+1
* Update POTFILES.inXavier Claessens2008-04-111-1/+2
* Update python bindingXavier Claessens2008-04-111-63/+52
* Remove libtelepathy dep.Xavier Claessens2008-04-111-7/+0
* Remove unused includesXavier Claessens2008-04-113-4/+0
* Update for new API and cleanup the code.Xavier Claessens2008-04-112-245/+186
* Update for new APIXavier Claessens2008-04-115-105/+78
* Remove empathy_inspect_* and add empathy_channel_get_accountXavier Claessens2008-04-112-69/+16
* Do not take McAccount as construct param, it can be found from the TpChannelXavier Claessens2008-04-116-232/+72
* Port EmpathyTpRoomlist to tp-glib APIXavier Claessens2008-04-112-224/+272
* Add empathy_tp_group_get_invitationXavier Claessens2008-04-112-0/+36
* Chandler and Filter only dispatch ready TpChannelXavier Claessens2008-04-113-54/+38
* Update for new APIXavier Claessens2008-04-111-1/+1
* Port to tp-glib API and cleanup the codeXavier Claessens2008-04-112-394/+252
* Disconnect invalidated signal before unref the connection.Xavier Claessens2008-04-111-0/+3
* Remove all references to TpChan in EmpathyTpGroupXavier Claessens2008-04-112-54/+7
* Port EmpathyTpContactList to tp-glib APIXavier Claessens2008-04-112-247/+240
* Use tp-glib API in empathy_call_with_contactXavier Claessens2008-04-111-23/+24
* Completely remove TpConn and TpChanXavier Claessens2008-04-112-16/+2
* Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy).Xavier Claessens2008-04-112-0/+6
* Make use of empathy_run_until_ready_fullXavier Claessens2008-04-111-45/+10
* Add empathy_run_until_read[_full] functionsXavier Claessens2008-04-112-0/+86
* Wait for the TpGroup to be ready before using itXavier Claessens2008-04-111-34/+59
* Uncommend the use of empathy_contact_run_until_ready, it works nowXavier Claessens2008-04-111-2/+1
* Use tp-glib client APIXavier Claessens2008-04-112-16/+58
* Make use of mission_control_get_tpconnection()Xavier Claessens2008-04-112-20/+5
* Add new program to gitignoreXavier Claessens2008-04-111-0/+1
* Change this test to be a bit more real-liveXavier Claessens2008-04-111-7/+19
* Add a 2nd test for empathy_contact_run_until_ready(). This tests fails.Xavier Claessens2008-04-112-1/+66
* Use tp-glib API in EmpathyTpGroup and add a ready propertyXavier Claessens2008-04-114-242/+331
* Updated Spanish translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-04-111-241/+283
* Updated list.Marcel Telka2008-04-101-3/+2
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...Xavier Claessens2008-04-092-2/+2
* Empathy should not require python-config. Fixes bug #525562 (Frederic Peters).Xavier Claessens2008-04-094-5/+72
* Ask confirmation to close call only if it was accepted. Fixes bug #526927 (Fr...Xavier Claessens2008-04-091-1/+1
* Remove invisible_char property to let GTK use the default.Xavier Claessens2008-04-0510-29/+0
* Enable setting input/output volumeXavier Claessens2008-04-051-5/+1
* Add missing glade fileXavier Claessens2008-04-041-0/+1
* Enable VoIP by default. Requier latest stream-engine.Xavier Claessens2008-04-041-1/+1
* Comment out a empathy_contact_run_until_ready call because it doesn't work.Xavier Claessens2008-04-031-1/+2
* Removed deleted headerXavier Claessens2008-04-031-1/+0
* Update python bindingXavier Claessens2008-04-022-0/+15
* Display a warning if used when not ready instead of silently return.Xavier Claessens2008-04-021-11/+3
* Add a 'ready' property telling if the object is ready to use.Xavier Claessens2008-04-022-6/+27
* Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson).Xavier Claessens2008-04-026-1/+236
* Update python bindingXavier Claessens2008-04-027-258/+101
* Fix ContactListStore constructor. Fixes bug #522297 (Juan Pizarro).Xavier Claessens2008-04-021-0/+18
* Do not ack pending messages until they are displayedXavier Claessens2008-04-021-1/+22
* Do not update the chat if the window doesn't exists anymore.Xavier Claessens2008-04-021-0/+3
* ref the contact temporally when setting properties because it could destroy t...Xavier Claessens2008-04-021-3/+8
* Fix a warning: don't set the ui sensitive if it's not yet createdXavier Claessens2008-04-021-3/+5
* Add contact list and restructure a bit the codeXavier Claessens2008-04-021-60/+101
* Move create_ui to constructed()Xavier Claessens2008-04-021-37/+45
* Correctly block eventsXavier Claessens2008-04-021-17/+17
* Redefine size_request and size_allocation on EmpathyChatClassXavier Claessens2008-04-023-6/+48
* Fix various warningsXavier Claessens2008-04-022-32/+40
* Fix separator in the glade and show the chat widget when adding on a windowXavier Claessens2008-04-022-3/+2
* Update doc for new APIXavier Claessens2008-04-024-6/+0
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-025-672/+294
* Add a tooltip property on EmpathyChatXavier Claessens2008-04-022-55/+110
* Fix load/save chat geometryXavier Claessens2008-04-022-48/+19
* Remove Room menu, chatrooms will be handled in a dedicated program.Xavier Claessens2008-04-021-93/+1
* Adapt to new apiXavier Claessens2008-04-021-1/+1
* Build UI from gladeXavier Claessens2008-04-021-16/+180
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-0213-528/+511
* Move window's glade to empathy-chat-window.glade. Reorder empathy-chat-window.cXavier Claessens2008-04-023-927/+810
* Fix some coding style and move group chat glade into empathy-chat.gladeXavier Claessens2008-04-022-44/+120
* Remove unimplementer and not used APIXavier Claessens2008-04-021-1/+0
* Add empathy_chat_new and don't use empathy_group/private_* in empathy.cXavier Claessens2008-04-023-25/+10
* Remove vtable and add info as properties. Reorder empathy-chat.c to not decla...Xavier Claessens2008-04-022-573/+493
* Remove deleted files from Makefile.amXavier Claessens2008-04-021-5/+0
* Remove group/private chat, will unify in empathy-chat.chXavier Claessens2008-04-025-1315/+0
* Fix leaks in finalizeXavier Claessens2008-04-021-0/+7
* Update status icon for new chat APIXavier Claessens2008-04-021-1/+1
* Unify EmpathyTpChatroom and EmpathyTpChat.Xavier Claessens2008-04-025-385/+131
* Updated el translation by Giannis Katsampirhs Nikos Charonitakis2008-03-311-896/+1379
* Add missing glade filesXavier Claessens2008-03-271-1/+3
* Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz).Xavier Claessens2008-03-275-0/+232
* Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766.Xavier Claessens2008-03-261-9/+9
* Better detection of backlog to avoid droping messagesXavier Claessens2008-03-261-28/+42
* Add more SIP profilesXavier Claessens2008-03-254-0/+48
* Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste Mille-Mat...Xavier Claessens2008-03-255-0/+561
* Disconnect invalidated signal from stream-engine when media channel is closed...Xavier Claessens2008-03-231-12/+20
* More coding styleXavier Claessens2008-03-231-19/+5
* Fix some coding styleXavier Claessens2008-03-231-14/+14
* Updated Spanish translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-03-211-60/+108
* Fix includesXavier Claessens2008-03-192-3/+4
* Hide unused functions with #if 0Xavier Claessens2008-03-191-70/+48
* Do not autoconnect if networkmanager says we are not connected at startup.Xavier Claessens2008-03-172-56/+66
* Adding groupwise profile. Fixes bug #517776 (Vincent Untz).Xavier Claessens2008-03-172-1/+13
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-1722-36/+143
* Remove previous hack, it was stupid, we have a param to increase dbus timeout...Xavier Claessens2008-03-171-29/+8
* Updated Spanish translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-03-171-555/+579
* Keep the 0 in the end of the array when duping itXavier Claessens2008-03-171-1/+1
* Make sure the dup_handles array is ended by 0.Xavier Claessens2008-03-171-1/+3
* Fix includes of files that are now in src/. Fixes bug #522780.Xavier Claessens2008-03-172-4/+3
* Fix warning when showing about dialog from a chat windowXavier Claessens2008-03-161-1/+3
* Bump version to 0.23.1Xavier Claessens2008-03-161-1/+1
* Remove doc for modules removed from libempathy-gtkXavier Claessens2008-03-162-11/+0
* fix indentationXavier Claessens2008-03-161-2/+1
* Add python exampleXavier Claessens2008-03-161-0/+31
* Update python bindingXavier Claessens2008-03-161-6/+0
* Remove Presence object, it doesn't exists anymore (Alban Crequy).Xavier Claessens2008-03-161-1/+0
* Remove empathy_chat_present from header, it's not implemented anymoreXavier Claessens2008-03-161-1/+0
* Update python binding and add a script to make it more automaticXavier Claessens2008-03-166-1890/+1708
* Retry requesting aliases if it fails, it can happen if there is too many alia...Xavier Claessens2008-03-162-4/+26
* Update POTFILES.in according to new files layout. Fixes bug #522528.Nickolay V. Shmyrev2008-03-161-14/+14
* Install glade files that got moved to src/Xavier Claessens2008-03-151-1/+11
* Cleanup a bit previous commitXavier Claessens2008-03-141-15/+17
* Confirmation dialog on remove contact/group. Fixes bug #519946 (Bruno Dusausoy).Xavier Claessens2008-03-141-6/+57
* Wait for the factory to be ready before getting membersXavier Claessens2008-03-141-19/+47
* Emit notify::ready signalsXavier Claessens2008-03-141-0/+3
* Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contactXavier Claessens2008-03-143-109/+17
* Add a ready property on EmpathyTpContactFactoryXavier Claessens2008-03-144-11/+34
* Move modules that make no sense to be used in other applicaton from libempath...Xavier Claessens2008-03-1439-377/+323
* Move chat chandler into the same process than contact listXavier Claessens2008-03-144-162/+79
* Updated ca translation (Gil Forcada).Gil Forcada Codinachs2008-03-131-13/+13
* Updated ca translation (Gil Forcada).Gil Forcada Codinachs2008-03-131-485/+926
* Updated Basque translation (Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>).Iñaki Larrañaga Murgoitio2008-03-111-144/+144
* Remove the select all entry for nowXavier Claessens2008-03-111-14/+0
* Use more stock menu entries and fix a separatorXavier Claessens2008-03-111-12/+3
* Convert another glade file to glade3Xavier Claessens2008-03-111-524/+313
* Use stock menu entriesXavier Claessens2008-03-112-40/+27
* Convert glade file to glade3 to minimize future deltaXavier Claessens2008-03-1116-6509/+4099
* Make use of tp-glib helpers func for GValueXavier Claessens2008-03-111-6/+3
* remove _set_topic from binding since it's removed from APIXavier Claessens2008-03-111-11/+0
* Remove useless libtelepathy headersXavier Claessens2008-03-1114-15/+9
* Fix warnings if finalizing a disconnected EmpathyGroupChatXavier Claessens2008-03-111-2/+6
* Connect to PropertyFlagsChangedXavier Claessens2008-03-111-0/+40
* Check if property is writable before setting it. Fix leaksXavier Claessens2008-03-111-0/+7
* Implement _set_propertyXavier Claessens2008-03-113-2/+43
* Fix usage of property iface and make use of it to get chatroom topic.Xavier Claessens2008-03-112-73/+63
* Display GError's message when a call fails.Xavier Claessens2008-03-111-0/+18
* Fix some warnings when getting propertiesXavier Claessens2008-03-111-8/+21
* Add back "tp-chan" property, still used to inspect the channel handle.Xavier Claessens2008-03-112-9/+23
* Continue property stuffXavier Claessens2008-03-113-5/+90
* Do not close the channel if the channel is invalidatedXavier Claessens2008-03-111-1/+1
* Prepare a new API for chat propertiesXavier Claessens2008-03-113-107/+160
* Fix coding styleXavier Claessens2008-03-111-2/+2
* Remove unused priv->factoryXavier Claessens2008-03-111-8/+4
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-113-31/+48
* Refactor EmpathyTpChat to use tp-glib client codeXavier Claessens2008-03-112-456/+173
* Don't wait for connection-ready if it was already ready.Xavier Claessens2008-03-111-3/+11
* Improve a bit the test and fix empathy_contact_run_until, data.ready was not ...Xavier Claessens2008-03-112-9/+12
* Minimal version of contact-run-until-ready testXavier Claessens2008-03-112-20/+15
* Add a test for empathy_contact_run_until_readyXavier Claessens2008-03-112-1/+48
* Remove useless empathy_contact_run_until_ready and use tp_strdiff instead of ...Xavier Claessens2008-03-111-5/+2
* Simplify !(a==b) to a!=bXavier Claessens2008-03-111-1/+1
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-1117-124/+108
* Simplify tp_group_get_contact.Xavier Claessens2008-03-111-1/+1
* Add debug messages in _run_until_readyXavier Claessens2008-03-111-0/+5
* Keep EmpathyContact object instead of the self handle, avoid using the connec...Xavier Claessens2008-03-111-98/+141
* Fix droping a contact to the chat window.Xavier Claessens2008-03-111-21/+6
* simplify empathy_call_with_contact_id using empathy_contact_run_until_readyXavier Claessens2008-03-111-25/+5
* Add empathy_contact_run_until_ready()Xavier Claessens2008-03-112-2/+81
* Ready property on EmpathyContact is not a boolean but flags for each property.Xavier Claessens2008-03-112-10/+19
* Add a ready property on EmpathyContact and make use of tp_strdiff.Xavier Claessens2008-03-112-13/+33
* Lazy init of contact hash.Xavier Claessens2008-03-111-4/+5
* If we set contact's id and name is still empty, emit notify::name.Xavier Claessens2008-03-111-0/+3
* Make InspectHandles call asyncXavier Claessens2008-03-111-26/+41
* Set self handle to 0 when connection is invalidatedXavier Claessens2008-03-111-2/+1
* Use new apiXavier Claessens2008-03-113-384/+306
* Fix compilation and usage of GErrorXavier Claessens2008-03-111-2/+2
* Fix build of extensions: s/>>/>/ for signals rule.Xavier Claessens2008-03-111-1/+1
* Fix leaksXavier Claessens2008-03-111-10/+11
* Avoid dup the url string if not needed.Xavier Claessens2008-03-111-15/+11
* Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecc...Xavier Claessens2008-03-115-34/+43
* Fix a leak and simplify account_chooser_set_account_foreach.Xavier Claessens2008-03-111-4/+7
* By default display all the favorite rooms in the favorite room dialog. Fixes ...Xavier Claessens2008-03-111-1/+1
* Never show avatars in compact mode. Fixes #475789 (Marco Barisione).Xavier Claessens2008-03-111-1/+5
* Fix indentationXavier Claessens2008-03-111-1/+2
* Merge commit 'bari/disable-avatars-opt-if-compact'Xavier Claessens2008-03-112-14/+40
* Do not use a global variable but a field in the call. Use a boolean since we ...Xavier Claessens2008-03-111-9/+9
* Fix: do not close the call channel if stream-engine is not yet started (Alban...Xavier Claessens2008-03-111-1/+13
* Updated Basque translation ( Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>).Iñaki Larrañaga Murgoitio2008-03-101-34/+45
* Updated Spanish translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-03-101-99/+104
* Removed some tasks from TODOEMPATHY_0_22_0Xavier Claessens2008-03-101-2/+0
* Bump revision version of ABIXavier Claessens2008-03-101-2/+2
* Update NEWSXavier Claessens2008-03-091-0/+20
* Remove commit log that has nothing to do there.Xavier Claessens2008-03-091-4/+0
* Remove useless headerXavier Claessens2008-03-091-1/+0
* Updatre python bindingXavier Claessens2008-03-094-15/+218
* Update API documentationXavier Claessens2008-03-093-5/+6
* Add missing file in POTFILES.inXavier Claessens2008-03-091-0/+1
* Updated Finnish translationIlkka Tuohela2008-03-092-120/+177