aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-irc-network-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+2
| | | | | | | | | | | | 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
* account-widget: Embed .ui files with GResourceEmanuele Aina2013-04-011-5/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696978
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-6/+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
* irc-network-dialog: Don't allow window resizingMichael Wood2012-11-021-0/+2
| | | | | | Resizing causes blank space issues with the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=687361
* irc-network-dialog: Make sure the port GtkSpinButton gets enough spaceMichael Wood2012-11-021-0/+13
| | | | | | | Column expanding was causing the port cell to be eclipsed by the port spin +/- buttons. https://bugzilla.gnome.org/show_bug.cgi?id=687361
* Server field expandedJovanka Gulicoska2012-03-131-3/+3
|
* IRC network dialog: use the use the right style for the buttonsGuillaume Desmottes2012-01-231-0/+11
|
* irc-network-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Remove useless mission-control includesSjoerd Simons2009-07-061-2/+0
|
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-1/+1
|
* empathy-irc-network-dialog: fix coding styleGuillaume Desmottes2009-05-181-2/+2
|
* empathy_irc_network_dialog_show: call show_all on the dialogGuillaume Desmottes2009-04-231-0/+1
|
* Port EmpathyIrcNetwordDialog to new APIXavier Claessens2009-04-161-8/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2849
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
| | | | svn path=/trunk/; revision=1967
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-3/+0
| | | | svn path=/trunk/; revision=1066
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵Xavier Claessens2008-03-171-1/+5
| | | | | | and others in src/ svn path=/trunk/; revision=813
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-181-0/+579
svn path=/trunk/; revision=649