aboutsummaryrefslogtreecommitdiff
path: root/src/idolocationmenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* in idolocationmenuitem, fix slight alignment issue in the city labelCharles Kerr2013-07-021-6/+19
|
* add documentation for the public API callsCharles Kerr2013-06-171-3/+28
|
* when building location and appointment menuitems from a GMenu, grab all the ↵Charles Kerr2013-06-171-7/+27
| | | | parameters and then pass them to object_new() as a block to avoid them getting set twice -- once with the constructor's default values, and then once afterwards
* in idolocationmenuitem, assume seconds are shown in the timestamp when the ↵Charles Kerr2013-06-141-3/+3
| | | | time format string includes '%s', '%S', '%T', '%X', or '%c'
* remove g_message that leaked into last commitCharles Kerr2013-06-141-1/+0
|
* add location menuitemCharles Kerr2013-06-141-0/+433