| Commit message (Expand) | Author | Age | Files | Lines |
* | account_widget_build_salut: focus the first name entry by default | Guillaume Desmottes | 2009-11-14 | 1 | -1/+1 |
* | empathy_account_widget_get_default_display_name: special case should be done ... | Guillaume Desmottes | 2009-11-13 | 1 | -0/+1 |
* | move code generating the default display name of new account to account-widget | Guillaume Desmottes | 2009-11-13 | 1 | -0/+52 |
* | account-widget: Change the label of the Connect button to 'Login'. | Guillaume Desmottes | 2009-11-06 | 1 | -14/+9 |
* | empathy_account_widget_contains_pending_changes: return TRUE if we are creati... | Guillaume Desmottes | 2009-11-03 | 1 | -0/+10 |
* | 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 |
* | account-widget: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -14/+14 |
* | 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 |
* | 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 |
* | 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 |
* | Minor changes to EmpathyAccountWidget and EmpathyAccountsDialog | Jonathan Tellier | 2009-08-29 | 1 | -16/+3 |
* | Asking for confirmation before losing pending accounts changes. | Jonathan Tellier | 2009-08-29 | 1 | -5/+28 |
* | 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 |
* | - Added a utility function (empathy_account_reconnect_async) to easily | Jonathan Tellier | 2009-08-26 | 1 | -37/+26 |
* | 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 |
* | 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 empathy_account_settings_get_db... | Sjoerd Simons | 2009-08-18 | 1 | -1/+2 |
* | 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 gener... | Sjoerd Simons | 2009-08-17 | 1 | -8/+1 |
* | 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 |
* | 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 |
* | Refactor the floating ref hack into a new function | Xavier Claessens | 2009-04-16 | 1 | -40/+8 |
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 1 | -97/+86 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -3/+3 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
* | Fix translators complains about ambigous strings. Fixes bug #546154. | Xavier Claessens | 2008-08-04 | 1 | -1/+0 |
* | Unref profile and improve a bit default account domain code. | Xavier Claessens | 2008-07-04 | 1 | -18/+14 |
* | Automatically add default account domain where appropriate. Fixes bug #534425... | Jonny Lamb | 2008-07-04 | 1 | -2/+24 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -16/+13 |
* | Hide password from debug messages. | Xavier Claessens | 2008-04-19 | 1 | -1/+2 |
* | Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters). | Xavier Claessens | 2008-04-16 | 1 | -49/+0 |
* | Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson). | Xavier Claessens | 2008-04-02 | 1 | -0/+36 |
* | Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz). | Xavier Claessens | 2008-03-27 | 1 | -0/+34 |
* | Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste Mille-Mat... | Xavier Claessens | 2008-03-25 | 1 | -0/+49 |
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and... | Xavier Claessens | 2008-03-17 | 1 | -6/+31 |
* | Add an advanced expander in the generic setting widget. Fixes bug #466521 (Ma... | Xavier Claessens | 2008-03-08 | 1 | -17/+27 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | Fix typo in API | Xavier Claessens | 2008-02-21 | 1 | -5/+5 |
* | Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana). | Xavier Claessens | 2008-02-20 | 1 | -0/+35 |
* | Add GUI to configure ICQ accounts. Fixes bug #513673 (Andreas Henriksson). | Xavier Claessens | 2008-02-20 | 1 | -0/+33 |
* | Fix a bug when unset port | Xavier Claessens | 2008-02-11 | 1 | -6/+4 |
* | Change a bit the generic account setting API. | Xavier Claessens | 2008-02-11 | 1 | -61/+33 |
* | Add a generic UI to make easy building UI for protocol specific settings. Por... | Xavier Claessens | 2008-02-11 | 1 | -0/+589 |