aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget.h
Commit message (Collapse)AuthorAgeFilesLines
* Disable the Cancel button in the accounts dialog if there are no existing ↵Travis Reitter2010-03-021-0/+3
| | | | accounts to display (ie, we're creating our first account).
* account-widget: add empathy_account_widget_set_{account,password}_paramGuillaume Desmottes2010-01-181-0/+6
| | | | | This will be used to restore the account and password params when switching widgets.
* add empathy_account_widget_changed as protected methodGuillaume Desmottes2010-01-141-0/+3
|
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-131-0/+3
| | | | | | This will allow us to: - Use this function from other places, like in the assistant. - Delegate special cases to the specialized versions of the widget.
* Asking for confirmation before losing pending accounts changes.Jonathan Tellier2009-08-291-0/+5
| | | | | | | | If an account has pending changes, we now ask for a confirmation before: - Adding a new account - Closing the accounts dialog - Selecting a new account. Those are all options which discard pending changes.
* Base the selected widget both on the CM and the protocolSjoerd Simons2009-08-281-1/+0
| | | | | | | Previously Empathy would select the custom account widget purely based on the protocol, the problem here is that these widgets assume one specific connection manager and its set of parameters. Which triggered bugs if the intended cm for a protocol isn't installed, but haze is and provides the protocol.
* Remove dead code and fix some coding style issuesSjoerd Simons2009-08-231-3/+0
|
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-7/+9
|
* Add a way to hook up to the apply sensitivityCosimo Cecchi2009-08-221-1/+2
|
* Add the concept of simple account widgetCosimo Cecchi2009-08-221-0/+3
|
* First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-301-21/+31
|
* Fix a typo.Cosimo Cecchi2009-07-301-3/+3
|
* Port to using EmpathyAccountSettingsSjoerd Simons2009-07-221-11/+14
|
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-11/+11
|
* fixed bug #548716Dimitris Zenios2009-05-301-0/+2
|
* empathy-account-widget: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-3/+3
|
* Port account widgets to new APIXavier Claessens2009-04-161-4/+3
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).Xavier Claessens2008-04-161-1/+0
| | | | svn path=/trunk/; revision=948
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson).Xavier Claessens2008-04-021-0/+1
| | | | svn path=/trunk/; revision=860
* Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz).Xavier Claessens2008-03-271-0/+1
| | | | svn path=/trunk/; revision=827
* Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste ↵Xavier Claessens2008-03-251-0/+1
| | | | | | Mille-Mathias). svn path=/trunk/; revision=823
* Fix typo in APIXavier Claessens2008-02-211-1/+1
| | | | svn path=/trunk/; revision=659
* Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana).Xavier Claessens2008-02-201-0/+1
| | | | svn path=/trunk/; revision=658
* Add GUI to configure ICQ accounts. Fixes bug #513673 (Andreas Henriksson).Xavier Claessens2008-02-201-0/+1
| | | | svn path=/trunk/; revision=656
* Change a bit the generic account setting API.Xavier Claessens2008-02-111-2/+1
| | | | svn path=/trunk/; revision=622
* Add a generic UI to make easy building UI for protocol specific settings. ↵Xavier Claessens2008-02-111-0/+51
Port empathy-account-widget-*.[ch] to use that API. svn path=/trunk/; revision=621