aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-status-presets.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename NUM_TP_ to TP_NUM_Xavier Claessens2013-10-031-2/+2
|
* tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename itMarco Barisione2013-08-201-1/+2
| | | | | | | This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Embed DTDs for XML validation as GResourcesEmanuele Aina2013-04-011-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696974
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-8/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+0
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-1/+3
| | | | Added missing default cases and missing enum cases.
* empathy-status-presets.c: fix casting issuesGuillaume Desmottes2009-10-221-10/+10
|
* Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters2009-07-211-2/+2
|
* status_presets_file_parse: discard invalid presence (#585031)Guillaume Desmottes2009-06-181-10/+11
|
* add doc about empathy_status_presets_is_validGuillaume Desmottes2009-06-181-0/+8
|
* add empathy_status_presets_is_validGuillaume Desmottes2009-06-181-0/+20
|
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-17/+17
|
* empathy-status-presets: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-5/+5
|
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
| | | | svn path=/trunk/; revision=1967
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-8/+8
| | | | svn path=/trunk/; revision=1066
* Remove EmpathyPresence object and have "presence" and "presence-message" ↵Xavier Claessens2008-01-251-3/+3
| | | | | | properties directly in EmpathyContact svn path=/trunk/; revision=601
* Move empathy-status-presets to libempathy, nothing to do with GTKXavier Claessens2008-01-211-0/+407
svn path=/trunk/; revision=591