aboutsummaryrefslogtreecommitdiff
path: root/src/idolocationmenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible memory leaksRobert Tari2023-08-051-0/+3
|
* src/idolocationmenuitem.c: Fix deprecated g_time_zone_new warning.Robert Tari2021-05-041-1/+6
| | | | Fixes AyatanaIndicators/ayatana-ido#30
* Drop local config.h includes.Robert Tari2021-04-211-4/+0
| | | | Fixes AyatanaIndicators/ayatana-ido#25
* Replace x-canonical attributesRobert Tari2020-08-111-8/+8
|
* Port from Glib's g_object_newv to g_object_new_with_properties.Mike Gabriel2019-12-041-16/+20
|
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-12-031-19/+15
|
* One step back... Mimick Canonical's API. Use their namespace for item ↵Mike Gabriel2017-05-161-2/+2
| | | | attributes.
* Use x-ayatanaindicator-* instead of x-canonical-*.Mike Gabriel2015-11-161-2/+2
|
* implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItemCharles Kerr2013-07-251-86/+29
|
* subclass IdoLocationMenuItem from IdoBasicMenuItemCharles Kerr2013-07-251-80/+9
|
* Fix broken comments for the introspection scanner.Ted Gould2013-07-031-1/+1
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * Fixing some small introspection errorsTed Gould2013-07-021-1/+1
| |
* | 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