aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-1705/+0
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-6/+3
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-161-10/+153
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+5
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-251-1/+1
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-11/+37
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-0/+3
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-2/+0
* libical import cleanupJP Rosevear2001-01-241-2/+2
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-185/+75
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-36/+131
* added new source files for the Tasks folders.Damon Chaplin2001-01-081-8/+1
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-477/+1
* translationsJP Rosevear2000-12-231-0/+3
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-231-193/+47
* Removed prototype for setup_alarm to fix a warning.Christopher James Lahey2000-12-201-0/+2
* Alarm instance generation support for the Wombat.Federico Mena Quintero2000-12-191-2/+10
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-2/+2
* Constify for new libical API. (set_text_list): Likewise.Federico Mena Quintero2000-12-131-23/+0
* added changed flags and added calls to a new functionDamon Chaplin2000-12-111-1/+1
* finished 12-hour support and tried to tidy up & comment the drawing codeDamon Chaplin2000-11-291-6/+5
* added more support for config settings.Damon Chaplin2000-11-271-19/+22
* The icon column is not editable!Federico Mena Quintero2000-11-221-40/+0
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-131-105/+23
* removed debug message.Damon Chaplin2000-10-211-1/+33
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-0/+2
* set the pixmaps of the toolbar buttons for the views, and removed a lot ofDamon Chaplin2000-10-121-4/+7
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-17/+132
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2
* Connect to the "cal_loaded" signal of the client here. (connect_load):Federico Mena Quintero2000-09-121-75/+38
* New function with the loading/creation state machine. It is carefullyFederico Mena Quintero2000-09-091-92/+191
* Fixed some warnings.Christopher James Lahey2000-09-091-0/+5
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-302/+587
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-15/+5
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-0/+2
* Use gnome_calendar_construct() so that we can check for proper creation ofFederico Mena Quintero2000-09-021-96/+114
* Event editor destroyed callback to do hash cleanupJP Rosevear2000-08-311-32/+41
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-311-217/+514
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-301-53/+5
* Use event_editor_set_event_objectJP Rosevear2000-08-301-1/+1
* Update for libical 0.19JP Rosevear2000-08-251-2/+2
* Fixed some warnings.Christopher James Lahey2000-08-251-0/+4
* Make signal names saner (released_event_object_cb): dittoJP Rosevear2000-08-251-17/+21
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-241-8/+3
* Include gnome.h for gettext purposesJP Rosevear2000-08-241-0/+1
* Updated function. (e_calendar_table_open_task): Updated function.Federico Mena Quintero2000-08-241-0/+1
* Rework gnome-cal.c - alarms are a tad broken ATM so this will need moreJP Rosevear2000-08-171-67/+95
* New function. Mostly moved over fromFederico Mena Quintero2000-08-111-0/+37
* Removed. Wheee!Federico Mena Quintero2000-08-111-1/+1
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-261-2/+20
* Sync again - FedericoFederico Mena Quintero2000-06-271-1/+2
* Sync - FedericoFederico Mena Quintero2000-06-231-29/+2
* changed so it keeps the selection range. It just moves it on one day/weekDamon Chaplin2000-06-211-15/+25
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-17/+5
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-021-15/+17
* Handler for the "editor_closed" signal of the event editor; we justFederico Mena Quintero2000-06-021-0/+10
* Change of plans. The toplevel GnomeApp is now generated with Glade insteadFederico Mena Quintero2000-06-021-13/+3
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-011-11/+78
* Flush - FedericoFederico Mena Quintero2000-05-301-1/+1
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-8/+8
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-241-48/+0
* Forgot include file - FedericoFederico Mena Quintero2000-05-161-0/+1
* Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-161-2/+103
* Added version and availability of required libunicode library.Matt Loper2000-05-131-57/+38
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-121-8/+33
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-121-103/+367
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-091-11/+23
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-31/+61
* new function to get the currently seleted time range form the currentDamon Chaplin2000-05-011-0/+33
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-23/+52
* hook for widget destroy -- used to unref the CalClient so wombat knows weSeth Alves2000-04-261-1/+33
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-85/+312
* new function: callback for listener's object updated signal.Seth Alves2000-04-211-10/+18
* callback for obj_updated or obj_removed. (gnome_calendar_new): hook upSeth Alves2000-04-211-13/+27
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-201-40/+62
* fixed to use cal_client_update_object -- editing and dragging events worksSeth Alves2000-04-191-6/+5
* catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-101-7/+18
* new function: friendly wrapper for cal_client_create_calendarSeth Alves2000-04-091-0/+21
* calendar is a frame instead of a window, now.Seth Alves2000-04-081-1/+4
* build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-061-6/+18
* Removed function now that it is no CORBA server in the GUI.Federico Mena Quintero2000-03-121-12/+16
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-12/+21
* stubs for client side access to alarm structures. this will probablySeth Alves2000-03-061-1/+1
* new file -- things shared between the client and server go in thisSeth Alves2000-03-041-1/+1
* Change iCalObject.organizer from char* to iCalPerson*Russell Steinthal2000-02-161-1/+3
* Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-091-1/+2
* Committed fixes for the end-on-day recurrence bug where the lastEskil Heyn Olsen1999-12-311-1/+1
* The long-awaited and much-needed (IMNSHO) snooze button for gnomecal alarms.Russell Steinthal1999-12-031-8/+37
* The long-awaited audio alarm timeout patch. Implements wishlist bug #3089.Russell Steinthal1999-11-131-7/+33
* Add default alarm support, Beep on display alarms optionRussell Steinthal1999-11-031-0/+2
* Fix bug #2561 in HEADRussell Steinthal1999-10-201-1/+1
* Small fix -miguelArturo Espinosa1999-09-281-0/+1
* Add scrolling to the yearview.Jonathan Blandford1999-07-301-25/+27
* 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-8/+7
* Add some assertions here, to pin point the bug reported on gnome-list.Miguel de Icaza1999-05-261-2/+44
* Set the canvas scroll region here, not in size_allocate(). Also, use theFederico Mena Quintero1999-05-261-0/+3
* This is the fix Miguel and I hacked in the car at Expo to make theNat Friedman1999-05-261-1/+5
* Added this routine so Monthly recurrences use the weekday field as aSteve Murphy1999-04-041-1/+2
* Add support for Due Date when adding a TODO item here. (column_resized):Clifford R. Conover1999-03-111-0/+16
* Make the calendar start weeks on Monday if appropriate.Federico Mena Quintero1999-02-051-0/+2
* s/g_copy_strings/g_strconcat/Jeff Garzik1998-12-311-4/+4
* Rewrote the old and broken alarm system. It never actually workedMiguel de Icaza1998-12-171-6/+36
* Add the offset from the beginning of the current time unitFederico Mena Quintero1998-11-031-4/+4
* Changed name from time_start_of_day() to be consistent with the otherFederico Mena Quintero1998-10-031-3/+3
* Colorify the month item and prepare it for prelighting here.Federico Mena Quintero1998-10-011-2/+1
* Fixed the bug reported about the mail notification not beint sent untilMiguel de Icaza1998-09-071-1/+2
* Today: we can now configure the colors for the monthly items, courtesy ofFederico Mena Quintero1998-09-031-0/+12
* Today: beginning of year view using the canvas. I still have to finishFederico Mena Quintero1998-08-271-5/+5
* Today: Beautification of the Preferences dialog. Made the menus moreFederico Mena Quintero1998-08-251-3/+26
* Changed the Properties menu item to Preferences. These are globalFederico Mena Quintero1998-08-251-3/+0
* We now have a nice generic monthly calendar item for the canvas. WeFederico Mena Quintero1998-08-191-0/+6
* Start of the month view widget. This will use the generic month item andFederico Mena Quintero1998-08-111-10/+13
* Add support for --view flag. (session_save_state): Save the view mode;Miguel de Icaza1998-07-081-0/+29
* Do not subtract 1 from tm->tm_mday for the default_day.Federico Mena Quintero1998-06-051-1/+3
* Various bug fixes that were reported:Arturo Espinosa1998-05-161-1/+0
* Bug free version of the range computation in place.Miguel de Icaza1998-05-161-10/+11
* Do not add the spurious padding.Miguel de Icaza1998-05-151-2/+0
* 1. Fix: `New Appointment' defaults to the current day. 2. Add `NewArturo Espinosa1998-05-091-0/+2
* Various fixes and optimizations; Tagging of the days with appointements.Arturo Espinosa1998-04-301-1/+52
* Lots of fixes:Arturo Espinosa1998-04-291-28/+32
* Remove debug code -migArturo Espinosa1998-04-261-4/+0
* Fixed alarm saving code. Fixed alarm loading code. New -partial-Arturo Espinosa1998-04-251-8/+27
* 1. Calendar property configuration is finally here with nice live-updates.Arturo Espinosa1998-04-221-0/+1
* Small fix for goto-day-year computation -migArturo Espinosa1998-04-221-1/+2
* Made it use GncalDayPanel.Federico Mena Quintero1998-04-221-102/+25
* Make the any-key-creates-new-appointment-at-selection thing actually work - F...Arturo Espinosa1998-04-211-0/+1
* Fix compiler warnings - FedericoArturo Espinosa1998-04-211-1/+2
* Duh forgot config.h here -migArturo Espinosa1998-04-191-1/+1
* Usability fixes -migArturo Espinosa1998-04-181-4/+4
* Yes.Arturo Espinosa1998-04-181-9/+148
* Year view, double click -migArturo Espinosa1998-04-181-3/+15
* The event dialog is beautified, recurrences are saner.Federico Mena Quintero1998-04-181-1/+1
* Large number of updates. Recurrence basically works now in most of itsArturo Espinosa1998-04-181-1/+6
* Year view marks ranges of new dates (on update view). Recurrence iteratorArturo Espinosa1998-04-151-2/+3
* Routine to destory rows array properly.Miguel de Icaza1998-04-151-1/+1
* ArghArturo Espinosa1998-04-151-1/+3
* Now takes object and flags parameters. Likewise. Likewise.Federico Mena Quintero1998-04-141-8/+8
* New function to let the outside world decide which child to focus.Federico Mena Quintero1998-04-141-0/+1
* Create new object and add it to the calendar. You can now select a rangeFederico Mena Quintero1998-04-141-7/+2
* We now connect to the range_activated signal of the fullday widget insteadFederico Mena Quintero1998-04-131-12/+12
* Begginning of the create-appointment-on-range-selection-and-enter code -miguelArturo Espinosa1998-04-121-17/+42
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-121-23/+13
* Show instead of just map the child widget (otherwise the text widget getsFederico Mena Quintero1998-04-091-1/+18
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-081-3/+17
* more and more fixes -migArturo Espinosa1998-04-041-5/+37
* Lots -migArturo Espinosa1998-04-041-14/+50
* The "better" format string for strftime() wasn't better, after all :-(Federico Mena Quintero1998-04-031-1/+15
* add test.vcf, more code progress -migArturo Espinosa1998-04-031-1/+1
* New full-day widget. It is still a work in progress. It will be similar toFederico Mena Quintero1998-04-031-1/+6
* Day events are now cached inside the widget. They get initialized at thisMiguel de Icaza1998-04-031-3/+5
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-021-4/+7
* GnomeCalendar toplevel GnomeApp; versit code -migArturo Espinosa1998-04-021-0/+92