summaryrefslogtreecommitdiff
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate define in header.Xavier Claessens2008-04-201-2/+0
* Don't resize the window when a contact list appear if it's already big enough.Xavier Claessens2008-04-201-9/+13
* Rework the way chat window is resized when the contact list appear/disappear....Xavier Claessens2008-04-202-8/+23
* Make possible to show "ghelp:" URIs and display a dialog in case of error in ...Xavier Claessens2008-04-191-9/+20
* Fix acknoledge of messagesXavier Claessens2008-04-191-7/+5
* Hide password from debug messages.Xavier Claessens2008-04-181-1/+2
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-172-0/+15
* Escape text in strings using Pango markup. Fixes bug #528529 (Frederic Peters).Xavier Claessens2008-04-173-3/+4
* glade property for i18n comments in "comments" and not "comment"Xavier Claessens2008-04-171-2/+2
* 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
* 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
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).Xavier Claessens2008-04-167-100/+180
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-1518-18/+18
* 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
* Various fixes for chatsXavier Claessens2008-04-142-2/+58
* "registrar" misspelled Fixes bug #527876 (Frederic Peters).Xavier Claessens2008-04-131-1/+1
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-133-14/+9
* Fix crash crash when opening a chat with the keyboard Fixes bug #527713 (Fred...Xavier Claessens2008-04-131-1/+1
* Add some comments for translators. Fixes bug #496309 (Andre Klapper).Xavier Claessens2008-04-1111-14/+14
* 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-113-9/+9
* Remove unused includesXavier Claessens2008-04-111-1/+0
* Update for new APIXavier Claessens2008-04-111-3/+1
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...Xavier Claessens2008-04-091-1/+1
* Remove invisible_char property to let GTK use the default.Xavier Claessens2008-04-047-22/+0
* Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson).Xavier Claessens2008-04-025-0/+235
* 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-022-5/+47
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-022-133/+19
* Add a tooltip property on EmpathyChatXavier Claessens2008-04-022-55/+110
* Build UI from gladeXavier Claessens2008-04-021-16/+180
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-027-447/+293
* Move window's glade to empathy-chat-window.glade. Reorder empathy-chat-window.cXavier Claessens2008-04-021-473/+0
* 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-022-1/+7
* 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
* Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz).Xavier Claessens2008-03-275-0/+232
* Better detection of backlog to avoid droping messagesXavier Claessens2008-03-251-28/+42
* Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste Mille-Mat...Xavier Claessens2008-03-255-0/+561
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-1613-27/+92