| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle the case where the calendar view cannot be created; present a | Federico Mena Quintero | 2001-01-04 | 5 | -3/+22 |
* | If the component has no alarms, do not try to queue them. | Federico Mena Quintero | 2001-01-03 | 2 | -2/+94 |
* | Do not compose strings so that they can be localized correctly. Also, | Federico Mena Quintero | 2001-01-03 | 10 | -112/+152 |
* | Unconditionally remove the client from the alarm notification system. | Federico Mena Quintero | 2001-01-03 | 10 | -773/+832 |
* | New BonoboPropertyEventless stuff | Iain Holmes | 2000-12-27 | 1 | -2/+6 |
* | Set draw background to FALSE. (e_day_view_reshape_long_event): ditto. | Miguel de Icaza | 2000-12-25 | 1 | -0/+4 |
* | Clean up translatable strings for translators, fixes bug 993 | JP Rosevear | 2000-12-23 | 1 | -6/+5 |
* | Make sure the current month is shown when the dialog pops up. | JP Rosevear | 2000-12-23 | 2 | -2/+9 |
* | New function to keep the ecal marked properly (create_ecal): move more | JP Rosevear | 2000-12-23 | 6 | -451/+26 |
* | translations | JP Rosevear | 2000-12-23 | 7 | -270/+348 |
* | Alarm trigger queueing for the GUI part. | Federico Mena Quintero | 2000-12-23 | 15 | -254/+1321 |
* | removed conflict indicators | Iain Holmes | 2000-12-22 | 1 | -8/+0 |
* | Working Calendar summary. | Iain Holmes | 2000-12-22 | 8 | -146/+307 |
* | Fix confusion in the way the range is expanded. | Federico Mena Quintero | 2000-12-20 | 3 | -10/+11 |
* | Removed prototype for setup_alarm to fix a warning. | Christopher James Lahey | 2000-12-20 | 1 | -0/+2 |
* | Alarm instance generation support for the Wombat. | Federico Mena Quintero | 2000-12-19 | 1 | -2/+10 |
* | Removed getdate.y. We no longer use it; it is a relic from Gnomecal. | Federico Mena Quintero | 2000-12-16 | 2 | -1005/+0 |
* | Fixes bug #955. | Federico Mena Quintero | 2000-12-15 | 9 | -118/+141 |
* | Reset the widths of the columns with pixbufs to the actual pixbufs' sizes; | Federico Mena Quintero | 2000-12-15 | 1 | -2/+2 |
* | #define this to 500, not nothing. Also, move this bit after the other | Dan Winship | 2000-12-14 | 1 | -6/+6 |
* | Even though icaltime_from_timet() now properly ignores the is_utc argument | Federico Mena Quintero | 2000-12-14 | 6 | -35/+34 |
* | #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end): | Christopher James Lahey | 2000-12-14 | 6 | -8/+23 |
* | Use set_title_from_comp (save_todo_object): ditto (set_title_from_comp): | JP Rosevear | 2000-12-13 | 1 | -10/+25 |
* | Constify for new libical API. (set_text_list): Likewise. | Federico Mena Quintero | 2000-12-13 | 3 | -35/+4 |
* | More fixage - Federico | Federico Mena Quintero | 2000-12-12 | 1 | -11/+11 |
* | This is to make things work with libical 0.21helix1 and later. Warnings | Federico Mena Quintero | 2000-12-12 | 5 | -53/+8 |
* | added changed flags and added calls to a new function | Damon Chaplin | 2000-12-11 | 6 | -87/+465 |
* | Free the strings we get from the editables. | Federico Mena Quintero | 2000-12-09 | 2 | -18/+47 |
* | Free the dates we get from the component. | Federico Mena Quintero | 2000-12-09 | 1 | -0/+3 |
* | Attach signal handlers to the e_scrolled_table's etable rather than to the | JP Rosevear | 2000-12-09 | 1 | -4/+11 |
* | Got rid of code referencing the ETableScrolled proxy functions. | Christopher James Lahey | 2000-12-08 | 1 | -3/+3 |
* | Confirm before deleting the event. | Federico Mena Quintero | 2000-12-07 | 1 | -7/+11 |
* | unref the pixbuf when finished with it | 6 | 2000-12-07 | 1 | -1/+1 |
* | Fixes bug #920. | Federico Mena Quintero | 2000-12-07 | 10 | -63/+176 |
* | Initialize max_large_digit_width to 0 to prevent crazy sizing issues. | JP Rosevear | 2000-12-05 | 1 | -1/+1 |
* | Remove mysterious #include inserted by mmeeks to break the build. | Dan Winship | 2000-12-05 | 1 | -1/+0 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 15 | -326/+55 |
* | Fixes bug #918. | Federico Mena Quintero | 2000-12-03 | 3 | -0/+102 |
* | Removed debugging message. (control_factory_init): Ditto. | Federico Mena Quintero | 2000-12-02 | 3 | -14/+3 |
* | New function to generate a title and convert it from UTF8 before setting | Federico Mena Quintero | 2000-12-02 | 1 | -10/+24 |
* | fixed a bug that caused the calendar to segfault when the iTip control was | Jesse Pavel | 2000-12-01 | 1 | -0/+3 |
* | removed #ifdef ENABLE_NLS/#endif on Miguel's request. | Gediminas Paulauskas | 2000-11-30 | 1 | -2/+0 |
* | Reformatted the table spec to make it easier to read. | Federico Mena Quintero | 2000-11-29 | 3 | -25/+59 |
* | finished 12-hour support and tried to tidy up & comment the drawing code | Damon Chaplin | 2000-11-29 | 8 | -358/+712 |
* | Removed debugging shizz. | Jesse Pavel | 2000-11-29 | 1 | -12/+0 |
* | *gui/calendar-model.c: added a preliminary change to have Assigned | Jesse Pavel | 2000-11-28 | 1 | -3/+13 |
* | == instead of =. | Damon Chaplin | 2000-11-27 | 1 | -1/+1 |
* | added more support for config settings. | Damon Chaplin | 2000-11-27 | 9 | -199/+864 |
* | use config settings. | Damon Chaplin | 2000-11-27 | 2 | -18/+11 |
* | Unref the ETable extras. | Federico Mena Quintero | 2000-11-25 | 1 | -0/+2 |
* | Use the new libical external iterators (icalcomponent_begin_component() | Federico Mena Quintero | 2000-11-25 | 2 | -5/+9 |
* | Remove the check because it makes it look like the task is already | Federico Mena Quintero | 2000-11-22 | 5 | -55/+88 |
* | The icon column is not editable! | Federico Mena Quintero | 2000-11-22 | 9 | -1323/+0 |
* | Fixed size allocation bug. | Jesse Pavel | 2000-11-22 | 2 | -54/+13 |
* | added cancellation code to our program; people can cancel meetings, | Jesse Pavel | 2000-11-17 | 2 | -21/+125 |
* | #!/usr/bin/perl -pi.bak | Michael Meeks | 2000-11-16 | 9 | -14/+14 |
* | Fixed REPLY code. | Jesse Pavel | 2000-11-15 | 1 | -0/+1 |
* | I created this file to store some commonly used enumeration to string | Jesse Pavel | 2000-11-14 | 5 | -48/+220 |
* | OK, bugzilla bug #829 is fixed and that does not redeem me from extreme | Federico Mena Quintero | 2000-11-13 | 2 | -2/+2 |
* | Misspelled "occurrences". (fill_recurrence_widgets): Sensitize the "Custom | Federico Mena Quintero | 2000-11-13 | 2 | -84/+136 |
* | New function; re-tag the calendar when its date range changes. | Federico Mena Quintero | 2000-11-13 | 1 | -13/+89 |
* | Block the signals as appropriate. (fill_ending_date): Ditto. | Federico Mena Quintero | 2000-11-13 | 1 | -3/+69 |
* | Add the stupid files, yo - Federico | Federico Mena Quintero | 2000-11-13 | 2 | -0/+188 |
* | Clear the rdate and exrule lists from the component if we are setting a | Federico Mena Quintero | 2000-11-13 | 10 | -249/+278 |
* | Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync up | Matt Bissiri | 2000-11-11 | 5 | -10/+10 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 4 | -320/+303 |
* | I wrote the code so that recipients of meeting requests can reply | Jesse Pavel | 2000-11-10 | 1 | -8/+180 |
* | fixed a bug that would make the calendar segfault if the meeting editor | Jesse Pavel | 2000-11-10 | 1 | -6/+8 |
* | updated the GUI to allow the user to add PUBLISHed events to his calendar, | Jesse Pavel | 2000-11-09 | 2 | -27/+119 |
* | These changes fix bugzilla bugs #874 and #875. | Federico Mena Quintero | 2000-11-09 | 6 | -64/+124 |
* | Adjust the valid range of the month index spin button depending on the | Federico Mena Quintero | 2000-11-09 | 1 | -0/+70 |
* | *gui/e-itip-control.c, gui/e-itip-control.glade: changed the GUI, | Jesse Pavel | 2000-11-08 | 2 | -108/+138 |
* | Added a "changed" signal to notify of changes to the set of selected days. | Federico Mena Quintero | 2000-11-08 | 2 | -1/+24 |
* | *gui/e-itip-control.c, gui/e-itip-control.glade: changed to GUI to | Jesse Pavel | 2000-11-07 | 4 | -57/+247 |
* | Removed the old recurrence page. Wheeeeeeeeee! | Federico Mena Quintero | 2000-11-07 | 5 | -473/+312 |
* | added some checks for the type of an incoming iCal component before | Jesse Pavel | 2000-11-07 | 2 | -6/+32 |
* | Block signals from the toggle button. (date_changed_cb): Merged | Federico Mena Quintero | 2000-11-05 | 1 | -86/+45 |
* | Clean the idl-generated sources properly. Likewise. | Federico Mena Quintero | 2000-11-04 | 3 | -20/+23 |
* | The big api rename ... | Michael Meeks | 2000-11-02 | 4 | -9/+378 |
* | Makefile.am: renamed GNOMELOCALEDIR to EVOLUTION_LOCALEDIR | Gediminas Paulauskas | 2000-11-02 | 1 | -1/+1 |
* | modified or added a bunch of .cvsignore to ignore generated files, which | Gediminas Paulauskas | 2000-11-01 | 2 | -1/+4 |
* | calendar: made all gui show localized | Gediminas Paulauskas | 2000-11-01 | 1 | -0/+3 |
* | Hmmm. SHRT_MAX changed to ICAL_RECURRENCE_ARRAY_MAX in libical. Deal with | Federico Mena Quintero | 2000-11-01 | 1 | -6/+8 |
* | this is a generated file. remove it | Dan Winship | 2000-11-01 | 1 | -369/+0 |
* | New function. We split it from the radio callback so that we can call it | Federico Mena Quintero | 2000-11-01 | 1 | -7/+20 |
* | Removed the geometry and hidden arguments. This code is ancient. | Federico Mena Quintero | 2000-10-31 | 3 | -54/+12 |
* | Do not take in an extra data pointer. (summary_changed_cb): Use a single | Federico Mena Quintero | 2000-10-31 | 1 | -25/+36 |
* | New function. (general_summary_changed_cb): Sync the general summary to | Federico Mena Quintero | 2000-10-28 | 3 | -1331/+505 |
* | Connect to the recurrence ending menu. (recur_ending_selection_done_cb): | Federico Mena Quintero | 2000-10-28 | 3 | -330/+239 |
* | fixed problems in which I allocated CORBA | Jesse Pavel | 2000-10-28 | 1 | -0/+2 |
* | SHUT THE FUCK UP, DONNIE. DUDE, THEY PEED YOUR FUCKING RUG. | Federico Mena Quintero | 2000-10-27 | 1 | -11/+3 |
* | This is the new recurrence page, partially finished. I just want it on CVS | Federico Mena Quintero | 2000-10-27 | 6 | -249/+1452 |
* | unsigned chars to isalpha | Michael Meeks | 2000-10-27 | 1 | -1/+0 |
* | Small fixes. | Jesse Pavel | 2000-10-27 | 2 | -25/+54 |
* | User bonobo_control_get_remote_uid_container, not the old version | 5 | 2000-10-26 | 1 | -0/+1 |
* | removed the Evolution-Composer generated files, due to a tip on how we do | Jesse Pavel | 2000-10-26 | 3 | -98/+4 |
* | Removed generated files. | Jesse Pavel | 2000-10-26 | 4 | -1868/+4 |
* | added this from the composer IDL sources | Jesse Pavel | 2000-10-26 | 7 | -6/+2425 |
* | I've added code to interact with the mailer's CORBA interfaces, though | Jesse Pavel | 2000-10-25 | 1 | -15/+116 |
* | AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It | Dan Winship | 2000-10-24 | 2 | -2/+2 |
* | removed debug message. | Damon Chaplin | 2000-10-21 | 6 | -12/+94 |
* | added more (working) integration with the | Jesse Pavel | 2000-10-21 | 1 | -31/+14 |
* | added more (unworking) integration with the | Jesse Pavel | 2000-10-21 | 3 | -3/+67 |
* | s/BonoboUIHandler/BonoboUIComponent/ | Michael Meeks | 2000-10-21 | 2 | -17/+17 |
* | use cal_component_has_alarms(). | Damon Chaplin | 2000-10-20 | 1 | -15/+1 |
* | added _click-to-add-message, though I'm not sure if i18n will work. | Damon Chaplin | 2000-10-20 | 8 | -31/+21 |
* | *** empty log message *** | Jesse Pavel | 2000-10-20 | 3 | -5/+90 |
* | *** empty log message *** | Jesse Pavel | 2000-10-20 | 3 | -1/+22 |
* | Build fixes from Jacob, same as the other branch. | Ettore Perazzoli | 2000-10-20 | 1 | -0/+2 |
* | remove; redundant. | Michael Meeks | 2000-10-19 | 2 | -268/+42 |
* | die. (debug_xml_cb): add debugging hook. | Michael Meeks | 2000-10-18 | 3 | -295/+43 |
* | Added focus to the general_summary text entry. | Anna Marie Dirks | 2000-10-17 | 1 | -0/+8 |
* | Minor update to the icon /tigert | Tuomas Kuosmanen | 2000-10-17 | 1 | -25/+25 |
* | *** empty log message *** | Jesse Pavel | 2000-10-17 | 2 | -7/+186 |
* | new versions of the calendar view icons - comments welcome. | Tuomas Kuosmanen | 2000-10-16 | 5 | -187/+150 |
* | Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't override | Dan Winship | 2000-10-16 | 1 | -3/+0 |
* | Icon property for the calendar component. | Ettore Perazzoli | 2000-10-15 | 5 | -0/+10 |
* | *** empty log message *** | Jesse Pavel | 2000-10-14 | 1 | -2/+2 |
* | *** empty log message *** | Jesse Pavel | 2000-10-14 | 2 | -13/+435 |
* | set the 2 icon columns to a min width of 18 and resizable to FALSE. | Damon Chaplin | 2000-10-13 | 1 | -2/+2 |
* | set the pixmaps of the toolbar buttons for the views, and removed a lot of | Damon Chaplin | 2000-10-12 | 2 | -59/+54 |
* | got 12/24 hour format the wrong way round. | Damon Chaplin | 2000-10-12 | 1 | -2/+2 |
* | Disable stuff | Iain Holmes | 2000-10-12 | 2 | -2/+4 |
* | Disable executive-summary | Iain Holmes | 2000-10-12 | 4 | -8/+21 |
* | *** empty log message *** | Jesse Pavel | 2000-10-12 | 1 | -9/+23 |
* | New versions of the task icons /tigert | Tuomas Kuosmanen | 2000-10-12 | 5 | -473/+106 |
* | don't free evolution_dir as we need it to save the config settings. | Damon Chaplin | 2000-10-12 | 2 | -2/+0 |
* | call calendar_config_write_on_exit() to write out some special config | Damon Chaplin | 2000-10-12 | 22 | -100/+2730 |
* | Fixed the column elements here. | Christopher James Lahey | 2000-10-11 | 1 | -3/+3 |
* | Updated to use the new ETable specification stuff. | Christopher James Lahey | 2000-10-11 | 1 | -51/+30 |
* | *** empty log message *** | Jesse Pavel | 2000-10-11 | 11 | -54/+480 |
* | new round-and-around-and-around-and-arou..duh. New icon. For repeating | Tuomas Kuosmanen | 2000-10-10 | 1 | -78/+16 |
* | Added the executive-summary library and cflags | Iain Holmes | 2000-10-10 | 10 | -3/+341 |
* | New widget to pick weekdays. | Federico Mena Quintero | 2000-10-07 | 2 | -0/+604 |
* | Disable summary stuff, it appears to be badly broken. | Michael Meeks | 2000-10-05 | 1 | -38/+25 |
* | when the user types in a new event, don't create it until the user hits | Damon Chaplin | 2000-10-05 | 4 | -73/+10 |
* | As a temporary solution to the to-do printing, just print the summaries. | Federico Mena Quintero | 2000-10-05 | 1 | -34/+40 |
* | Use g_list_append() correctly. (print_todo_details_cb): Likewise. | Federico Mena Quintero | 2000-10-05 | 1 | -20/+26 |
* | Fix strftime() %a versus %b confusion. Fixes bugzilla #644. | Federico Mena Quintero | 2000-10-05 | 1 | -38/+14 |
* | *** empty log message *** | Jesse Pavel | 2000-10-04 | 2 | -135/+500 |
* | *** empty log message *** | Jesse Pavel | 2000-10-03 | 4 | -140/+403 |
* | updated to support RDATE end times or durations. Note that if you have two | Damon Chaplin | 2000-09-30 | 6 | -108/+352 |
* | *** empty log message *** | Jesse Pavel | 2000-09-28 | 5 | -7/+616 |
* | set the height of the scrolled window for the description field, since the | Damon Chaplin | 2000-09-25 | 4 | -17/+18 |
* | Updates for the Bonobo changes from Michael who is having some | Ettore Perazzoli | 2000-09-23 | 1 | -14/+6 |
* | Removed the "about calendar" command, since we don't want to have both | Federico Mena Quintero | 2000-09-22 | 1 | -23/+0 |
* | Dear native speakers, | Federico Mena Quintero | 2000-09-22 | 1 | -1/+1 |
* | s/Bonobo_UIHandler/Bonobo_UIContainer/ | Michael Meeks | 2000-09-21 | 1 | -1/+1 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 13 | -24/+44 |
* | Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.am | Michael Meeks | 2000-09-17 | 2 | -1/+3 |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 3 | -123/+96 |
* | Removed an unused variable. | Federico Mena Quintero | 2000-09-14 | 1 | -3/+0 |
* | See if the new object matches the type of objects we were told to deal | Federico Mena Quintero | 2000-09-14 | 1 | -0/+31 |
* | Get rid of the `ui.xml' stuff that Michael committed, as it's breaking | Ettore Perazzoli | 2000-09-13 | 1 | -5/+0 |
* | Tidy some xml. | Michael Meeks | 2000-09-13 | 1 | -87/+0 |
* | Connect to the "cal_loaded" signal of the client here. (connect_load): | Federico Mena Quintero | 2000-09-12 | 1 | -75/+38 |
* | Fixed a warning (removed unused variable gfloat width from | Christopher James Lahey | 2000-09-11 | 1 | -1/+0 |
* | Relying on the status field is somewhat faulty since it is related to | JP Rosevear | 2000-09-11 | 1 | -8/+1 |
* | changed to use EDateEdit. | Damon Chaplin | 2000-09-11 | 7 | -352/+454 |
* | Fix the calendar Makefiles so that they #include the `icalversion.h' | Ettore Perazzoli | 2000-09-09 | 2 | -0/+2 |
* | New function with the loading/creation state machine. It is carefully | Federico Mena Quintero | 2000-09-09 | 3 | -96/+195 |
* | Fixed some warnings. | Christopher James Lahey | 2000-09-09 | 7 | -4/+27 |
* | Fall equinox cleanup! | Federico Mena Quintero | 2000-09-08 | 12 | -484/+705 |
* | Preliminaries for new UI handler. | Michael Meeks | 2000-09-08 | 2 | -0/+92 |
* | Bunch of unicode related changes | Lauris Kaplinski | 2000-09-08 | 1 | -0/+3 |
* | Use new cal_component_has_recurrences convenience function | JP Rosevear | 2000-09-06 | 6 | -39/+22 |
* | Kill all exdates if there are no dates in the box | JP Rosevear | 2000-09-06 | 1 | -9/+14 |
* | uses the new TaskEditor dialog. | Damon Chaplin | 2000-09-06 | 12 | -594/+1268 |
* | The exdate and rdate lists are a list of icaltimetypes, not | JP Rosevear | 2000-09-06 | 1 | -5/+4 |
* | Append the exdate to the list AFTER we create the date value. | JP Rosevear | 2000-09-06 | 1 | -3/+3 |
* | A bit more e_utf8 wrappers here and there | Lauris Kaplinski | 2000-09-02 | 2 | -5/+7 |
* | Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and | Christopher James Lahey | 2000-09-02 | 2 | -1/+3 |
* | Use gnome_calendar_construct() so that we can check for proper creation of | Federico Mena Quintero | 2000-09-02 | 3 | -97/+119 |
* | We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOL | JP Rosevear | 2000-09-01 | 1 | -9/+27 |
* | No need to spit a warning if removal fails. (event_editor_destroy): Free | Federico Mena Quintero | 2000-09-01 | 4 | -75/+76 |
* | Implement delete option (recurrence_toggled): Make an ugly hack to get the | JP Rosevear | 2000-09-01 | 1 | -19/+51 |
* | Event editor destroyed callback to do hash cleanup | JP Rosevear | 2000-08-31 | 3 | -138/+193 |
* | Made it compilable both with gnome-print 0.20 and 0.21+ | Lauris Kaplinski | 2000-08-31 | 1 | -21/+21 |
* | Ensure that the child's allocation height is >= 1. | Federico Mena Quintero | 2000-08-31 | 1 | -1/+2 |
* | 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 | 1 | -15/+21 |
* | Make sure the is_utc flag is always FALSE for icaltime_from_timet | JP Rosevear | 2000-08-30 | 1 | -21/+19 |
* | Make sure the is_utc flag is always FALSE for icaltime_from_timet | JP Rosevear | 2000-08-30 | 1 | -34/+39 |
* | Now the views monitor the client by themselves; it does not make sense to | Federico Mena Quintero | 2000-08-30 | 10 | -1053/+359 |
* | Use event_editor_set_event_object | JP Rosevear | 2000-08-30 | 4 | -8/+10 |
* | These are not UTC times | JP Rosevear | 2000-08-29 | 1 | -2/+2 |
* | New function. We need this from code that dynamically updates from a | Federico Mena Quintero | 2000-08-29 | 2 | -4/+12 |
* | We no longer need time_from_icaltimetype as libical has the API for this | JP Rosevear | 2000-08-29 | 3 | -10/+10 |
* | Initiliaze tzid to null, only set recurrence rules and exception dates if | JP Rosevear | 2000-08-28 | 1 | -35/+38 |
* | Remove gnorba stuff | JP Rosevear | 2000-08-26 | 8 | -72/+2 |
* | Uncomment debug code. | JP Rosevear | 2000-08-26 | 2 | -5/+27 |
* | Don't attempt to free this if its null (calendar_model_duplicate_value): | JP Rosevear | 2000-08-26 | 3 | -17/+17 |
* | Properly append to list | JP Rosevear | 2000-08-25 | 5 | -18/+18 |
* | Update for libical 0.19 | JP Rosevear | 2000-08-25 | 6 | -34/+34 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-25 | 7 | -1/+28 |
* | Do not alloc the struct icaltimetype but point to one on the stack. More | JP Rosevear | 2000-08-25 | 1 | -4/+4 |
* | Make signal names saner (released_event_object_cb): ditto | JP Rosevear | 2000-08-25 | 4 | -41/+41 |
* | Do not alloc the struct icaltimetype but point to one on the stack. More | Federico Mena Quintero | 2000-08-24 | 1 | -2/+5 |
* | Remove owner field | JP Rosevear | 2000-08-24 | 3 | -82/+17 |
* | Handle summary field (calendar_model_value_is_empty): ditto | JP Rosevear | 2000-08-24 | 1 | -0/+5 |
* | Remove status bar | JP Rosevear | 2000-08-24 | 2 | -13/+2 |
* | #include <e-util/e-cursors.h> | Federico Mena Quintero | 2000-08-24 | 6 | -16/+18 |
* | Set vtype of new CalComponent (e_week_view_on_new_appointment): ditto | JP Rosevear | 2000-08-24 | 2 | -1/+4 |
* | Include gnome.h for gettext purposes | JP Rosevear | 2000-08-24 | 3 | -2/+7 |
* | Updated function. (e_calendar_table_open_task): Updated function. | Federico Mena Quintero | 2000-08-24 | 2 | -95/+45 |
* | Updated function. (calendar_model_free_value): Updated function. | Federico Mena Quintero | 2000-08-22 | 1 | -343/+217 |
* | New function. (parse_time): Moved over from the old set_time_t(). This | Federico Mena Quintero | 2000-08-22 | 1 | -196/+284 |
* | Use CalObjType | JP Rosevear | 2000-08-22 | 2 | -2/+2 |
* | Use CalComponent instead of iCalObject. #if some alarm stuff | JP Rosevear | 2000-08-22 | 1 | -3/+6 |
* | Use CalComponent instead of iCalObject. #if some alarm stuff | JP Rosevear | 2000-08-22 | 1 | -3/+6 |
* | 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 | 3 | -164/+285 |
* | Use CalComponent instead of iCalObject. #if some alarm stuff | JP Rosevear | 2000-08-21 | 2 | -3/+8 |
* | Use CalComponent instead of iCalObject. Work around not having a compare | JP Rosevear | 2000-08-21 | 2 | -104/+176 |
* | Update prototypes. | JP Rosevear | 2000-08-19 | 2 | -275/+285 |
* | Use CalComponent instead of iCalObject (cancel_button): ditto | JP Rosevear | 2000-08-18 | 3 | -83/+127 |
* | Rework gnome-cal.c - alarms are a tad broken ATM so this will need more | JP Rosevear | 2000-08-17 | 2 | -69/+97 |
* | Callback used to mark every event in a month. (mark_month_item): Use | JP Rosevear | 2000-08-16 | 2 | -23/+31 |
* | Use cal_client_get_objects_in_range (print_day_details_cb): Callback used | JP Rosevear | 2000-08-16 | 4 | -475/+166 |
* | Sync - Federico | Federico Mena Quintero | 2000-08-13 | 1 | -11/+8 |
* | Sync - Federico | Federico Mena Quintero | 2000-08-12 | 1 | -1/+28 |
* | Generate a prettier string for the geographical position. | Federico Mena Quintero | 2000-08-12 | 1 | -75/+332 |
* | Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise. | Federico Mena Quintero | 2000-08-12 | 5 | -22/+13 |
* | Update prototype. | Dan Winship | 2000-08-11 | 2 | -2/+4 |
* | New function. Mostly moved over from | Federico Mena Quintero | 2000-08-11 | 3 | -77/+77 |
* | Removed. Wheee! | Federico Mena Quintero | 2000-08-11 | 3 | -84/+19 |
* | Made the toolbars conform to the user's gnomecc settings for detachable | Cody Russell | 2000-08-10 | 1 | -1/+6 |
* | Oops, subtract the new alarm's trigger time from the current time. | Federico Mena Quintero | 2000-08-10 | 2 | -2/+2 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-09 | 1 | -0/+1 |
* | 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 | 12 | -849/+55 |
* | Everywhere unref the remote_uih having done a set_container. | Michael Meeks | 2000-08-04 | 1 | -0/+1 |
* | updated to match the new ETableModel append_row. This meant we could also | Damon Chaplin | 2000-08-03 | 1 | -62/+16 |
* | Emit "model_pre_change" signals as appropriate. | Christopher James Lahey | 2000-08-03 | 1 | -0/+3 |
* | Solaris compile fix. OK on Linux too. | Matthew Loper | 2000-07-27 | 1 | -0/+3 |
* | gui/Makefile.am: Fixed a typo. | Jeffrey Stedfast | 2000-07-27 | 1 | -1/+1 |
* | Added a few xpm files to the EXTRA DIST section | Jeffrey Stedfast | 2000-07-27 | 1 | -4/+8 |
* | new ECalendarTable to show an ETable view for Todo/Event items. | Damon Chaplin | 2000-07-26 | 23 | -549/+4691 |
* | 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 | 2 | -2/+2 |
* | conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDB | Seth Alves | 2000-07-14 | 1 | -0/+1 |
* | Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versions | Federico Mena Quintero | 2000-07-13 | 1 | -40/+30 |
* | GnomeFont update. | Michael Meeks | 2000-07-13 | 1 | -30/+40 |
* | Disable Pilot conduit stuff for now. It's not quite ready yet and it | Ettore Perazzoli | 2000-07-11 | 1 | -28/+1 |
* | remove gnomecal.conduit | Dan Winship | 2000-07-11 | 1 | -2/+1 |
* | 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 | 2 | -31/+29 |
* | As a quasi-hack, do a gdk_flush() when the shell view is unrealized so | Federico Mena Quintero | 2000-07-10 | 1 | -0/+1 |
* | 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 | 1 | -8/+0 |