aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-password-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Set a title to password dialogsEmilio Pozuelo Monfort2013-08-191-0/+2
| | | | | | Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=706125
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+0
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-1/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Abstract EmpathyPasswordDialog to EmpathyBasePasswordDialogGuillaume Desmottes2011-11-231-194/+12
| | | | | | | I'm going to implement a slidely different version of this dialog so best to re-use as much code as possible. https://bugzilla.gnome.org/show_bug.cgi?id=661640
* password-dialog: use self->priv patternGuillaume Desmottes2011-11-231-67/+66
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640
* Only show the "Remember password" tickybox if we can do thatDanielle Madeley2011-03-031-1/+4
|
* password-dialog: activate the dialog when the entry is activated (#642296)Guillaume Desmottes2011-02-141-0/+9
|
* Don't use deprecated gdk_keyboard_grab/ungrabEmilio Pozuelo Monfort2011-01-111-8/+27
|
* password-dialog: make OK insensitive unless there's a password setJonny Lamb2010-12-171-5/+12
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: destroy the dialog if the handler is invalidatedJonny Lamb2010-12-151-0/+11
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: re-enable showing the Remember password check buttonJonny Lamb2010-12-081-7/+0
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: stop using GET_PRIVJonny Lamb2010-12-071-9/+7
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: small style change to please make checkJonny Lamb2010-12-071-2/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: center the dialogJonny Lamb2010-12-061-0/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* password-dialog: don't display "Remember password" for nowJonny Lamb2010-12-061-0/+7
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* auth-client: move the password dialog into a new fileJonny Lamb2010-12-031-0/+318
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>