aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-time.c
Commit message (Collapse)AuthorAgeFilesLines
* libraries and plugins must be using gi18n-lib.hXavier Claessens2012-07-301-1/+1
|
* empathy-time: port to TP coding styleGuillaume Desmottes2012-01-201-75/+80
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=608474
* Add empathy_duration_to_string()Will Thompson2011-05-121-29/+35
| | | | | This is based on the body of empathy_time_to_string_relative(); it takes a duration in seconds, rather than a timestamp.
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-29/+47
|
* empathy-time: remove unused functionsGuillaume Desmottes2011-04-191-50/+0
|
* empathy-time: relicense to LGPLGuillaume Desmottes2010-06-171-10/+9
| | | | | This file was based on gossip-time and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt
* empathy-time: add Collabora copyrightGuillaume Desmottes2010-06-171-0/+1
|
* empathy-time.c: fix shadow declarationGuillaume Desmottes2009-10-221-4/+4
|
* empathy-time: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
|
* empathy_time_to_string_relative was missing weeksPierre-Luc Beaudoin2009-06-151-0/+5
| | | | This resulted in "0 month ago" being returned.
* Fix translation and value errors for relative timePierre-Luc Beaudoin2009-05-281-2/+1
|
* Display relative time to userPierre-Luc Beaudoin2009-05-281-0/+41
| | | | | | | | The time of the geolocation update is displayed relatively to current time (1 min ago, 3 hours ago). The function just prints ("in the future") for debugging purpuses for time in the future.
* empathy-time: update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-131-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-time.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-time.h: * libempathy/empathy-message.c: * libempathy/empathy-message.h: * libempathy/empathy-presence.c: * configure.ac: Don't use deprecated GtkTooltips API. Add commented out lines in configure.ac to disable GLib and GTK deprecated symbols. Replace EmpathyTime by time_t which is more appropriate for timestamps. * doc/*: Updated. svn path=/trunk/; revision=371
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+124
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170