aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Reorder functions to not have to declare them on top.xclaesse2008-04-251-668/+564
* Move contact menu code to its own module.xclaesse2008-04-254-285/+401
* Remove conditional build of VOIP.xclaesse2008-04-243-22/+0
* Do not apply different theme to chat and chatroomsxclaesse2008-04-234-63/+2
* Make sure we don't assume Text channel's handle_type is != NONE.xclaesse2008-04-231-14/+32
* Cleanup the spell code.xclaesse2008-04-222-19/+22
* Use enchant instead of aspell. Fixes bug #460624 (Frederic Peters).xclaesse2008-04-221-72/+66
* Remove duplicate define in header.xclaesse2008-04-211-2/+0
* Don't resize the window when a contact list appear if it's already big enough.xclaesse2008-04-211-9/+13
* Rework the way chat window is resized when the contact list appear/disappear....xclaesse2008-04-212-8/+23
* Make possible to show "ghelp:" URIs and display a dialog in case of error in ...xclaesse2008-04-201-9/+20
* Fix acknoledge of messagesxclaesse2008-04-201-7/+5
* Hide password from debug messages.xclaesse2008-04-191-1/+2
* Always set urgency hint on p2p chat windows when receiving a message.xclaesse2008-04-182-0/+15
* Escape text in strings using Pango markup. Fixes bug #528529 (Frederic Peters).xclaesse2008-04-173-3/+4
* glade property for i18n comments in "comments" and not "comment"xclaesse2008-04-171-2/+2
* Add a contact in the roster as soon as it has a name, don't wait for the ID. ...xclaesse2008-04-161-1/+1
* stun-server and stun-port sensibility is the opposit: They are sensitive if d...xclaesse2008-04-161-7/+5
* Remove most SIP settings since they are impossible to understand.xclaesse2008-04-162-321/+58
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).xclaesse2008-04-167-100/+180
* Update copyright year in .h too, it was done in .c only.xclaesse2008-04-1518-18/+18
* fix bug #526374.xclaesse2008-04-141-40/+17
* Fix bug #525084.xclaesse2008-04-141-1/+2
* Fix bug #526145.xclaesse2008-04-141-0/+7
* Show/Hide contact list if we have/haven't a remote_contact.xclaesse2008-04-141-0/+27
* Various fixes for chatsxclaesse2008-04-142-2/+58
* "registrar" misspelled Fixes bug #527876 (Frederic Peters).xclaesse2008-04-141-1/+1
* Fix disconnection of AccountStatusChanged signal.xclaesse2008-04-133-14/+9
* Fix crash crash when opening a chat with the keyboard Fixes bug #527713 (Fred...xclaesse2008-04-131-1/+1
* Add some comments for translators. Fixes bug #496309 (Andre Klapper).xclaesse2008-04-1211-14/+14
* Use audio-input-microphone for the mic imagexclaesse2008-04-112-2/+2
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...xclaesse2008-04-113-9/+9
* Remove unused includesxclaesse2008-04-111-1/+0
* Update for new APIxclaesse2008-04-111-3/+1
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...xclaesse2008-04-091-1/+1
* Remove invisible_char property to let GTK use the default.xclaesse2008-04-057-22/+0
* Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson).xclaesse2008-04-025-0/+235
* Fix a warning: don't set the ui sensitive if it's not yet createdxclaesse2008-04-021-3/+5
* Add contact list and restructure a bit the codexclaesse2008-04-021-60/+101
* Move create_ui to constructed()xclaesse2008-04-021-37/+45
* Correctly block eventsxclaesse2008-04-021-17/+17
* Redefine size_request and size_allocation on EmpathyChatClassxclaesse2008-04-022-5/+47
* Fix build errors EmpathyChatWindow, port to new API.xclaesse2008-04-022-133/+19
* Add a tooltip property on EmpathyChatxclaesse2008-04-022-55/+110
* Build UI from gladexclaesse2008-04-021-16/+180
* Rework EmpathyChat's API, it is now a subclass of GtkBin.xclaesse2008-04-027-447/+293
* Move window's glade to empathy-chat-window.glade. Reorder empathy-chat-window.cxclaesse2008-04-021-473/+0
* Fix some coding style and move group chat glade into empathy-chat.gladexclaesse2008-04-022-44/+120
* Remove unimplementer and not used APIxclaesse2008-04-021-1/+0
* Add empathy_chat_new and don't use empathy_group/private_* in empathy.cxclaesse2008-04-022-1/+7
* Remove vtable and add info as properties. Reorder empathy-chat.c to not decla...xclaesse2008-04-022-573/+493
* Remove deleted files from Makefile.amxclaesse2008-04-021-5/+0
* Remove group/private chat, will unify in empathy-chat.chxclaesse2008-04-025-1315/+0
* Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz).xclaesse2008-03-275-0/+232
* Better detection of backlog to avoid droping messagesxclaesse2008-03-261-28/+42
* Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste Mille-Mat...xclaesse2008-03-255-0/+561
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...xclaesse2008-03-1713-27/+92
* fix indentationxclaesse2008-03-161-2/+1
* Remove empathy_chat_present from header, it's not implemented anymorexclaesse2008-03-161-1/+0
* Cleanup a bit previous commitxclaesse2008-03-141-15/+17
* Confirmation dialog on remove contact/group. Fixes bug #519946 (Bruno Dusausoy).xclaesse2008-03-141-6/+57
* Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contactxclaesse2008-03-143-109/+17
* Move modules that make no sense to be used in other applicaton from libempath...xclaesse2008-03-1436-10238/+148
* Remove the select all entry for nowxclaesse2008-03-111-14/+0
* Use more stock menu entries and fix a separatorxclaesse2008-03-111-12/+3
* Convert another glade file to glade3xclaesse2008-03-111-524/+313
* Use stock menu entriesxclaesse2008-03-112-40/+27
* Convert glade file to glade3 to minimize future deltaxclaesse2008-03-1116-6509/+4099
* Remove useless libtelepathy headersxclaesse2008-03-113-4/+0
* Fix warnings if finalizing a disconnected EmpathyGroupChatxclaesse2008-03-111-2/+6
* Implement _set_propertyxclaesse2008-03-111-1/+1
* Fix usage of property iface and make use of it to get chatroom topic.xclaesse2008-03-111-55/+48
* Continue property stuffxclaesse2008-03-111-1/+6
* Remove useless empathy_contact_run_until_ready and use tp_strdiff instead of ...xclaesse2008-03-111-5/+2
* Simplify !(a==b) to a!=bxclaesse2008-03-111-1/+1
* Make sure we don't expect contact id and handle to be directly ready. Add som...xclaesse2008-03-1111-36/+39
* Fix droping a contact to the chat window.xclaesse2008-03-111-21/+6
* Fix compilation and usage of GErrorxclaesse2008-03-111-2/+2
* Fix leaksxclaesse2008-03-111-10/+11
* Avoid dup the url string if not needed.xclaesse2008-03-111-15/+11
* Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecc...xclaesse2008-03-112-25/+41
* Fix a leak and simplify account_chooser_set_account_foreach.xclaesse2008-03-111-4/+7
* By default display all the favorite rooms in the favorite room dialog. Fixes ...xclaesse2008-03-111-1/+1
* Never show avatars in compact mode. Fixes #475789 (Marco Barisione).xclaesse2008-03-111-1/+5
* Fix indentationxclaesse2008-03-111-1/+2
* Swap the 'Show avatars' and 'Compact mode' check boxesMarco Barisione2008-03-101-7/+7
* Set to unsensitive the 'Show avatars' option when using compact mode. Fixes b...Marco Barisione2008-03-101-7/+33
* Reset block event time to 1sec, messages are not blocked anymorexclaesse2008-03-091-1/+1
* Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now.xclaesse2008-03-091-23/+0
* Queue received messages until the sender got his alias.xclaesse2008-03-092-21/+5
* Reduce block events time, this is still a ugly hack but better fix is too dan...xclaesse2008-03-081-1/+1
* If the main window already exists show it using empathy_window_present() inst...xclaesse2008-03-081-1/+1
* Move the "Close" button after the other ones in the favourite rooms dialog. F...xclaesse2008-03-081-7/+7
* Add an advanced expander in the generic setting widget. Fixes bug #466521 (Ma...xclaesse2008-03-083-17/+117
* Remember correctly the window position and size when using tabs in the chat w...xclaesse2008-03-082-25/+33
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.xclaesse2008-03-042-3/+4
* Install missing glade files and add them in POTFILESxclaesse2008-03-031-0/+2
* Update collabora copyright to 2008xclaesse2008-03-0325-25/+25
* Add filter for incoming calls so the status icon blink instead of popup direc...xclaesse2008-02-271-6/+119
* libempathy-gtk/libempathy-gtk.pc.in: fix name of the libraryxclaesse2008-02-261-1/+1
* Make use of generated code for using stream engine.xclaesse2008-02-261-6/+6
* Fix typo in APIxclaesse2008-02-212-6/+6
* Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana).xclaesse2008-02-204-0/+566
* Remove "override server settings" frame in ICQ widget.xclaesse2008-02-201-256/+373
* Add GUI to configure ICQ accounts. Fixes bug #513673 (Andreas Henriksson).xclaesse2008-02-204-0/+296
* 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-2/+2219
|\ \
| * | rename empathy_irc_network_add_server to empathy_irc_network_append_serverGuillaume Desmottes2008-02-182-2/+2
| * | no need to get label widgets anymoreGuillaume Desmottes2008-02-181-7/+0
| * | check if network != NULL before trying to set its charsetGuillaume Desmottes2008-02-171-1/+2
| * | set irc network dialog as visiable in the glade file so we don't have to call...Guillaume Desmottes2008-02-172-3/+2
| * | use gtk_list_store_insert_with_values instead of gtk_list_store_append + gtk_...Guillaume Desmottes2008-02-172-15/+25
| * | fallback to DATADIR if global networks file wasn't found in UNINSTALLED_IRC_DIRGuillaume Desmottes2008-02-171-0/+6
| * | remove GtkSizeGroupGuillaume Desmottes2008-02-171-11/+0
| * | rename account_widget_irc_button_network_clicked_cb to account_widget_irc_but...Guillaume Desmottes2008-02-171-3/+4
| * | add tooltips to add/edit/remove network buttonsGuillaume Desmottes2008-02-171-140/+143
| * | totem-subtitle-encoding.c: change license to LPGLGuillaume Desmottes2008-02-171-3/+3
| * | Merge commit 'origin/master' into ircGuillaume Desmottes2008-02-179-546/+882
| |\ \
| * | | coding style tweaksGuillaume Desmottes2008-02-172-4/+3
| * | | remove empathy_irc_network_manager_store as saving is now automaticGuillaume Desmottes2008-02-161-1/+0
| * | | document empathy_irc_network_dialog_showGuillaume Desmottes2008-02-111-0/+11
| * | | rename irc_network_dialog_show to empathy_irc_network_dialog_showGuillaume Desmottes2008-02-113-4/+4
| * | | document empathy_account_widget_irc_newGuillaume Desmottes2008-02-111-0/+8
| * | | don't install empathy-irc-network-dialog.h as libempathy-gtk headerGuillaume Desmottes2008-02-111-3/+2
| * | | Merge commit 'xclaesse/ircGeneric' into ircGuillaume Desmottes2008-02-1125-2467/+1529
| |\ \ \
| | * | | Update for new API.Xavier Claessens2008-02-111-2/+1
| | * | | Merge branch 'master' into ircGenericXavier Claessens2008-02-114-94/+48
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Make use of new generic API for account, fullname, password and quit-message ...Xavier Claessens2008-02-111-78/+9
| | * | | Merge branch 'master' into ircGenericXavier Claessens2008-02-1125-2398/+1576
| | |\ \ \
| * | | | | add charset supportGuillaume Desmottes2008-02-112-4/+34
| * | | | | build totem-subtitle-encodingGuillaume Desmottes2008-02-111-2/+4
| * | | | | add totem-subtitle-encoding.[ch] copied from totemGuillaume Desmottes2008-02-112-0/+597
| * | | | | don't hardcode UTF-8 in gladeGuillaume Desmottes2008-02-111-1/+0
| |/ / / /
| * | | | change the network when irc_network_dialog_show is called on an existing dialogGuillaume Desmottes2008-02-101-1/+26
| * | | | remove a debug outputGuillaume Desmottes2008-02-101-4/+0
| * | | | update server buttons sensitive according current selectionGuillaume Desmottes2008-02-101-0/+44
| * | | | reorder servers according the GUIGuillaume Desmottes2008-02-101-23/+39
| * | | | move up/down server in the treeviewGuillaume Desmottes2008-02-101-6/+55
| * | | | set cursor to the address cell when adding a new serverGuillaume Desmottes2008-02-101-7/+16
| * | | | expand the port columnGuillaume Desmottes2008-02-101-0/+4
| * | | | implement new networkGuillaume Desmottes2008-02-081-8/+37
| * | | | factor out server params settingGuillaume Desmottes2008-02-081-81/+54
| * | | | remove the New.. entry from the comboboxGuillaume Desmottes2008-02-081-110/+41
| * | | | add a add-network buttonGuillaume Desmottes2008-02-082-133/+162
| * | | | remove the account from EmpathyIrcNetwork as we don't use itGuillaume Desmottes2008-02-083-11/+3
| * | | | update server, port and ssl settingsGuillaume Desmottes2008-02-081-1/+40
| * | | | update network name from treeview when network dialog is closedGuillaume Desmottes2008-02-081-2/+29
| * | | | add 2 TODOGuillaume Desmottes2008-02-082-0/+2
| * | | | rename irc_network_dialog to dialogGuillaume Desmottes2008-02-081-10/+10
| * | | | change EmpathyIrcNetworkDialog API to fit general dialog APIGuillaume Desmottes2008-02-083-37/+41
| * | | | set EmpathyAccountWidgetIrc to its own moduleGuillaume Desmottes2008-02-084-362/+441
| * | | | set irc network dialog transient and modalGuillaume Desmottes2008-02-081-3/+11
| * | | | Move networks model populing to account_widget_irc_setup so we don't have to ...Guillaume Desmottes2008-02-081-51/+59
| * | | | gtk_tree_model_get args have to be terminated by -1 not NULLGuillaume Desmottes2008-02-081-1/+1
| * | | | implement add/remove serversGuillaume Desmottes2008-02-081-16/+95
| * | | | allow to edit network's nameGuillaume Desmottes2008-02-081-0/+16
| * | | | allow to edit servers settingsGuillaume Desmottes2008-02-081-1/+104
| * | | | display servers info in the treeviewGuillaume Desmottes2008-02-081-0/+20
| * | | | IRC widget: Create the servers storeGuillaume Desmottes2008-02-051-7/+76
| * | | | don't hardcode user's networks fileGuillaume Desmottes2008-02-041-3/+7
| * | | | move irc-networks.xml to libempathyGuillaume Desmottes2008-02-041-24/+0
| * | | | IRC widget: don't hardcode user's networks file pathGuillaume Desmottes2008-02-041-2/+12
| * | | | add libempathy-gtk/irc-networks.xmlGuillaume Desmottes2008-02-041-0/+24
| * | | | IRC widget: destroy edit network dialog when closing the windowGuillaume Desmottes2008-02-041-0/+8
| * | | | IRC widget: display edit network dialogGuillaume Desmottes2008-02-042-133/+216
| * | | | IRC widget: properly remove the networkGuillaume Desmottes2008-02-031-6/+17
| * | | | IRC widget: start to implement network removalGuillaume Desmottes2008-02-031-1/+22
| * | | | IRC widget: add network to the network mgr when we create a new oneGuillaume Desmottes2008-02-031-0/+1
| * | | | create a new network if there is already a configured account using an unknow...Guillaume Desmottes2008-02-031-33/+55
| * | | | IRC widget: set port and ssl param tooGuillaume Desmottes2008-02-031-3/+18
| * | | | set server paramGuillaume Desmottes2008-02-021-5/+28
| * | | | IRC widget: select the networkGuillaume Desmottes2008-02-021-0/+28
| * | | | IRC widget: get charset paramGuillaume Desmottes2008-02-021-0/+2
| * | | | IRC widget: find network using srv addressGuillaume Desmottes2008-02-021-0/+19
| * | | | IRC widget: save password settingGuillaume Desmottes2008-02-021-0/+5
| * | | | remove old rotten codeGuillaume Desmottes2008-02-021-60/+2
| * | | | IRC widget: save settingsGuillaume Desmottes2008-02-021-16/+51
| * | | | setup IRC account widgetGuillaume Desmottes2008-02-011-59/+26
| * | | | some code cleanupGuillaume Desmottes2008-01-271-9/+16
| * | | | remove useless function declarationsGuillaume Desmottes2008-01-261-40/+0
| * | | | remove the network id from the storeGuillaume Desmottes2008-01-261-15/+21
| * | | | remove debug printGuillaume Desmottes2008-01-251-2/+0
| * | | | empathy-account-widget-irc: instantiate the IRC network managerGuillaume Desmottes2008-01-251-18/+27
| * | | | fix copyright and relicense IRC files to LGPLGuillaume Desmottes2008-01-252-22/+24
| * | | | Merge branch 'master' into ircGuillaume Desmottes2008-01-2546-1715/+1681
| |\ \ \ \
| * \ \ \ \ Merge branch 'irc' of git+ssh://projects.collabora.co.uk/home/cassidy/public_...Guillaume Desmottes2008-01-069-238/+161
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into ircGuillaume Desmottes2008-01-069-238/+161
| | |\ \ \ \ \
| * | | | | | | update build system according new location of IRC objectsGuillaume Desmottes2008-01-061-8/+2
| * | | | | | | move empathy-irc-network-manager, empathy-irc-network and empathy-irc-server ...Guillaume Desmottes2008-01-066-1088/+0
| |/ / / / / /
| * | | | | | Merge branch 'master' into ircGuillaume Desmottes2007-12-2813-823/+420
| |\ \ \ \ \ \
| | * | | | | | Simplify chat theme systemXavier Claessens2007-12-2812-802/+405
| | * | | | | | Simplify contact_list_view_cell_set_background()Xavier Claessens2007-12-281-21/+15
| * | | | | | | empathy-accounts-dialog: use empathy-account-widget-irc when neededGuillaume Desmottes2007-12-261-0/+5
| * | | | | | | build/install IRC account files/dataGuillaume Desmottes2007-12-261-2/+11
| * | | | | | | add empathy-account-widget-irc.[ch]Guillaume Desmottes2007-12-262-0/+480
| * | | | | | | add empathy-account-widget-irc.[ch]Guillaume Desmottes2007-12-262-0/+564
| * | | | | | | add empathy-irc-network.[ch]Guillaume Desmottes2007-12-262-0/+271
| * | | | | | | add empathy-irc-server.[ch]Guillaume Desmottes2007-12-262-0/+253
| * | | | | | | add empathy-account-widget-irc.gladeGuillaume Desmottes2007-12-261-0/+424
| |/ / / / / /
* | | | | | / accounts-dialog: swap the create and previous buttonGuillaume Desmottes2008-02-181-15/+15
| |_|_|_|_|/ |/| | | | |
* | | | | | Wait a bit before displaying pending messages of a chat to have a chance to g...xclaesse2008-02-161-7/+31
* | | | | | Block events messages when the chat is connecting to a new Text channel. Fixe...xclaesse2008-02-164-21/+48
* | | | | | Create avatar pixbuf only if the theme shows avatarsxclaesse2008-02-161-7/+8
* | | | | | Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.xclaesse2008-02-153-511/+792
* | | | | | Call gtk_window_deiconify() when presenting a window because in some cases th...xclaesse2008-02-151-0/+3
| |_|_|_|/ |/| | | |
* | | | | Fix a bug when unset portxclaesse2008-02-111-6/+4
* | | | | Change a bit the generic account setting API.xclaesse2008-02-114-88/+44
| |_|_|/ |/| | |
* | | | Add a generic UI to make easy building UI for protocol specific settings. Por...xclaesse2008-02-1113-1172/+633
* | | | Force a larger account treeview.xclaesse2008-02-101-577/+346
* | | | Generate marshal.list thanks to gabble black magic.xclaesse2008-02-104-4/+26
* | | | Do not export symbols outside the empathy_ namespace.xclaesse2008-02-105-5/+4
* | | | Mark some private symbols as staticxclaesse2008-02-101-6/+6
* | | | Set a title to the enable column in account dialogxclaesse2008-02-101-7/+8
* | | | Put the toggle cell to enable/disable account in a separate column. Fixes bug...xclaesse2008-02-101-5/+7
* | | | Change new message dialog to new conversation and make possible to do voip call.xclaesse2008-02-096-562/+485
* | | | Move nickname to the main section of account setting UI and do not set automa...xclaesse2008-02-081-63/+64
| |_|/ |/| |
* | | Remove EmpathyPresence object and have "presence" and "presence-message" prop...xclaesse2008-01-258-65/+35
* | | Add a public method to change the contact showed.xclaesse2008-01-242-0/+25
* | | Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...xclaesse2008-01-2314-12/+474
* | | Try to load dtd and glade files from the srcdir first to aboid having to inst...xclaesse2008-01-231-1/+9
* | | Change "Edit account details" to "Edit account" because it gets too long in l...xclaesse2008-01-231-1/+1
* | | Move empathy-contact-groups to libempathy, it has nothing to do in -gtkxclaesse2008-01-215-350/+2
* | | Move empathy-status-presets to libempathy, nothing to do with GTKxclaesse2008-01-216-473/+2
* | | Replace Enable/Disable button by a toggle cell in the account treeview. Fixes...xclaesse2008-01-212-267/+156
* | | Respect CALL feature when clicking on the contact list's microphone iconxclaesse2008-01-211-0/+4
* | | Do not take show_groups in empathy_contact_list_store_newxclaesse2008-01-214-7/+4
* | | Add a property to have or not groups on EmpathyContactListStorexclaesse2008-01-214-39/+153
* | | Add a features property on EmpathyContactListView to enable/disable each action.xclaesse2008-01-215-124/+196
* | | Add a program to show chat logsxclaesse2008-01-202-6/+8
* | | Add a cancel button on the custom message diaogxclaesse2008-01-202-12/+36
* | | Fix a leak: unref the GtkListStore for presets messagesxclaesse2008-01-201-0/+2
* | | Fix alignment of entry boxes in jabber account widgetxclaesse2008-01-202-218/+216
* | | Unset account parameter if user gives an empthy value.xclaesse2008-01-192-8/+36
* | | Remove useless function declarationsxclaesse2008-01-194-50/+0
* | | Add shortcuts to jabber settingsxclaesse2008-01-191-5/+6
* | | New UI for Jabber accounts, gabble >= 0.7.2 is required. Fixes bug #507840.xclaesse2008-01-192-117/+283
* | | Fix state order to have offline contacts last. Fixes bug #509906.xclaesse2008-01-181-1/+27
* | | Show/Hide main window when chaning corresponding gcong key.xclaesse2008-01-171-0/+18
* | | Do not set MAIN_WINDOW_HIDDEN gconf key if not neededxclaesse2008-01-171-8/+12
* | | Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespacexclaesse2008-01-163-26/+26
* | | Change EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVATAR_CHOOSERxclaesse2008-01-162-7/+7
* | | Use O instead of 0 for smileys face-angel and face-surprise. Fixes bug #508520.xclaesse2008-01-141-2/+2
* | | Change "Autoconnect on startup" to "Automatically connect on startup".xclaesse2008-01-131-643/+1061
* | | Add option in preference to automatically connect at startup. Fixes bug #4998...xclaesse2008-01-123-1043/+650
| |/ |/|
* | Fix setting avatar. (Sjoerd Simons)xclaesse2008-01-051-1/+1
* | Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).xclaesse2008-01-021-0/+7
* | Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c...xclaesse2008-01-024-52/+7
* | Removed translatable property on stock labels.claudep2007-12-311-2/+2