aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pstack
ModeNameSize
-rw-r--r--Makefile666logstatsplainblame
-rw-r--r--distinfo186logstatsplainblame
-rw-r--r--pkg-descr350logstatsplainblame
s='insertions'>+6 * new function: callback for listener's object updated signal.Seth Alves2000-04-212-14/+29 * callback for obj_updated or obj_removed. (gnome_calendar_new): hook upSeth Alves2000-04-212-13/+32 * create fullday's gcs even if pixmap_bell has already been created. thisSeth Alves2000-04-212-1/+45 * changed the order around a bit to avoid a Gtk-CRITICAL crashSeth Alves2000-04-202-5/+12 * fixed code to populate the todo clistSeth Alves2000-04-206-42/+47 * don't call save from here because in all cases the caller of remove_objectSeth Alves2000-04-202-1/+4 * calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-205-52/+92 * fixed to use cal_client_update_object -- editing and dragging events worksSeth Alves2000-04-191-6/+5 * set calendar's uri with a property bagSeth Alves2000-04-196-47/+156 * Fix include path.Federico Mena Quintero2000-04-192-3/+6 * Added Danish strings to desktop/menu filePablo Saratxaga2000-04-194-0/+8 * We have a new "last_calendar_gone" signal that Wombat can use to terminateFederico Mena Quintero2000-04-184-3/+40 * *** empty log message ***Seth Alves2000-04-181-1/+8 * removed implicit save, since we don't want to save as we load from disk.Seth Alves2000-04-181-1/+2 * Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-1733-308/+110 * use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd'sChris Toshok2000-04-123-4/+32 * *** empty log message ***Seth Alves2000-04-111-0/+5 * create and save an actual vcalendar instead of a list of vcal objects.Seth Alves2000-04-111-40/+56 * moved srcdir directories to the top so we search headers in the evolutionDamon Chaplin2000-04-112-3/+11 * nat told me to do itSeth Alves2000-04-101-2/+2 * catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-105-41/+155 * pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-092-2/+5 * new function: friendly wrapper for cal_client_create_calendarSeth Alves2000-04-097-72/+104 * calendar is a frame instead of a window, now.Seth Alves2000-04-084-7/+24 * i always forget to commit the ChangeLog. Dain BramageSeth Alves2000-04-071-0/+7 * removed uih from the argument list, added cal. use cal as user_data inSeth Alves2000-04-074-163/+92 * forgot to commitSeth Alves2000-04-061-0/+7 * removed (setup_appbar): removed (calendar_control_activate): new functionSeth Alves2000-04-063-9/+111 * build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-0626-889/+1219 * + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: NewMatthew Loper2000-04-012-0/+5 * cal_client_get_events_in_range returns a list of CalObjInstance *, not aSeth Alves2000-03-311-3/+4 * readded the gui directorySeth Alves2000-03-303-2/+16 * + * Makefile.am: add calendar compilation back in.Matthew Loper2000-03-302-1/+5 * + * wombat/wombat.gnorba: new file.Matthew Loper2000-03-293-0/+24 * added libeutil.la and libetext.aSeth Alves2000-03-283-16/+68 * Use ical_object_to_string().Federico Mena Quintero2000-03-2810-184/+116 * Fix includes. (e_day_view_on_delete_occurance): Do not callFederico Mena Quintero2000-03-234-13/+30 * Fix for srcdir != builddir.Elliot Lee2000-03-184-19/+18 * New widget for Day/Work-Week views. Unfinished.Damon Chaplin2000-03-149-0/+6749 * Removed function now that it is no CORBA server in the GUI.Federico Mena Quintero2000-03-1216-83/+85 * Do not pass the INIT_SERVER flag to gnome_CORBA_init_with_popt_table().Federico Mena Quintero2000-03-112-22/+51 * Initialize the alarm types here. Do not call default_alarm() anymore,Federico Mena Quintero2000-03-113-45/+15 * Removed the corba-cal stuff. Commented out the Pilot conduit stuff forFederico Mena Quintero2000-03-102-109/+78 * Random #ifdefs to make it build, although this file is going away.Federico Mena Quintero2000-03-107-67/+41 * replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-0929-128/+478 * track movement of calobj.[ch]Seth Alves2000-03-089-15/+10 * ignore *.lo instead of a list of .lo filesSeth Alves2000-03-081-2/+1 * calobj.[ch] has moved into cal-util/Seth Alves2000-03-081-2/+0 * back out recent commit, and remove calendar.[ch] from Makefile.amSeth Alves2000-03-087-112/+62 * back out recent commitSeth Alves2000-03-082-97/+0 * calobj.[ch] live in cal-util nowSeth Alves2000-03-081-0/+2 * More file moving - FedericoFederico Mena Quintero2000-03-084-1873/+5 * track moveSeth Alves2000-03-062-14/+18 * move all but the subdir line into gui/Makefile.am, since the codeSeth Alves2000-03-061-236/+1 * stubs for client side access to alarm structures. this will probablySeth Alves2000-03-0617-79/+269 * More file moving action - FedericoFederico Mena Quintero2000-03-0666-20102/+0 * this is not right, but it gets this closer to building.Seth Alves2000-03-043-3/+3 * added some .cvsignore filesSeth Alves2000-03-044-0/+33 * new file -- things shared between the client and server go in thisSeth Alves2000-03-0447-1951/+806 * I always forget to add the stupid files - FedericoFederico Mena Quintero2000-03-041-0/+66 * At this point the calendar client and personal calendar server files wereFederico Mena Quintero2000-03-026-12/+23 * More reorganization - FedericoFederico Mena Quintero2000-03-026-247/+11 * Moved to the pcs/ directory - FedericoFederico Mena Quintero2000-03-0212-2776/+21 * At this point the calendar client and personal calendar server files wereFederico Mena Quintero2000-03-026-204/+61 * Moved to cal-client/ - FedericoFederico Mena Quintero2000-03-026-1514/+0 * Moved to idl/evolution-calendar.idlFederico Mena Quintero2000-03-021-127/+0 * Use the gnome-config flags for orbit-idl. Create a libcal-client libraryFederico Mena Quintero2000-03-025-6/+59 * Removed stale rule for the conduit.Federico Mena Quintero2000-03-013-18/+18 * don't put .libs in the link command, let libtool do itSeth Alves2000-02-232-2/+2 * + * calendar/.cvsignore: Added *.lo.Matthew Loper2000-02-222-1/+6 * trying to link libicalSeth Alves2000-02-212-2/+2 * + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-202-0/+6 * DOHSeth Alves2000-02-191-0/+6 * Use BONOBO_VFS_GNOME_CFLAGS instead of GNOMEUI_INCLUDES, as we use BonoboMiguel de Icaza2000-02-193-2/+7 * moved CalendarFormat type def hereSeth Alves2000-02-1812-115/+307 * Implemented.Federico Mena Quintero2000-02-1713-14/+282 * added skel and stub filesSeth Alves2000-02-161-0/+5 * forgot this oneSeth Alves2000-02-161-0/+722 * Change iCalObject.organizer from char* to iCalPerson*Russell Steinthal2000-02-1621-61/+418 * Implemented.Federico Mena Quintero2000-02-1227-188/+769 * Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-11