aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-176/+0
* free the view popup (e_week_view_show_popup_menu): add the view popup toJP Rosevear2002-04-241-0/+4
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-161-0/+4
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-2/+4
* Fix bug #13723.Federico Mena Quintero2001-10-311-2/+10
* get the tasks directly from the CalendarModel, so we get the filtering &Damon Chaplin2001-10-291-0/+3
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-0/+6
* new function to open the task editor to add a new task.Damon Chaplin2001-08-181-0/+2
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-0/+6
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-11/+0
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-0/+3
* Constify and set the query sexp on the task pad's model as well.Federico Mena Quintero2001-07-281-1/+1
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-0/+4
* Doh, the call for the day view was supposed to beFederico Mena Quintero2001-07-011-1/+1
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-281-0/+5
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* moved the function to check for a default timezone to calendar-config.c,Damon Chaplin2001-06-201-3/+0
* added code to show the timezone dialog if the user hasn't set a defaultDamon Chaplin2001-06-201-0/+3
* Sync - FedericoFederico Mena Quintero2001-06-201-5/+18
* New function.Federico Mena Quintero2001-05-301-4/+1
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-0/+1
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-1/+0
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-251-6/+1
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-0/+3
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-8/+23
* The icon column is not editable!Federico Mena Quintero2000-11-221-18/+0
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-131-2/+0
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-0/+9
* New function with the loading/creation state machine. It is carefullyFederico Mena Quintero2000-09-091-3/+3
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-83/+35
* Use gnome_calendar_construct() so that we can check for proper creation ofFederico Mena Quintero2000-09-021-0/+3
* Ensure that the child's allocation height is >= 1.Federico Mena Quintero2000-08-311-1/+2
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-311-25/+64
* New function. Mostly moved over fromFederico Mena Quintero2000-08-111-0/+2
* New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-081-3/+3
* Sync - FedericoFederico Mena Quintero2000-06-231-4/+0
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-171-0/+4
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-021-4/+2
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-011-9/+13
* Flush - FedericoFederico Mena Quintero2000-05-301-2/+1
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-241-4/+0
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-121-0/+6
* new function to get the currently seleted time range form the currentDamon Chaplin2000-05-011-0/+7
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-5/+22
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-201-2/+11
* set calendar's uri with a property bagSeth Alves2000-04-191-0/+4
* catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-101-1/+1
* new function: friendly wrapper for cal_client_create_calendarSeth Alves2000-04-091-0/+2
* build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-061-1/+1
* Removed function now that it is no CORBA server in the GUI.Federico Mena Quintero2000-03-121-6/+11
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-3/+6
* New file. Implements PalmPilot syncronization with the Gnome Calendar.Miguel de Icaza1999-07-281-0/+2
* Fix abort() problem with the year view. (Bug #1367). Thanks to Owen CliffeRobert Brady1999-06-061-0/+1
* Add support for Due Date when adding a TODO item here. (column_resized):Clifford R. Conover1999-03-111-2/+7
* New file that presents a quick view of the events in a particular day whenFederico Mena Quintero1998-09-291-3/+1
* Today: we can now configure the colors for the monthly items, courtesy ofFederico Mena Quintero1998-09-031-0/+3
* Today: Beautification of the Preferences dialog. Made the menus moreFederico Mena Quintero1998-08-251-0/+4
* Changed the Properties menu item to Preferences. These are globalFederico Mena Quintero1998-08-251-1/+0
* We now have a nice generic monthly calendar item for the canvas. WeFederico Mena Quintero1998-08-191-0/+2
* Start of the month view widget. This will use the generic month item andFederico Mena Quintero1998-08-111-0/+2
* Add support for --view flag. (session_save_state): Save the view mode;Miguel de Icaza1998-07-081-11/+22
* Various fixes and optimizations; Tagging of the days with appointements.Arturo Espinosa1998-04-301-0/+1
* Made it use GncalDayPanel.Federico Mena Quintero1998-04-221-3/+1
* Usability fixes -migArturo Espinosa1998-04-181-1/+1
* Yes.Arturo Espinosa1998-04-181-0/+1
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-181-0/+1
* Year view, double click -migArturo Espinosa1998-04-181-0/+1
* New widget for the year view. added required compilation of the new files.Arturo Espinosa Aldama1998-04-151-0/+2
* Now takes object and flags parameters. Likewise. Likewise.Federico Mena Quintero1998-04-141-1/+3
* New function to let the outside world decide which child to focus.Federico Mena Quintero1998-04-141-1/+1
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-121-0/+1
* Show instead of just map the child widget (otherwise the text widget getsFederico Mena Quintero1998-04-091-7/+8
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-081-1/+0
* more and more fixes -migArturo Espinosa1998-04-041-0/+4
* Lots -migArturo Espinosa1998-04-041-1/+8
* More calendar work -migArturo Espinosa1998-04-031-3/+4
* Day events are now cached inside the widget. They get initialized at thisMiguel de Icaza1998-04-031-0/+1
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-021-1/+1
* GnomeCalendar toplevel GnomeApp; versit code -migArturo Espinosa1998-04-021-0/+35