aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-status-preset-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* PresetDialog: remove support for adding statuses entirelyWill Thompson2011-06-241-257/+1
* PresetDialog: make status icon in entry non-activatableWill Thompson2011-06-241-0/+3
* PresetDialog: GNOME 3-ify the remove buttonWill Thompson2011-06-241-1/+11
* PresetDialog: Don't leak path when focusing freshly-created statusWill Thompson2011-06-241-0/+1
* PresetDialog: Select text cell of freshly-added statusWill Thompson2011-06-241-8/+12
* PresetDialog: Allow >1 status to be removed at a time.Will Thompson2011-06-241-16/+22
* PresetDialog: Don't allow resizing status preset dialogWill Thompson2011-06-241-0/+1
* status-preset-dialog: use new GTK+ style API (#636500)Guillaume Desmottes2010-12-151-4/+4
* Port empathy-status-preset-dialog to GtkComboBoxDanielle Madeley2010-10-181-2/+2
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-1/+0
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-1/+1
* presence-chooser: Ellipsize long status messages (#576434)Pascal Potvin2009-12-211-0/+2
* Use accessor functions instead direct access.Javier Jardón2009-11-171-1/+1
* empathy-status-preset-dialog: fix uint comparaisonsGuillaume Desmottes2009-10-221-2/+2
* Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-2/+2
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-11/+9
* EmpathyStatusPresetDialog: fix status_preset_add_combo_reset()Davyd Madeley2009-05-281-1/+8
* Highlight the most recently added entry in the status presets dialogDavyd Madeley2009-05-281-1/+35
* empathy-status-preset-dialog: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-4/+4
* Rest of gtk-docDavyd Madeley2009-04-231-0/+9
* Preserve the status message across combo box changesDavyd Madeley2009-04-231-3/+20
* Add a comment for cassidy ;-)Davyd Madeley2009-04-231-0/+1
* Sort presets alphabetically in the listDavyd Madeley2009-04-231-1/+2
* gtk-doc entryDavyd Madeley2009-04-231-0/+9
* Make it possible to edit a status message by double-clicking on itDavyd Madeley2009-04-231-0/+52
* Fix function namingDavyd Madeley2009-04-231-4/+4
* Don't reset the state to Available when you click [Add]Davyd Madeley2009-04-221-6/+14
* Fix up Add Preset combo focusingDavyd Madeley2009-04-221-17/+84
* Connect new dialog into presence chooser, remove old dialogDavyd Madeley2009-04-221-0/+2
* Make [Add] workDavyd Madeley2009-04-221-6/+149
* Make [Remove] workDavyd Madeley2009-04-211-0/+35
* List presets in the treeviewDavyd Madeley2009-04-211-3/+125
* Skeleton of a new presets dialogDavyd Madeley2009-04-211-0/+83