Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove empathy-tp-contact-list | Guillaume Desmottes | 2012-03-12 | 1 | -2/+0 |
| | |||||
* | contact-blocking-dialog: stop using EmpathyContactManager | Guillaume Desmottes | 2011-12-02 | 1 | -19/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | coding style fixes | Guillaume Desmottes | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "contact-blocking-dialog: use tp-glib high level blocking API"" | Guillaume Desmottes | 2011-11-08 | 1 | -317/+156 |
| | | | | | | This reverts commit 40dc4074eeecb15c82d9eacb3fcd54cff7162440. We can now depends on it. | ||||
* | Revert "contact-blocking-dialog: use tp-glib high level blocking API" | Guillaume Desmottes | 2011-11-02 | 1 | -156/+317 |
| | | | | | | This reverts commit d8153fa21a7beb4229dbba1810eb8544af91db4f. I was not supposed to commit that yet; the tp-glib API hasn't been released. | ||||
* | contact-blocking-dialog: use tp-glib high level blocking API | Guillaume Desmottes | 2011-11-02 | 1 | -317/+156 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661805 | ||||
* | contact-blocking-dialog: split COL_* enums | Guillaume Desmottes | 2011-11-02 | 1 | -15/+21 |
| | | | | | | We have 2 different models having their own set of columns. https://bugzilla.gnome.org/show_bug.cgi?id=661805 | ||||
* | contact-blocking-dialog: make debug more useful | Guillaume Desmottes | 2011-10-13 | 1 | -12/+21 |
| | | | | It's not very helpful to not know which Connection/Channel failed. | ||||
* | Blocking dialog: Gnome 3-ify Remove button | Will Thompson | 2011-08-09 | 1 | -1/+11 |
| | |||||
* | Autocomplete contacts when blocking by alias | Emilio Pozuelo Monfort | 2011-06-30 | 1 | -2/+81 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=653650 | ||||
* | Include gi18n-lib.h in library sources, not gi18n.h. | Gabor Kelemen | 2011-05-05 | 1 | -1/+2 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649379 | ||||
* | Revert "-Fix use of include <config.h> to make sure translations work" | Guillaume Desmottes | 2011-04-04 | 1 | -4/+0 |
| | | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that... | ||||
* | -Fix use of include <config.h> to make sure translations work | Kjartan Maraas | 2011-04-04 | 1 | -0/+4 |
| | |||||
* | Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialog | Danielle Madeley | 2011-03-11 | 1 | -4/+6 |
| | |||||
* | contact-blocking-dialog: report errors to the user | Danielle Madeley | 2011-03-08 | 1 | -3/+52 |
| | |||||
* | Handle the case where there are no accounts with deny channels | Danielle Madeley | 2011-03-08 | 1 | -26/+62 |
| | |||||
* | Don't need to prepare accounts separately | Danielle Madeley | 2011-03-08 | 1 | -30/+11 |
| | |||||
* | Provide autocompletion of known contacts in the entry box | Danielle Madeley | 2011-03-08 | 1 | -5/+47 |
| | |||||
* | Add and remove contacts from deny list | Danielle Madeley | 2011-03-08 | 1 | -2/+169 |
| | |||||
* | Beginning of contact blocking dialog | Danielle Madeley | 2011-03-08 | 1 | -0/+514 |
Can currently select an account and view the contact blocking 'deny' list. List reponds to changes in the group membership. Add/Remove buttons do not yet do anything. |