aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-jabber.ui
Commit message (Collapse)AuthorAgeFilesLines
* account-widget-jabber.ui: remove n-{rows,columns} propertiesGuillaume Desmottes2012-06-061-2/+0
| | | | Not valid in a GtkGrid.
* account-widget-jabber: remove colons, clean up advanced sectionDanielle Madeley2012-05-291-184/+223
| | | | Don't dim labels in viewport, grey on white looks wrong.
* 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-jabber: doesn't allow negative priorityGuillaume Desmottes2012-02-091-1/+1
| | | | | | | Setting a negative priority secretly mean "don't send me any message" which can be very confusing. https://bugzilla.gnome.org/show_bug.cgi?id=669712
* account-widget-*: port to GtkGridGuillaume Desmottes2011-11-011-40/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* Glade: GtkGrid does not have n-rows and n-columns properties as GtkTableXavier Claessens2011-09-231-9/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* e-account-widget-jabber: Use GtkGrid instead of GtkTableXavier Claessens2011-09-221-55/+71
| | | | | | This work around bug #657621 https://bugzilla.gnome.org/show_bug.cgi?id=646630
* e-account-widget-jabber: fix sizing issuesDiego Escalante Urrelo2011-09-221-347/+381
| | | | | | Fix the glade file for sizing issues Bug #646630
* 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-10/+60
| | | | | | ...and link these widgets up nicely. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Remove Ovi chat profileGuillaume Desmottes2010-12-071-105/+0
| | | | Ovi services are about to change so best to wait for now.
* hide jabber example by default so we just have to show the one we wantGuillaume Desmottes2010-12-071-1/+0
|
* add account widget for OviGuillaume Desmottes2010-12-071-0/+105
|
* wrap label explaining the facebook account configuration (#611107)Guillaume Desmottes2010-09-131-0/+1
|
* account-widget-jabber: change the accelerator of the Priority widgetGuillaume Desmottes2010-08-301-1/+1
| | | | It clash with the Login button.
* account-widget-jabber: change accelerator of the encryption widgetGuillaume Desmottes2010-08-301-1/+1
| | | | 'E' is used by Enabled now.
* jabber and yahoo widget: change the accelerator of the Ignore widgetGuillaume Desmottes2010-08-301-1/+1
|
* Take full width for the password and id entries for jabber account settingsXavier Claessens2010-04-131-6/+10
|
* libempathy-gtk/empathy-account-widget-jabber.ui: remove invisible_char ↵Guillaume Desmottes2010-04-121-12/+0
| | | | property; we want to use the default
* remove forget buttonGuillaume Desmottes2010-03-301-24/+2
|
* Merge commit 'treitter/bug-613272'Guillaume Desmottes2010-03-291-162/+172
|\
| * Another way to fix Gnome bug #613272. This puts the Advanced expander ↵Travis Reitter2010-03-251-152/+165
| | | | | | | | content for each of the problem protocols in a scrolled window, instead of the entire Details section.
| * Make the account details pane scrollable, in case the Advanced section is ↵Travis Reitter2010-03-201-10/+7
| | | | | | | | too large to fit on the screen all at once. Fixes Gnome bug #613272.
* | Add a comment explaining translator how to make the Facebook string look niceGuillaume Desmottes2010-03-261-1/+1
|/
* Rephrase the helper text and change "Login ID" to "Username"Guillaume Desmottes2010-02-121-5/+7
| | | | Thanks to Nick Richards for his suggestions.
* embold the part of the Facebook URL showing the ID to make it clearerGuillaume Desmottes2010-02-121-1/+1
|
* add a simple version of the Facebook widgetGuillaume Desmottes2010-02-121-0/+93
|
* Help user to understand what Facebook alias are and how to set itGuillaume Desmottes2010-02-121-1/+2
|
* hide the advanced options for Facebook accountsGuillaume Desmottes2010-02-121-1/+1
|
* add example label for Facebook accountsGuillaume Desmottes2010-02-121-0/+14
|
* Remove Pango markup from translatable strings where possiblePhilip Withnall2010-01-061-4/+16
| | | | | Use GtkBuilder attributes on labels instead, and change one instance of code to automatically add markup to the translated string.
* account-widget-jabber: increase spacing in the 'Override Server Settings' ↵Guillaume Desmottes2009-11-171-0/+2
| | | | | | section The frame was too close from the other widgets.
* Fix duplicate XML ids in GtkBuilder file that stopped it from loadingDavyd Madeley2009-09-011-3/+3
|
* Add a specialized GTalk widget UI in gladeCosimo Cecchi2009-08-311-5/+114
|
* Add example labels to all protocolsCosimo Cecchi2009-08-241-1/+2
| | | | Also, fix padding and make the label prettier.
* Make the layout more consistent with the other widgetsSjoerd Simons2009-08-231-15/+7
|
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-12/+41
|
* Add example labels to the simple widgetsCosimo Cecchi2009-08-221-3/+25
|
* Change labels when creating an accountCosimo Cecchi2009-08-221-4/+24
|
* Add simple implementations for many widgetsCosimo Cecchi2009-08-221-0/+66
|
* Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-171-4/+8
|
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-161-291/+296
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2845
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+342
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840