PEAR generic classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs. Includes time zone data, time zone conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats. WWW: http://pear.php.net/package-info.php?pacid=57 lution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* Committing the new My Evolution.Iain Holmes2001-06-094-21/+16
* Sync from laptop.JP Rosevear2001-06-073-0/+735
* update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-053-1/+23
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-034-5/+14
* no longer build widget-util.*, the code has been movedJP Rosevear2001-06-022-4/+8
* use new funcJP Rosevear2001-06-029-97/+50
* ShushJP Rosevear2001-06-021-1/+0
* UpdateJP Rosevear2001-06-024-468/+8
* oops, didn't mean to make that changeJP Rosevear2001-06-021-1/+2
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-0236-7753/+3562
* dittoJP Rosevear2001-06-023-1/+13
* Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-022-1/+6
* For JPR - FedericoFederico Mena Quintero2001-05-312-0/+256
* New function.Federico Mena Quintero2001-05-305-38/+90
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-2917-1168/+2526
* implemented the 'remove_folder' function for the calendar shell componentRodrigo Moya2001-05-283-5/+355
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-283-2/+10
* Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-262-1/+5
* Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-248-29/+1229
* Fix bug #2831; the tasks toolbar and menu now have a button to delete theFederico Mena Quintero2001-05-226-59/+213
* Fix bug #2829.Federico Mena Quintero2001-05-196-141/+303
* Removed editor-page.[ch]Duncan Mak2001-05-171-0/+5
* *** empty log message ***Duncan Mak2001-05-171-2/+0
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-1721-638/+5239
* switch on the correct widget and mapJP Rosevear2001-05-102-1/+17
* free the alarm component if it doesn't have a parent, rather than if itJP Rosevear2001-05-093-5/+15
* unref the property bag when we finish with itJP Rosevear2001-05-094-2/+6
* Convert to bonobo xobjectJP Rosevear2001-05-085-495/+224
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-084-60/+59
* unref the calcomponent when we're done with itJP Rosevear2001-05-043-8/+22
* remove hardcoded values (edit_attendee): ditto, and there are only 4 rolesJP Rosevear2001-04-284-27/+38
* use enums not hard code valuesJP Rosevear2001-04-273-2/+6
* icalparameter_new_rsvp now takes an enumJP Rosevear2001-04-272-1/+6
* the value type should be inited with ICAL_VALUE_* rather than ICAL_*_VALUEJP Rosevear2001-04-272-3/+9
* Replace "<" by "<=" in the comparison for due dates against the currentFederico Mena Quintero2001-04-273-3/+17
* Merge build fix from the branch:Ettore Perazzoli2001-04-272-0/+5
* Remove UNICODE_LIBSDan Winship2001-04-273-2/+7
* Fixed Strftime so it uses the locale prefered way to display date/time.Duncan Mak2001-04-252-1/+7
* translate "Things to do" etc. and convert them to utf8. Changed some linkGediminas Paulauskas2001-04-222-13/+24
* Hot builddir != srcdir loving action.Ettore Perazzoli2001-04-194-1/+15
* Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-184-9/+53
* the libical action stuff uses enums rather than strings to enumerate theJP Rosevear2001-04-182-15/+36
* Pull up fix from the branch:Ettore Perazzoli2001-04-182-0/+7
* Add EXTRA_GNOME_CFLAGS, for gal.Dan Winship2001-04-172-0/+5
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-165-18/+482
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-143-0/+10
* Fix the syntactic bogon here, and attempt to fix the logical bogon too.Dan Winship2001-04-142-2/+10
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-1311-284/+662
* prepend to both changes and change_ids when different and mark asJP Rosevear2001-04-122-2/+8
* Fix this to just send the data to the wombat instead of inserting itChristopher James Lahey2001-04-112-44/+26
* Display fixes, thanks to Kjartan for finding these.Gediminas Paulauskas2001-04-113-21/+26
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-057-48/+46
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-0515-0/+78
* Plug leak.Federico Mena Quintero2001-04-0313-25/+942
* Plug leak.Federico Mena Quintero2001-04-032-61/+81
* Blessed by Ettore.Gediminas Paulauskas2001-04-023-39/+41
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-3011-15/+1173
* A mockup of how meeting scheduling and editting should work. This design is b...Anna Dirks2001-03-291-0/+488
* fixed button placement to comply with gnome standards.Anna Marie Dirks2001-03-282-6/+11
* fixed spacing and label alignment to comply with gnome standards. AlsoAnna Marie Dirks2001-03-282-129/+105
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-2624-32/+90
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-258-58/+73
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-186-95/+97
* Moved functionality here from e_day_view_on_new_appointment. AllowsMiguel de Icaza2001-03-175-17/+139
* New function: inits the BonoboPersistFile server.Miguel de Icaza2001-03-173-1/+46
* Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-163-2/+8
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-1513-309/+18
* create doc/devel/executive-summary/MakefileGediminas Paulauskas2001-03-152-0/+15
* PISOCK_INCLUDEDIR has become PISOCK_CFLAGS in gnome-pilot.m4 and removeJP Rosevear2001-03-138-758/+12
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-084-9/+16
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-0/+19
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-0519-386/+715
* install conduit iconsJP Rosevear2001-03-035-14/+30
* When when when when when when oh WHEN will I remember to add the files - Fede...Federico Mena Quintero2001-03-021-0/+180