aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-sip.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Clean up #include directives in headersEmanuele Aina2013-04-021-0/+1
| | | | | | Reorder some inclusions and remove a few blank lines. 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
* Turn EmpathyAccountWidget to a proper GtkWidgetGuillaume Desmottes2012-05-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=640417
* account-widget-*: port to GtkGridGuillaume Desmottes2011-11-011-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* Every protocols should now have an "Enabled" checkbox in "edit" mode.Jonathan Tellier2009-08-221-1/+2
|
* First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-301-2/+3
|
* Port to using EmpathyAccountSettingsSjoerd Simons2009-07-221-2/+2
|
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-2/+2
|
* [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-141-1/+1
| | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).Xavier Claessens2008-04-161-0/+33
svn path=/trunk/; revision=948