aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-irc.ui
Commit message (Collapse)AuthorAgeFilesLines
* account-widget-*: port to GtkGridGuillaume Desmottes2011-11-011-38/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* e-account-widget-irc: Use a GtkGrid to fix label wrappingXavier Claessens2011-09-261-50/+47
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* glade: move IRC's expander to the vbox instead of the tableXavier Claessens2011-09-231-130/+168
|
* widget-irc: quit message entry shouldn't be invisibleGuillaume Desmottes2011-08-231-3/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657104
* IRC accounts: top-justify the password hint.Will Thompson2011-07-251-0/+1
| | | | | | | As mentioned on <https://bugzilla.gnome.org/show_bug.cgi?id=654552#c13>, this makes the password hint text be right up against the field it's hinting about, at the cost of even more ugly space between it and the Advanced expander. I think this is the lesser of two evils.
* IRC accounts: make labels the same width.Will Thompson2011-07-191-0/+10
| | | | | This addresses Nick's concern on https://bugzilla.gnome.org/show_bug.cgi?id=654552
* Add an advanced section to the IRC configuration pageRob Sharp2011-07-191-80/+179
| | | | | | | -Move the Real Name and Quit Message to the advanced section -Add a new Username field to the advanced section https://bugzilla.gnome.org/show_bug.cgi?id=654552
* remove has-separator property from XML filesGuillaume Desmottes2010-10-041-1/+0
| | | | It has been removed from GtkDialog
* Bug 628064 — Miscellaneous string fixesPhilip Withnall2010-08-271-1/+1
|
* account-widget-irc: add simple version of the widgetGuillaume Desmottes2010-08-261-0/+63
|
* account-widget-irc: use EmpathyIrcNetworkChooserGuillaume Desmottes2010-08-251-75/+3
| | | | This avoid having a huge list in a combo box (#588243)
* libempathy-gtk/empathy-account-widget-irc.ui: remove invisible_char ↵Guillaume Desmottes2010-04-121-4/+0
| | | | property; we want to use the default
* Miscellaneous string fixesPhilip Withnall2010-01-011-1/+1
| | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add the Apply widget to the IRC account settings dialogSjoerd Simons2009-07-221-165/+174
|
* Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-171-4/+8
|
* fix another id clashGuillaume Desmottes2009-04-231-1/+1
|
* rename button_remove to button_remove_network to fix id clashGuillaume Desmottes2009-04-231-1/+1
|
* empathy-account-widget-irc.ui: the network dialog doesn't have to beGuillaume Desmottes2009-04-231-1/+0
| | | | visible by default. Fixes #579800
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-161-228/+247
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2845
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+440
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840