index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-account-widget.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a FIXME about the initial value of the 'remember' checkbox
Guillaume Desmottes
2012-09-07
1
-0
/
+3
*
consider account widget has changed if the remember checkbox is changed
Guillaume Desmottes
2012-09-07
1
-5
/
+12
*
Remember password at least until session restart
Xavier Claessens
2012-08-27
1
-10
/
+4
*
export empathy_account_widget_apply_and_log_in()
Guillaume Desmottes
2012-07-19
1
-7
/
+5
*
widget-irc: don't check 'username' using a regexp
Guillaume Desmottes
2012-06-19
1
-11
/
+0
*
account-settings: always use GVariant to store parameters
Guillaume Desmottes
2012-06-07
1
-21
/
+44
*
remove empathy_account_settings_set_* functions
Guillaume Desmottes
2012-06-07
1
-18
/
+18
*
account-widget: use TpConnectionManager accessors
Guillaume Desmottes
2012-06-07
1
-17
/
+22
*
account-settings: use TpProtocol's API to get TpConnectionManagerParam
Guillaume Desmottes
2012-06-06
1
-3
/
+6
*
accounts_widget_generic_setup: continue iterating when treating optional para...
Guillaume Desmottes
2012-06-06
1
-1
/
+1
*
empathy_account_settings_get_tp_protocol: return a TpProtocol
Guillaume Desmottes
2012-06-06
1
-2
/
+2
*
account-widget: support for account widget generic
Danielle Madeley
2012-05-29
1
-2
/
+4
*
account-widget: delay 'close' signal if enabling the account
Guillaume Desmottes
2012-05-09
1
-2
/
+11
*
Turn EmpathyAccountWidget to a proper GtkWidget
Guillaume Desmottes
2012-05-08
1
-75
/
+81
*
Remove Meego specific code
Guillaume Desmottes
2012-04-05
1
-5
/
+0
*
Use the MSN account widget with Haze
Guillaume Desmottes
2012-02-21
1
-1
/
+1
*
account_widget_generic_format_param_name: make sure param_name is not NULL
Guillaume Desmottes
2012-02-06
1
-0
/
+2
*
account-widget: allow JID such as 'test@localhost'
Guillaume Desmottes
2012-01-17
1
-1
/
+1
*
account-widget: display the buttons in simple mode as well
Guillaume Desmottes
2011-12-22
1
-55
/
+55
*
account-widget: modernize dipose function
Guillaume Desmottes
2011-12-22
1
-20
/
+2
*
account-widget: use the self->priv pattern
Guillaume Desmottes
2011-12-22
1
-324
/
+285
*
properly handle accounts using an external storage
Guillaume Desmottes
2011-12-22
1
-208
/
+20
*
we can now use the stock close button
Guillaume Desmottes
2011-12-22
1
-10
/
+1
*
remove old comment
Guillaume Desmottes
2011-12-22
1
-1
/
+0
*
no need to control the cancel button sensitivity any more
Guillaume Desmottes
2011-12-22
1
-2
/
+0
*
Add a close signal, emitted by both cancel and apply
Danielle Madeley
2011-12-22
1
-0
/
+14
*
Begin combining the dialogs
Danielle Madeley
2011-12-22
1
-2
/
+3
*
fix GTK_BOX casts
Guillaume Desmottes
2011-11-21
1
-1
/
+1
*
use gtk_box_new() instead of gtk_[h,v]box_new()
Guillaume Desmottes
2011-11-21
1
-2
/
+4
*
Fix crash when opening GOA facebook account settings
Xavier Claessens
2011-11-04
1
-1
/
+1
*
account-widget-*: port to GtkGrid
Guillaume Desmottes
2011-11-01
1
-60
/
+50
*
Use new GOA desktop file
Guillaume Desmottes
2011-09-29
1
-2
/
+3
*
Use g_cclosure_marshal_generic for all signals
Xavier Claessens
2011-09-28
1
-3
/
+3
*
Use tp_proxy_prepare_async instead of tp_account_manager_prepare_async
Guillaume Desmottes
2011-09-19
1
-2
/
+2
*
Support launching GNOME Online Accounts in empathy-accounts
Danielle Madeley
2011-09-06
1
-7
/
+65
*
Correct grouping in the hostname regexp
Sjoerd Simons
2011-08-31
1
-3
/
+4
*
account-widget: add empathy_account_widget_get_settings()
Guillaume Desmottes
2011-08-24
1
-0
/
+8
*
Allow to enter an email address as Yahoo ID
Guillaume Desmottes
2011-08-04
1
-2
/
+4
*
IRC: validate 'username' parameter.
Will Thompson
2011-07-19
1
-0
/
+12
*
IRC: rename “user_name” regex to “nick_name”
Will Thompson
2011-07-19
1
-2
/
+2
*
account-widget: hide advanced section for GTalk accounts
Guillaume Desmottes
2011-06-28
1
-1
/
+1
*
account-widget: use tp_g_signal_connect_object to connect on the password-ret...
Guillaume Desmottes
2011-06-07
1
-2
/
+2
*
empathy_account_widget_setup_widget: unsensitive unsupported param (#650846)
Guillaume Desmottes
2011-05-23
1
-0
/
+3
*
fix unused-but-set-variable warnings
Marc Plano-Lesay
2011-05-05
1
-3
/
+0
*
account-widget: remove all the code related to the enabled checkbox
Guillaume Desmottes
2011-04-21
1
-156
/
+2
*
Remove enabled toggle from account-widget
Danielle Madeley
2011-04-21
1
-0
/
+4
*
Add translation context on some strings (#646131)
Guillaume Desmottes
2011-04-18
1
-1
/
+1
*
move the Enabled translator comment just before the string
Guillaume Desmottes
2011-03-30
1
-2
/
+2
*
give translators context for the 'Enabled' checkbox (#646131)
Guillaume Desmottes
2011-03-30
1
-0
/
+2
*
Allow to enter an email address as ICQ ID (#645014)
Guillaume Desmottes
2011-03-17
1
-2
/
+5
*
only try reconnecting accounts if needed (#642358)
Guillaume Desmottes
2011-02-16
1
-3
/
+14
*
account-widget-yahoo: remove server field (#634853)
Guillaume Desmottes
2011-01-24
1
-1
/
+0
*
Don't use deprecated gdk_app_launch_context_new()
Emilio Pozuelo Monfort
2011-01-11
1
-3
/
+3
*
Fix build warnings for uninitialized variables
Xavier Claessens
2010-12-23
1
-1
/
+1
*
account-widget: use g_app_info_launch() instead of gdk_spawn_on_screen() (#63...
Guillaume Desmottes
2010-12-23
1
-14
/
+30
*
factor out empathy_make_color_whiter()
Guillaume Desmottes
2010-12-15
1
-4
/
+1
*
account-widget: use new GTK+ style API (#636500)
Guillaume Desmottes
2010-12-15
1
-12
/
+16
*
account-widget: add Remember Password widgets for all the other protocols
Jonny Lamb
2010-12-10
1
-0
/
+47
*
account-widget: only show Remember Password ticky box if the CM supports SASL
Jonny Lamb
2010-12-10
1
-1
/
+7
*
account-settings: don't block notify::ready on getting a password
Jonny Lamb
2010-12-10
1
-0
/
+36
*
account-widget: handle the remember password widget with the simple widget
Jonny Lamb
2010-12-10
1
-12
/
+24
*
account-widget: hook up the remember password toggle button
Jonny Lamb
2010-12-08
1
-0
/
+38
*
Remove Ovi chat profile
Guillaume Desmottes
2010-12-07
1
-35
/
+0
*
add services_infos containing infos regarding services
Guillaume Desmottes
2010-12-07
1
-21
/
+24
*
hide jabber example by default so we just have to show the one we want
Guillaume Desmottes
2010-12-07
1
-5
/
+4
*
account_widget_get_service: check Service for Facebook and GTalk too
Guillaume Desmottes
2010-12-07
1
-6
/
+11
*
empathy_account_widget_get_default_display_name: special case Ovi as well
Guillaume Desmottes
2010-12-07
1
-0
/
+8
*
more use of account_widget_get_service()
Guillaume Desmottes
2010-12-07
1
-30
/
+4
*
add account_widget_get_service() and an enum to represent services
Guillaume Desmottes
2010-12-07
1
-13
/
+40
*
add account widget for Ovi
Guillaume Desmottes
2010-12-07
1
-3
/
+44
*
account-widget: generalise facebook suffix code
Guillaume Desmottes
2010-12-07
1
-15
/
+31
*
Check if apply button has a top level window before calling gtk_widget_grab_d...
Guillaume Desmottes
2010-12-01
1
-2
/
+11
*
Label removed form list of focusable widgets
Chandni Verma
2010-11-22
1
-0
/
+11
*
Make <Enter> on the account name try to log in
Emilio Pozuelo Monfort
2010-11-15
1
-0
/
+20
*
Don't assume account will exist when accessing storage restrictions
Danielle Madeley
2010-10-21
1
-5
/
+9
*
Merge branch 'external-accounts'
Danielle Madeley
2010-10-18
1
-26
/
+146
|
\
|
*
Access Account.I.Storage properties via TpAccount
Danielle Madeley
2010-10-08
1
-35
/
+38
|
*
Support Account.Interface.Storage
Danielle Madeley
2010-10-08
1
-26
/
+143
*
|
Check format of some user names (#629261)
Vitaly Minko
2010-10-14
1
-0
/
+113
|
/
*
Remove "Use Yahoo Japan" label (#609484)
Guillaume Desmottes
2010-09-13
1
-1
/
+0
*
account-widget: apply settings when activating the password entry (#625575)
Cyril Roelandt
2010-09-03
1
-2
/
+22
*
Merge branch 'translate-param-628601'
Guillaume Desmottes
2010-09-02
1
-0
/
+23
|
\
|
*
account_widget_generic_format_param_name: translate common params (#628601)
Guillaume Desmottes
2010-09-02
1
-0
/
+23
*
|
Merge remote branch 'kaserf/fix-account-name-update'
Guillaume Desmottes
2010-09-02
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
do not set the overridden flag when creating
Felix Kaser
2010-09-02
1
-1
/
+2
*
|
empathy_account_widget_get_default_display_name: use the network name (#598394)
Guillaume Desmottes
2010-09-02
1
-9
/
+15
|
/
*
account-widget: add accelerator on Enabled
Guillaume Desmottes
2010-08-30
1
-1
/
+1
*
fix accelerator conflict with the Cancel button (#623164)
Guillaume Desmottes
2010-08-30
1
-1
/
+9
*
fix accelerator conflict with the Apply button (#623164)
Guillaume Desmottes
2010-08-30
1
-3
/
+10
*
factor out set_apply_button()
Guillaume Desmottes
2010-08-30
1
-4
/
+13
*
use the simple variant of the IRC widget if needed
Guillaume Desmottes
2010-08-26
1
-2
/
+10
*
Fix missing entries in switch statements
Philip Withnall
2010-08-05
1
-0
/
+1
*
Fix activating [ ] Enabled with the keyboard.
Will Thompson
2010-07-12
1
-3
/
+3
*
Update location for mx-gtk.h
Danielle Madeley
2010-06-03
1
-1
/
+1
*
libempathy-gtk/empathy-account-widget.c: use tp_g_signal_connect_object inste...
Guillaume Desmottes
2010-04-09
1
-2
/
+2
*
remove forget button
Guillaume Desmottes
2010-03-30
1
-60
/
+0
*
Add clear icon in entry containing password (#608104)
Guillaume Desmottes
2010-03-30
1
-0
/
+42
*
Use the right marshaller for account-created
Sjoerd Simons
2010-03-03
1
-1
/
+1
*
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 by...
Guillaume Desmottes
2010-03-03
1
-0
/
+11
*
no need to call empathy_account_settings_is_ready in account-widget's dispose...
Guillaume Desmottes
2010-03-03
1
-2
/
+0
*
accounts-dialog: set display-name before creating the account
Guillaume Desmottes
2010-03-03
1
-0
/
+13
*
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 acc...
Travis Reitter
2010-03-02
1
-3
/
+41
*
|
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
|
/
*
Rename Moblin to Meego throughout Empathy
Danielle Madeley
2010-02-19
1
-23
/
+23
*
Always use "Apply" button if we are not connected or editing an account
Guillaume Desmottes
2010-02-16
1
-15
/
+7
*
account-widget: don't display "Log in" button if we are modyfing an account
Guillaume Desmottes
2010-02-16
1
-3
/
+5
*
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
*
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 w...
Guillaume Desmottes
2010-02-12
1
-1
/
+76
*
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
*
account-widget: check that the apply button actually exist before modifying it
Guillaume Desmottes
2010-01-19
1
-0
/
+4
*
account-widget: add empathy_account_widget_set_{account,password}_param
Guillaume Desmottes
2010-01-18
1
-0
/
+32
*
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
*
connect to signals when account has been created
Felix Kaser
2010-01-11
1
-3
/
+3
*
account-widget: presence_changed_cb: early return if widget has been destroyed
Guillaume Desmottes
2009-12-26
1
-0
/
+3
*
account-widget: ensure that the object stays alive during the tp_account_mana...
Guillaume Desmottes
2009-12-26
1
-1
/
+5
*
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
*
account-widget: move the 'Enable' checkbox to the top of the widget (#593268)
Guillaume Desmottes
2009-12-22
1
-4
/
+4
*
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
*
added destroyed flag
Felix Kaser
2009-12-02
1
-1
/
+20
*
fixed problem with destroyed widget in async call
Felix Kaser
2009-12-02
1
-0
/
+5
*
update presence when account is enabled
Felix Kaser
2009-12-02
1
-10
/
+39
*
emit account-created signal outside enabled_cb
Felix Kaser
2009-12-02
1
-9
/
+4
*
rename account_widget_setup_widget empathy_account_widget_setup_widget
Guillaume Desmottes
2009-11-23
1
-3
/
+4
*
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
*
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
*
account-widget: use the account-manaer instead of idle
Guillaume Desmottes
2009-11-19
1
-32
/
+56
*
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