aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-irc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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