Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the right marshaller for account-created | Sjoerd Simons | 2010-03-03 | 1 | -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 Desmottes | 2010-03-03 | 1 | -2/+7 |
| | |||||
* | account-widget: try to guess if the display name has been manually changed ↵ | Guillaume Desmottes | 2010-03-03 | 1 | -0/+11 |
| | | | | by the user | ||||
* | no need to call empathy_account_settings_is_ready in account-widget's ↵ | Guillaume Desmottes | 2010-03-03 | 1 | -2/+0 |
| | | | | dispose function | ||||
* | accounts-dialog: set display-name before creating the account | Guillaume Desmottes | 2010-03-03 | 1 | -0/+13 |
| | | | | This saves us a D-Bus call. | ||||
* | Merge branch 'more-accounts-fixes' | Travis Reitter | 2010-03-03 | 1 | -3/+41 |
|\ | |||||
| * | Disable the Cancel button in the accounts dialog if there are no existing ↵ | Travis Reitter | 2010-03-02 | 1 | -3/+41 |
| | | | | | | | | accounts to display (ie, we're creating our first account). | ||||
* | | factor out empathy_connect_new_account | Guillaume Desmottes | 2010-03-02 | 1 | -27/+1 |
| | | |||||
* | | account-widget: change presence to online when creating a new account | Guillaume Desmottes | 2010-03-02 | 1 | -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 Empathy | Danielle Madeley | 2010-02-19 | 1 | -23/+23 |
| | | | | At the request of Rob Bradford | ||||
* | Always use "Apply" button if we are not connected or editing an account | Guillaume Desmottes | 2010-02-16 | 1 | -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 account | Guillaume Desmottes | 2010-02-16 | 1 | -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 Mx | Danielle Madeley | 2010-02-12 | 1 | -9/+9 |
| | |||||
* | Rephrase the helper text and change "Login ID" to "Username" | Guillaume Desmottes | 2010-02-12 | 1 | -0/+3 |
| | | | | Thanks to Nick Richards for his suggestions. | ||||
* | add a simple version of the Facebook widget | Guillaume Desmottes | 2010-02-12 | 1 | -1/+16 |
| | |||||
* | Improve default display name for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -0/+8 |
| | |||||
* | add the '@chat.facebook.com' suffix to account but dont't display it in the ↵ | Guillaume Desmottes | 2010-02-12 | 1 | -1/+76 |
| | | | | | | widget Fixes bug #573194 | ||||
* | hide the advanced options for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -0/+3 |
| | |||||
* | don't display the register options for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | account-widget: display facebook example label | Guillaume Desmottes | 2010-02-12 | 1 | -4/+21 |
| | |||||
* | account_widget_build_jabber: add few comments | Guillaume Desmottes | 2010-02-12 | 1 | -0/+3 |
| | |||||
* | account-widget-salut: don't display advanced properties in simple mode | Guillaume Desmottes | 2010-01-25 | 1 | -0/+5 |
| | |||||
* | add_register_buttons: don't show the register buttons in simple mode | Guillaume Desmottes | 2010-01-19 | 1 | -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 it | Guillaume Desmottes | 2010-01-19 | 1 | -0/+4 |
| | | | | It's not created in the 'simple' version of the widget. (#607455) | ||||
* | account-widget: add empathy_account_widget_set_{account,password}_param | Guillaume Desmottes | 2010-01-18 | 1 | -0/+32 |
| | | | | | This will be used to restore the account and password params when switching widgets. | ||||
* | account-widget: use empathy_account_widget_changed | Guillaume Desmottes | 2010-01-14 | 1 | -13/+5 |
| | |||||
* | add empathy_account_widget_changed as protected method | Guillaume Desmottes | 2010-01-14 | 1 | -0/+10 |
| | |||||
* | use G_TYPE_OBJECT instead of G_TYPE_POINTER | Felix Kaser | 2010-01-11 | 1 | -1/+1 |
| | | | | in the signature of the account-created signal | ||||
* | connect to signals when account has been created | Felix Kaser | 2010-01-11 | 1 | -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 destroyed | Guillaume Desmottes | 2009-12-26 | 1 | -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 Desmottes | 2009-12-26 | 1 | -1/+5 |
| | | | | tp_account_manager_prepare_async call | ||||
* | Add register buttons to the account widget | Guillaume Desmottes | 2009-12-22 | 1 | -0/+52 |
| | |||||
* | factor out account_widget_is_gtalk | Guillaume Desmottes | 2009-12-22 | 1 | -3/+10 |
| | |||||
* | reorder moblin specific code | Guillaume Desmottes | 2009-12-22 | 1 | -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 Desmottes | 2009-12-22 | 1 | -4/+4 |
| | | | | This change doesn't affect the Moblin version. | ||||
* | account-widget: factor out add_enable_checkbox | Guillaume Desmottes | 2009-12-22 | 1 | -62/+69 |
| | |||||
* | changed way of tracking pending changes | Felix Kaser | 2009-12-10 | 1 | -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 flag | Felix Kaser | 2009-12-02 | 1 | -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 call | Felix Kaser | 2009-12-02 | 1 | -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 enabled | Felix Kaser | 2009-12-02 | 1 | -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_cb | Felix Kaser | 2009-12-02 | 1 | -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_widget | Guillaume Desmottes | 2009-11-23 | 1 | -3/+4 |
| | | | | This function is exported now. | ||||
* | account_widget_combobox_changed_cb: check that param has a default | Guillaume Desmottes | 2009-11-23 | 1 | -2/+3 |
| | |||||
* | Set explicitely the model of combo box | Guillaume Desmottes | 2009-11-23 | 1 | -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 GtkComboBox | Guillaume Desmottes | 2009-11-23 | 1 | -0/+64 |
| | |||||
* | empathy-account-widget: export account_widget_setup_widget | Guillaume Desmottes | 2009-11-23 | 1 | -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 idle | Guillaume Desmottes | 2009-11-19 | 1 | -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 default | Guillaume Desmottes | 2009-11-14 | 1 | -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 Desmottes | 2009-11-13 | 1 | -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-widget | Guillaume Desmottes | 2009-11-13 | 1 | -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 Desmottes | 2009-11-06 | 1 | -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 Desmottes | 2009-11-03 | 1 | -0/+10 |
| | | | | creating a new account which is not created yet | ||||
* | empathy-account-widget: update apply button when our state changes | Guillaume Desmottes | 2009-11-03 | 1 | -0/+23 |
| | |||||
* | empathy-account-widget: replace the 'Connect' buton by a 'Save' one ↵ | Guillaume Desmottes | 2009-11-03 | 1 | -2/+36 |
| | | | | when we are offline (#600427) | ||||
* | account-widget: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -14/+14 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | empathy-account-widget.c: fix uint comparaison | Guillaume Desmottes | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Rename HAVE_NBTK to HAVE_MOBLIN. | Xavier Claessens | 2009-10-05 | 1 | -15/+15 |
| | |||||
* | Remove the logic that re-applies the original enabled value. | Cosimo Cecchi | 2009-10-03 | 1 | -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 specific | Guillaume Desmottes | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | Rename the Connect button to "Log in" on Moblin. | Cosimo Cecchi | 2009-10-03 | 1 | -0/+7 |
| | |||||
* | Instant-apply the "enabled" setting. | Cosimo Cecchi | 2009-09-28 | 1 | -9/+12 |
| | |||||
* | Add an optional NbtkGtkLightSwitch. | Cosimo Cecchi | 2009-09-28 | 1 | -5/+70 |
| | | | | | Use an optional NbtkGtkLightSwitch instead of a GtkToggleButton to set an account enabled/disabled. | ||||
* | Construct the GTalk widget according to the icon name | Cosimo Cecchi | 2009-08-31 | 1 | -1/+28 |
| | |||||
* | Always update the control buttons sensitivity on creation. | Cosimo Cecchi | 2009-08-31 | 1 | -11/+7 |
| | |||||
* | Fixed some of the EmpathyAccountWidget's control button behaviour. | Jonathan Tellier | 2009-08-31 | 1 | -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 EmpathyAccountsDialog | Jonathan Tellier | 2009-08-29 | 1 | -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 Tellier | 2009-08-29 | 1 | -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-only | Sjoerd Simons | 2009-08-28 | 1 | -9/+3 |
| | |||||
* | Base the selected widget both on the CM and the protocol | Sjoerd Simons | 2009-08-28 | 1 | -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 easily | Jonathan Tellier | 2009-08-26 | 1 | -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' checkbox | Guillaume Desmottes | 2009-08-24 | 1 | -2/+3 |
| | |||||
* | When creating an account use a connect button instead of an apply button | Sjoerd Simons | 2009-08-23 | 1 | -1/+2 |
| | |||||
* | Every protocols should now have an "Enabled" checkbox in "edit" mode. | Jonathan Tellier | 2009-08-22 | 1 | -2/+15 |
| | |||||
* | Fix errors revealed by make check | Jonathan Tellier | 2009-08-22 | 1 | -1/+1 |
| | | | | | - Added missing files in po/POTFILES.in - Fixed style | ||||
* | First part of an overhaul of the accounts dialog | Jonathan Tellier | 2009-08-22 | 1 | -39/+263 |
| | |||||
* | Change labels when creating an account | Cosimo Cecchi | 2009-08-22 | 1 | -0/+14 |
| | |||||
* | React to entry changes immediately | Cosimo Cecchi | 2009-08-22 | 1 | -9/+31 |
| | |||||
* | Implement a generic simple widget | Cosimo Cecchi | 2009-08-22 | 1 | -2/+17 |
| | |||||
* | Add simple implementations for many widgets | Cosimo Cecchi | 2009-08-22 | 1 | -65/+153 |
| | |||||
* | Add a way to hook up to the apply sensitivity | Cosimo Cecchi | 2009-08-22 | 1 | -3/+24 |
| | |||||
* | Add the concept of simple account widget | Cosimo Cecchi | 2009-08-22 | 1 | -31/+82 |
| | |||||
* | Fix long lines | Cosimo Cecchi | 2009-08-22 | 1 | -13/+22 |
| | |||||
* | Fix indentation | Sjoerd Simons | 2009-08-18 | 1 | -17/+22 |
| | |||||
* | Rename empathy_settings_get_dbus_signature to ↵ | Sjoerd Simons | 2009-08-18 | 1 | -1/+2 |
| | | | | empathy_account_settings_get_dbus_signature | ||||
* | Set gui to NULL after unreffing it | Sjoerd Simons | 2009-08-18 | 1 | -0/+1 |
| | |||||
* | If there is a failure in recognizing the protocol name, fallback to the ↵ | Sjoerd Simons | 2009-08-17 | 1 | -8/+1 |
| | | | | generic UI | ||||
* | Fix trailing whitespace | Cosimo Cecchi | 2009-07-30 | 1 | -9/+9 |
| | |||||
* | Don't try to unref the GtkBuilder object in _dispose | Cosimo Cecchi | 2009-07-30 | 1 | -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 EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 1 | -0/+11 |
| | |||||
* | Set the sensitivity to the forget button | Cosimo Cecchi | 2009-07-30 | 1 | -2/+3 |
| | |||||
* | Implement dispose and finalize | Cosimo Cecchi | 2009-07-30 | 1 | -31/+75 |
| | |||||
* | Set apply button sensitivity on creation | Cosimo Cecchi | 2009-07-30 | 1 | -0/+1 |
| | |||||
* | Add a cosmetic comment to separate public and non-public methods. | Cosimo Cecchi | 2009-07-30 | 1 | -0/+2 |
| | |||||
* | Use telepathy style | Cosimo Cecchi | 2009-07-30 | 1 | -632/+657 |
| | |||||
* | Update copyright and author | Cosimo Cecchi | 2009-07-30 | 1 | -1/+2 |
| | |||||
* | First cut at GObject-ifying EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 1 | -276/+366 |
| | |||||
* | Add apply button for salut accounts | Sjoerd Simons | 2009-07-22 | 1 | -0/+1 |
| | |||||
* | Port to using EmpathyAccountSettings | Sjoerd Simons | 2009-07-22 | 1 | -108/+156 |
| | |||||
* | Initial port of Account and AccountManager to MC5 | Sjoerd Simons | 2009-07-08 | 1 | -6/+3 |
| | |||||
* | Remove usage of McProfiles | Sjoerd Simons | 2009-07-05 | 1 | -65/+75 |
| | |||||
* | Port libempathy-gtk to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -39/+36 |
| | |||||
* | empathy-account-widget: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -4/+4 |
| | |||||
* | fixed bug #548716 | Dimitris Zenios | 2009-05-30 | 1 | -0/+31 |
| | |||||
* | empathy-account-widget: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -9/+9 |
| | |||||
* | Don't unref 2 times gui. | Xavier Claessens | 2009-04-16 | 1 | -2/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2872 | ||||
* | Refactor the floating ref hack into a new function | Xavier Claessens | 2009-04-16 | 1 | -40/+8 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2871 | ||||
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 1 | -97/+86 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -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 Claessens | 2008-12-12 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1967 | ||||
* | Fix translators complains about ambigous strings. Fixes bug #546154. | Xavier Claessens | 2008-08-04 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1291 | ||||
* | Unref profile and improve a bit default account domain code. | Xavier Claessens | 2008-07-04 | 1 | -18/+14 |
| | | | | svn path=/trunk/; revision=1194 | ||||
* | Automatically add default account domain where appropriate. Fixes bug ↵ | Jonny Lamb | 2008-07-04 | 1 | -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 Claessens | 2008-05-01 | 1 | -16/+13 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Hide password from debug messages. | Xavier Claessens | 2008-04-19 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=964 | ||||
* | Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters). | Xavier Claessens | 2008-04-16 | 1 | -49/+0 |
| | | | | svn path=/trunk/; revision=948 | ||||
* | Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson). | Xavier Claessens | 2008-04-02 | 1 | -0/+36 |
| | | | | svn path=/trunk/; revision=860 | ||||
* | Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz). | Xavier Claessens | 2008-03-27 | 1 | -0/+34 |
| | | | | svn path=/trunk/; revision=827 | ||||
* | Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste ↵ | Xavier Claessens | 2008-03-25 | 1 | -0/+49 |
| | | | | | | Mille-Mathias). svn path=/trunk/; revision=823 | ||||
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵ | Xavier Claessens | 2008-03-17 | 1 | -6/+31 |
| | | | | | | and others in src/ svn path=/trunk/; revision=813 | ||||
* | Add an advanced expander in the generic setting widget. Fixes bug #466521 ↵ | Xavier Claessens | 2008-03-08 | 1 | -17/+27 |
| | | | | | | (Marco Barisione). svn path=/trunk/; revision=706 | ||||
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=688 | ||||
* | Fix typo in API | Xavier Claessens | 2008-02-21 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=659 | ||||
* | Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana). | Xavier Claessens | 2008-02-20 | 1 | -0/+35 |
| | | | | svn path=/trunk/; revision=658 | ||||
* | Add GUI to configure ICQ accounts. Fixes bug #513673 (Andreas Henriksson). | Xavier Claessens | 2008-02-20 | 1 | -0/+33 |
| | | | | svn path=/trunk/; revision=656 | ||||
* | Fix a bug when unset port | Xavier Claessens | 2008-02-11 | 1 | -6/+4 |
| | | | | svn path=/trunk/; revision=623 | ||||
* | Change a bit the generic account setting API. | Xavier Claessens | 2008-02-11 | 1 | -61/+33 |
| | | | | 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/+589 |
Port empathy-account-widget-*.[ch] to use that API. svn path=/trunk/; revision=621 |