aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* accounts-dialog: tweak paddingDanielle Madeley2012-05-291-4/+6
|
* accounts-dialog: improve the 'no protocol installed' messageGuillaume Desmottes2012-02-161-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670203
* accounts-dialog: move the 'no protocol' message to a different pageGuillaume Desmottes2012-02-161-37/+43
| | | | | | It's cleaner that way https://bugzilla.gnome.org/show_bug.cgi?id=670203
* accounts-dialog: remove hbox_protocolGuillaume Desmottes2012-02-161-25/+0
| | | | | | It's not used any more since we moved adding account to a separated dialog. https://bugzilla.gnome.org/show_bug.cgi?id=670203
* accounts-dialog: remove useless childsGuillaume Desmottes2011-09-271-23/+0
| | | | | | They don't seem to be used and were raising a Gtk+ warning. https://bugzilla.gnome.org/show_bug.cgi?id=659474
* Make the accounts-dialog attractive and GNOME3ishDanielle Madeley2011-06-151-51/+48
|
* don't set fill on the box containing buttonsGuillaume Desmottes2010-11-151-0/+1
|
* Unmark strings as translatable which aren't shown to the userPhilip Withnall2010-08-271-3/+3
| | | | Helps: bgo#628062
* accounts-dialog.ui: set pango properties in the UI file (#628063)Guillaume Desmottes2010-08-271-2/+5
|
* accounts-dialog: display loading page while loading accounts (#611701)Guillaume Desmottes2010-08-261-1/+28
|
* accounts-dialog: add a GtkNotebookGuillaume Desmottes2010-08-261-64/+102
|
* fix escaping of UTF-chars in ui file (#613117)Gabor Kelemen2010-03-171-2/+2
|
* Add a remove button below the accounts treeview instead of the in-treeview icon.Xavier Claessens2010-01-191-6/+34
|
* Unify the infobar and the account name widgets.Cosimo Cecchi2010-01-191-36/+1
|
* accounts-dialog: inherit from GtkDialog (#600023)Guillaume Desmottes2010-01-111-219/+157
|
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-011-2/+2
| | | | | | | Fix punctuation in the IRC command help messages. Use proper Unicode ellipses throughout Empathy, and proper em-dashes where appropriate. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Remove the protocol selection screen when adding a new accountGuillaume Desmottes2009-12-261-129/+28
| | | | | Instead, display the protocol chooser on the top of the account widget (#599182).
* remove register radio buttons in the create account frameGuillaume Desmottes2009-12-221-90/+40
| | | | | They should be part of the account widget as we plan to kill this frame (#605213).
* set expand of infobar to falseFelix Kaser2009-12-151-0/+1
| | | | the infobar should not be expanded when the window is resized
* change position of the infobarFelix Kaser2009-12-151-20/+19
|
* added vbox for the status-infobarFelix Kaser2009-12-151-7/+19
| | | | the vbox should hold the infobar which shows the connection status in accounts-dialog
* Add a spacing of 6 between the buttons.Cosimo Cecchi2009-09-301-0/+1
|
* Make sure the Add and Import buttons are always the same height.Cosimo Cecchi2009-09-301-19/+27
|
* Don't expand/fill the import button.Cosimo Cecchi2009-09-301-0/+2
|
* Add an import button back to the accounts dialog.Cosimo Cecchi2009-09-281-0/+11
| | | | The button is only shown when there are actually accounts to import.
* empathy-accounts-dialog: remove the hardcoded Gmail labelGuillaume Desmottes2009-08-241-1/+0
|
* Clean up the dialog a bitSjoerd Simons2009-08-231-20/+5
|
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-86/+51
|
* Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-36/+7
|\ | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c
| * Respect the button-images settingMatthias Clasen2009-07-181-36/+7
| | | | | | | | | | Streamline the construction of some buttons, with the nice side-effect that they now obey the button-images setting. See bug 588810.
* | Transform profile chooser into a protocol chooserSjoerd Simons2009-07-061-1/+1
|/
* Don't hardcode size of the accounts dialog and use ellipsization (#520972)Matthias Clasen2009-06-261-4/+2
|
* Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-171-8/+17
|
* empathy-accounts-dialog: move back the 'Create' button on the rightGuillaume Desmottes2009-06-111-15/+15
|
* empathy-accounts-dialog: Use radio buttons instead of a checkbox for the ↵Guillaume Desmottes2009-06-111-7/+31
| | | | 'reuse existing account' UI
* empathy-accounts-dialog: change title to 'Add Account' as we can reuse an ↵Guillaume Desmottes2009-06-111-1/+1
| | | | existing one (#548707)
* Add ellipsis to the add account button. Fixes bug #548704Guillaume Desmottes2009-04-211-2/+36
|
* empathy-accounts-dialog.ui: no change, the file has just been opened and ↵Guillaume Desmottes2009-04-211-27/+57
| | | | sauved in Glade
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+391
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840