aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Collapse)AuthorAgeFilesLines
* don't list profiles twice. (closes: #548578)Frederic Peters2008-08-211-1/+10
| | | | svn path=/trunk/; revision=1364
* Use "Yahoo ID" instead of "Login ID" for Yahoo accounts. (closes: #548693)Frederic Peters2008-08-211-1/+1
| | | | svn path=/trunk/; revision=1363
* don't let label text be selected in contact tooltip (closes: #546568)Frederic Peters2008-08-203-4/+14
| | | | svn path=/trunk/; revision=1360
* check there is an account before accessing it; prevents a segfault when callingFrederic Peters2008-08-201-1/+3
| | | | | | up the 'previous conversations' dialog and there is no account configured. svn path=/trunk/; revision=1359
* Do not display MSN Haze if butterfly is installedXavier Claessens2008-08-191-2/+14
| | | | svn path=/trunk/; revision=1350
* Rephrase sentence in edit contact dialog; fixes bug #547326.Frederic Peters2008-08-121-1/+1
| | | | svn path=/trunk/; revision=1324
* Do not use mission_control_request_channel as we don't use MC's dispatcher ↵Xavier Claessens2008-08-071-6/+10
| | | | | | anymore. Fixes bug #529084. svn path=/trunk/; revision=1311
* Use a GtkMessageDialog instead of GtkDialog for remove confirmation diaog of ↵Xavier Claessens2008-08-061-21/+12
| | | | | | contact/group. svn path=/trunk/; revision=1308
* Fix translators complains about ambigous strings. Fixes bug #546154.Xavier Claessens2008-08-043-164/+135
| | | | svn path=/trunk/; revision=1291
* Mark "Add group" translatable. Fixes bug #544964 (Milo Casagrande).Xavier Claessens2008-08-011-1/+1
| | | | svn path=/trunk/; revision=1277
* rename glade screenname entry widget to match empathy-account-widget.c ↵Xavier Claessens2008-07-301-2/+2
| | | | | | (Elliot Fairweather) svn path=/trunk/; revision=1274
* Add a comment for the usage of row_activated class method and optimise a bit ↵Xavier Claessens2008-07-151-8/+9
| | | | | | that method. svn path=/trunk/; revision=1256
* Prevent to start a chat when activating a row with an eventXavier Claessens2008-07-151-9/+9
| | | | svn path=/trunk/; revision=1255
* Remove a FIXME, seems to work perfectly now.Xavier Claessens2008-07-151-4/+0
| | | | svn path=/trunk/; revision=1254
* Move the event manager to src/Xavier Claessens2008-07-155-759/+3
| | | | svn path=/trunk/; revision=1253
* Remove the contact pending event when the contact is not pending anymore.Xavier Claessens2008-07-151-2/+14
| | | | svn path=/trunk/; revision=1252
* Fix compile errorXavier Claessens2008-07-151-1/+1
| | | | svn path=/trunk/; revision=1251
* Fix reviewer complainsXavier Claessens2008-07-151-2/+8
| | | | svn path=/trunk/; revision=1250
* Remove an empty lineXavier Claessens2008-07-151-1/+0
| | | | svn path=/trunk/; revision=1249
* Activate the event when clicking on the contact list.Xavier Claessens2008-07-151-8/+23
| | | | svn path=/trunk/; revision=1248
* Blink the status icon when a contact has an event.Xavier Claessens2008-07-152-2/+199
| | | | svn path=/trunk/; revision=1247
* Add the contact from who the event comes in the EmpathyEvent struct.Xavier Claessens2008-07-152-16/+21
| | | | svn path=/trunk/; revision=1246
* Add empathy_event_manager_get_eventsXavier Claessens2008-07-152-0/+15
| | | | svn path=/trunk/; revision=1245
* Move event code from EmpathyStatusIcon to EmpathyEventManagerXavier Claessens2008-07-153-2/+507
| | | | svn path=/trunk/; revision=1244
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)Jonny Lamb2008-07-154-1517/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1234
* Fix leaked accounts. mc_accounts_list ref all accounts.Xavier Claessens2008-07-141-4/+7
| | | | svn path=/trunk/; revision=1226
* Reverse order of buttons on the dialog box to delete a contact (or a group). ↵Xavier Claessens2008-07-141-1/+1
| | | | | | Fixes bug #542196 (Gaëtan Podevijn). svn path=/trunk/; revision=1225
* Do not popup the Save As menu if the contact has no avatar.Xavier Claessens2008-07-091-0/+4
| | | | svn path=/trunk/; revision=1219
* Fix some coding styleXavier Claessens2008-07-091-59/+33
| | | | svn path=/trunk/; revision=1218
* empathy-contact-widget: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-092-371/+383
| | | | svn path=/trunk/; revision=1216
* empathy-contact-widget: use gtk_image_menu_item_new_from_stock (Guillaume ↵Xavier Claessens2008-07-091-4/+2
| | | | | | Desmottes) svn path=/trunk/; revision=1215
* switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-092-437/+467
| | | | svn path=/trunk/; revision=1213
* use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)Xavier Claessens2008-07-091-1/+1
| | | | svn path=/trunk/; revision=1212
* Add an option to save avatar to disk. Fixes bug #541431 (Guillaume Desmottes)Xavier Claessens2008-07-091-0/+152
| | | | svn path=/trunk/; revision=1211
* Made the Close button the default widget in the contact edit dialog. (Jonny ↵Jonny Lamb2008-07-082-0/+4
| | | | | | | | | | | | | Lamb) Having this Close button the default widget in the contact edit dialog allows one to enter/edit a contact's alias, and press return when finished, instead of TABing one's to Close, or worse, having to use the mouse! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1207
* Made account removal confirmation dialog modal. (Jonny Lamb)Jonny Lamb2008-07-081-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1206
* Added support for the chat window to show the avatar as the icon. Fixes bug ↵Jonny Lamb2008-07-081-0/+1
| | | | | | | | #526892 (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1205
* Fix gtk_check_version usage, it returns NULL when version is OK.Xavier Claessens2008-07-051-1/+1
| | | | svn path=/trunk/; revision=1198
* Use function to check GTK+ version instead of mangling directly. Fixes bug ↵Xavier Claessens2008-07-051-1/+1
| | | | | | #537249 (Ross Burton). svn path=/trunk/; revision=1197
* Prepend "mailto:" to urls containing a "@".Xavier Claessens2008-07-051-5/+9
| | | | svn path=/trunk/; revision=1196
* Unref profile and improve a bit default account domain code.Xavier Claessens2008-07-041-18/+14
| | | | svn path=/trunk/; revision=1194
* Automatically add default account domain where appropriate. Fixes bug ↵Jonny Lamb2008-07-041-2/+24
| | | | | | | | #534425 (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1193
* Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ↵Jonny Lamb2008-07-042-3/+12
| | | | | | | | | | | | | Lamb). When a connection fails, a box in the main window appears with an "Edit Account" button. Clicking this button takes you to the account editor, but does nothing else. This patch moves the selection to the bugged account, for convenience. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1192
* Set an smiley icon for the "Insert smiley" menu item.Xavier Claessens2008-07-041-1/+4
| | | | svn path=/trunk/; revision=1191
* Set an icon for the spellcheck menu itemXavier Claessens2008-07-041-1/+5
| | | | svn path=/trunk/; revision=1190
* Remove useless empty lines in chat_input_populate_popup_cb.Xavier Claessens2008-07-041-28/+16
| | | | svn path=/trunk/; revision=1189
* Added Send menu item to the chat input menu. Fixes bug #532622 (Jonny Lamb).Jonny Lamb2008-07-041-1/+22
| | | | | | | | This allows users to send messages by just using the mouse. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1188
* Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug ↵Xavier Claessens2008-06-081-1/+1
| | | | | | #537129 (Cosimo Cecchi). svn path=/trunk/; revision=1152
* Only display tooltip on the contact list if running with GTK >= 2.12.10.Xavier Claessens2008-06-031-0/+5
| | | | svn path=/trunk/; revision=1139
* Do not ref tooltip_widget otherwise it never gets destroyed.Xavier Claessens2008-06-021-24/+6
| | | | svn path=/trunk/; revision=1133
* gtk_widget_set_has_tooltip can't take a value >1 even if it's still TRUEXavier Claessens2008-05-301-2/+3
| | | | svn path=/trunk/; revision=1132
* Set a tooltip on contact list view showing EmpathyContactWidget informationXavier Claessens2008-05-302-11/+80
| | | | svn path=/trunk/; revision=1131
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, ↵Xavier Claessens2008-05-283-3/+2
| | | | | | tokens are not garanteed to be different. svn path=/trunk/; revision=1128
* Do not add a separator on the contact menu if there is no remove feature.Xavier Claessens2008-05-221-3/+2
| | | | svn path=/trunk/; revision=1117
* Add help button on accounts dialog. Fixes bug #533732 (Milo Casagrande).Xavier Claessens2008-05-212-8/+32
| | | | svn path=/trunk/; revision=1114
* Do not use statis pointer for MenuPopupData because it get freed.Xavier Claessens2008-05-191-5/+6
| | | | svn path=/trunk/; revision=1112
* No need of an idle callback forkey mXavier Claessens2008-05-191-6/+5
| | | | svn path=/trunk/; revision=1111
* Little cleanupXavier Claessens2008-05-191-9/+5
| | | | svn path=/trunk/; revision=1110
* Popup context menu when menu key is pressed. Fixes bug #531414 (Baptiste ↵Xavier Claessens2008-05-191-0/+23
| | | | | | Mille-Mathias). svn path=/trunk/; revision=1109
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-183-7/+10
| | | | svn path=/trunk/; revision=1108
* sync totem-subtitle-encoding.c with totem as the file was properly ↵Xavier Claessens2008-05-141-9/+9
| | | | | | relicensed (Guillaume Desmottes) svn path=/trunk/; revision=1099
* Do not try to remove duplicate backlog from archives and server. Fixes bug ↵Xavier Claessens2008-05-081-34/+3
| | | | | | #523918. svn path=/trunk/; revision=1088
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-0632-148/+139
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Make use of tp-glib debug system.Xavier Claessens2008-05-0125-218/+152
| | | | svn path=/trunk/; revision=1066
* Hide contact list when text channel is destroyed.Xavier Claessens2008-04-281-18/+21
| | | | svn path=/trunk/; revision=1057
* Correct string hyphenation. Fix bug #529436 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-272-3/+3
| | | | svn path=/trunk/; revision=1054
* Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-271-1/+1
| | | | svn path=/trunk/; revision=1052
* Do not give a struct as a parameter by value. (Alban Crequy).Xavier Claessens2008-04-254-16/+16
| | | | svn path=/trunk/; revision=1047
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-255-248/+260
| | | | svn path=/trunk/; revision=1046
* Setup contact submenu in chat window.Xavier Claessens2008-04-252-0/+49
| | | | svn path=/trunk/; revision=1045
* Simplify input resizeXavier Claessens2008-04-251-139/+29
| | | | svn path=/trunk/; revision=1044
* Do not create the contact list if it's not displayed.Xavier Claessens2008-04-251-17/+21
| | | | svn path=/trunk/; revision=1042
* Reorder functions to not have to declare them on top.Xavier Claessens2008-04-251-668/+564
| | | | svn path=/trunk/; revision=1041
* Move contact menu code to its own module.Xavier Claessens2008-04-254-285/+401
| | | | svn path=/trunk/; revision=1040
* Remove conditional build of VOIP.Xavier Claessens2008-04-243-22/+0
| | | | svn path=/trunk/; revision=1038
* Do not apply different theme to chat and chatroomsXavier Claessens2008-04-234-63/+2
| | | | svn path=/trunk/; revision=1033
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-231-14/+32
| | | | svn path=/trunk/; revision=1032
* Cleanup the spell code.Xavier Claessens2008-04-222-19/+22
| | | | svn path=/trunk/; revision=1031
* Use enchant instead of aspell. Fixes bug #460624 (Frederic Peters).Xavier Claessens2008-04-221-72/+66
| | | | svn path=/trunk/; revision=1030
* Remove duplicate define in header.Xavier Claessens2008-04-211-2/+0
| | | | svn path=/trunk/; revision=1020
* Don't resize the window when a contact list appear if it's already big enough.Xavier Claessens2008-04-211-9/+13
| | | | svn path=/trunk/; revision=1016
* Rework the way chat window is resized when the contact list ↵Xavier Claessens2008-04-212-8/+23
| | | | | | appear/disappear. Fixes bug #528229. svn path=/trunk/; revision=1013
* Make possible to show "ghelp:" URIs and display a dialog in case of error in ↵Xavier Claessens2008-04-201-9/+20
| | | | | | empathy_url_show. Use that to show empathy's doc. svn path=/trunk/; revision=996
* Fix acknoledge of messagesXavier Claessens2008-04-201-7/+5
| | | | svn path=/trunk/; revision=966
* Hide password from debug messages.Xavier Claessens2008-04-191-1/+2
| | | | svn path=/trunk/; revision=964
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-182-0/+15
| | | | svn path=/trunk/; revision=962
* Escape text in strings using Pango markup. Fixes bug #528529 (Frederic Peters).Xavier Claessens2008-04-173-3/+4
| | | | svn path=/trunk/; revision=959
* glade property for i18n comments in "comments" and not "comment"Xavier Claessens2008-04-171-2/+2
| | | | svn path=/trunk/; revision=957
* 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
| | | | | | Fixes bug #528287. svn path=/trunk/; revision=955
* stun-server and stun-port sensibility is the opposit: They are sensitive if ↵Xavier Claessens2008-04-161-7/+5
| | | | | | discover-stun is disabled. svn path=/trunk/; revision=951
* Remove most SIP settings since they are impossible to understand.Xavier Claessens2008-04-162-321/+58
| | | | svn path=/trunk/; revision=950
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).Xavier Claessens2008-04-167-100/+180
| | | | svn path=/trunk/; revision=948
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-1518-18/+18
| | | | svn path=/trunk/; revision=946
* fix bug #526374.Xavier Claessens2008-04-141-40/+17
| | | | svn path=/trunk/; revision=943
* Fix bug #525084.Xavier Claessens2008-04-141-1/+2
| | | | svn path=/trunk/; revision=942
* Fix bug #526145.Xavier Claessens2008-04-141-0/+7
| | | | svn path=/trunk/; revision=941
* Show/Hide contact list if we have/haven't a remote_contact.Xavier Claessens2008-04-141-0/+27
| | | | svn path=/trunk/; revision=940
* Various fixes for chatsXavier Claessens2008-04-142-2/+58
| | | | svn path=/trunk/; revision=938
* "registrar" misspelled Fixes bug #527876 (Frederic Peters).Xavier Claessens2008-04-141-1/+1
| | | | svn path=/trunk/; revision=933
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-133-14/+9
| | | | svn path=/trunk/; revision=932
* Fix crash crash when opening a chat with the keyboard Fixes bug #527713 ↵Xavier Claessens2008-04-131-1/+1
| | | | | | (Frederic Peters). svn path=/trunk/; revision=931
* Add some comments for translators. Fixes bug #496309 (Andre Klapper).Xavier Claessens2008-04-1211-14/+14
| | | | svn path=/trunk/; revision=929
* Use audio-input-microphone for the mic imageXavier Claessens2008-04-112-2/+2
| | | | svn path=/trunk/; revision=923
* We can't use *_run_* API from dbus signal cb or method implementation. To ↵Xavier Claessens2008-04-113-9/+9
| | | | | | avoid problems move the code to a g_idle cb. svn path=/trunk/; revision=922
* Remove unused includesXavier Claessens2008-04-111-1/+0
| | | | svn path=/trunk/; revision=909
* Update for new APIXavier Claessens2008-04-111-3/+1
| | | | svn path=/trunk/; revision=907
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 ↵Xavier Claessens2008-04-091-1/+1
| | | | | | (Frederic Peters). svn path=/trunk/; revision=881
* Remove invisible_char property to let GTK use the default.Xavier Claessens2008-04-057-22/+0
| | | | svn path=/trunk/; revision=878
* Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson).Xavier Claessens2008-04-025-0/+235
| | | | svn path=/trunk/; revision=860
* Fix a warning: don't set the ui sensitive if it's not yet createdXavier Claessens2008-04-021-3/+5
| | | | svn path=/trunk/; revision=854
* Add contact list and restructure a bit the codeXavier Claessens2008-04-021-60/+101
| | | | svn path=/trunk/; revision=853
* Move create_ui to constructed()Xavier Claessens2008-04-021-37/+45
| | | | svn path=/trunk/; revision=852
* Correctly block eventsXavier Claessens2008-04-021-17/+17
| | | | svn path=/trunk/; revision=851
* Redefine size_request and size_allocation on EmpathyChatClassXavier Claessens2008-04-022-5/+47
| | | | svn path=/trunk/; revision=850
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-022-133/+19
| | | | svn path=/trunk/; revision=846
* Add a tooltip property on EmpathyChatXavier Claessens2008-04-022-55/+110
| | | | svn path=/trunk/; revision=845
* Build UI from gladeXavier Claessens2008-04-021-16/+180
| | | | svn path=/trunk/; revision=841
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-027-447/+293
| | | | svn path=/trunk/; revision=840
* Move window's glade to empathy-chat-window.glade. Reorder empathy-chat-window.cXavier Claessens2008-04-021-473/+0
| | | | svn path=/trunk/; revision=839
* Fix some coding style and move group chat glade into empathy-chat.gladeXavier Claessens2008-04-022-44/+120
| | | | svn path=/trunk/; revision=838
* Remove unimplementer and not used APIXavier Claessens2008-04-021-1/+0
| | | | svn path=/trunk/; revision=837
* Add empathy_chat_new and don't use empathy_group/private_* in empathy.cXavier Claessens2008-04-022-1/+7
| | | | svn path=/trunk/; revision=836
* Remove vtable and add info as properties. Reorder empathy-chat.c to not ↵Xavier Claessens2008-04-022-573/+493
| | | | | | declare func on top. svn path=/trunk/; revision=835
* Remove deleted files from Makefile.amXavier Claessens2008-04-021-5/+0
| | | | svn path=/trunk/; revision=834
* Remove group/private chat, will unify in empathy-chat.chXavier Claessens2008-04-025-1315/+0
| | | | svn path=/trunk/; revision=833
* Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz).Xavier Claessens2008-03-275-0/+232
| | | | svn path=/trunk/; revision=827
* Better detection of backlog to avoid droping messagesXavier Claessens2008-03-261-28/+42
| | | | svn path=/trunk/; revision=825
* Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste ↵Xavier Claessens2008-03-255-0/+561
| | | | | | Mille-Mathias). svn path=/trunk/; revision=823
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵Xavier Claessens2008-03-1713-27/+92
| | | | | | and others in src/ svn path=/trunk/; revision=813
* fix indentationXavier Claessens2008-03-161-2/+1
| | | | svn path=/trunk/; revision=804
* Remove empathy_chat_present from header, it's not implemented anymoreXavier Claessens2008-03-161-1/+0
| | | | svn path=/trunk/; revision=800
* Cleanup a bit previous commitXavier Claessens2008-03-141-15/+17
| | | | svn path=/trunk/; revision=795
* Confirmation dialog on remove contact/group. Fixes bug #519946 (Bruno Dusausoy).Xavier Claessens2008-03-141-6/+57
| | | | svn path=/trunk/; revision=794
* Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contactXavier Claessens2008-03-143-109/+17
| | | | svn path=/trunk/; revision=791
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-1436-10238/+148
| | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789
* Remove the select all entry for nowXavier Claessens2008-03-111-14/+0
| | | | svn path=/trunk/; revision=784
* Use more stock menu entries and fix a separatorXavier Claessens2008-03-111-12/+3
| | | | svn path=/trunk/; revision=783
* Convert another glade file to glade3Xavier Claessens2008-03-111-524/+313
| | | | svn path=/trunk/; revision=782
* Use stock menu entriesXavier Claessens2008-03-112-40/+27
| | | | svn path=/trunk/; revision=781
* Convert glade file to glade3 to minimize future deltaXavier Claessens2008-03-1116-6509/+4099
| | | | svn path=/trunk/; revision=780
* Remove useless libtelepathy headersXavier Claessens2008-03-113-4/+0
| | | | svn path=/trunk/; revision=777
* Fix warnings if finalizing a disconnected EmpathyGroupChatXavier Claessens2008-03-111-2/+6
| | | | svn path=/trunk/; revision=776
* Implement _set_propertyXavier Claessens2008-03-111-1/+1
| | | | svn path=/trunk/; revision=773
* Fix usage of property iface and make use of it to get chatroom topic.Xavier Claessens2008-03-111-55/+48
| | | | svn path=/trunk/; revision=772
* Continue property stuffXavier Claessens2008-03-111-1/+6
| | | | svn path=/trunk/; revision=768
* Remove useless empathy_contact_run_until_ready and use tp_strdiff instead of ↵Xavier Claessens2008-03-111-5/+2
| | | | | | strcmp svn path=/trunk/; revision=757
* Simplify !(a==b) to a!=bXavier Claessens2008-03-111-1/+1
| | | | svn path=/trunk/; revision=756
* Make sure we don't expect contact id and handle to be directly ready. Add ↵Xavier Claessens2008-03-1111-36/+39
| | | | | | some _run_until_ready. svn path=/trunk/; revision=755
* Fix droping a contact to the chat window.Xavier Claessens2008-03-111-21/+6
| | | | svn path=/trunk/; revision=751
* Fix compilation and usage of GErrorXavier Claessens2008-03-111-2/+2
| | | | svn path=/trunk/; revision=741
* Fix leaksXavier Claessens2008-03-111-10/+11
| | | | svn path=/trunk/; revision=739
* Avoid dup the url string if not needed.Xavier Claessens2008-03-111-15/+11
| | | | svn path=/trunk/; revision=738
* Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo ↵Xavier Claessens2008-03-112-25/+41
| | | | | | Cecchi). svn path=/trunk/; revision=737
* Fix a leak and simplify account_chooser_set_account_foreach.Xavier Claessens2008-03-111-4/+7
| | | | svn path=/trunk/; revision=736
* By default display all the favorite rooms in the favorite room dialog. Fixes ↵Xavier Claessens2008-03-111-1/+1
| | | | | | bug #521554 (Marco Barisione). svn path=/trunk/; revision=735
* Never show avatars in compact mode. Fixes #475789 (Marco Barisione).Xavier Claessens2008-03-111-1/+5
| | | | svn path=/trunk/; revision=734
* Fix indentationXavier Claessens2008-03-111-1/+2
| | | | svn path=/trunk/; revision=733
* Merge commit 'bari/disable-avatars-opt-if-compact'Xavier Claessens2008-03-112-14/+40
| | | | svn path=/trunk/; revision=732
* Reset block event time to 1sec, messages are not blocked anymoreXavier Claessens2008-03-091-1/+1
| | | | svn path=/trunk/; revision=715
* Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now.Xavier Claessens2008-03-091-23/+0
| | | | svn path=/trunk/; revision=714
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-092-21/+5
| | | | svn path=/trunk/; revision=713
* Reduce block events time, this is still a ugly hack but better fix is too ↵Xavier Claessens2008-03-081-1/+1
| | | | | | dangerous to merge 2 days before GNOME 2.22.0 svn path=/trunk/; revision=710
* If the main window already exists show it using empathy_window_present() ↵Xavier Claessens2008-03-081-1/+1
| | | | | | instead of gtk_window_present(). Fixes bug #521051 (Marco Barisione). svn path=/trunk/; revision=709
* Move the "Close" button after the other ones in the favourite rooms dialog. ↵Xavier Claessens2008-03-081-7/+7
| | | | | | Fixes bug #520788 (Marco Barisione). svn path=/trunk/; revision=707
* Add an advanced expander in the generic setting widget. Fixes bug #466521 ↵Xavier Claessens2008-03-083-17/+117
| | | | | | (Marco Barisione). svn path=/trunk/; revision=706
* Remember correctly the window position and size when using tabs in the chat ↵Xavier Claessens2008-03-082-25/+33
| | | | | | window. Fixes bug #479534 (Marco Barisione). svn path=/trunk/; revision=705
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.Xavier Claessens2008-03-042-3/+4
| | | | svn path=/trunk/; revision=693
* Install missing glade files and add them in POTFILESXavier Claessens2008-03-031-0/+2
| | | | svn path=/trunk/; revision=690
* Update collabora copyright to 2008Xavier Claessens2008-03-0325-25/+25
| | | | svn path=/trunk/; revision=688
* Add filter for incoming calls so the status icon blink instead of popup ↵Xavier Claessens2008-02-271-6/+119
| | | | | | directly the call window. svn path=/trunk/; revision=676
* libempathy-gtk/libempathy-gtk.pc.in: fix name of the libraryXavier Claessens2008-02-261-1/+1
| | | | svn path=/trunk/; revision=674
* Make use of generated code for using stream engine.Xavier Claessens2008-02-261-6/+6
| | | | svn path=/trunk/; revision=664
* Fix typo in APIXavier Claessens2008-02-212-6/+6
| | | | svn path=/trunk/; revision=659
* Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana).Xavier Claessens2008-02-204-0/+566
| | | | svn path=/trunk/; revision=658
* Remove "override server settings" frame in ICQ widget.Xavier Claessens2008-02-201-256/+373
| | | | svn path=/trunk/; revision=657
* Add GUI to configure ICQ accounts. Fixes bug #513673 (Andreas Henriksson).Xavier Claessens2008-02-204-0/+296
| | | | svn path=/trunk/; revision=656
* Merge commit 'bari/marshalList'Xavier Claessens2008-02-181-1/+1
| | | | svn path=/trunk/; revision=651
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-189-2/+2219
| | | | svn path=/trunk/; revision=649
* Merge commit 'cassidy/accounts-create-order'Xavier Claessens2008-02-181-15/+15
| | | | svn path=/trunk/; revision=648
* Wait a bit before displaying pending messages of a chat to have a chance to ↵Xavier Claessens2008-02-161-7/+31
| | | | | | get alias/avatar. svn path=/trunk/; revision=643
* Block events messages when the chat is connecting to a new Text channel. ↵Xavier Claessens2008-02-164-21/+48
| | | | | | Fixes bug #507515 and #516198. svn path=/trunk/; revision=641
* Create avatar pixbuf only if the theme shows avatarsXavier Claessens2008-02-161-7/+8
| | | | svn path=/trunk/; revision=639
* Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.Xavier Claessens2008-02-153-511/+792
| | | | svn path=/trunk/; revision=632
* Call gtk_window_deiconify() when presenting a window because in some cases ↵Xavier Claessens2008-02-151-0/+3
| | | | | | the WM doesn't it for us (Marco Barisione). svn path=/trunk/; revision=631
* Fix a bug when unset portXavier Claessens2008-02-111-6/+4
| | | | svn path=/trunk/; revision=623
* Change a bit the generic account setting API.Xavier Claessens2008-02-114-88/+44
| | | | svn path=/trunk/; revision=622
* Add a generic UI to make easy building UI for protocol specific settings. ↵Xavier Claessens2008-02-1113-1172/+633
| | | | | | Port empathy-account-widget-*.[ch] to use that API. svn path=/trunk/; revision=621
* Force a larger account treeview.EMPATHY_0_21_90Xavier Claessens2008-02-101-577/+346
| | | | svn path=/trunk/; revision=616
* Generate marshal.list thanks to gabble black magic.Xavier Claessens2008-02-104-4/+26
| | | | svn path=/trunk/; revision=614
* Do not export symbols outside the empathy_ namespace.Xavier Claessens2008-02-105-5/+4
| | | | svn path=/trunk/; revision=613
* Mark some private symbols as staticXavier Claessens2008-02-101-6/+6
| | | | svn path=/trunk/; revision=612
* Set a title to the enable column in account dialogXavier Claessens2008-02-101-7/+8
| | | | svn path=/trunk/; revision=610
* Put the toggle cell to enable/disable account in a separate column. Fixes ↵Xavier Claessens2008-02-101-5/+7
| | | | | | bug #511841 (Carl-Anton Ingmarsson). svn path=/trunk/; revision=609
* Change new message dialog to new conversation and make possible to do voip call.Xavier Claessens2008-02-096-562/+485
| | | | svn path=/trunk/; revision=608
* Move nickname to the main section of account setting UI and do not set ↵Xavier Claessens2008-02-081-63/+64
| | | | | | automatically published name when creating new salut account. Fixes bug #515010 and #515008 (Marco Barisione). svn path=/trunk/; revision=605
* Remove EmpathyPresence object and have "presence" and "presence-message" ↵Xavier Claessens2008-01-258-65/+35
| | | | | | properties directly in EmpathyContact svn path=/trunk/; revision=601
* Add a public method to change the contact showed.Xavier Claessens2008-01-242-0/+25
| | | | svn path=/trunk/; revision=598
* Move empathy-conf to libempathy-gtk. libempathy do not depend directly on ↵Xavier Claessens2008-01-2314-12/+474
| | | | | | gconf anymore. svn path=/trunk/; revision=597
* Try to load dtd and glade files from the srcdir first to aboid having to ↵Xavier Claessens2008-01-231-1/+9
| | | | | | install them each time we change them. svn path=/trunk/; revision=596
* Change "Edit account details" to "Edit account" because it gets too long in ↵Xavier Claessens2008-01-231-1/+1
| | | | | | languages like french. Fixes bug #511048. svn path=/trunk/; revision=595
* Move empathy-contact-groups to libempathy, it has nothing to do in -gtkXavier Claessens2008-01-215-350/+2
| | | | svn path=/trunk/; revision=592
* Move empathy-status-presets to libempathy, nothing to do with GTKXavier Claessens2008-01-216-473/+2
| | | | svn path=/trunk/; revision=591
* Replace Enable/Disable button by a toggle cell in the account treeview. ↵Xavier Claessens2008-01-212-267/+156
| | | | | | Fixes bug #501467. svn path=/trunk/; revision=590
* Respect CALL feature when clicking on the contact list's microphone iconXavier Claessens2008-01-211-0/+4
| | | | svn path=/trunk/; revision=588
* Do not take show_groups in empathy_contact_list_store_newXavier Claessens2008-01-214-7/+4
| | | | svn path=/trunk/; revision=587
* Add a property to have or not groups on EmpathyContactListStoreXavier Claessens2008-01-214-39/+153
| | | | svn path=/trunk/; revision=586
* Add a features property on EmpathyContactListView to enable/disable each action.Xavier Claessens2008-01-215-124/+196
| | | | svn path=/trunk/; revision=585
* Add a program to show chat logsXavier Claessens2008-01-202-6/+8
| | | | svn path=/trunk/; revision=584
* Add a cancel button on the custom message diaogXavier Claessens2008-01-202-12/+36
| | | | svn path=/trunk/; revision=583
* Fix a leak: unref the GtkListStore for presets messagesXavier Claessens2008-01-201-0/+2
| | | | svn path=/trunk/; revision=582
* Fix alignment of entry boxes in jabber account widgetXavier Claessens2008-01-202-218/+216
| | | | svn path=/trunk/; revision=581
* Unset account parameter if user gives an empthy value.Xavier Claessens2008-01-192-8/+36
| | | | svn path=/trunk/; revision=579
* Remove useless function declarationsXavier Claessens2008-01-194-50/+0
| | | | svn path=/trunk/; revision=578
* Add shortcuts to jabber settingsXavier Claessens2008-01-191-5/+6
| | | | svn path=/trunk/; revision=577
* New UI for Jabber accounts, gabble >= 0.7.2 is required. Fixes bug #507840.Xavier Claessens2008-01-192-117/+283
| | | | svn path=/trunk/; revision=576
* Fix state order to have offline contacts last. Fixes bug #509906.Xavier Claessens2008-01-181-1/+27
| | | | svn path=/trunk/; revision=574
* Show/Hide main window when chaning corresponding gcong key.Xavier Claessens2008-01-171-0/+18
| | | | svn path=/trunk/; revision=573
* Do not set MAIN_WINDOW_HIDDEN gconf key if not neededXavier Claessens2008-01-171-8/+12
| | | | svn path=/trunk/; revision=572
* Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespaceXavier Claessens2008-01-163-26/+26
| | | | svn path=/trunk/; revision=563
* Change EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVATAR_CHOOSERXavier Claessens2008-01-162-7/+7
| | | | svn path=/trunk/; revision=562
* Use O instead of 0 for smileys face-angel and face-surprise. Fixes bug #508520.Xavier Claessens2008-01-141-2/+2
| | | | svn path=/trunk/; revision=546
* Change "Autoconnect on startup" to "Automatically connect on startup".Xavier Claessens2008-01-131-643/+1061
| | | | svn path=/trunk/; revision=543
* Add option in preference to automatically connect at startup. Fixes bug ↵Xavier Claessens2008-01-123-1043/+650
| | | | | | #499885 (Carl-Anton Ingmarsson). svn path=/trunk/; revision=539
* Fix setting avatar. (Sjoerd Simons)Xavier Claessens2008-01-051-1/+1
| | | | svn path=/trunk/; revision=530
* Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).Xavier Claessens2008-01-021-0/+7
| | | | svn path=/trunk/; revision=528
* Add convinience functions empathy_chat_with_contact() and ↵Xavier Claessens2008-01-024-52/+7
| | | | | | empathy_chat_with_contact_id() to start a chat with a contact. Make use of it when appropriate. svn path=/trunk/; revision=527
* Removed translatable property on stock labels.Claude Paroz2007-12-311-2/+2
| | | | svn path=/trunk/; revision=523
* Revert "merge git work"Xavier Claessens2007-12-2916-1006/+564
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-2916-564/+1006
| | | | svn path=/trunk/; revision=518
* Chandlers leaves when there is no more channels to handle. Translate call ↵Xavier Claessens2007-12-291-0/+1
| | | | | | window title svn path=/trunk/; revision=514
* Set call window title to contact nameXavier Claessens2007-12-291-0/+18
| | | | svn path=/trunk/; revision=513
* Make empathy_call_window_show return the widgetXavier Claessens2007-12-292-2/+4
| | | | svn path=/trunk/; revision=512
* Wider list of participants in group chat/IRC channel. Fixes bug #447851 ↵Xavier Claessens2007-12-291-181/+121
| | | | | | (Rohit Agrawal). svn path=/trunk/; revision=511
* Simplify chat theme systemXavier Claessens2007-12-2912-802/+405
| | | | svn path=/trunk/; revision=507
* Simplify contact_list_view_cell_set_background()Xavier Claessens2007-12-291-21/+15
| | | | svn path=/trunk/; revision=506
* Merge branch 'ignore'Xavier Claessens2007-12-231-0/+1
| | | | svn path=/trunk/; revision=497
* Check if append_event is implemented by the theme before calling itXavier Claessens2007-12-211-0/+4
| | | | svn path=/trunk/; revision=495
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier ↵Xavier Claessens2007-12-2113-1493/+2646
| | | | | | Claessens). svn path=/trunk/; revision=494
* Do not use gtk-new icon for new chatroom. Fixes bug #490153 (Michael Monreal).Xavier Claessens2007-12-203-27/+2
| | | | svn path=/trunk/; revision=493
* Fix focus and text selection in accounts dialog. Fixes bug #502932.Xavier Claessens2007-12-202-5/+0
| | | | svn path=/trunk/; revision=492
* Simplify empaty_window_present, empathy_window_iconify and ↵Xavier Claessens2007-12-204-54/+80
| | | | | | empathy_window_is_visible stuff svn path=/trunk/; revision=491
* Do not set main window as parent of new conversation window.Xavier Claessens2007-12-201-1/+1
| | | | svn path=/trunk/; revision=490
* Fix build if assertions are disabled. Fixes bug #503609Xavier Claessens2007-12-151-5/+6
| | | | svn path=/trunk/; revision=479
* Cache avatar pixbuf in EmpathyChatView to avoid having a new pixbuf in ↵Xavier Claessens2007-12-131-11/+69
| | | | | | memory for each message a contact sends svn path=/trunk/; revision=475
* Add help menu in chat windowXavier Claessens2007-12-112-0/+68
| | | | svn path=/trunk/; revision=471
* When NM is in sleeping (=disabled) state, do just like if it wasXavier Claessens2007-12-062-25/+0
| | | | | | | | | | | | | 2007-12-06 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-preferences.c: * libempathy-gtk/empathy-preferences.glade: * libempathy/empathy-idle.c: When NM is in sleeping (=disabled) state, do just like if it was connected. Remove option from preference dialog to disabled NM support because NM can be disabled using nm-applet, but let the option in gconf, it can be useful in case of buggy NM. svn path=/trunk/; revision=469
* Add a preference option to disable/enable NM support.Xavier Claessens2007-12-064-12/+75
| | | | | | | | | | | | | | | 2007-12-06 Xavier Claessens <xclaesse@gmail.com> * data/empathy.schemas.in: * libempathy-gtk/empathy-preferences.c: * libempathy-gtk/empathy-preferences.glade: * libempathy-gtk/empathy-preferences.h: * libempathy-gtk/empathy-status-icon.c: * libempathy/empathy-idle.c: * libempathy/empathy-idle.h: Add a preference option to disable/enable NM support. svn path=/trunk/; revision=468
* Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2007-12-037-178/+265
| | | | | | | | | | | | | | | | | | | | 2007-12-03 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat.h: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-group-chat.h: * libempathy-gtk/empathy-private-chat.c: * libempathy-gtk/empathy-private-chat.h: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: * python/pyempathy/pyempathy.defs: * python/pyempathygtk/pyempathygtk.defs: * src/empathy-chat-chandler.c: Cleanup chat objects API and request a new Text channel if account gets reconnected. svn path=/trunk/; revision=461
* Conflicts:Xavier Claessens2007-12-038-295/+301
| | | | | | ChangeLog svn path=/trunk/; revision=455
* Squashed commit of the following:Xavier Claessens2007-12-026-5/+289
| | | | | | | | | | | | | | | | commit a54ce7de2fc09f717f185fbc9b1d29e28cdcc2e7 Author: Xavier Claessens <xclaesse@gmail.com> Date: Sun Dec 2 14:41:27 2007 +0100 Implement New Message on status icon menu too. commit f98dae2e18348db82f1460d4f8fb6ff49dc5fbc2 Author: Xavier Claessens <zdra@zdra-laptop.(none)> Date: Sat Dec 1 00:49:56 2007 +0100 New message dialog svn path=/trunk/; revision=453