| Commit message (Expand) | Author | Age | Files | Lines |
* | Only set the due date only if it exists | JP Rosevear | 2000-09-11 | 2 | -4/+15 |
* | Relying on the status field is somewhat faulty since it is related to | JP Rosevear | 2000-09-11 | 2 | -8/+6 |
* | Make log output a little more sensible (comp_from_remote_record): Minor | JP Rosevear | 2000-09-11 | 2 | -39/+26 |
* | Remove catch_ret_val function since its no longer useful. Fix naming of | JP Rosevear | 2000-09-11 | 3 | -281/+216 |
* | changed to use EDateEdit. | Damon Chaplin | 2000-09-11 | 10 | -352/+563 |
* | Convert "//" style comments (local_record_from_ical_uid): Remove | JP Rosevear | 2000-09-10 | 2 | -22/+26 |
* | Use cal component pilot stuff properly (find_record_in_repository): Remove | JP Rosevear | 2000-09-10 | 9 | -294/+419 |
* | Fix the calendar Makefiles so that they #include the `icalversion.h' | Ettore Perazzoli | 2000-09-09 | 3 | -0/+10 |
* | New function with the loading/creation state machine. It is carefully | Federico Mena Quintero | 2000-09-09 | 4 | -96/+212 |
* | Use icaltime_as_timet | JP Rosevear | 2000-09-09 | 3 | -4/+7 |
* | Fixed some warnings. | Christopher James Lahey | 2000-09-09 | 9 | -4/+35 |
* | Tidy | JP Rosevear | 2000-09-09 | 4 | -36/+30 |
* | Fall equinox cleanup! | Federico Mena Quintero | 2000-09-08 | 13 | -484/+749 |
* | Preliminaries for new UI handler. | Michael Meeks | 2000-09-08 | 2 | -0/+92 |
* | Bunch of unicode related changes | Lauris Kaplinski | 2000-09-08 | 3 | -0/+25 |
* | Use new cal_component_has_recurrences convenience function | JP Rosevear | 2000-09-06 | 8 | -40/+48 |
* | Use new convenience functions and only get the recurrence stuff if needed. | JP Rosevear | 2000-09-06 | 4 | -8/+112 |
* | Kill all exdates if there are no dates in the box | JP Rosevear | 2000-09-06 | 3 | -10/+72 |
* | uses the new TaskEditor dialog. | Damon Chaplin | 2000-09-06 | 13 | -594/+1300 |
* | The exdate and rdate lists are a list of icaltimetypes, not | JP Rosevear | 2000-09-06 | 3 | -18/+23 |
* | Append the exdate to the list AFTER we create the date value. | JP Rosevear | 2000-09-06 | 2 | -3/+8 |
* | Free the data, not the list element. | JP Rosevear | 2000-09-06 | 2 | -1/+6 |
* | Compute the event duration using the event start/end times, not the | JP Rosevear | 2000-09-06 | 2 | -13/+18 |
* | Check to see if r->enddate is (time_t)-1 and set to 0 if so | JP Rosevear | 2000-09-06 | 2 | -0/+7 |
* | Get the calendar conduits to compile. | Ettore Perazzoli | 2000-09-03 | 3 | -4/+18 |
* | A bit more e_utf8 wrappers here and there | Lauris Kaplinski | 2000-09-02 | 3 | -5/+13 |
* | Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and | Christopher James Lahey | 2000-09-02 | 5 | -3/+17 |
* | Use gnome_calendar_construct() so that we can check for proper creation of | Federico Mena Quintero | 2000-09-02 | 4 | -97/+133 |
* | Update for new libical. Conduits should atleast compile again. | JP Rosevear | 2000-09-02 | 4 | -12/+25 |
* | We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOL | JP Rosevear | 2000-09-01 | 3 | -11/+44 |
* | No need to spit a warning if removal fails. (event_editor_destroy): Free | Federico Mena Quintero | 2000-09-01 | 7 | -107/+95 |
* | Implement delete option (recurrence_toggled): Make an ugly hack to get the | JP Rosevear | 2000-09-01 | 4 | -19/+95 |
* | Event editor destroyed callback to do hash cleanup | JP Rosevear | 2000-08-31 | 4 | -138/+217 |
* | Made it compilable both with gnome-print 0.20 and 0.21+ | Lauris Kaplinski | 2000-08-31 | 2 | -21/+25 |
* | Ensure that the child's allocation height is >= 1. | Federico Mena Quintero | 2000-08-31 | 2 | -1/+4 |
* | switched to using new ECalendar widget, and a few other fixes. | Damon Chaplin | 2000-08-31 | 9 | -517/+1315 |
* | Oops, set the dtstart/dtend on the component before adding it. | Federico Mena Quintero | 2000-08-30 | 2 | -15/+28 |
* | Make sure the is_utc flag is always FALSE for icaltime_from_timet | JP Rosevear | 2000-08-30 | 2 | -21/+27 |
* | Make sure the is_utc flag is always FALSE for icaltime_from_timet | JP Rosevear | 2000-08-30 | 2 | -34/+50 |
* | Oops, commit changelog | JP Rosevear | 2000-08-30 | 1 | -0/+6 |
* | Actually add the comp_instance struct to the instances list. We now appear | JP Rosevear | 2000-08-30 | 1 | -2/+4 |
* | Now the views monitor the client by themselves; it does not make sense to | Federico Mena Quintero | 2000-08-30 | 11 | -1053/+413 |
* | Remove USING_OAF checks | Dan Winship | 2000-08-30 | 5 | -59/+10 |
* | Use event_editor_set_event_object | JP Rosevear | 2000-08-30 | 5 | -8/+24 |
* | These are not UTC times | JP Rosevear | 2000-08-29 | 2 | -2/+7 |
* | New function. We need this from code that dynamically updates from a | Federico Mena Quintero | 2000-08-29 | 14 | -45/+86 |
* | We no longer need time_from_icaltimetype as libical has the API for this | JP Rosevear | 2000-08-29 | 7 | -47/+31 |
* | Remove the icalcomponent from the toplevel calendar here. | Federico Mena Quintero | 2000-08-29 | 2 | -21/+38 |
* | Initiliaze tzid to null, only set recurrence rules and exception dates if | JP Rosevear | 2000-08-28 | 2 | -35/+44 |
* | Write out the calendar object (cal_backend_file_update_object): Remove/add | JP Rosevear | 2000-08-28 | 2 | -9/+59 |
* | Remove gnorba stuff | JP Rosevear | 2000-08-26 | 9 | -72/+14 |
* | Uncomment debug code. | JP Rosevear | 2000-08-26 | 3 | -5/+36 |
* | Don't attempt to free this if its null (calendar_model_duplicate_value): | JP Rosevear | 2000-08-26 | 4 | -17/+43 |
* | Properly append to list | JP Rosevear | 2000-08-25 | 5 | -18/+18 |
* | Update for libical 0.19 | JP Rosevear | 2000-08-25 | 8 | -35/+39 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-25 | 8 | -1/+34 |
* | Do not alloc the struct icaltimetype but point to one on the stack. More | JP Rosevear | 2000-08-25 | 2 | -4/+10 |
* | Make signal names saner (released_event_object_cb): ditto | JP Rosevear | 2000-08-25 | 5 | -41/+60 |
* | Do not alloc the struct icaltimetype but point to one on the stack. More | Federico Mena Quintero | 2000-08-24 | 2 | -2/+11 |
* | Remove owner field | JP Rosevear | 2000-08-24 | 4 | -82/+25 |
* | Handle summary field (calendar_model_value_is_empty): ditto | JP Rosevear | 2000-08-24 | 2 | -0/+12 |
* | Remove status bar | JP Rosevear | 2000-08-24 | 4 | -14/+13 |
* | #include <e-util/e-cursors.h> | Federico Mena Quintero | 2000-08-24 | 8 | -19/+38 |
* | Set vtype of new CalComponent (e_week_view_on_new_appointment): ditto | JP Rosevear | 2000-08-24 | 3 | -1/+12 |
* | Include gnome.h for gettext purposes | JP Rosevear | 2000-08-24 | 5 | -3/+17 |
* | Updated function. (e_calendar_table_open_task): Updated function. | Federico Mena Quintero | 2000-08-24 | 3 | -95/+51 |
* | Updated function. (calendar_model_free_value): Updated function. | Federico Mena Quintero | 2000-08-22 | 2 | -343/+234 |
* | New function. (parse_time): Moved over from the old set_time_t(). This | Federico Mena Quintero | 2000-08-22 | 2 | -196/+298 |
* | Use CalObjType | JP Rosevear | 2000-08-22 | 3 | -2/+9 |
* | Use CalComponent instead of iCalObject. #if some alarm stuff | JP Rosevear | 2000-08-22 | 2 | -4/+12 |
* | Use CalComponent instead of iCalObject. #if some alarm stuff | JP Rosevear | 2000-08-22 | 2 | -3/+21 |
* | Update prototypes | JP Rosevear | 2000-08-22 | 2 | -5/+8 |
* | Use CalComponent instead of iCalObject. Work around not having a compare | JP Rosevear | 2000-08-22 | 4 | -164/+322 |
* | Use CalComponent instead of iCalObject. #if some alarm stuff | JP Rosevear | 2000-08-21 | 3 | -3/+13 |
* | Use CalComponent instead of iCalObject. Work around not having a compare | JP Rosevear | 2000-08-21 | 3 | -104/+202 |
* | Update prototypes. | JP Rosevear | 2000-08-19 | 3 | -275/+305 |
* | Use CalComponent instead of iCalObject (cancel_button): ditto | JP Rosevear | 2000-08-18 | 4 | -83/+141 |
* | Rework gnome-cal.c - alarms are a tad broken ATM so this will need more | JP Rosevear | 2000-08-17 | 3 | -69/+119 |
* | Callback used to mark every event in a month. (mark_month_item): Use | JP Rosevear | 2000-08-16 | 3 | -23/+57 |
* | Use cal_client_get_objects_in_range (print_day_details_cb): Callback used | JP Rosevear | 2000-08-16 | 4 | -475/+166 |
* | Added the cal-util library to the documentation framework - Federico | Federico Mena Quintero | 2000-08-15 | 1 | -5/+2 |
* | Sync - Federico | Federico Mena Quintero | 2000-08-13 | 2 | -11/+13 |
* | Sync - Federico | Federico Mena Quintero | 2000-08-12 | 1 | -1/+28 |
* | *** empty log message *** | Seth Alves | 2000-08-12 | 1 | -0/+5 |
* | stubs for pilot id accessors (cal_component_get_pilot_status): | Seth Alves | 2000-08-12 | 7 | -350/+815 |
* | Generate a prettier string for the geographical position. | Federico Mena Quintero | 2000-08-12 | 4 | -80/+537 |
* | Oops - Federico | Federico Mena Quintero | 2000-08-12 | 1 | -1/+1 |
* | Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise. | Federico Mena Quintero | 2000-08-12 | 9 | -23/+234 |
* | Update prototype. | Dan Winship | 2000-08-11 | 3 | -2/+8 |
* | New function. Mostly moved over from | Federico Mena Quintero | 2000-08-11 | 4 | -77/+86 |
* | Removed. Wheee! | Federico Mena Quintero | 2000-08-11 | 4 | -84/+23 |
* | There. A pretty function to generate recurrence instances atomically so | Federico Mena Quintero | 2000-08-11 | 3 | -7/+291 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -0/+3 |
* | Made the toolbars conform to the user's gnomecc settings for detachable | Cody Russell | 2000-08-10 | 2 | -1/+10 |
* | Oops, subtract the new alarm's trigger time from the current time. | Federico Mena Quintero | 2000-08-10 | 3 | -2/+7 |
* | Fixed a warning. | Christopher James Lahey | 2000-08-10 | 2 | -1/+8 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-09 | 4 | -5/+11 |
* | Added a get_objects_in_range() method. Takes in a time range and the type | Federico Mena Quintero | 2000-08-09 | 8 | -172/+201 |
* | Removing old cruft - Federico | Federico Mena Quintero | 2000-08-09 | 3 | -170/+0 |
* | New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCE | Federico Mena Quintero | 2000-08-08 | 15 | -849/+101 |
* | Big sync. Disable calendar compilation for a few hours - Federico | Federico Mena Quintero | 2000-08-08 | 13 | -124/+542 |
* | *** empty log message *** | Seth Alves | 2000-08-05 | 1 | -0/+7 |
* | if oaf isn't initialized by the time the conduit starts, start it up. we | Seth Alves | 2000-08-05 | 3 | -5/+32 |
* | tlauche is now called wombat | Seth Alves | 2000-08-05 | 1 | -1/+1 |
* | Everywhere unref the remote_uih having done a set_container. | Michael Meeks | 2000-08-04 | 2 | -0/+5 |
* | *** empty log message *** | Seth Alves | 2000-08-03 | 1 | -0/+5 |
* | Fixed a g_return_if_fail that had two parameters and thus wouldn't build. | Joe Shaw | 2000-08-03 | 2 | -1/+7 |
* | fixed a bunch of bugs, added a lot of debug spew. | Seth Alves | 2000-08-03 | 2 | -87/+253 |
* | call save (cbimc) after setting the pilot id and status. | Seth Alves | 2000-08-03 | 1 | -0/+7 |
* | updated to match the new ETableModel append_row. This meant we could also | Damon Chaplin | 2000-08-03 | 2 | -62/+22 |
* | Dum dum dum - Federico | Federico Mena Quintero | 2000-08-03 | 1 | -0/+36 |
* | Emit "model_pre_change" signals as appropriate. | Christopher James Lahey | 2000-08-03 | 2 | -0/+8 |
* | New files for the iCalendar file backend. | Federico Mena Quintero | 2000-08-03 | 7 | -9/+1108 |
* | Ahem, these files will be back in a second - Federico | Federico Mena Quintero | 2000-08-03 | 1 | -2/+0 |
* | Use CalComponent and the new property types instead of the old iCalObject | Federico Mena Quintero | 2000-08-02 | 7 | -129/+419 |
* | Removed doc directory, since it is the old gnome-pim docs which aren't | Damon Chaplin | 2000-08-02 | 13 | -521/+9 |
* | Solaris compile fix. OK on Linux too. | Matthew Loper | 2000-07-27 | 2 | -0/+8 |
* | OK, it seems that we have all the interesting properties for single-user | Federico Mena Quintero | 2000-07-27 | 3 | -0/+245 |
* | Ahem, be consistent with parameter names - Federico | Federico Mena Quintero | 2000-07-27 | 1 | -2/+2 |
* | Put all the functions used to free returned values all together. | Federico Mena Quintero | 2000-07-27 | 3 | -209/+362 |
* | gui/Makefile.am: Fixed a typo. | Jeffrey Stedfast | 2000-07-27 | 2 | -1/+5 |
* | Added a few xpm files to the EXTRA DIST section | Jeffrey Stedfast | 2000-07-27 | 2 | -4/+12 |
* | New function. (scan_property): Handle the RDATE property. (scan_period): | Federico Mena Quintero | 2000-07-26 | 10 | -108/+358 |
* | new ECalendarTable to show an ETable view for Todo/Event items. | Damon Chaplin | 2000-07-26 | 24 | -549/+4714 |
* | *** empty log message *** | Damon Chaplin | 2000-07-23 | 1 | -0/+8 |
* | fixed it so it doesn't crash when a URL is loaded. | Damon Chaplin | 2000-07-23 | 2 | -3/+19 |
* | Szabolcs BAN <shooby@gnome.hu> | Szabolcs Ban | 2000-07-21 | 1 | -1/+1 |
* | Update the components to match the changes in the libeshell API. | Ettore Perazzoli | 2000-07-21 | 3 | -2/+7 |
* | Finish filling the trigger. What a pain, again. | Federico Mena Quintero | 2000-07-20 | 2 | -6/+83 |
* | Added the Turkish desktop entries | Fatih Demir | 2000-07-20 | 3 | -0/+11 |
* | Free the icalcomponent if this is an unattached alarm. | Federico Mena Quintero | 2000-07-19 | 3 | -1/+181 |
* | Docs docs docs - Federico | Federico Mena Quintero | 2000-07-18 | 2 | -0/+11 |
* | Fixed inline docs. (cal_client_new): Ditto. | Federico Mena Quintero | 2000-07-18 | 2 | -4/+8 |
* | New internal represntation for alarm components. We really don't map them | Federico Mena Quintero | 2000-07-15 | 3 | -1/+223 |
* | oops | Seth Alves | 2000-07-14 | 1 | -0/+4 |
* | conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDB | Seth Alves | 2000-07-14 | 8 | -308/+1176 |
* | small cleanups, quiet compiler | Seth Alves | 2000-07-13 | 3 | -109/+93 |
* | todo conduit builds and plays nice but does nothing | Seth Alves | 2000-07-13 | 8 | -210/+401 |
* | Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versions | Federico Mena Quintero | 2000-07-13 | 2 | -40/+35 |
* | GnomeFont update. | Michael Meeks | 2000-07-13 | 2 | -30/+45 |
* | fixed various problems | Seth Alves | 2000-07-13 | 8 | -117/+92 |
* | Handle the COMPLETED property. (free_icalcomponent): Ditto. | Federico Mena Quintero | 2000-07-12 | 3 | -30/+278 |
* | Removed unneeded check for the URI. (load_fn): Be more paranoid about the | Federico Mena Quintero | 2000-07-12 | 2 | -14/+49 |
* | ignore binaries | Seth Alves | 2000-07-11 | 1 | -0/+2 |
* | Disable Pilot conduit stuff for now. It's not quite ready yet and it | Ettore Perazzoli | 2000-07-11 | 3 | -29/+8 |
* | remove gnomecal.conduit | Dan Winship | 2000-07-11 | 3 | -3/+9 |
* | *** empty log message *** | Seth Alves | 2000-07-11 | 1 | -4/+5 |
* | *** empty log message *** | Seth Alves | 2000-07-11 | 1 | -5/+4 |
* | updated calendar conduit to use oaf and wombat | Seth Alves | 2000-07-11 | 6 | -339/+417 |
* | Moved these files to calendar/conduits/{calendar/todo} - Federico | Federico Mena Quintero | 2000-07-11 | 8 | -2524/+0 |
* | added makefiles for calendar conduits | Seth Alves | 2000-07-11 | 8 | -32/+129 |
* | As a quasi-hack, do a gdk_flush() when the shell view is unrealized so | Federico Mena Quintero | 2000-07-10 | 3 | -0/+5 |
* | Remove unused file - Federico | Federico Mena Quintero | 2000-07-10 | 1 | -200/+0 |
* | Remove "Close calendar" command, which does not make much sense. | Ettore Perazzoli | 2000-07-09 | 2 | -8/+5 |
* | Remove conflict markers - Federico | Federico Mena Quintero | 2000-07-09 | 1 | -1/+0 |
* | Add mouse wheel scrolling support to the calendar day and week views | Anders Carlsson | 2000-07-08 | 3 | -1/+70 |
* | Handle the SEQUENCE property. (free_icalcomponent): Ditto. | Federico Mena Quintero | 2000-07-08 | 3 | -1/+126 |
* | Handle the LAST-MODIFIED property. (free_icalcomponent): Ditto. | Federico Mena Quintero | 2000-07-07 | 3 | -20/+118 |
* | Handle the CREATED property. (free_icalcomponent): Ditto. | Federico Mena Quintero | 2000-07-07 | 3 | -121/+324 |
* | Use &obj instead of &ico in the call to cal_client_get_object(). The ToDo | Damon Chaplin | 2000-07-04 | 3 | -1/+11 |
* | Use CalComponentText instead of CalComponentPropSummary. Removed the | Federico Mena Quintero | 2000-07-04 | 3 | -11/+128 |
* | Renamed from cal_component_free_description_list(). We can share this | Federico Mena Quintero | 2000-07-04 | 3 | -253/+368 |
* | Handle CATEGORIES. This can appear multiple times, so we maintain a list. | Federico Mena Quintero | 2000-07-03 | 3 | -24/+244 |
* | Handle date/time and timezone pairs. (scan_property): Handle DTSTART and | Federico Mena Quintero | 2000-07-02 | 3 | -12/+318 |
* | Again, disable compilation of the Pilot stuff until it links - Federico | Federico Mena Quintero | 2000-07-02 | 1 | -18/+19 |
* | Handle the DESCRIPTION property. There can be multiple descriptions with | Federico Mena Quintero | 2000-07-01 | 3 | -40/+262 |
* | uncomment out the pilot stuff, i think it links now. heh | Seth Alves | 2000-07-01 | 1 | -19/+19 |
* | One of these days, I need somebody to teach me how to program. | Ettore Perazzoli | 2000-06-30 | 2 | -6/+6 |
* | Make calendar die when evolution quits. | Christopher James Lahey | 2000-06-30 | 3 | -2/+34 |
* | Get an EvolutionShellClient instead of an Evolution_Shell to match the | Ettore Perazzoli | 2000-06-30 | 3 | -91/+326 |
* | EvolutionShellClient. | Ettore Perazzoli | 2000-06-30 | 3 | -2/+10 |
* | Do not link and include the pilot stuff for the calendar component, just | Federico Mena Quintero | 2000-06-30 | 2 | -34/+30 |
* | Make the pilot stuff in calendar/gui optional. | Peter Williams | 2000-06-29 | 2 | -2/+20 |
* | server code to service these: | Seth Alves | 2000-06-29 | 10 | -184/+638 |
* | New files for the new iCalendar component object. Today's properties: | Federico Mena Quintero | 2000-06-29 | 5 | -3/+487 |
* | use BONOBO_VFS_GNOME_CFLAGS. | Michael Meeks | 2000-06-28 | 2 | -1/+5 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 2 | -0/+9 |
* | Sync again - Federico | Federico Mena Quintero | 2000-06-27 | 4 | -25/+309 |
* | Sync - Federico | Federico Mena Quintero | 2000-06-23 | 9 | -69/+304 |
* | set event before using it! (e_day_view_init): used new colors from tigert. | Damon Chaplin | 2000-06-21 | 2 | -8/+15 |
* | Remove the usage of the "x" and "y" arguments. | Christopher James Lahey | 2000-06-21 | 3 | -10/+19 |
* | got rid of some debug messages | Damon Chaplin | 2000-06-21 | 1 | -18/+0 |
* | changed so it keeps the selection range. It just moves it on one day/week | Damon Chaplin | 2000-06-21 | 5 | -38/+397 |
* | tidied up dialog a bit, adding space etc. | Damon Chaplin | 2000-06-20 | 3 | -216/+272 |
* | Fix compilation with builddir != srcdir. | Ettore Perazzoli | 2000-06-19 | 3 | -0/+9 |
* | fixed a DnD bug. | Damon Chaplin | 2000-06-19 | 2 | -3/+10 |
* | Fix to not depend on installed ical.h | Dan Winship | 2000-06-18 | 2 | -1/+6 |
* | added little buttons which are shown when there are more events than will | Damon Chaplin | 2000-06-17 | 6 | -3/+138 |
* | new icon for the EWeekView to jump to the day. | Damon Chaplin | 2000-06-17 | 3 | -0/+21 |
* | Squeek - Federico | Federico Mena Quintero | 2000-06-16 | 1 | -2/+0 |
* | #ifdef'ed out references to functions which don't exist yet, so evolution | Damon Chaplin | 2000-06-16 | 2 | -0/+8 |
* | Doh, sync - Federico | Federico Mena Quintero | 2000-06-16 | 7 | -58/+200 |
* | Took out some debugging code. | Damon Chaplin | 2000-06-16 | 1 | -1/+1 |
* | updated. | Damon Chaplin | 2000-06-16 | 5 | -63/+623 |
* | added icalendar-test. | Damon Chaplin | 2000-06-16 | 2 | -0/+5 |
* | use libical.a | Damon Chaplin | 2000-06-16 | 2 | -1/+18 |
* | merge the two separate noinst_PROGRAMS declarations into one so automake | Dan Winship | 2000-06-15 | 2 | -3/+9 |
* | finish switch back to vcal | Seth Alves | 2000-06-14 | 1 | -3/+9 |
* | switch back to vcal for debugging | Seth Alves | 2000-06-14 | 1 | -3/+3 |
* | Added the array of objects and the hash table of UID->array index. | Federico Mena Quintero | 2000-06-13 | 4 | -4/+564 |
* | Build a `libeshell.a' library in `shell/' so that we don't need to | Ettore Perazzoli | 2000-06-13 | 2 | -8/+7 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 3 | -6/+29 |
* | Added a get_n_objects() method. | Federico Mena Quintero | 2000-06-09 | 11 | -3/+206 |
* | Allow for NULL summaries. | Federico Mena Quintero | 2000-06-09 | 2 | -1/+6 |
* | Added missing tooltips. We still need icons, though. | Federico Mena Quintero | 2000-06-08 | 2 | -9/+22 |
* | put this back in, it's still used in | Seth Alves | 2000-06-08 | 3 | -3/+5 |
* | update some .cvsignores | Seth Alves | 2000-06-08 | 2 | -1/+1 |
* | instead of returning a text representation, decode the text and return an | Seth Alves | 2000-06-08 | 12 | -141/+151 |
* | Moved these files to calendar/cal-util - Federico | Federico Mena Quintero | 2000-06-07 | 5 | -1362/+0 |
* | fixed a bunch of problems use libical instead of libversit | Seth Alves | 2000-06-07 | 10 | -107/+318 |
* | Removed from the public header; made static. Now everyone should use | Federico Mena Quintero | 2000-06-07 | 7 | -42/+45 |
* | allow the right button to popup the menu, even when the event is being | Damon Chaplin | 2000-06-06 | 3 | -4/+22 |
* | New function to call the print engine. (calendar_toolbar): Added the Print | Federico Mena Quintero | 2000-06-03 | 7 | -131/+170 |
* | Implemented. (toolbar): Added an icon for the Save and Close command. | Federico Mena Quintero | 2000-06-02 | 2 | -18/+74 |
* | Implemented. (gnome_calendar_add_object): Removed function, since it was | Federico Mena Quintero | 2000-06-02 | 8 | -284/+307 |
* | Fixed EXTRA_DIST. | Christopher James Lahey | 2000-06-02 | 2 | -1/+9 |
* | Handler for the "editor_closed" signal of the event editor; we just | Federico Mena Quintero | 2000-06-02 | 4 | -25/+74 |
* | Change of plans. The toplevel GnomeApp is now generated with Glade instead | Federico Mena Quintero | 2000-06-02 | 6 | -1539/+1572 |
* | Make the toolbar look like a standard GNOME toolbar my putting it into | Ettore Perazzoli | 2000-06-01 | 2 | -3/+18 |
* | Added a hash table to map calendar objects to their respective event | Federico Mena Quintero | 2000-06-01 | 14 | -1830/+504 |
* | added test-recur test program. | Damon Chaplin | 2000-06-01 | 6 | -347/+1879 |
* | Create the UI handler after we have constructed the parent GnomeApp. | Federico Mena Quintero | 2000-05-31 | 2 | -12/+218 |
* | Flush - Federico | Federico Mena Quintero | 2000-05-30 | 14 | -853/+872 |
* | Fix 'make dist' errors. | Ross Golder | 2000-05-28 | 1 | -2/+4 |
* | Put the main notebook directly under a simple GtkWindow. We are going to | Federico Mena Quintero | 2000-05-26 | 5 | -1545/+1941 |
* | Do not initialize libglade twice. | Federico Mena Quintero | 2000-05-26 | 7 | -26/+217 |
* | From shell/ChangeLog: | Christopher James Lahey | 2000-05-26 | 2 | -0/+6 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 16 | -16/+772 |
* | Added widgets/e-paned/Makefile. | Christopher James Lahey | 2000-05-25 | 3 | -8/+15 |
* | Commit for if my laptop dies - Federico | Federico Mena Quintero | 2000-05-24 | 26 | -4208/+1662 |
* | Added Norwegian translation | Kjartan Maraas | 2000-05-22 | 4 | -0/+8 |
* | new files to implement iCalendar recurrence rules. These are only part | Damon Chaplin | 2000-05-20 | 13 | -125/+1623 |
* | Fixed warning message. (time_add_day): Likewise. (time_add_month): | Federico Mena Quintero | 2000-05-19 | 3 | -6/+26 |
* | hooked up more widget signals to callbacks to the gladified dialog acts | Seth Alves | 2000-05-18 | 5 | -32/+296 |
* | hook the radio buttons to the pages of the notebook. (append_exception): | Seth Alves | 2000-05-17 | 3 | -59/+229 |
* | Forgot include file - Federico | Federico Mena Quintero | 2000-05-16 | 1 | -0/+1 |
* | Speak no evil - Federico | Federico Mena Quintero | 2000-05-16 | 1 | -0/+3 |
* | Alarm stuff I had not cvs added, sigh - Federico | Federico Mena Quintero | 2000-05-16 | 13 | -4/+1155 |
* | gladeified replacement for eventedit.c | Seth Alves | 2000-05-16 | 10 | -8/+2709 |
* | Fix more Makefile breakage. | Ettore Perazzoli | 2000-05-13 | 2 | -0/+6 |
* | Added version and availability of required libunicode library. | Matt Loper | 2000-05-13 | 3 | -87/+89 |
* | New function to add today's alarms for a single object. | Federico Mena Quintero | 2000-05-12 | 9 | -54/+288 |
* | make the toolbars detachable now that we require a new enough version | Dan Winship | 2000-05-12 | 2 | -1/+4 |
* | remove unused timezone variable to make this compile on BSD systems (where | Dan Winship | 2000-05-12 | 3 | -2/+6 |
* | Removed unused arguments. Load the initial alarms here. (load_alarms): New | Federico Mena Quintero | 2000-05-12 | 22 | -513/+1461 |
* | Move "about" menuitem to the help menu. | Matthew Loper | 2000-05-11 | 2 | -1/+6 |
* | Removed dist-hook section. | Christopher James Lahey | 2000-05-10 | 2 | -5/+9 |
* | ChangeLog fix. | Chris Lahey | 2000-05-10 | 1 | -1/+4 |
* | Set the format when creating a new calendar. | Christopher James Lahey | 2000-05-10 | 2 | -0/+23 |
* | + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothing | Matthew Loper | 2000-05-10 | 1 | -1/+1 |