Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/idolocationmenuitem.c: Fix deprecated g_time_zone_new warning. | Robert Tari | 2021-05-04 | 1 | -1/+6 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#30 | ||||
* | Drop local config.h includes. | Robert Tari | 2021-04-21 | 1 | -4/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#25 | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -8/+8 |
| | |||||
* | Port from Glib's g_object_newv to g_object_new_with_properties. | Mike Gabriel | 2019-12-04 | 1 | -16/+20 |
| | |||||
* | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-12-03 | 1 | -19/+15 |
| | |||||
* | One step back... Mimick Canonical's API. Use their namespace for item ↵ | Mike Gabriel | 2017-05-16 | 1 | -2/+2 |
| | | | | attributes. | ||||
* | Use x-ayatanaindicator-* instead of x-canonical-*. | Mike Gabriel | 2015-11-16 | 1 | -2/+2 |
| | |||||
* | implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 1 | -86/+29 |
| | |||||
* | subclass IdoLocationMenuItem from IdoBasicMenuItem | Charles Kerr | 2013-07-25 | 1 | -80/+9 |
| | |||||
* | Fix broken comments for the introspection scanner. | Ted Gould | 2013-07-03 | 1 | -1/+1 |
|\ | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Fixing some small introspection errors | Ted Gould | 2013-07-02 | 1 | -1/+1 |
| | | |||||
* | | in idolocationmenuitem, fix slight alignment issue in the city label | Charles Kerr | 2013-07-02 | 1 | -6/+19 |
|/ | |||||
* | add documentation for the public API calls | Charles Kerr | 2013-06-17 | 1 | -3/+28 |
| | |||||
* | when building location and appointment menuitems from a GMenu, grab all the ↵ | Charles Kerr | 2013-06-17 | 1 | -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 Kerr | 2013-06-14 | 1 | -3/+3 |
| | | | | time format string includes '%s', '%S', '%T', '%X', or '%c' | ||||
* | remove g_message that leaked into last commit | Charles Kerr | 2013-06-14 | 1 | -1/+0 |
| | |||||
* | add location menuitem | Charles Kerr | 2013-06-14 | 1 | -0/+433 |