aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* Construct the GTalk widget according to the icon nameCosimo Cecchi2009-08-311-1/+28
|
* Always update the control buttons sensitivity on creation.Cosimo Cecchi2009-08-311-11/+7
|
* Fixed some of the EmpathyAccountWidget's control button behaviour.Jonathan Tellier2009-08-311-2/+16
| | | | | | | - When creating an IRC account, we are now making sure that the control buttons have the correct state. - When creating an account, the "Cancel" button is always sensitive. - Fixed a style error in EmpathyAccountsDialog.
* Minor changes to EmpathyAccountWidget and EmpathyAccountsDialogJonathan Tellier2009-08-291-16/+3
| | | | | | | | | | | - account_widget_entry_changed_common is not called when an entry loses focus. Since this function is called on every keystroke, it was unnecessary to call it again on focus-out-event. - The EmpathyAccountWidget's control buttons' sensitivity (and contains_pending_changes member) is not altered when the state of the "Enabled" checkbox is changed due to an event which was not initiated by the user. - Fixed capitalization error in a comment in empathy-accounts-dialog.c
* Asking for confirmation before losing pending accounts changes.Jonathan Tellier2009-08-291-5/+28
| | | | | | | | 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.
* Make the protocol property read-onlySjoerd Simons2009-08-281-9/+3
|
* Base the selected widget both on the CM and the protocolSjoerd Simons2009-08-281-38/+65
| | | | | | | 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.
* - Added a utility function (empathy_account_reconnect_async) to easilyJonathan Tellier2009-08-261-37/+26
| | | | | | | reconnect an account. - When we apply changes to an account, instead of disconnecting and reconnecting it, we use the new empathy_account_reconnect_async function.
* empathy-account-widget: don't expand and fill vertically the 'Activate' checkboxGuillaume Desmottes2009-08-241-2/+3
|
* When creating an account use a connect button instead of an apply buttonSjoerd Simons2009-08-231-1/+2
|
* Every protocols should now have an "Enabled" checkbox in "edit" mode.Jonathan Tellier2009-08-221-2/+15
|
* Fix errors revealed by make checkJonathan Tellier2009-08-221-1/+1
| | | | | - Added missing files in po/POTFILES.in - Fixed style
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-39/+263
|
* Change labels when creating an accountCosimo Cecchi2009-08-221-0/+14
|
* React to entry changes immediatelyCosimo Cecchi2009-08-221-9/+31
|
* Implement a generic simple widgetCosimo Cecchi2009-08-221-2/+17
|
* Add simple implementations for many widgetsCosimo Cecchi2009-08-221-65/+153
|
* Add a way to hook up to the apply sensitivityCosimo Cecchi2009-08-221-3/+24
|
* Add the concept of simple account widgetCosimo Cecchi2009-08-221-31/+82
|
* Fix long linesCosimo Cecchi2009-08-221-13/+22
|
* Fix indentationSjoerd Simons2009-08-181-17/+22
|
* Rename empathy_settings_get_dbus_signature to ↵Sjoerd Simons2009-08-181-1/+2
| | | | empathy_account_settings_get_dbus_signature
* Set gui to NULL after unreffing itSjoerd Simons2009-08-181-0/+1
|
* If there is a failure in recognizing the protocol name, fallback to the ↵Sjoerd Simons2009-08-171-8/+1
| | | | generic UI
* Fix trailing whitespaceCosimo Cecchi2009-07-301-9/+9
|
* Don't try to unref the GtkBuilder object in _disposeCosimo Cecchi2009-07-301-6/+0
| | | | | We take care of unreffing it before getting to dispose, as the object can have a variable lifecycle
* Hook up to the destroy signal in EmpathyAccountWidgetCosimo Cecchi2009-07-301-0/+11
|
* Set the sensitivity to the forget buttonCosimo Cecchi2009-07-301-2/+3
|
* Implement dispose and finalizeCosimo Cecchi2009-07-301-31/+75
|
* Set apply button sensitivity on creationCosimo Cecchi2009-07-301-0/+1
|
* Add a cosmetic comment to separate public and non-public methods.Cosimo Cecchi2009-07-301-0/+2
|
* Use telepathy styleCosimo Cecchi2009-07-301-632/+657
|
* Update copyright and authorCosimo Cecchi2009-07-301-1/+2
|
* First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-301-276/+366
|
* Add apply button for salut accountsSjoerd Simons2009-07-221-0/+1
|
* Port to using EmpathyAccountSettingsSjoerd Simons2009-07-221-108/+156
|
* Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-081-6/+3
|
* Remove usage of McProfilesSjoerd Simons2009-07-051-65/+75
|
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-39/+36
|
* empathy-account-widget: remove trailing tabsGuillaume Desmottes2009-06-251-4/+4
|
* fixed bug #548716Dimitris Zenios2009-05-301-0/+31
|
* empathy-account-widget: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-9/+9
|
* Don't unref 2 times gui.Xavier Claessens2009-04-161-2/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2872
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-161-40/+8
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2871
* Port account widgets to new APIXavier Claessens2009-04-161-97/+86
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-3/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
| | | | svn path=/trunk/; revision=1967
* Fix translators complains about ambigous strings. Fixes bug #546154.Xavier Claessens2008-08-041-1/+0
| | | | svn path=/trunk/; revision=1291
* Unref profile and improve a bit default account domain code.Xavier Claessens2008-07-041-18/+14
| | | | svn path=/trunk/; revision=1194
* Automatically add default account domain where appropriate. Fixes bug ↵Jonny Lamb2008-07-041-2/+24
| | | | | | | | #534425 (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1193
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-16/+13
| | | | svn path=/trunk/; revision=1066
* Hide password from debug messages.Xavier Claessens2008-04-191-1/+2
| | | | svn path=/trunk/; revision=964
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).Xavier Claessens2008-04-161-49/+0
| | | | svn path=/trunk/; revision=948
* Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson).Xavier Claessens2008-04-021-0/+36
| | | | svn path=/trunk/; revision=860
* Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz).Xavier Claessens2008-03-271-0/+34
| | | | svn path=/trunk/; revision=827
* Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste ↵Xavier Claessens2008-03-251-0/+49
| | | | | | Mille-Mathias). svn path=/trunk/; revision=823
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵Xavier Claessens2008-03-171-6/+31
| | | | | | and others in src/ svn path=/trunk/; revision=813
* Add an advanced expander in the generic setting widget. Fixes bug #466521 ↵Xavier Claessens2008-03-081-17/+27
| | | | | | (Marco Barisione). svn path=/trunk/; revision=706
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
| | | | svn path=/trunk/; revision=688
* Fix typo in APIXavier Claessens2008-02-211-5/+5
| | | | svn path=/trunk/; revision=659
* Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana).Xavier Claessens2008-02-201-0/+35
| | | | svn path=/trunk/; revision=658
* Add GUI to configure ICQ accounts. Fixes bug #513673 (Andreas Henriksson).Xavier Claessens2008-02-201-0/+33
| | | | svn path=/trunk/; revision=656
* Fix a bug when unset portXavier Claessens2008-02-111-6/+4
| | | | svn path=/trunk/; revision=623
* Change a bit the generic account setting API.Xavier Claessens2008-02-111-61/+33
| | | | svn path=/trunk/; revision=622
* Add a generic UI to make easy building UI for protocol specific settings. ↵Xavier Claessens2008-02-111-0/+589
Port empathy-account-widget-*.[ch] to use that API. svn path=/trunk/; revision=621