aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-sip.c
Commit message (Collapse)AuthorAgeFilesLines
* account-widget-sip: add ignore-tls-errors param (#650844)Guillaume Desmottes2011-05-231-0/+1
|
* remove forget buttonGuillaume Desmottes2010-03-301-1/+0
|
* account-widget-sip: translate all the labels in combo boxGuillaume Desmottes2009-11-231-5/+9
|
* rename account_widget_setup_widget empathy_account_widget_setup_widgetGuillaume Desmottes2009-11-231-2/+2
| | | | This function is exported now.
* fix position of the 2 combo boxesGuillaume Desmottes2009-11-231-2/+2
|
* account-widget-sip: add subsections in the advanced sectionGuillaume Desmottes2009-11-231-1/+1
|
* account-widget-sip: fix typo in variable nameGuillaume Desmottes2009-11-231-3/+3
|
* account-widget-sip: unsensitive the STUN labels as well when STUN is disabledGuillaume Desmottes2009-11-231-0/+6
|
* Set explicitely the model of combo boxGuillaume Desmottes2009-11-231-23/+58
| | | | | 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.
* unsensitive the keep-alive spin button if keep-alive is disabledGuillaume Desmottes2009-11-231-0/+22
|
* account-widget-sip: add UI to configure the keepalive-mechanism and ↵Guillaume Desmottes2009-11-231-0/+22
| | | | keepalive-interval params
* account-widget-sip: add UI to configure the discover-binding paramGuillaume Desmottes2009-11-231-0/+1
|
* account-widget-sip: add UI to configure the loose-routine paramGuillaume Desmottes2009-11-231-0/+1
|
* account-widget-sip: add UI to configure the transport paramGuillaume Desmottes2009-11-231-0/+24
|
* account-widget-sip: Add UI to configure auth-user, proxy-host and port ↵Guillaume Desmottes2009-11-231-0/+3
| | | | params (#601697)
* Every protocols should now have an "Enabled" checkbox in "edit" mode.Jonathan Tellier2009-08-221-1/+3
|
* Implement a simple SIP widgetCosimo Cecchi2009-08-221-30/+51
|
* First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-301-30/+12
|
* Port to using EmpathyAccountSettingsSjoerd Simons2009-07-221-9/+13
|
* Remove useless mission-control includesSjoerd Simons2009-07-061-2/+0
|
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-5/+4
|
* fixed bug #548716Dimitris Zenios2009-05-301-0/+2
|
* empathy-account-widget-sip: fix coding styleGuillaume Desmottes2009-05-181-2/+2
|
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-161-5/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2871
* Port account widgets to new APIXavier Claessens2009-04-161-10/+9
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
| | | | svn path=/trunk/; revision=1967
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-3/+0
| | | | svn path=/trunk/; revision=1066
* stun-server and stun-port sensibility is the opposit: They are sensitive if ↵Xavier Claessens2008-04-161-7/+5
| | | | | | discover-stun is disabled. svn path=/trunk/; revision=951
* Remove most SIP settings since they are impossible to understand.Xavier Claessens2008-04-161-10/+0
| | | | svn path=/trunk/; revision=950
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).Xavier Claessens2008-04-161-0/+139
svn path=/trunk/; revision=948