aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* Update location for mx-gtk.hDanielle Madeley2010-06-031-1/+1
|
* libempathy-gtk/empathy-account-widget.c: use tp_g_signal_connect_object ↵Guillaume Desmottes2010-04-091-2/+2
| | | | instead of empathy_signal_connect_weak
* remove forget buttonGuillaume Desmottes2010-03-301-60/+0
|
* Add clear icon in entry containing password (#608104)Guillaume Desmottes2010-03-301-0/+42
|
* Use the right marshaller for account-createdSjoerd Simons2010-03-031-1/+1
| | | | | Don't try to marshal G_TYPE_OBJECT values with a _POINTER marshaller. Fixes: #611224
* update display name after editing if it hasn't been overridden (#603463)Guillaume Desmottes2010-03-031-2/+7
|
* account-widget: try to guess if the display name has been manually changed ↵Guillaume Desmottes2010-03-031-0/+11
| | | | by the user
* no need to call empathy_account_settings_is_ready in account-widget's ↵Guillaume Desmottes2010-03-031-2/+0
| | | | dispose function
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-031-0/+13
| | | | This saves us a D-Bus call.
* Merge branch 'more-accounts-fixes'Travis Reitter2010-03-031-3/+41
|\
| * Disable the Cancel button in the accounts dialog if there are no existing ↵Travis Reitter2010-03-021-3/+41
| | | | | | | | accounts to display (ie, we're creating our first account).
* | factor out empathy_connect_new_accountGuillaume Desmottes2010-03-021-27/+1
| |
* | account-widget: change presence to online when creating a new accountGuillaume Desmottes2010-03-021-0/+6
|/ | | | | | | account_widget_account_enabled_cb was forcing the presence by setting the current most available presence to the newly created account. But if user was starting Empathy for the first time, this presence was offline so the account wasn't connected. (#611565)
* Rename Moblin to Meego throughout EmpathyDanielle Madeley2010-02-191-23/+23
| | | | At the request of Rob Bradford
* Always use "Apply" button if we are not connected or editing an accountGuillaume Desmottes2010-02-161-15/+7
| | | | | For some reason we mixed up the "Apply" and "Save" button. "Apply" is clearer as hitting it as the side effect of reconnecting the account.
* account-widget: don't display "Log in" button if we are modyfing an accountGuillaume Desmottes2010-02-161-3/+5
| | | | | Either the account is enabled and saving will reconnect, either it's not and that won't connect it.
* Port Moblin widgets to MxDanielle Madeley2010-02-121-9/+9
|
* Rephrase the helper text and change "Login ID" to "Username"Guillaume Desmottes2010-02-121-0/+3
| | | | Thanks to Nick Richards for his suggestions.
* add a simple version of the Facebook widgetGuillaume Desmottes2010-02-121-1/+16
|
* Improve default display name for Facebook accountsGuillaume Desmottes2010-02-121-0/+8
|
* add the '@chat.facebook.com' suffix to account but dont't display it in the ↵Guillaume Desmottes2010-02-121-1/+76
| | | | | | widget Fixes bug #573194
* hide the advanced options for Facebook accountsGuillaume Desmottes2010-02-121-0/+3
|
* don't display the register options for Facebook accountsGuillaume Desmottes2010-02-121-1/+1
|
* account-widget: display facebook example labelGuillaume Desmottes2010-02-121-4/+21
|
* account_widget_build_jabber: add few commentsGuillaume Desmottes2010-02-121-0/+3
|
* account-widget-salut: don't display advanced properties in simple modeGuillaume Desmottes2010-01-251-0/+5
|
* add_register_buttons: don't show the register buttons in simple modeGuillaume Desmottes2010-01-191-0/+3
| | | | We use another page in the assistant to create new accounts (#607455).
* account-widget: check that the apply button actually exist before modifying itGuillaume Desmottes2010-01-191-0/+4
| | | | It's not created in the 'simple' version of the widget. (#607455)
* account-widget: add empathy_account_widget_set_{account,password}_paramGuillaume Desmottes2010-01-181-0/+32
| | | | | This will be used to restore the account and password params when switching widgets.
* account-widget: use empathy_account_widget_changedGuillaume Desmottes2010-01-141-13/+5
|
* add empathy_account_widget_changed as protected methodGuillaume Desmottes2010-01-141-0/+10
|
* use G_TYPE_OBJECT instead of G_TYPE_POINTERFelix Kaser2010-01-111-1/+1
| | | | in the signature of the account-created signal
* connect to signals when account has been createdFelix Kaser2010-01-111-3/+3
| | | | when a new account is created the signals presence-changed and status-changed of the account are connected to update the treeview icon and status infobar
* account-widget: presence_changed_cb: early return if widget has been destroyedGuillaume Desmottes2009-12-261-0/+3
| | | | | The callback needs to manipulate widgets but can't do it if the account widget has already been destroyed.
* account-widget: ensure that the object stays alive during the ↵Guillaume Desmottes2009-12-261-1/+5
| | | | tp_account_manager_prepare_async call
* Add register buttons to the account widgetGuillaume Desmottes2009-12-221-0/+52
|
* factor out account_widget_is_gtalkGuillaume Desmottes2009-12-221-3/+10
|
* reorder moblin specific codeGuillaume Desmottes2009-12-221-27/+27
| | | | | An #ifdef/#else structur is easier to read than #ifndef/#else. Change all the moblin tests to fit this structur.
* account-widget: move the 'Enable' checkbox to the top of the widget (#593268)Guillaume Desmottes2009-12-221-4/+4
| | | | This change doesn't affect the Moblin version.
* account-widget: factor out add_enable_checkboxGuillaume Desmottes2009-12-221-62/+69
|
* changed way of tracking pending changesFelix Kaser2009-12-101-11/+14
| | | | fixes bug #603490, we track pending changes explicitly now. before they were connected to the sensitivity of the control buttons (if buttons sensitive -> pending changes). When an account is about to be created and the user hits "Cancel" we don't show the "are you sure" dialog any more because the action of the user is clear and not accidental. When closing the window during creation the dialog still shows up.
* added destroyed flagFelix Kaser2009-12-021-1/+20
| | | | the destroyed flag indicates if the widgets in empathy-account-widget have already been destroyed. this is important for some async calls.
* fixed problem with destroyed widget in async callFelix Kaser2009-12-021-0/+5
| | | | with all the async calls the widget needed in one of the callbacks was destroyed before the callback was called.
* update presence when account is enabledFelix Kaser2009-12-021-10/+39
| | | | the problem was that disabling accounts forced their requested presence to _offline_, when the account was re-enabled the r-s stayed offline and the account did not try to reconnect. this was introduced with TpAccount. fixes bug #602821
* emit account-created signal outside enabled_cbFelix Kaser2009-12-021-9/+4
| | | | the account-created signal should be emitted independently from enabled-callback. the signal should be emitted even if for some reason the account could not be enabled.
* rename account_widget_setup_widget empathy_account_widget_setup_widgetGuillaume Desmottes2009-11-231-3/+4
| | | | This function is exported now.
* account_widget_combobox_changed_cb: check that param has a defaultGuillaume Desmottes2009-11-231-2/+3
|
* Set explicitely the model of combo boxGuillaume Desmottes2009-11-231-2/+11
| | | | | The value of the param has to be in the first column as a string. This allow us to display translated strings in the combo box.
* account_widget_setup_widget: add support for GtkComboBoxGuillaume Desmottes2009-11-231-0/+64
|
* empathy-account-widget: export account_widget_setup_widgetGuillaume Desmottes2009-11-231-1/+1
| | | | | This function can be useful if a account widget wants to map a widget not created in the GtkBuilder file.
* account-widget: use the account-manaer instead of idleGuillaume Desmottes2009-11-191-32/+56
| | | | | Also ensure that the 'apply' button is correctly updated when the status is changed.
* account_widget_build_salut: focus the first name entry by defaultGuillaume Desmottes2009-11-141-1/+1
| | | | All the fields are mandatory so we should focus the first one.
* empathy_account_widget_get_default_display_name: special case should be done ↵Guillaume Desmottes2009-11-131-0/+1
| | | | | | | in specialized widgets This requiers to refactor widget to actually inherit from EmpathyAccountWidget.
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-131-0/+52
| | | | | | 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.
* account-widget: Change the label of the Connect button to 'Login'.Guillaume Desmottes2009-11-061-14/+9
| | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
* empathy_account_widget_contains_pending_changes: return TRUE if we are ↵Guillaume Desmottes2009-11-031-0/+10
| | | | creating a new account which is not created yet
* empathy-account-widget: update apply button when our state changesGuillaume Desmottes2009-11-031-0/+23
|
* empathy-account-widget: replace the 'Connect' buton by a 'Save' one ↵Guillaume Desmottes2009-11-031-2/+36
| | | |  when we are offline (#600427)
* account-widget: port to new tp-glib account APIJonny Lamb2009-10-241-14/+14
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* empathy-account-widget.c: fix uint comparaisonGuillaume Desmottes2009-10-221-1/+1
|
* Rename HAVE_NBTK to HAVE_MOBLIN.Xavier Claessens2009-10-051-15/+15
|
* Remove the logic that re-applies the original enabled value.Cosimo Cecchi2009-10-031-17/+4
| | | | | Now that we instant-apply the setting, this is not needed anymore. Also, this fixes a crasher.
* empathy-account-widget: document that the 'Account:' string is moblin specificGuillaume Desmottes2009-10-031-0/+1
|
* Rename the Connect button to "Log in" on Moblin.Cosimo Cecchi2009-10-031-0/+7
|
* Instant-apply the "enabled" setting.Cosimo Cecchi2009-09-281-9/+12
|
* Add an optional NbtkGtkLightSwitch.Cosimo Cecchi2009-09-281-5/+70
| | | | | Use an optional NbtkGtkLightSwitch instead of a GtkToggleButton to set an account enabled/disabled.
* 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