summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-status-preset-dialog.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione1-2/+3
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-4/+3
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-3/+3
2013-04-01Use double quotes for all internal headersEmanuele Aina1-3/+3
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-1/+0
2011-06-24PresetDialog: remove support for adding statuses entirelyWill Thompson1-257/+1
2011-06-24PresetDialog: make status icon in entry non-activatableWill Thompson1-0/+3
2011-06-24PresetDialog: GNOME 3-ify the remove buttonWill Thompson1-1/+11
2011-06-24PresetDialog: Don't leak path when focusing freshly-created statusWill Thompson1-0/+1
2011-06-24PresetDialog: Select text cell of freshly-added statusWill Thompson1-8/+12
2011-06-24PresetDialog: Allow >1 status to be removed at a time.Will Thompson1-16/+22
2011-06-24PresetDialog: Don't allow resizing status preset dialogWill Thompson1-0/+1
2010-12-15status-preset-dialog: use new GTK+ style API (#636500)Guillaume Desmottes1-4/+4
2010-10-18Port empathy-status-preset-dialog to GtkComboBoxDanielle Madeley1-2/+2
2010-09-28Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo1-1/+0
2010-09-07Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall1-1/+1
2009-12-21presence-chooser: Ellipsize long status messages (#576434)Pascal Potvin1-0/+2
2009-11-17Use accessor functions instead direct access.Javier Jardón1-1/+1
2009-10-22empathy-status-preset-dialog: fix uint comparaisonsGuillaume Desmottes1-2/+2
2009-07-10Use accessor functions instead direct access (Fixes #586476)Jonny Lamb1-2/+2
2009-05-30Remove usage of McPresence as much as possibleSjoerd Simons1-11/+9
2009-05-28EmpathyStatusPresetDialog: fix status_preset_add_combo_reset()Davyd Madeley1-1/+8
2009-05-28Highlight the most recently added entry in the status presets dialogDavyd Madeley1-1/+35
2009-05-18empathy-status-preset-dialog: fix coding style and update FSF addressGuillaume Desmottes1-4/+4
2009-04-23Rest of gtk-docDavyd Madeley1-0/+9
2009-04-23Preserve the status message across combo box changesDavyd Madeley1-3/+20
2009-04-23Add a comment for cassidy ;-)Davyd Madeley1-0/+1
2009-04-23Sort presets alphabetically in the listDavyd Madeley1-1/+2
2009-04-23gtk-doc entryDavyd Madeley1-0/+9
2009-04-23Make it possible to edit a status message by double-clicking on itDavyd Madeley1-0/+52
2009-04-23Fix function namingDavyd Madeley1-4/+4
2009-04-22Don't reset the state to Available when you click [Add]Davyd Madeley1-6/+14
2009-04-22Fix up Add Preset combo focusingDavyd Madeley1-17/+84
2009-04-22Connect new dialog into presence chooser, remove old dialogDavyd Madeley1-0/+2
2009-04-22Make [Add] workDavyd Madeley1-6/+149
2009-04-21Make [Remove] workDavyd Madeley1-0/+35
2009-04-21List presets in the treeviewDavyd Madeley1-3/+125
2009-04-21Skeleton of a new presets dialogDavyd Madeley1-0/+83