aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-roster-window.c
Commit message (Collapse)AuthorAgeFilesLines
* Display a spinner while loading contacts from FolksGuillaume Desmottes2012-02-141-14/+65
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* Add a gsetting key to show/hide groupsGuillaume Desmottes2012-02-091-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=627658
* Remove 'Link Contact' menu itemGuillaume Desmottes2012-02-081-1/+0
| | | | | | | We want to use gnome-contacts and the 'Informations' menu item already starts it. https://bugzilla.gnome.org/show_bug.cgi?id=669482
* display a message if accounts need to be enabledGuillaume Desmottes2012-02-031-4/+83
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* display a specific message if no account is configuredGuillaume Desmottes2012-02-031-0/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* add generic contact icon and account settings button to the message pageGuillaume Desmottes2012-02-031-2/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* make code displaying the 'no match found' page more genericGuillaume Desmottes2012-02-031-16/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* roster_window_connection_items_setup: remove edit_personal_informationGuillaume Desmottes2012-01-271-1/+0
| | | | It has been removed from the UI file.
* remove 'edit->personnal information' menuGuillaume Desmottes2012-01-201-8/+0
| | | | | | It's done in empathy-accounts now. https://bugzilla.gnome.org/show_bug.cgi?id=668336
* roster-window: watch for TpAccount:connection changesGuillaume Desmottes2012-01-121-4/+25
| | | | | | | The account being connected isn't longer enough to ensure that its TpConnection is defined. https://bugzilla.gnome.org/show_bug.cgi?id=667743
* roster-window: factor out add_account()Guillaume Desmottes2012-01-121-26/+26
| | | | | | | Also fix a stupid bug where roster_window_account_removed_cb() was called on a valid account in roster_window_account_validity_changed_cb(). https://bugzilla.gnome.org/show_bug.cgi?id=667743
* roster-window: use self->priv patternGuillaume Desmottes2012-01-101-444/+387
|
* roster-window: port to new coding styleGuillaume Desmottes2012-01-101-1853/+1865
| | | | While I'm modyfing this file, best to do it now.
* rename MainWindow to RosterWindowGuillaume Desmottes2012-01-101-0/+2598
With the process split it doesn't really make sense to continue calling it 'main' window, it's just the roster now.