aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-sip.ui
Commit message (Collapse)AuthorAgeFilesLines
* tp-account-widgets: Move account widgets code in the tp-account-widgets subdirEmanuele Aina2013-08-201-731/+0
| | | | | | | Start moving the account widgets code in a subdir before fully isolating it and stubbing it out in a submodule. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* account-widget-sip: remove colons, clean up paddingDanielle Madeley2012-05-291-16/+22
|
* Added support for local IP address and port in SIP account settings widget.Laurent2012-04-021-0/+59
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669134
* account-widget: set shadow_type=in for advanced scrolled windowsCosimo Cecchi2012-03-211-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672508
* account-widget-*: port to GtkGridGuillaume Desmottes2011-11-011-87/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* Glade: fix sizing in SIP accounts widgetXavier Claessens2011-09-231-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* account-widget-sip: add option to mark account as being able to call phonesGuillaume Desmottes2011-08-241-1/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220
* widget-sip: load/save file in GladeGuillaume Desmottes2011-08-241-18/+73
| | | | | | No change has been done, this is just to keep commits simpler. https://bugzilla.gnome.org/show_bug.cgi?id=657220
* account-widget-sip: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+6
|
* account-widget-sip: add ignore-tls-errors param (#650844)Guillaume Desmottes2011-05-231-0/+20
|
* Fiexd wrong title capitalization for checkboxMilo Casagrande2011-02-211-1/+1
|
* account-widget: add Remember Password widgets for all the other protocolsJonny Lamb2010-12-101-4/+36
| | | | | | ...and link these widgets up nicely. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* libempathy-gtk/empathy-account-widget-sip.ui: remove invisible_char ↵Guillaume Desmottes2010-04-121-9/+0
| | | | property; we want to use the default
* widget-sip: re-add the entry_passwordGuillaume Desmottes2010-04-121-0/+12
| | | | It has been accidentally removed in 3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.
* remove forget buttonGuillaume Desmottes2010-03-301-40/+0
|
* Another way to fix Gnome bug #613272. This puts the Advanced expander ↵Travis Reitter2010-03-251-364/+370
| | | | content for each of the problem protocols in a scrolled window, instead of the entire Details section.
* Remove Pango markup from translatable strings where possiblePhilip Withnall2010-01-061-10/+24
| | | | | Use GtkBuilder attributes on labels instead, and change one instance of code to automatically add markup to the translated string.
* account-widget-sip: re-add tooltipsGuillaume Desmottes2009-12-211-1/+5
| | | | | They have been accidentally removed in eed9993f70997795d52828ebe56e5831c9566206.
* move port settings to the same line as the hostGuillaume Desmottes2009-11-231-105/+106
|
* indent the STUN Server/Port label under the checkboxGuillaume Desmottes2009-11-231-2/+2
|
* rephrase subsection titles and their labelsGuillaume Desmottes2009-11-231-8/+8
|
* add indentation so subsections are clearerGuillaume Desmottes2009-11-231-130/+194
|
* rephrase the discover-stun checkbox labelGuillaume Desmottes2009-11-231-1/+1
|
* rename Misc section to MiscellaneousGuillaume Desmottes2009-11-231-1/+1
|
* account-widget-sip: add subsections in the advanced sectionGuillaume Desmottes2009-11-231-36/+89
|
* account-widget-sip: add UI to configure the keepalive-mechanism and ↵Guillaume Desmottes2009-11-231-1/+45
| | | | keepalive-interval params
* account-widget-sip: add UI to configure the discover-binding paramGuillaume Desmottes2009-11-231-1/+16
|
* account-widget-sip: add UI to configure the loose-routine paramGuillaume Desmottes2009-11-231-1/+16
|
* account-widget-sip: add UI to configure the transport paramGuillaume Desmottes2009-11-231-1/+15
|
* account-widget-sip: Add UI to configure auth-user, proxy-host and port ↵Guillaume Desmottes2009-11-231-1/+84
| | | | params (#601697)
* Add example labels to all protocolsCosimo Cecchi2009-08-241-4/+22
| | | | Also, fix padding and make the label prettier.
* Make the alignment names in the sip.ui file uniqueSjoerd Simons2009-08-231-1/+1
|
* Every protocols should now have an "Enabled" checkbox in "edit" mode.Jonathan Tellier2009-08-221-1/+1
|
* Add example labels to the simple widgetsCosimo Cecchi2009-08-221-3/+25
|
* Add simple implementations for many widgetsCosimo Cecchi2009-08-221-0/+66
|
* Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-171-2/+4
|
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-161-161/+164
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2845
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+210
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840