aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-irc.ui
Commit message (Collapse)AuthorAgeFilesLines
* account-widget-irc: remove colonsDanielle Madeley2012-05-291-18/+43
| | | | | | The advanced settings for IRC look different to XMPP/SIP. They should probably be changed to be contained within a scrolled window/viewport for consistency.
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-05-111-1/+1
|\
| * account-widget-irc: Quit label should be in the first columnGuillaume Desmottes2012-05-111-1/+1
| |
* | remove invisible_char from ui filesGuillaume Desmottes2012-05-101-6/+0
|/ | | | We should use Gtk+'s default and those widgets don't use it any way.
* account-widget-irc: add translators comment on up/down tooltipsGuillaume Desmottes2012-03-221-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672608
* Toolbar and Treeview mergedJovanka Gulicoska2012-03-131-9/+13
|
* IRC network dialog: use the use the right style for the buttonsGuillaume Desmottes2012-01-231-53/+66
|
* account-widget-irc: fix label position in the gridGuillaume Desmottes2012-01-131-0/+1
|
* 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