aboutsummaryrefslogtreecommitdiff
path: root/src/idocalendarmenuitem.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-12-031-3/+0
|
* add ido_calendar_menu_item_new_from_model()Charles Kerr2013-06-141-1/+6
|
* Merge with trunkkarl-qdh2011-03-061-0/+1
|\
| * Adding back lost APITed Gould2011-03-021-0/+1
| |\
| | * Added ido_calendar_menu_item_get_calendar back to prevent a ABI breakKen VanDine2011-02-241-0/+1
| | |
* | | Added new API to the calendar menu item so we can change the selected day/date.karl-qdh2011-03-061-0/+4
|/ / | | | | | | | | | | | | | | | | Also added new signals for selecting days and selecting with double click. In indicator-datetime these signals will be connected to either launching evolution (double), or invoking a re-building of the appointments menu (single) from the selected day forward. In this case we should also set the date of the calendar to today by default when opening the menu.
* | Merging with trunkkarl-qdh2011-02-251-5/+5
|\|
| * Fixed missing semicolon. Also the code formatting was all messed up so I ↵Cody Russell2011-02-241-5/+5
| | | | | | | | fixed that because I'm kind of a code formatting nazi. Sie müssen Antretenbzr diff
* | Added missing getter for calendar display optionskarl-qdh2011-02-251-0/+1
|/
* Added get_date, pretty critical functionkarl-qdh2011-02-231-1/+4
|
* Removed get_calendar, we don't want it and it's unnecessary to do thiskarl-qdh2011-02-221-1/+0
|
* Added additional API for marking days and setting optionskarl-qdh2011-02-211-3/+7
|
* CalendarCody Russell2010-07-191-0/+63