aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Collapse)AuthorAgeFilesLines
...
* Gnome cal enhancemnets -migArturo Espinosa1998-04-114-22/+564
| | | | svn path=/trunk/; revision=122
* More work in progress - FedericoArturo Espinosa1998-04-112-50/+322
| | | | svn path=/trunk/; revision=121
* Show instead of just map the child widget (otherwise the text widget getsFederico Mena Quintero1998-04-0920-299/+401
| | | | | | | | | | | | | | | | | | | | | | | | | 1998-04-09 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c (child_map): Show instead of just map the child widget (otherwise the text widget gets confused and will not focus). * calobj.c (ical_object_to_vobject): Quote chars as 'x', not "x". * calobj.h: Added prototype for ical_object_to_vobject(). * gnome-cal.c (gnome_calendar_object_changed): New function. This should be called when a calendar object is changed. * gncal-full-day.c (update_from_drag_info): Call gnome_calendar_object_changed() instead of updating manually. * calendar.c (calendar_add_object): (calendar_remove_object): Set the modified flag to true. * gncal-full-day.c (gncal_full_day_draw): Finished implementing this function. svn path=/trunk/; revision=120
* The full day widget now gets updated correctly when you add anArturo Espinosa1998-04-093-27/+66
| | | | | | appointment from the menus. - Federico svn path=/trunk/; revision=116
* Say `#if 0', not `#ifdef 0'.Raja R Harinath1998-04-092-1/+5
| | | | | | * gncal.c (update_calendar): Say `#if 0', not `#ifdef 0'. svn path=/trunk/; revision=115
* Updates - FedArturo Espinosa1998-04-091-0/+4
| | | | svn path=/trunk/; revision=114
* Added a TODO list to refresh my memory from time to time - FedericoArturo Espinosa1998-04-091-0/+46
| | | | svn path=/trunk/; revision=113
* Wheee! Now you can drag events correctly - FedericoArturo Espinosa1998-04-092-20/+38
| | | | svn path=/trunk/; revision=112
* More updates - FedericoArturo Espinosa1998-04-084-28/+158
| | | | svn path=/trunk/; revision=111
* Removed unused global variable parent_class.Federico Mena Quintero1998-04-085-10/+27
| | | | | | | | | | | | | 1998-04-07 Federico Mena Quintero <federico@nuclecu.unam.mx> * eventedit.c: Removed unused global variable parent_class. * eventedit.h: Renamed gtk_window field to window. Made the parent_class field in the EventEditorClass structure be a GtkWindowClass, not a gnome property box class. Added prototype for event_editor_get_type(). svn path=/trunk/; revision=110
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-0827-177/+1808
| | | | svn path=/trunk/; revision=109
* New file.Carsten Schaar1998-04-061-0/+4
| | | | | | * versit/.cvsignore: New file. svn path=/trunk/; revision=108
* vCalendar gets fully saved -migArturo Espinosa1998-04-057-15/+259
| | | | svn path=/trunk/; revision=107
* Include <config.h>.Tom Tromey1998-04-043-0/+8
| | | | | | | | Fri Apr 3 22:31:54 1998 Tom Tromey <tromey@cygnus.com> * calendar.c: Include <config.h>. svn path=/trunk/; revision=106
* lots more -migArturo Espinosa1998-04-047-6/+153
| | | | svn path=/trunk/; revision=105
* more and more fixes -migArturo Espinosa1998-04-0410-43/+119
| | | | svn path=/trunk/; revision=104
* Lots -migArturo Espinosa1998-04-0419-189/+1001
| | | | svn path=/trunk/; revision=103
* More work. Weee! -migArturo Espinosa1998-04-032-52/+132
| | | | svn path=/trunk/; revision=102
* The "better" format string for strftime() wasn't better, after all :-(Federico Mena Quintero1998-04-037-14/+171
| | | | | | | | | | | 1998-04-03 Federico Mena Quintero <federico@nuclecu.unam.mx> * view-utils.c (view_utils_draw_events): The "better" format string for strftime() wasn't better, after all :-( ... plus more work on progress svn path=/trunk/; revision=101
* add test.vcf, more code progress -migArturo Espinosa1998-04-0315-34/+378
| | | | svn path=/trunk/; revision=100
* New full-day widget. It is still a work in progress. It will be similar toFederico Mena Quintero1998-04-0310-7/+792
| | | | | | | | | | | | 1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c: New full-day widget. It is still a work in progress. It will be similar to M$ Schedule's nifty full day view widget, but with Gtk's elegance :-) * Makefile.am (gnomecal_SOURCES): Added gncal-full-day.[ch] to the sources. svn path=/trunk/; revision=99
* More calendar work -migArturo Espinosa1998-04-0318-22/+495
| | | | svn path=/trunk/; revision=98
* Use better format specifier for strftime().Federico Mena Quintero1998-04-035-6/+97
| | | | | | | | | | | | | | | 1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx> * view-utils.c (view_utils_draw_events): Use better format specifier for strftime(). (view_utils_draw_textured_frame): Ultra-nifty function to draw textured "metal" frames, like Netscape's handles. HEAR YE! HEAR YE! GtkHandleBox could use this last function to draw a prettier drag handle. Any takers? svn path=/trunk/; revision=97
* Various time fixes; lib fixes; cache fixes -migArturo Espinosa1998-04-036-6/+23
| | | | svn path=/trunk/; revision=96
* Day events are now cached inside the widget. They get initialized at thisMiguel de Icaza1998-04-0319-72/+97
| | | | | | | | | | | 1998-04-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-day-view.c (gncal_day_view_update): Day events are now cached inside the widget. They get initialized at this time. * view-utils.c (view_utils_draw_events): Use the list of events. svn path=/trunk/; revision=95
* New customization function. We can't decide on a stupid border type :-)Federico Mena Quintero1998-04-025-2/+47
| | | | | | | | | | | 1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-day-view.c (gncal_day_view_set_shadow): New customization function. We can't decide on a stupid border type :-) (gncal_day_view_init): Made GTK_SHADOW_ETCHED_IN be the default shadow type. Looks good. svn path=/trunk/; revision=94
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-0222-30/+747
| | | | | | | | | | | | | | | | | | | | | 1998-04-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * main.c: New main program that uses our new datatypes and objects. * calendar.c (calendar_load_from_vobject, calendar_load): Implement loading of vCalendar objects and vCalendar files. * calobj.c (ical_object_create_from_vobject): Implement loading of vCalendar event and todo objects. * timeutil.c (isodate_from_time_t): New function. * gnome-cal.c, gnome-cal.h: Implement a toplevel widget, derived from GnomeApp. It holds all of the day views and arbitrates the display. svn path=/trunk/; revision=93
* Oops, forgot these - FedericoArturo Espinosa1998-04-024-0/+278
| | | | svn path=/trunk/; revision=92
* More updates so that Mig can test it - FedericoArturo Espinosa1998-04-026-8/+64
| | | | svn path=/trunk/; revision=91
* New week view composite widget. This provides a full week view (7 dayFederico Mena Quintero1998-04-029-152/+657
| | | | | | | | | | | | | | | 1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-week-view.[ch]: New week view composite widget. This provides a full week view (7 day views plus busy time display -- the latter is currently unimplemented). 1998-04-01 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-day-view.c: New day view widget. It is intended to be a child widget of the week view composite widget. svn path=/trunk/; revision=90
* GnomeCalendar toplevel GnomeApp; versit code -migArturo Espinosa1998-04-0212-38/+801
| | | | svn path=/trunk/; revision=89
* These functions now take a sort_func parameter, which is of typeFederico Mena Quintero1998-04-025-22/+72
| | | | | | | | | | | | | | | | 1998-04-01 Federico Mena Quintero <federico@nuclecu.unam.mx> * calendar.c (calendar_get_objects_in_range): (calendar_get_events_in_range): (calendar_get_journal_in_range): (calendar_get_journal_in_range): These functions now take a sort_func parameter, which is of type GCompareFunc. If the specified value is non-NULL, it will return a sorted list. Otherwise, it will return an unordered list. (calendar_compare_by_dtstart): Provide a generic sorting routine for calendar objects. svn path=/trunk/; revision=88
* Calendar object editor -migArturo Espinosa1998-04-011-0/+88
| | | | svn path=/trunk/; revision=87
* Sync with my copy -migArturo Espinosa1998-04-012-2/+4
| | | | svn path=/trunk/; revision=86
* `buf' now static.Tom Tromey1998-04-012-1/+5
| | | | | | | | Tue Mar 31 23:46:50 1998 Tom Tromey <tromey@cygnus.com> * timeutil.c (format_simple_hour): `buf' now static. svn path=/trunk/; revision=85
* Removed #include "gtkcalendar.h", because it now comes from libgnomeui.Federico Mena Quintero1998-04-0117-49/+686
| | | | | | | | | | | 1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal.c: Removed #include "gtkcalendar.h", because it now comes from libgnomeui. * Makefile.am (gncal_SOURCES): Added new source files to the rules. svn path=/trunk/; revision=84
* New function, formats an hour/am_pm pair into a string of the form "3am",Federico Mena Quintero1998-04-013-2/+62
| | | | | | | | | | 1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx> * timeutil.c (format_simple_hour): New function, formats an hour/am_pm pair into a string of the form "3am", "12pm", "05h", "19h", etc. It is used by the day view widget for its labels. svn path=/trunk/; revision=83
* iCalendar/vCalendar time utiltiesArturo Espinosa1998-04-013-4/+43
| | | | svn path=/trunk/; revision=81
* Small typo fixed -migArturo Espinosa1998-04-012-4/+4
| | | | svn path=/trunk/; revision=80
* Calendar objects as defined by the iCalendar IETF draft. Calendar holderArturo Espinosa1998-04-0112-0/+804
| | | | | | | | | Calendar objects as defined by the iCalendar IETF draft. Calendar holder for Calendar Objects. -mig&fed svn path=/trunk/; revision=79
* added clist.[ch]Craig Small1998-03-314-2/+105
| | | | svn path=/trunk/; revision=78
* Added session maanagement and using clistsCraig Small1998-03-312-46/+236
| | | | svn path=/trunk/; revision=77
* Use gnome_message_box_*, not gnome_messagebox_*.Tom Tromey1998-03-222-1/+5
| | | | | | | | Sat Mar 21 15:43:20 1998 Tom Tromey <tromey@cygnus.com> * gncal.c: Use gnome_message_box_*, not gnome_messagebox_*. svn path=/trunk/; revision=76
* linked into gtkcalendar widgetCraig Small1998-03-126-18/+46
| | | | svn path=/trunk/; revision=66
* Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a.Tom Tromey1998-03-094-7/+12
| | | | | | | | | | | Sun Mar 8 16:38:10 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (INCLUDES): Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a. * gncal.c (main): Use new gnome_init. svn path=/trunk/; revision=61
* Removed bogus Makefile - tromey@cygnus.comTom Tromey1998-02-271-402/+0
| | | | svn path=/trunk/; revision=54
* Added $(GNOME_LIBDIR) to some Makefile.am files.rhlabs1998-02-273-0/+404
| | | | | | -Marc svn path=/trunk/; revision=53
* Added German translation.Carsten Schaar1998-02-242-0/+4
| | | | svn path=/trunk/; revision=50
* Changed 'gtt' to 'gncal'.Carsten Schaar1998-02-241-1/+1
| | | | svn path=/trunk/; revision=49
* Mon, 23 Feb 1998 04:17:37 +0100 VincentVincent Renardias1998-02-232-0/+4
| | | | | | *.desktop translations for the gnome-utils module. svn path=/trunk/; revision=48
* gnome_init app_id parameter changes - FedericoArturo Espinosa1998-02-202-1/+5
| | | | svn path=/trunk/; revision=47
* Added '$(INTLLIBS)'Carsten Schaar1998-02-201-0/+4
| | | | | | * Makefile.am (gncal_LDADD): Added '$(INTLLIBS)' svn path=/trunk/; revision=46
* (gncal_LDADD): Added '$(INTLLIBS)'Carsten Schaar1998-02-202-2/+4
| | | | svn path=/trunk/; revision=45
* Removed `Makefile'Raja R Harinath1998-02-191-400/+0
| | | | svn path=/trunk/; revision=42
* updates for GnomeUIInfoElliot Lee1998-02-191-39/+55
| | | | svn path=/trunk/; revision=41
* Include `libsupport.a'.Raja R Harinath1998-02-194-38/+28
| | | | | | | | | | | | * Makefile.am (gncal_LDADD): Include `libsupport.a'. * calcs.c (month_atoi): Replace buggy explicit loop string compare with strcasecmp. (day_atoi): Likewise. - Hari svn path=/trunk/; revision=40
* Updated g_string_hash and g_string_equal by g_str_hash and g_str_equal,Federico Mena Quintero1998-02-141-0/+384
| | | | | | | | | 1998-02-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * menus.c: Updated g_string_hash and g_string_equal by g_str_hash and g_str_equal, respectively. svn path=/trunk/; revision=25
* Remove MakefileArturo Espinosa1998-02-143-384/+2
| | | | svn path=/trunk/; revision=23
* Added #include <locale.h>Federico Mena Quintero1998-02-133-22/+63
| | | | | | | | | | | | 1998-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx> * main.c: Added #include <locale.h> 1998-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx> * configure.in: Added intl/Makefile to the AC_OUTPUT list. svn path=/trunk/; revision=18
* Fixed Makefile.am so gncal compiles (please check!)Craig Small1998-02-122-0/+8
| | | | svn path=/trunk/; revision=17
* Gnome Utils autoconf/automake setup is readyArturo Espinosa1998-02-116-20/+399
| | | | svn path=/trunk/; revision=12
* Added an about boxCraig Small1998-02-101-17/+46
| | | | svn path=/trunk/; revision=10
* added repeat valuesCraig Small1998-02-102-6/+32
| | | | svn path=/trunk/; revision=9
* now puts lexer into structCraig Small1998-02-101-14/+59
| | | | svn path=/trunk/; revision=8
* Moved top-dir ChangeLog entries to subdir ChangeLogsRaja R Harinath1998-02-041-0/+3
| | | | svn path=/trunk/; revision=7
* Replace "Quit" for "Exit" in all those programs.ROSALIA_BEFORE_COMMITTING_DL_AND_GNOME_HELLOMiguel de Icaza1998-01-271-1/+1
| | | | | | | | | | Sun Jan 25 23:38:30 1998 Miguel de Icaza <miguel@nuclecu.unam.mx> * gemvt/gvtmain.c, gmix/gmix.c, gncal/menus.c, gnomine/gnomine.c, gtop/main.c, same-gnome/same-gnome.c, scottfree/GnomeScott.c: Replace "Quit" for "Exit" in all those programs. svn path=/trunk/; revision=5
* updated lexerGNOME_0_12Craig Small1998-01-131-1/+8
| | | | svn path=/trunk/; revision=3
* New Gnome Calendar filesCraig Small1998-01-1210-0/+1382
svn path=/trunk/; revision=2