aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-irc.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+1
| | | | | | | | | | | | 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-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696978
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-12/+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
* account-settings: always use GVariant to store parametersGuillaume Desmottes2012-06-071-9/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545
* remove empathy_account_settings_set_* functionsGuillaume Desmottes2012-06-071-14/+15
| | | | | | | | They don't buy us much so let's just pass the GVariant directly. Fix some string leaks in empathy-account-widget-irc.c as well. https://bugzilla.gnome.org/show_bug.cgi?id=677545
* Turn EmpathyAccountWidget to a proper GtkWidgetGuillaume Desmottes2012-05-081-4/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=640417
* e-account-widget-irc: Use a GtkGrid to fix label wrappingXavier Claessens2011-09-261-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* Add an advanced section to the IRC configuration pageRob Sharp2011-07-191-0/+1
| | | | | | | -Move the Real Name and Quit Message to the advanced section -Add a new Username field to the advanced section https://bugzilla.gnome.org/show_bug.cgi?id=654552
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-6/+0
|
* account-widget-irc: set password-prompt param when needed (#644406)Guillaume Desmottes2011-03-171-0/+58
|
* account-widget-irc: return the EmpathyIrcNetworkChooser when building the widgetGuillaume Desmottes2010-09-021-2/+6
|
* account-widget-irc: add simple version of the widgetGuillaume Desmottes2010-08-261-0/+41
|
* properly set table_common_settingsGuillaume Desmottes2010-08-251-2/+2
| | | | account-widget needs it to add the "Enabled" checkbox.
* account-widget-irc: use EmpathyIrcNetworkChooserGuillaume Desmottes2010-08-251-384/+21
| | | | This avoid having a huge list in a combo box (#588243)
* widget-irc: call update_server_params in setup so buttons are updated (#626620)Guillaume Desmottes2010-08-121-0/+1
| | | | Thanks to Bilal Akhtar for the original patch.
* Use GimpNet as default IRC network (#625675)Bilal Akhtar2010-08-111-0/+6
|
* account-widget-irc: call empathy_account_widget_changed when the network ↵Guillaume Desmottes2010-05-181-0/+1
| | | | | | dialog is destroyed This will allow user to save or discard changes he just done (#618883).
* fix irc-networks.xml lookup when EMPATHY_SRCDIR is definedGuillaume Desmottes2010-05-171-1/+1
| | | | The file is in libempathy/
* account-widget-irc: Call empathy_account_widget_changed when network ↵Guillaume Desmottes2010-01-141-0/+1
| | | | | | | combobox is changed By calling this function we'll activate the connect button and record that the widget contains pending changes (#606642).
* Every protocols should now have an "Enabled" checkbox in "edit" mode.Jonathan Tellier2009-08-221-1/+3
|
* Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-011-1/+1
|\ | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c
| * Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c
| | * Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters2009-07-211-1/+1
| | |
* | | First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-301-44/+35
|/ /
* | Add the Apply widget to the IRC account settings dialogSjoerd Simons2009-07-221-6/+7
| |
* | Port to using EmpathyAccountSettingsSjoerd Simons2009-07-221-25/+36
| |
* | Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-081-9/+4
| |
* | Remove useless mission-control includesSjoerd Simons2009-07-061-2/+0
|/
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-20/+19
|
* fixed bug #548716Dimitris Zenios2009-05-301-0/+2
|
* empathy-account-widget-irc: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-account-widget-irc: remove unused widgetsGuillaume Desmottes2009-04-231-6/+0
|
* empathy-account-widget-irc: rename button_remove to button_remove_network so ↵Guillaume Desmottes2009-04-231-2/+2
| | | | it has the same name as the UI id
* rename button_remove to button_remove_network to fix id clashGuillaume Desmottes2009-04-231-2/+2
|
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-161-5/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2871
* Port account widgets to new APIXavier Claessens2009-04-161-9/+8
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842
* 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-11/+10
| | | | 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
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.Xavier Claessens2008-03-041-2/+2
| | | | svn path=/trunk/; revision=693
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-181-0/+511
svn path=/trunk/; revision=649