Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | account-widget: add empathy_account_widget_get_settings() | Guillaume Desmottes | 2011-08-24 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | Disable the Cancel button in the accounts dialog if there are no existing ↵ | Travis Reitter | 2010-03-02 | 1 | -0/+3 |
| | | | | accounts to display (ie, we're creating our first account). | ||||
* | account-widget: add empathy_account_widget_set_{account,password}_param | Guillaume Desmottes | 2010-01-18 | 1 | -0/+6 |
| | | | | | This will be used to restore the account and password params when switching widgets. | ||||
* | add empathy_account_widget_changed as protected method | Guillaume Desmottes | 2010-01-14 | 1 | -0/+3 |
| | |||||
* | move code generating the default display name of new account to account-widget | Guillaume Desmottes | 2009-11-13 | 1 | -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 Tellier | 2009-08-29 | 1 | -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 protocol | Sjoerd Simons | 2009-08-28 | 1 | -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 issues | Sjoerd Simons | 2009-08-23 | 1 | -3/+0 |
| | |||||
* | First part of an overhaul of the accounts dialog | Jonathan Tellier | 2009-08-22 | 1 | -7/+9 |
| | |||||
* | Add a way to hook up to the apply sensitivity | Cosimo Cecchi | 2009-08-22 | 1 | -1/+2 |
| | |||||
* | Add the concept of simple account widget | Cosimo Cecchi | 2009-08-22 | 1 | -0/+3 |
| | |||||
* | First cut at GObject-ifying EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 1 | -21/+31 |
| | |||||
* | Fix a typo. | Cosimo Cecchi | 2009-07-30 | 1 | -3/+3 |
| | |||||
* | Port to using EmpathyAccountSettings | Sjoerd Simons | 2009-07-22 | 1 | -11/+14 |
| | |||||
* | Port libempathy-gtk to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -11/+11 |
| | |||||
* | fixed bug #548716 | Dimitris Zenios | 2009-05-30 | 1 | -0/+2 |
| | |||||
* | empathy-account-widget: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 1 | -4/+3 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842 | ||||
* | Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters). | Xavier Claessens | 2008-04-16 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=948 | ||||
* | Update copyright year in .h too, it was done in .c only. | Xavier Claessens | 2008-04-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=946 | ||||
* | Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson). | Xavier Claessens | 2008-04-02 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=860 | ||||
* | Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz). | Xavier Claessens | 2008-03-27 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=827 | ||||
* | Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste ↵ | Xavier Claessens | 2008-03-25 | 1 | -0/+1 |
| | | | | | | Mille-Mathias). svn path=/trunk/; revision=823 | ||||
* | Fix typo in API | Xavier Claessens | 2008-02-21 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=659 | ||||
* | Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana). | Xavier Claessens | 2008-02-20 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=658 | ||||
* | Add GUI to configure ICQ accounts. Fixes bug #513673 (Andreas Henriksson). | Xavier Claessens | 2008-02-20 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=656 | ||||
* | Change a bit the generic account setting API. | Xavier Claessens | 2008-02-11 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=622 | ||||
* | Add a generic UI to make easy building UI for protocol specific settings. ↵ | Xavier Claessens | 2008-02-11 | 1 | -0/+51 |
Port empathy-account-widget-*.[ch] to use that API. svn path=/trunk/; revision=621 |