summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-presence-chooser.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-08coding style fixesEMPATHY_2_91_2Guillaume Desmottes1-1/+1
2010-10-18Port empathy-presence-chooser to GtkComboBoxDanielle Madeley1-6/+18
2010-10-04GDK keys are now GDK_KEY_*Guillaume Desmottes1-2/+2
2010-07-08simplify empathy_presence_chooser_newGuillaume Desmottes1-5/+1
2010-04-09libempathy-gtk/empathy-presence-chooser.c: use tp_g_signal_connect_object ins...Guillaume Desmottes1-12/+12
2010-03-04Cope with the favorite pixbuf not being availableSjoerd Simons1-4/+8
2010-02-27update the not-favorite icon when the theme is changedGuillaume Desmottes1-0/+18
2010-02-27presence-chooser: Grey the 'favorite' icon when the status is not a favoriteGuillaume Desmottes1-2/+25
2010-02-27presence-chooser: use 'emblem-favorite' instead of our own iconGuillaume Desmottes1-1/+1
2010-01-01Punctuation fixes in translatable stringsPhilip Withnall1-5/+5
2009-12-21presence-chooser: Ellipsize long status messages (#576434)Pascal Potvin1-0/+1
2009-11-18presence-chooser: use the account-manager directly to get our state and statusGuillaume Desmottes1-17/+48
2009-11-17presence-chooser: remove icon blinking supportGuillaume Desmottes1-88/+4
2009-11-17Use accessor functions instead direct access.Javier Jardón1-3/+3
2009-11-12Force an unset presence type to appear as offline in the presence chooser and...Jonny Lamb1-0/+6
2009-10-30all: log error messages if preparing the account manager failsJonny Lamb1-1/+4
2009-10-24presence-chooser: port to new tp-glib account APIJonny Lamb1-14/+42
2009-10-16presence-chooser: remove "\n"s from DEBUG callsJonny Lamb1-5/+5
2009-10-16presence-chooser: make the entry not editable when we are offlineJonny Lamb1-0/+5
2009-10-14Use a nicer callback nameSjoerd Simons1-5/+6
2009-10-14Use empathy_signal_connect_weakSjoerd Simons1-16/+10
2009-10-14make the presence chooser insensitive no accounts are enabledSjoerd Simons1-3/+58
2009-09-17presence-chooser: only listen to EmpathyIdle::notify::stateJonny Lamb1-1/+1
2009-08-19all: save the signal id and use that to disconnect from the signalJonny Lamb1-4/+7
2009-08-19empathy-connectivity: only send the new state in the state-change signalJonny Lamb1-2/+1
2009-08-19empathy-presence-chooser: make chooser insensitive when there's no connectionJonny Lamb1-0/+24
2009-08-10Always show icons in presence chooser (GNOME bug 591247)Frédéric Péters1-0/+1
2009-07-28Set status text first in presence chooser widget model.Frédéric Péters1-6/+6
2009-06-18Don't add invalid presence type as favorite (#585053)Guillaume Desmottes1-0/+4
2009-06-18empathy-presence-chooser: use tp_strdiff instead of strcmpGuillaume Desmottes1-1/+1
2009-06-06Fix silly mistake where I passed the struct pointer and not the first memberDavyd Madeley1-2/+2
2009-05-30Cope with status being NULLSjoerd Simons1-2/+2
2009-05-30Remove usage of McPresence as much as possibleSjoerd Simons1-48/+47
2009-05-22Force update of GtkEntry primary icon for ENTRY_TYPE_BUILTINDavyd Madeley1-0/+3
2009-05-18empathy-presence-chooser: fix coding style and update FSF addressGuillaume Desmottes1-4/+4
2009-04-23Merge branch 'presets-dialog'Davyd Madeley1-229/+11
2009-04-23Sort presets alphabetically in the listDavyd Madeley1-1/+2
2009-04-23Add documentation for EmpathyPresenceChooser.Jonny Lamb1-0/+31
2009-04-22Connect new dialog into presence chooser, remove old dialogDavyd Madeley1-228/+9
2009-04-21Coding style fixDavyd Madeley1-2/+1
2009-04-21s/favourite/favorite/Davyd Madeley1-9/+9
2009-04-21Reliably set favourite-starDavyd Madeley1-28/+50
2009-04-21Update the preset listDavyd Madeley1-1/+21
2009-04-21Add a favourite icon to custom/saved messagesDavyd Madeley1-8/+81
2009-04-16Port EmpathyPresenceChooser to new APIXavier Claessens1-10/+6
2009-04-10Fix more coding styleXavier Claessens1-191/+186
2009-04-10Don't blat message if it updates whilst in editing modeDavyd Madeley1-1/+3
2009-04-10make the type enum a named typeDavyd Madeley1-12/+13
2009-04-10Coding style fixesDavyd Madeley1-99/+90
2009-04-10Don't get stuck in editing mode when you load up the old dialogDavyd Madeley1-0/+1