aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkLars Uebernickel2013-06-198-6/+1310
|\
| * copyediting: fix copy/paste errors in the documentationCharles Kerr2013-06-171-4/+4
| * in IdoAppointmentMenuItem's update_timestamp_label(), clear the label text if...Charles Kerr2013-06-171-5/+8
| * add documentation for the public API callsCharles Kerr2013-06-172-4/+69
| * when building location and appointment menuitems from a GMenu, grab all the p...Charles Kerr2013-06-172-17/+60
| * in idoappointmentmenuitem.c, fix startup issue arising from updating the time...Charles Kerr2013-06-171-4/+6
| * fix time_t issue in idocalendarmenuitem's gmenu codeCharles Kerr2013-06-141-5/+5
| * in idolocationmenuitem, assume seconds are shown in the timestamp when the ti...Charles Kerr2013-06-141-3/+3
| * add ted's name to idoappointmentmenuitem.c for create_color_icon_pixbuf()Charles Kerr2013-06-141-0/+1
| * remove g_message that leaked into last commitCharles Kerr2013-06-142-4/+2
| * add calendar, location, and appointment menuitems to the IDO factoryCharles Kerr2013-06-142-1/+17
| * add ido_calendar_menu_item_new_from_model()Charles Kerr2013-06-142-4/+180
| * add location menuitemCharles Kerr2013-06-142-0/+507
| * add appointment menuitemCharles Kerr2013-06-142-0/+493
* | IdoPlaybackMenuItem: listen to state changes of the 'play' actionLars Uebernickel2013-06-171-1/+74
* | Add IdoPlaybackMenuItemLars Uebernickel2013-06-174-2/+1641
* | Add IdoMediaPlayerMenuItemLars Uebernickel2013-06-124-2/+376
|/
* idoscalemenuitem: look "{min,max}-icon" on the GMenuItemLars Uebernickel2013-06-071-9/+9
* Add support for creating scale menu items from a menu modelLars Uebernickel2013-05-313-0/+134
* Add ido_action_helper_change_stateLars Uebernickel2013-05-312-0/+28
* idoscalemenuitem: make the scale expand and fill in the menu itemLars Uebernickel2013-05-311-3/+3
* ido_user_menu_item_new_from_model: fix docstringLars Uebernickel2013-05-311-2/+4
* Move crate_user_menu_item into idousermenuitem.cLars Uebernickel2013-05-273-98/+102
* IdoActionHelper: document signals and propertiesLars Uebernickel2013-05-271-0/+39
* GtkMenuItemFactory -> UbuntuMenuItemFactoryLars Uebernickel2013-05-241-8/+9
* Create IdoUserMenuItems for indicator.user-menu-itemLars Uebernickel2013-05-231-1/+105
* Merge IdoUserMenuItem branchLars Uebernickel2013-05-223-1/+426
|\
| * rename idousermenuitem's "icon" property as "icon-filename" for a little more...Charles Kerr2013-03-272-18/+20
| * in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated use of gtk...Charles Kerr2013-03-261-5/+10
| * add properties to IdoUserMenuItem and remove its dependencies on DbusmenuMenu...Charles Kerr2013-03-262-122/+194
| * rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ...Charles Kerr2013-03-264-78/+77
| * add user-widget.[ch] from indicator-session's trunkCharles Kerr2013-03-262-0/+347
* | Add IdoActionHelperLars Uebernickel2013-05-223-2/+412
* | Add IdoMenuItemFactoryLars Uebernickel2013-05-224-2/+102
|/
* Guard against CID:12651, division by zero of FPS value due to its use for tim...Mathieu Trudel-Lapierre2013-02-061-2/+2
* Shut up coverity about CID:12650.Mathieu Trudel-Lapierre2013-02-061-1/+2
* Add introspection and Vala support to IDORobert Ancell2012-12-149-40/+337
* the calendar widget shouldn't eat the ESC key.Charles Kerr2012-09-191-1/+2
* Merge lp:~larsu/ido/remove-slider-hack-953757Lars Uebernickel2012-08-272-20/+2
|\
| * ido-range: chain up constructed() to base classLars Uebernickel2012-03-161-0/+2
| * Remove slider mouse button hackLars Uebernickel2012-03-161-20/+0
* | remove the gtk2 conditional compiles for IdoMessageDialogCharles Kerr2012-08-221-8/+0
* | remove the gtk2 conditional compiles for IdoCalendarMenuItemCharles Kerr2012-08-221-28/+0
* | remove the gtk2 conditional compiles for IdoEntryMenuItemCharles Kerr2012-08-221-24/+0
* | sync with lp:idoCharles Kerr2012-08-223-1/+181
|\ \
| * \ merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ...Charles Kerr2012-08-211-1/+1
| |\ \
| | * | Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc fileKen VanDine2012-07-241-1/+1
| * | | revert the event delegation for now, it's not necessary for FFCharles Kerr2012-08-211-51/+0
| * | | when the mouse is over the GtkSwitch widget, the menuitem should delegate the...Charles Kerr2012-08-211-0/+51
| * | | use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the latter ha...Charles Kerr2012-08-211-1/+1