aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-new-chatroom-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-2/+3
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+3
* Merge branch 'gnome-3-8'Xavier Claessens2013-06-111-5/+20
|\
| * EmpathyNewChatroomDialog: Do not crash if the CM omitted handle-nameXavier Claessens2013-06-111-0/+6
| * EmpathyNewChatroomDialog: Make sure we use the TpRoomList that correspond to ...Xavier Claessens2013-06-111-3/+12
| * EmpathyNewChatroom: Fix comment to correspond to the realityXavier Claessens2013-06-111-2/+2
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-05-241-6/+6
|\|
| * new-chatroom-dialog: use tp_g_signal_connect_object()Guillaume Desmottes2013-05-241-6/+6
* | Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-6/+4
* | Use a flat namespace for internal includesEmanuele Aina2013-04-011-6/+6
* | Use double quotes for all internal headersEmanuele Aina2013-04-011-6/+6
|/
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-8/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* Use new tp_account_* gettersGuillaume Desmottes2012-07-161-2/+2
* new-chatroom-dialog: set default responseGuillaume Desmottes2012-07-111-0/+2
* coding style fixGuillaume Desmottes2012-05-111-1/+1
* new-chatroom-dialog: use TpRoomListGuillaume Desmottes2012-05-101-103/+76
* Turn EmpathyNewChatroomDialog to a GtkDialog sub-classGuillaume Desmottes2012-05-101-207/+269
* chatroom-dialog: re-order some functionsGuillaume Desmottes2012-05-101-355/+299
* new-chatroom-dialog: port to TP coding styleGuillaume Desmottes2012-05-101-638/+641
* new-chatroom-dialog: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-3/+1
* Disable join button when protocol irc is selectedJovanka Gulicoska2012-01-101-0/+8
* added # in join room when irc protocol selectedJovanka Gulicoska2012-01-061-0/+6
* new-chatroom-dialog: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-291-4/+4
* remember last accountJuan R. Garcia Blanco2011-09-261-0/+70
* Properly convert timestamps received from X11 (#650015)Guillaume Desmottes2011-05-121-2/+2
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-7/+0
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-2/+2
* use tp_capabilities_supports_room_list() (#641491)Guillaume Desmottes2011-02-241-13/+8
* Skip accounts which don't support rooms in "Manage Favorites" dialogChandni Verma2011-01-031-70/+1
* Make AccountChooser-related code simpler and clearer (re #633481).Vitaly Minko2010-11-121-32/+6
* Make AccountChooser filters asynchronous to let them handle newly connected a...Vitaly Minko2010-11-111-25/+78
* new-chatroom-dialog: remove markup from transltable stringGuillaume Desmottes2010-08-271-2/+5
* empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes2010-08-111-3/+3
* empathy_dispatcher_join_muc: remove callback argGuillaume Desmottes2010-07-071-1/+1
* strip name of the room (#622201)Guillaume Desmottes2010-06-211-0/+2
* add timestamp arg to empathy_dispatcher_join_mucSjoerd Simons2010-04-251-1/+2
* Move the spinner next to the expander label in new chatroom dialogXavier Claessens2010-04-191-4/+4
* Replace EphySpinner by GtkSpinnerXavier Claessens2010-04-191-8/+9
* don't leak the classes listGuillaume Desmottes2010-03-301-4/+12
* Unsensitive roomlist expander if roomlist is not supported (#614002)Guillaume Desmottes2010-03-301-0/+2
* Don't request roomlist channel if not supported (#614002)Guillaume Desmottes2010-03-301-1/+14
* new-chatroom-dialog: filter CM not implementing groupchatAndrew Gorcester2010-03-291-1/+45
* Convert the context info to a translator comment (#606513)Claude Paroz2010-01-111-3/+3
* rename update_join_button_sensitivy to update_join_button_sensitivityGuillaume Desmottes2009-12-011-4/+4
* new-chatroom-dialog: unsensitive the join button when account is disconnectedGuillaume Desmottes2009-12-011-1/+36
* factor out update_join_button_sensitivyGuillaume Desmottes2009-12-011-6/+11
* new-chatroom-dialog: store the currently selected accountGuillaume Desmottes2009-12-011-12/+15
* new-chatroom-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
* Don't try to update the widgets if no account was selectedSjoerd Simons2009-07-221-0/+4
* Remove useless mission-control includesSjoerd Simons2009-07-061-3/+0
* Remove usage of McProfilesSjoerd Simons2009-07-051-4/+1
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-6/+10
* empathy-new-chatroom-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
* Error label now translatableGabriel Millaire2009-05-221-2/+2
* Set treeview insensitive and hide error messageGabriel Millaire2009-05-221-0/+6
* Display error message in UIGabriel Millaire2009-05-221-3/+18
* Connect to error signalsGabriel Millaire2009-05-221-0/+29
* empathy-new-chatroom-dialog: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
* empathy-new-chatroom-dialog: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* Fix bug #579484: Join Chatroom dialog doesn't list rooms when changingGabriel Millaire2009-05-081-0/+6
* Fixed bug #579485 by making each columns sortableGabriel Millaire2009-05-071-0/+10
* Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_ac...Jonny Lamb2009-04-221-2/+4
* Port EmpathyNEwChatroomDialog to new APIXavier Claessens2009-04-221-3/+3
* Fix coding style by not going over 80 chars too muchPierre-Luc Beaudoin2009-04-181-10/+18
* Fix indent and translationPierre-Luc Beaudoin2009-04-181-3/+3
* Fix memory leaks + minor coding style changesPierre-Luc Beaudoin2009-04-181-5/+7
* Add members, invite and password columns to Join dialogPierre-Luc Beaudoin2009-04-181-5/+61
* Modify deeply the join chatroom dialog.Pierre-Luc Beaudoin2009-04-181-44/+39
* Port EmpathyNewChatroomDialog to new APIXavier Claessens2009-04-161-9/+5
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-3/+3
* Use new dispatcher API to get muc channelsSjoerd Simons2009-01-101-12/+2
* Do not use mission_control_request_channel as we don't use MC's dispatcher an...Xavier Claessens2008-08-071-11/+14
* Correctly update the UI when listing state changes.Xavier Claessens2008-07-151-1/+1
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-6/+6
* Fix some warnings with roomlistXavier Claessens2008-04-231-3/+7
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+4
* Move modules that make no sense to be used in other applicaton from libempath...Xavier Claessens2008-03-141-0/+567