summaryrefslogtreecommitdiff
path: root/src/empathy-new-chatroom-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-01Port the main of empathy to EmpathyAccountSjoerd Simons1-6/+10
2009-06-24empathy-new-chatroom-dialog: remove trailing tabsGuillaume Desmottes1-3/+3
2009-05-22Error label now translatableGabriel Millaire1-2/+2
2009-05-22Set treeview insensitive and hide error messageGabriel Millaire1-0/+6
2009-05-22Display error message in UIGabriel Millaire1-3/+18
2009-05-22Connect to error signalsGabriel Millaire1-0/+29
2009-05-18empathy-new-chatroom-dialog: update the FSF addressGuillaume Desmottes1-2/+2
2009-05-15empathy-new-chatroom-dialog: remove trailing spacesGuillaume Desmottes1-2/+2
2009-05-08Fix bug #579484: Join Chatroom dialog doesn't list rooms when changingGabriel Millaire1-0/+6
account By remembering to start listing rooms when the channel is ready.
2009-05-06Fixed bug #579485 by making each columns sortableGabriel Millaire1-0/+10
2009-04-22Renamed empathy_account_chooser_get_account to ↵Jonny Lamb1-2/+4
empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-04-22Port EmpathyNEwChatroomDialog to new APIXavier Claessens1-3/+3
2009-04-17Fix coding style by not going over 80 chars too muchPierre-Luc Beaudoin1-10/+18
2009-04-17Fix indent and translationPierre-Luc Beaudoin1-3/+3
2009-04-17Fix memory leaks + minor coding style changesPierre-Luc Beaudoin1-5/+7
2009-04-17Add members, invite and password columns to Join dialogPierre-Luc Beaudoin1-5/+61
2009-04-17Modify deeply the join chatroom dialog.Pierre-Luc Beaudoin1-44/+39
The rationale is that the room list is now loaded when the expander is open. It will refresh it if is open and the server is changed.
2009-04-16Port EmpathyNewChatroomDialog to new APIXavier Claessens1-9/+5
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2861
2009-01-23Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb1-3/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249
2009-01-09Use new dispatcher API to get muc channelsSjoerd Simons1-12/+2
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2145
2008-08-07Do not use mission_control_request_channel as we don't use MC's dispatcher ↵Xavier Claessens1-11/+14
anymore. Fixes bug #529084. svn path=/trunk/; revision=1311
2008-07-15Correctly update the UI when listing state changes.Xavier Claessens1-1/+1
svn path=/trunk/; revision=1236
2008-04-30Make use of tp-glib debug system.Xavier Claessens1-6/+6
svn path=/trunk/; revision=1066
2008-04-23Fix some warnings with roomlistXavier Claessens1-3/+7
svn path=/trunk/; revision=1034
2008-03-16Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵Xavier Claessens1-1/+4
and others in src/ svn path=/trunk/; revision=813
2008-03-13Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens1-0/+567
libempathy-gtk/ to src/ svn path=/trunk/; revision=789