aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some small introspection errorsTed Gould2013-07-024-4/+4
|
* Releasing 13.10.0+13.10.20130702-0ubuntu1 to ubuntu.Automatic PS uploader2013-07-021-0/+13
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 13.10.0+13.10.20130702-0ubuntu1, based on r138Automatic PS uploader2013-07-021-0/+13
|/
* Test to see if a user's avatar is loadable before we use it.Charles Kerr2013-07-011-7/+109
|\ | | | | | | | | | | | | | | If it's not, use the fallback avatar instead. This fixes the issue reported by lars of having the "gtk-missing-image" used when his avatar file wasn't readable. Approved by Lars Uebernickel, PS Jenkins bot.
| * in ido_user_menu_item_set_icon(), remove a g_warning iff icon is NULLCharles Kerr2013-07-011-1/+2
| |
| * don't load the icon twiceCharles Kerr2013-07-011-54/+107
| |
| * if a user's avatar icon file doesn't exist or isn't readable, fall back to ↵Charles Kerr2013-07-011-1/+49
|/ | | | the default avatar
* Releasing 13.10.0+13.10.20130628-0ubuntu1 to ubuntu.Automatic PS uploader2013-06-282-6/+28
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 13.10.0+13.10.20130628-0ubuntu1, based on r136Automatic PS uploader2013-06-281-2/+18
| |
| * Update symbolsAutomatic PS uploader2013-06-282-6/+12
|/
* one-liner fix to a copy-paste error in GuestMenuItem's handling of ↵Charles Kerr2013-06-271-1/+1
|\ | | | | | | | | | | online/active guests. Approved by Ted Gould, PS Jenkins bot.
| * fix a copy-paste bug in the last commit's GuestMenuItem codeCharles Kerr2013-06-271-1/+1
|/
* Adds support for the guest menuitem.Charles Kerr2013-06-245-125/+213
|\ | | | | | | | | | | A guest menuitem is the same as a user menuitem except for how it uses its action's state, so instead of adding a new class, this patch adds a new factory method (ido_guest_menu_item_new_from_model) and private action state handler. Approved by Ted Gould, PS Jenkins bot.
| * oops, that @replaceme should have been 0replaceme...Charles Kerr2013-06-231-1/+1
| |
| * in debian/libido3-0.1-0.symbols, add the new symbolsCharles Kerr2013-06-231-0/+2
| |
| * silence console warnings when a NULL filename is passed into ↵Charles Kerr2013-06-232-23/+28
| | | | | | | | ido_user_menu_item_set_icon_from_filename()
| * add ido_guest_menu_item_new_for_model()Charles Kerr2013-06-233-60/+128
| |
| * add an 'icon' property to idousermenuitemCharles Kerr2013-06-233-91/+104
|/|
| * add tests for ido_entry_menu_item_get_entry, bringing package line coverage ↵Charles Kerr2012-11-061-4/+8
| | | | | | | | up to 55.5%
| * add tests for IdoCalendarMenuItems's mark/unmark/clear days, bringing ↵Charles Kerr2012-11-061-4/+20
| | | | | | | | package line coverage up to 55.2%
| * add tests for IdoScaleMenuItem, bringing package line coverage to 54%Charles Kerr2012-11-061-0/+28
| |
| * add more coverage for idocalendar. total package's line coverage is up to ↵Charles Kerr2012-11-061-9/+26
| | | | | | | | 50% now
| * add tests for idomessagedialogCharles Kerr2012-11-062-0/+174
| |
| * add missing G_BEGIN_DECLS callCharles Kerr2012-11-061-0/+2
| |
| * add IdoSwitchMenuItem testCharles Kerr2012-11-061-0/+16
| |
| * extract-method: TestMenuItems::PutInMenu()Charles Kerr2012-11-061-44/+20
| |
* | Add IdoMediaPlayerMenuItem and IdoPlaybackMenuItem.Lars Uebernickel2013-06-207-3/+2154
|\ \ | | | | | | | | | Approved by Ted Gould, PS Jenkins bot.
| * | ido_playback_menu_item_parent_key_press_event: be more explicitLars Uebernickel2013-06-191-1/+1
| | |
| * | idoplaybackmenuitem: remove redundant 'else'Lars Uebernickel2013-06-191-2/+4
| | |
| * | idoplaybackmenuitem: warn before crashing in g_str_equalLars Uebernickel2013-06-191-0/+4
| | |
| * | ido_playback_menu_item_get_button_at_pos: add ascii blueprintLars Uebernickel2013-06-191-0/+8
| | |
| * | ido_media_player_menu_item_state_changed: declare constant variables as constLars Uebernickel2013-06-191-4/+4
| | |
| * | idomediaplayermenuitem: allow non-local album artLars Uebernickel2013-06-191-27/+75
| | |
| * | idomediaplayermenuitem: make album art size a #defineLars Uebernickel2013-06-191-1/+3
| | |
| * | debian: add new symbolsLars Uebernickel2013-06-191-0/+4
| | |
| * | idoplaybackmenuitem.c: mark internal functions as staticLars Uebernickel2013-06-191-6/+3
| | |
| * | Merge trunkLars Uebernickel2013-06-1911-23/+1367
| |\ \ | |/ / |/| |
* | | Releasing 13.10.0daily13.06.19-0ubuntu1 to ubuntu.Automatic PS uploader2013-06-192-30/+56
|\ \ \ | | | | | | | | | | | | Approved by PS Jenkins bot.
| * | | Releasing 13.10.0daily13.06.19-0ubuntu1, based on r132Automatic PS uploader2013-06-191-2/+22
| | | |
| * | | Update symbolsAutomatic PS uploader2013-06-192-30/+36
|/ / /
* | | Better handling of IdoMenuItem construction from GMenuItems, better public ↵Charles Kerr2013-06-172-22/+135
|\ \ \ | | | | | | | | | | | | | | | | | | | | API documentation. Approved by PS Jenkins bot, Ted Gould.
| * | | copyediting: fix copy/paste errors in the documentationCharles Kerr2013-06-171-4/+4
| | | |
| * | | in IdoAppointmentMenuItem's update_timestamp_label(), clear the label text ↵Charles Kerr2013-06-171-5/+8
| | | | | | | | | | | | | | | | if either the time or format properties are unset
| * | | add documentation for the public API callsCharles Kerr2013-06-172-4/+69
| | | |
| * | | when building location and appointment menuitems from a GMenu, grab all the ↵Charles Kerr2013-06-172-17/+60
| | | | | | | | | | | | | | | | 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 idoappointmentmenuitem.c, fix startup issue arising from updating the ↵Charles Kerr2013-06-171-4/+6
|/ / / | | | | | | | | | timestamp label when the strftime format string hasn't been initialized yet.
* | | adds the ido widgets needed for indicator-datetime.Charles Kerr2013-06-1510-16/+1221
|\ \ \ | | | | | | | | | | | | | | | | | | | | http://bazaar.launchpad.net/~charlesk/indicator-datetime/gmenuify/view/head:/README documents the actions & menuitems. Approved by Ted Gould, PS Jenkins bot.
| * | | in debian/libido3-0.1-0.symbols, that should be '0replaceme'...Charles Kerr2013-06-151-14/+14
| | | |
| * | | add the new calendar, appointment, location symbols to debian/Charles Kerr2013-06-141-10/+24
| | | |
| * | | fix time_t issue in idocalendarmenuitem's gmenu codeCharles Kerr2013-06-141-5/+5
| | | |