aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-presence-chooser.c
Commit message (Expand)AuthorAgeFilesLines
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-1/+2
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+2
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-4/+4
* Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-8/+0
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* Use (non-)starred-symbolic for presence chooserDanielle Madeley2012-05-151-49/+4
* presence-chooser: use GNetworkMonitorGuillaume Desmottes2012-04-051-7/+8
* Tooltip text marked as translatableLaurent2012-04-031-2/+3
* Tooltip is more usefull when editing status. FixupLaurent2012-04-021-0/+10
* [presence-chooser] Set status message as the tooltipJovanka Gulicoska2011-10-251-4/+8
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* PresenceChooser: remove unused #define FLASH_TIMEOUTWill Thompson2011-06-241-3/+0
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-2/+0
* rename EmpathyIdle to EmpathyPresenceManager (#640532)Guillaume Desmottes2011-01-251-11/+11
* coding style fixesEMPATHY_2_91_2Guillaume Desmottes2010-11-081-1/+1
* Port empathy-presence-chooser to GtkComboBoxDanielle Madeley2010-10-181-6/+18
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-041-2/+2
* simplify empathy_presence_chooser_newGuillaume Desmottes2010-07-081-5/+1
* libempathy-gtk/empathy-presence-chooser.c: use tp_g_signal_connect_object ins...Guillaume Desmottes2010-04-091-12/+12
* Cope with the favorite pixbuf not being availableSjoerd Simons2010-03-051-4/+8
* update the not-favorite icon when the theme is changedGuillaume Desmottes2010-02-281-0/+18
* presence-chooser: Grey the 'favorite' icon when the status is not a favoriteGuillaume Desmottes2010-02-281-2/+25
* presence-chooser: use 'emblem-favorite' instead of our own iconGuillaume Desmottes2010-02-281-1/+1
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-011-5/+5
* presence-chooser: Ellipsize long status messages (#576434)Pascal Potvin2009-12-211-0/+1
* presence-chooser: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-17/+48
* presence-chooser: remove icon blinking supportGuillaume Desmottes2009-11-181-88/+4
* Use accessor functions instead direct access.Javier Jardón2009-11-171-3/+3
* Force an unset presence type to appear as offline in the presence chooser and...Jonny Lamb2009-11-121-0/+6
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-1/+4
* presence-chooser: port to new tp-glib account APIJonny Lamb2009-10-241-14/+42
* presence-chooser: remove "\n"s from DEBUG callsJonny Lamb2009-10-161-5/+5
* presence-chooser: make the entry not editable when we are offlineJonny Lamb2009-10-161-0/+5
* Use a nicer callback nameSjoerd Simons2009-10-151-5/+6
* Use empathy_signal_connect_weakSjoerd Simons2009-10-151-16/+10
* make the presence chooser insensitive no accounts are enabledSjoerd Simons2009-10-151-3/+58
* presence-chooser: only listen to EmpathyIdle::notify::stateJonny Lamb2009-09-181-1/+1
* all: save the signal id and use that to disconnect from the signalJonny Lamb2009-08-201-4/+7
* empathy-connectivity: only send the new state in the state-change signalJonny Lamb2009-08-191-2/+1
* empathy-presence-chooser: make chooser insensitive when there's no connectionJonny Lamb2009-08-191-0/+24
* Always show icons in presence chooser (GNOME bug 591247)Frédéric Péters2009-08-111-0/+1
* Set status text first in presence chooser widget model.Frédéric Péters2009-07-281-6/+6
* Don't add invalid presence type as favorite (#585053)Guillaume Desmottes2009-06-181-0/+4
* empathy-presence-chooser: use tp_strdiff instead of strcmpGuillaume Desmottes2009-06-181-1/+1
* Fix silly mistake where I passed the struct pointer and not the first memberDavyd Madeley2009-06-061-2/+2
* Cope with status being NULLSjoerd Simons2009-05-311-2/+2
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-48/+47
* Force update of GtkEntry primary icon for ENTRY_TYPE_BUILTINDavyd Madeley2009-05-221-0/+3
* empathy-presence-chooser: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-4/+4
* Merge branch 'presets-dialog'Davyd Madeley2009-04-231-229/+11
|\
| * Sort presets alphabetically in the listDavyd Madeley2009-04-231-1/+2
| * Connect new dialog into presence chooser, remove old dialogDavyd Madeley2009-04-221-228/+9
* | Add documentation for EmpathyPresenceChooser.Jonny Lamb2009-04-231-0/+31
|/
* Coding style fixDavyd Madeley2009-04-211-2/+1
* s/favourite/favorite/Davyd Madeley2009-04-211-9/+9
* Reliably set favourite-starDavyd Madeley2009-04-211-28/+50
* Update the preset listDavyd Madeley2009-04-211-1/+21
* Add a favourite icon to custom/saved messagesDavyd Madeley2009-04-211-8/+81
* Port EmpathyPresenceChooser to new APIXavier Claessens2009-04-161-10/+6
* Fix more coding styleXavier Claessens2009-04-111-191/+186
* Don't blat message if it updates whilst in editing modeDavyd Madeley2009-04-111-1/+3
* make the type enum a named typeDavyd Madeley2009-04-111-12/+13
* Coding style fixesDavyd Madeley2009-04-111-99/+90
* Don't get stuck in editing mode when you load up the old dialogDavyd Madeley2009-04-111-0/+1
* Drop this, it breaks something subtlyDavyd Madeley2009-04-111-8/+1
* Fix focus-out autocommit using an idle handlerDavyd Madeley2009-04-111-3/+67
* Don't set editing mode on click, just select the textDavyd Madeley2009-04-111-2/+3
* Fix regression where going offline was overwriting the saved status messageDavyd Madeley2009-04-111-1/+2
* Clean up function namesDavyd Madeley2009-04-111-37/+50
* Ignore up/down arrow keypressesDavyd Madeley2009-04-111-0/+5
* Editing mode on clickDavyd Madeley2009-04-111-1/+22
* Refactor some code, cleans some things upDavyd Madeley2009-04-111-16/+29
* Fix reset status on EscDavyd Madeley2009-04-111-11/+13
* Commit the changed status message on focus-out.Davyd Madeley2009-04-111-0/+16
* Don't make Hidden/Offline have customisable textDavyd Madeley2009-04-111-0/+17
* Ensure ::changed is connected on both the entry and the comboDavyd Madeley2009-04-111-0/+2
* When editing custom messages, preseed the entry with the current statusDavyd Madeley2009-04-111-0/+7
* Only check model rows that will have valid statesDavyd Madeley2009-04-111-1/+3
* Update comment headers/copyrights/etc.Davyd Madeley2009-04-111-0/+2
* Unset focus from GtkEntry when editing is stoppedDavyd Madeley2009-04-111-1/+7
* Add Custom Messages dialog back in (this dialog needs some work ASAP)Davyd Madeley2009-04-111-5/+60
* Make custom messages dialog a transient of the window containing the presence...Davyd Madeley2009-04-111-4/+9
* Add a tooltip, mark user visible strings for translationDavyd Madeley2009-04-111-1/+6
* Fix bug where priv->state might be unsetDavyd Madeley2009-04-111-1/+9
* Escape to cancel from status editingDavyd Madeley2009-04-111-0/+23
* Separate out mc_set_custom_state from set_status_editingDavyd Madeley2009-04-111-22/+24
* Reimplement flashing (untested). Prevent a possible recursive signal loop.Davyd Madeley2009-04-111-11/+16
* Reenable warning flags.. clean up messDavyd Madeley2009-04-111-32/+4
* Use EmpathyIdle to push MC aroundDavyd Madeley2009-04-111-195/+43
* Initial work on reimplementing presence_chooser_presence_changed_cbDavyd Madeley2009-04-111-6/+61
* Fix some type warningsDavyd Madeley2009-04-111-3/+3
* Set the chooser in "editing mode" when you start editing itDavyd Madeley2009-04-111-1/+34
* Initial work on reworking the presence selectorDavyd Madeley2009-04-111-189/+216
* Port EmpathyIdle to the new singleton policy.Xavier Claessens2009-01-091-2/+2
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-9/+6
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-3/+0
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+7
* Do not export symbols outside the empathy_ namespace.Xavier Claessens2008-02-101-1/+0
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens2008-01-251-8/+8
* Move empathy-status-presets to libempathy, nothing to do with GTKXavier Claessens2008-01-211-1/+1
* Add a cancel button on the custom message diaogXavier Claessens2008-01-201-8/+19
* Fix a leak: unref the GtkListStore for presets messagesXavier Claessens2008-01-201-0/+2
* Conflicts:Xavier Claessens2007-12-031-1/+2
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-251-0/+1
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-3/+3
* Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi).Xavier Claessens2007-08-101-4/+6
* Remove per-state "Custom message..." item and add one on the bottom of theXavier Claessens2007-08-101-245/+224
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+979