| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removed double free of method_string in uri->method_string. | Christopher James Lahey | 2000-05-09 | 2 | -1/+8 |
* | Fix compilation with builddir != srcdir. Boy I love this. | Ettore Perazzoli | 2000-05-09 | 3 | -2/+10 |
* | call e_day_view_stop_editing_event here to avoid a divide by zero a bit | Seth Alves | 2000-05-09 | 2 | -0/+12 |
* | CalBackendClass now is just an interface for calendar backends; this is an | Federico Mena Quintero | 2000-05-09 | 14 | -1117/+1562 |
* | don't set the ico->uid to NULL or we won't find any other occurrences of | Damon Chaplin | 2000-05-09 | 5 | -10/+25 |
* | show the EText item, just in case it hasn't moved, otherwise it won't | Damon Chaplin | 2000-05-08 | 3 | -3/+24 |
* | + * gui/evolution-calendar-control.c (PROPERTY_CALENDAR_URI): | Matthew Loper | 2000-05-07 | 2 | -2/+13 |
* | changed these so they just do a simple localtime(), update the struct tm, | Damon Chaplin | 2000-05-07 | 2 | -0/+60 |
* | ignore evolution-calendar.pure | Chris Toshok | 2000-05-07 | 3 | -0/+18 |
* | finish editing event when user hits Return key. | Damon Chaplin | 2000-05-07 | 6 | -80/+117 |
* | removed. | Damon Chaplin | 2000-05-06 | 3 | -163/+4 |
* | removed old calendar view files. | Damon Chaplin | 2000-05-06 | 13 | -4075/+9 |
* | added guint ref_count to iCalObject struct, and ical_object_ref/unref() | Damon Chaplin | 2000-05-06 | 12 | -90/+292 |
* | ignore the .pure directory | Chris Toshok | 2000-05-05 | 3 | -1/+4 |
* | for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV. | Damon Chaplin | 2000-05-05 | 10 | -92/+266 |
* | Shh | Kjartan Maraas | 2000-05-04 | 1 | -1/+5 |
* | set the active radio button here. Oops - it wasn't a Bonobo problem after | Damon Chaplin | 2000-05-03 | 8 | -42/+150 |
* | new function to get the currently seleted time range form the current | Damon Chaplin | 2000-05-01 | 8 | -46/+175 |
* | Stylistic fix - Federico | Federico Mena Quintero | 2000-05-01 | 1 | -3/+1 |
* | *** empty log message *** | Seth Alves | 2000-05-01 | 1 | -0/+10 |
* | set attendee and contact address correctly. | Seth Alves | 2000-05-01 | 3 | -20/+34 |
* | new function to see if the event dates have changed (including any | Damon Chaplin | 2000-05-01 | 13 | -172/+950 |
* | updated Danish strings | Pablo Saratxaga | 2000-04-30 | 2 | -2/+2 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 11 | -25/+231 |
* | deleted some commented out code | Seth Alves | 2000-04-28 | 1 | -3/+1 |
* | *** empty log message *** | Seth Alves | 2000-04-28 | 1 | -0/+7 |
* | fix memory leak (save_to_vcal): same (save): same (cal_backend_load): same | Seth Alves | 2000-04-28 | 1 | -0/+5 |
* | Replaced libcal-util.la with *.la | Christopher James Lahey | 2000-04-26 | 3 | -1/+9 |
* | Renamed from backend_destroy_cb. Now we use it for the "last_client_gone" | Federico Mena Quintero | 2000-04-26 | 5 | -10/+82 |
* | compare iCalObjects by their UIDs instead of by their pointers. | Seth Alves | 2000-04-26 | 3 | -2/+9 |
* | don't save on destroy. | Seth Alves | 2000-04-26 | 2 | -3/+6 |
* | The Joy of Broken Makefiles Part #3. | Ettore Perazzoli | 2000-04-26 | 3 | -4/+11 |
* | hook for widget destroy -- used to unref the CalClient so wombat knows we | Seth Alves | 2000-04-26 | 3 | -11/+37 |
* | allow for null ico | Seth Alves | 2000-04-26 | 4 | -3/+9 |
* | The path to the test calendar changed when we moved stuff around. Users | Federico Mena Quintero | 2000-04-25 | 2 | -5/+38 |
* | allow for null CN (parse_person): allow for null sent_by | Seth Alves | 2000-04-25 | 9 | -28/+373 |
* | finished first stab at iCalObject to icalcomponent conversion. | Seth Alves | 2000-04-25 | 2 | -6/+294 |
* | added new source files and pixmaps, and removed old source files, which | Damon Chaplin | 2000-04-24 | 25 | -290/+5365 |
* | start on code to do the opposite of icalendar.c (convert from iCalObjects | Seth Alves | 2000-04-22 | 8 | -6/+759 |
* | moved "About Calendar" into the View menu so it shows up. | Seth Alves | 2000-04-21 | 2 | -1/+6 |
* | new function: callback for listener's object updated signal. | Seth Alves | 2000-04-21 | 2 | -14/+29 |
* | callback for obj_updated or obj_removed. (gnome_calendar_new): hook up | Seth Alves | 2000-04-21 | 2 | -13/+32 |
* | create fullday's gcs even if pixmap_bell has already been created. this | Seth Alves | 2000-04-21 | 2 | -1/+45 |
* | changed the order around a bit to avoid a Gtk-CRITICAL crash | Seth Alves | 2000-04-20 | 2 | -5/+12 |
* | fixed code to populate the todo clist | Seth Alves | 2000-04-20 | 6 | -42/+47 |
* | don't call save from here because in all cases the caller of remove_object | Seth Alves | 2000-04-20 | 2 | -1/+4 |
* | calls gnome_calendar_open instead of checking on disk and calling load or | Seth Alves | 2000-04-20 | 5 | -52/+92 |
* | fixed to use cal_client_update_object -- editing and dragging events works | Seth Alves | 2000-04-19 | 1 | -6/+5 |
* | set calendar's uri with a property bag | Seth Alves | 2000-04-19 | 6 | -47/+156 |
* | Fix include path. | Federico Mena Quintero | 2000-04-19 | 2 | -3/+6 |
* | Added Danish strings to desktop/menu file | Pablo Saratxaga | 2000-04-19 | 4 | -0/+8 |
* | We have a new "last_calendar_gone" signal that Wombat can use to terminate | Federico Mena Quintero | 2000-04-18 | 4 | -3/+40 |
* | *** empty log message *** | Seth Alves | 2000-04-18 | 1 | -1/+8 |
* | removed implicit save, since we don't want to save as we load from disk. | Seth Alves | 2000-04-18 | 1 | -1/+2 |
* | Renamed library from libcalutil to libcal-util, to be consistent with | Federico Mena Quintero | 2000-04-17 | 33 | -308/+110 |
* | use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd's | Chris Toshok | 2000-04-12 | 3 | -4/+32 |
* | *** empty log message *** | Seth Alves | 2000-04-11 | 1 | -0/+5 |
* | create and save an actual vcalendar instead of a list of vcal objects. | Seth Alves | 2000-04-11 | 1 | -40/+56 |
* | moved srcdir directories to the top so we search headers in the evolution | Damon Chaplin | 2000-04-11 | 2 | -3/+11 |
* | nat told me to do it | Seth Alves | 2000-04-10 | 1 | -2/+2 |
* | catch cal_loaded signal on the cal client. (gnome_calendar_load_cb): | Seth Alves | 2000-04-10 | 5 | -41/+155 |
* | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 2 | -2/+5 |
* | new function: friendly wrapper for cal_client_create_calendar | Seth Alves | 2000-04-09 | 7 | -72/+104 |
* | calendar is a frame instead of a window, now. | Seth Alves | 2000-04-08 | 4 | -7/+24 |
* | i always forget to commit the ChangeLog. Dain Bramage | Seth Alves | 2000-04-07 | 1 | -0/+7 |
* | removed uih from the argument list, added cal. use cal as user_data in | Seth Alves | 2000-04-07 | 4 | -163/+92 |
* | forgot to commit | Seth Alves | 2000-04-06 | 1 | -0/+7 |
* | removed (setup_appbar): removed (calendar_control_activate): new function | Seth Alves | 2000-04-06 | 3 | -9/+111 |
* | build test-calendar-widget and evolution-calendar, common stuff is in a | Seth Alves | 2000-04-06 | 26 | -889/+1219 |
* | + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: New | Matthew Loper | 2000-04-01 | 2 | -0/+5 |
* | cal_client_get_events_in_range returns a list of CalObjInstance *, not a | Seth Alves | 2000-03-31 | 1 | -3/+4 |
* | readded the gui directory | Seth Alves | 2000-03-30 | 3 | -2/+16 |
* | + * Makefile.am: add calendar compilation back in. | Matthew Loper | 2000-03-30 | 2 | -1/+5 |
* | + * wombat/wombat.gnorba: new file. | Matthew Loper | 2000-03-29 | 3 | -0/+24 |
* | added libeutil.la and libetext.a | Seth Alves | 2000-03-28 | 3 | -16/+68 |
* | Use ical_object_to_string(). | Federico Mena Quintero | 2000-03-28 | 10 | -184/+116 |
* | Fix includes. (e_day_view_on_delete_occurance): Do not call | Federico Mena Quintero | 2000-03-23 | 4 | -13/+30 |
* | Fix for srcdir != builddir. | Elliot Lee | 2000-03-18 | 4 | -19/+18 |
* | New widget for Day/Work-Week views. Unfinished. | Damon Chaplin | 2000-03-14 | 9 | -0/+6749 |
* | Removed function now that it is no CORBA server in the GUI. | Federico Mena Quintero | 2000-03-12 | 16 | -83/+85 |
* | Do not pass the INIT_SERVER flag to gnome_CORBA_init_with_popt_table(). | Federico Mena Quintero | 2000-03-11 | 2 | -22/+51 |
* | Initialize the alarm types here. Do not call default_alarm() anymore, | Federico Mena Quintero | 2000-03-11 | 3 | -45/+15 |
* | Removed the corba-cal stuff. Commented out the Pilot conduit stuff for | Federico Mena Quintero | 2000-03-10 | 2 | -109/+78 |
* | Random #ifdefs to make it build, although this file is going away. | Federico Mena Quintero | 2000-03-10 | 7 | -67/+41 |
* | replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendar | Seth Alves | 2000-03-09 | 29 | -128/+478 |
* | track movement of calobj.[ch] | Seth Alves | 2000-03-08 | 9 | -15/+10 |
* | ignore *.lo instead of a list of .lo files | Seth Alves | 2000-03-08 | 1 | -2/+1 |
* | calobj.[ch] has moved into cal-util/ | Seth Alves | 2000-03-08 | 1 | -2/+0 |
* | back out recent commit, and remove calendar.[ch] from Makefile.am | Seth Alves | 2000-03-08 | 7 | -112/+62 |
* | back out recent commit | Seth Alves | 2000-03-08 | 2 | -97/+0 |
* | calobj.[ch] live in cal-util now | Seth Alves | 2000-03-08 | 1 | -0/+2 |
* | More file moving - Federico | Federico Mena Quintero | 2000-03-08 | 4 | -1873/+5 |
* | track move | Seth Alves | 2000-03-06 | 2 | -14/+18 |
* | move all but the subdir line into gui/Makefile.am, since the code | Seth Alves | 2000-03-06 | 1 | -236/+1 |
* | stubs for client side access to alarm structures. this will probably | Seth Alves | 2000-03-06 | 17 | -79/+269 |
* | More file moving action - Federico | Federico Mena Quintero | 2000-03-06 | 66 | -20102/+0 |
* | this is not right, but it gets this closer to building. | Seth Alves | 2000-03-04 | 3 | -3/+3 |
* | added some .cvsignore files | Seth Alves | 2000-03-04 | 4 | -0/+33 |
* | new file -- things shared between the client and server go in this | Seth Alves | 2000-03-04 | 47 | -1951/+806 |
* | I always forget to add the stupid files - Federico | Federico Mena Quintero | 2000-03-04 | 1 | -0/+66 |
* | At this point the calendar client and personal calendar server files were | Federico Mena Quintero | 2000-03-02 | 6 | -12/+23 |
* | More reorganization - Federico | Federico Mena Quintero | 2000-03-02 | 6 | -247/+11 |
* | Moved to the pcs/ directory - Federico | Federico Mena Quintero | 2000-03-02 | 12 | -2776/+21 |
* | At this point the calendar client and personal calendar server files were | Federico Mena Quintero | 2000-03-02 | 6 | -204/+61 |
* | Moved to cal-client/ - Federico | Federico Mena Quintero | 2000-03-02 | 6 | -1514/+0 |
* | Moved to idl/evolution-calendar.idl | Federico Mena Quintero | 2000-03-02 | 1 | -127/+0 |
* | Use the gnome-config flags for orbit-idl. Create a libcal-client library | Federico Mena Quintero | 2000-03-02 | 5 | -6/+59 |
* | Removed stale rule for the conduit. | Federico Mena Quintero | 2000-03-01 | 3 | -18/+18 |
* | don't put .libs in the link command, let libtool do it | Seth Alves | 2000-02-23 | 2 | -2/+2 |
* | + * calendar/.cvsignore: Added *.lo. | Matthew Loper | 2000-02-22 | 2 | -1/+6 |
* | trying to link libical | Seth Alves | 2000-02-21 | 2 | -2/+2 |
* | + * widgets/e-minicard/.cvsignore: Added minicard-label-test, | Matthew Loper | 2000-02-20 | 2 | -0/+6 |
* | DOH | Seth Alves | 2000-02-19 | 1 | -0/+6 |
* | Use BONOBO_VFS_GNOME_CFLAGS instead of GNOMEUI_INCLUDES, as we use Bonobo | Miguel de Icaza | 2000-02-19 | 3 | -2/+7 |
* | moved CalendarFormat type def here | Seth Alves | 2000-02-18 | 12 | -115/+307 |
* | Implemented. | Federico Mena Quintero | 2000-02-17 | 13 | -14/+282 |
* | added skel and stub files | Seth Alves | 2000-02-16 | 1 | -0/+5 |
* | forgot this one | Seth Alves | 2000-02-16 | 1 | -0/+722 |
* | Change iCalObject.organizer from char* to iCalPerson* | Russell Steinthal | 2000-02-16 | 21 | -61/+418 |
* | Implemented. | Federico Mena Quintero | 2000-02-12 | 27 | -188/+769 |
* | Connect to the Cal's destroy signal. (cal_backend_remove_cal): Killed | Federico Mena Quintero | 2000-02-11 | 33 | -356/+1696 |
* | Added inline documentation comment - Federico | Arturo Espinosa | 2000-02-09 | 2 | -0/+20 |
* | Added get_uids() method to get a list of UIDs based on object types. | Federico Mena Quintero | 2000-02-09 | 44 | -358/+1040 |
* | Add the files, stupid me - Federico | Arturo Espinosa | 2000-02-08 | 4 | -0/+200 |
* | New struct to wrap instances of calendar objects for recurrencies and | Federico Mena Quintero | 2000-02-08 | 17 | -26/+567 |
* | New function to create the base VObject for a calendar. | Federico Mena Quintero | 2000-02-04 | 13 | -38/+149 |
* | Sync to laptop - Federico | Arturo Espinosa | 2000-02-03 | 5 | -50/+141 |
* | Added the get_object() method. | Federico Mena Quintero | 2000-02-02 | 19 | -158/+410 |
* | Handle the cal_loaded signal from the listener. Store the calendar client | Federico Mena Quintero | 2000-02-01 | 7 | -0/+288 |
* | Sync to desktop - Federico | Arturo Espinosa | 2000-01-31 | 7 | -10/+29 |
* | Changed the namespace from GNOME::Calendar to Evolution::Calendar. | Federico Mena Quintero | 2000-01-29 | 27 | -250/+267 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 26 | -138/+140 |
* | Calendar client side work - Federico | Arturo Espinosa | 2000-01-25 | 5 | -0/+731 |
* | Check that the listener is not nil and emit and exception if it is. | Federico Mena Quintero | 2000-01-25 | 7 | -18/+147 |
* | When will I ever learn to add the files... - Federico | Arturo Espinosa | 2000-01-25 | 4 | -0/+206 |
* | Added the gnome-pilot and capplet checks; they will likely be reworked for | Federico Mena Quintero | 2000-01-25 | 17 | -84/+207 |
* | New function to remove a calendar client interface object from a backend. | Federico Mena Quintero | 2000-01-24 | 9 | -84/+342 |
* | Take in a GnomeVFSURI, not a string. | Federico Mena Quintero | 2000-01-22 | 13 | -120/+308 |
* | Moved the calendar backend here. This is the actual calendar-handling | Federico Mena Quintero | 2000-01-19 | 15 | -222/+1147 |
* | Sync, take two - Federico | Arturo Espinosa | 2000-01-18 | 2 | -0/+2 |
* | Forgot these - Federico | Arturo Espinosa | 2000-01-18 | 4 | -0/+262 |
* | Sync - Federico | Arturo Espinosa | 2000-01-18 | 11 | -28/+251 |
* | Removed the CORBA listener methods, adjusted for the new IDL. | Federico Mena Quintero | 2000-01-12 | 8 | -91/+241 |
* | New IDL for the personal calendar server. | Federico Mena Quintero | 2000-01-12 | 15 | -0/+2408 |
* | Removed todo capplet stuff. | Eskil Heyn Olsen | 2000-01-09 | 3 | -6/+14 |
* | Update to use gpilotd_get_pilot_basedir and gnome_pilot_conduit_standard_abs... | Vadim Strizhevsky | 2000-01-08 | 4 | -9/+9 |
* | Added an argument to the corba get_number_of_objects, so you can decide | Eskil Heyn Olsen | 2000-01-05 | 8 | -162/+192 |
* | Committed fixes for the end-on-day recurrence bug where the last | Eskil Heyn Olsen | 1999-12-31 | 15 | -26/+71 |
* | Added Galician translation | Jesus Bravo Alvarez | 1999-12-31 | 2 | -0/+4 |
* | Minor unmiportant changes, but my laptop is acting up, so I | Eskil Heyn Olsen | 1999-12-30 | 3 | -9/+24 |
* | Fix sensitivity bug when used to create default alarm box (widgets in that | Russell Steinthal | 1999-12-11 | 3 | -2/+15 |
* | Capplets now sets first_sync on enable, this should make the conduit copy | Eskil Heyn Olsen | 1999-12-08 | 4 | -3/+18 |
* | Check if local store is empty. If, force slow sync. | Eskil Heyn Olsen | 1999-12-07 | 14 | -84/+193 |
* | Added a sub package to the .spec file, it now generates | Eskil Heyn Olsen | 1999-12-06 | 3 | -0/+11 |
* | Removed intl | Eskil Heyn Olsen | 1999-12-05 | 3 | -0/+8 |
* | Sigh. Get this one | Arturo Espinosa | 1999-12-04 | 2 | -0/+4 |
* | 1.1.0 | Arturo Espinosa | 1999-12-03 | 1 | -0/+20 |
* | The long-awaited and much-needed (IMNSHO) snooze button for gnomecal alarms. | Russell Steinthal | 1999-12-03 | 9 | -16/+168 |
* | undef DEBUG_CALCONDUT, suppresses debug output. | Eskil Heyn Olsen | 1999-12-03 | 4 | -6/+10 |
* | Debugging enhancements: report alarms not added (because they have already | Russell Steinthal | 1999-12-03 | 4 | -30/+131 |
* | Fixed compare bug. Also neated up some of the if's in set_status. | Eskil Heyn Olsen | 1999-11-30 | 4 | -33/+44 |
* | <self_serving> Add myself to AUTHORS, about box </self_serving> | Russell Steinthal | 1999-11-23 | 4 | -1/+5 |
* | Merged Rusty's last todo list coloring patch from stable to HEAD. | Russell Steinthal | 1999-11-22 | 9 | -124/+640 |
* | Writes some warning messages when pre_sync fails. | Eskil Heyn Olsen | 1999-11-22 | 4 | -0/+11 |
* | added greek descriptions | Pablo Saratxaga | 1999-11-17 | 2 | -0/+4 |
* | Stupid misplaced endif cause gncal to depend on an install gnome-pilot... | Eskil Heyn Olsen | 1999-11-14 | 3 | -14/+21 |
* | The long-awaited audio alarm timeout patch. Implements wishlist bug #3089. | Russell Steinthal | 1999-11-13 | 11 | -20/+212 |
* | Schedule a new day_change_alarm in the day_change_alarm callback, so that the | Russell Steinthal | 1999-11-11 | 3 | -2/+9 |
* | Forgot my changelog yesterday. | Eskil Heyn Olsen | 1999-11-10 | 1 | -0/+6 |
* | Enabled debug output. Sets a g_log_domain, now version 0.8.5. Consistent | Eskil Heyn Olsen | 1999-11-10 | 3 | -288/+948 |
* | Fixed an unwanted conditional on libcalendar_conduit_la_LDFLAGS | Eskil Heyn Olsen | 1999-11-09 | 3 | -2/+7 |
* | Commented the code out, thus the capplet works again. | Eskil Heyn Olsen | 1999-11-05 | 4 | -0/+11 |
* | Uses the PISOCK_LIBDIR, for people with odd install dirs for their | Eskil Olsen | 1999-11-04 | 19 | -251/+606 |
* | Add default alarm support, Beep on display alarms option | Russell Steinthal | 1999-11-03 | 14 | -65/+466 |
* | Fix calendar_day_begin/calendar_day_end initialization bug on HEAD. For full | Russell Steinthal | 1999-10-24 | 3 | -0/+13 |
* | Style fix. | Russell Steinthal | 1999-10-22 | 3 | -3/+6 |
* | Commit debugging support to HEAD as well; there's no good reason to have debu... | Russell Steinthal | 1999-10-22 | 6 | -5/+135 |
* | now it doesn't build todo conduit anymore. Since the conduit is just a | Eskil Heyn Olsen | 1999-10-22 | 17 | -893/+1116 |
* | Fix bug #1818 on HEAD. | Russell Steinthal | 1999-10-22 | 3 | -8/+37 |
* | Fix bug #2561 in HEAD | Russell Steinthal | 1999-10-20 | 3 | -2/+7 |
* | Add paned windows to Day View so user can adjust relative size of daily | Russell Steinthal | 1999-10-20 | 3 | -50/+53 |
* | Added swedish desktop entry | Martin Norback | 1999-10-18 | 3 | -0/+8 |
* | Fixed the much-hated gnome-pilot dependency | Eskil Heyn Olsen | 1999-10-14 | 3 | -2/+9 |
* | moved the pilot_status = MOD up, so even a CHANGE_SUMMARY will set the | Eskil Heyn Olsen | 1999-10-08 | 6 | -216/+312 |
* | checks return values from gpilotd_init/connect. | Eskil Heyn Olsen | 1999-10-06 | 13 | -90/+150 |
* | Now has correct return values wrt the conduit api ref. | Eskil Heyn Olsen | 1999-09-29 | 3 | -165/+261 |
* | Use tm.gmtoff or timezone to get correct offset from UTC, according to | Timur Bakeyev | 1999-09-28 | 2 | -3/+15 |
* | added pt_BR translations | Jorge Godoy | 1999-09-28 | 2 | -0/+4 |
* | Small fix -miguel | Arturo Espinosa | 1999-09-28 | 31 | -238/+270 |
* | Fix #2340 on HEAD -miguel | Arturo Espinosa | 1999-09-28 | 4 | -8/+8 |
* | the g_free that was commented out since glib said was a duplicate free, | Eskil Heyn Olsen | 1999-09-25 | 11 | -146/+531 |
* | better merge of summary/description when doing ical_from_remote | Eskil Heyn Olsen | 1999-09-23 | 14 | -19/+45 |
* | better merge of summary/description when doing ical_from_remote | Eskil Heyn Olsen | 1999-09-23 | 4 | -302/+457 |
* | commented out a g_free that glib reported as being a duplicate free. got | Eskil Heyn Olsen | 1999-09-23 | 6 | -23/+64 |
* | - fix which allow "make insytall DESTDIR=</install/prefix>". | Tomasz Kłoczko | 1999-09-23 | 1 | -3/+3 |
* | lot of rework, implemented various set_* functions, transmit and | Eskil Heyn Olsen | 1999-09-21 | 8 | -514/+1206 |
* | added Estonian tranlations | Lauris Kaplinski | 1999-09-20 | 3 | -0/+8 |
* | About to rehash conduit. | Eskil Heyn Olsen | 1999-09-19 | 6 | -15/+117 |
* | changed to be a .la file instead of .a, this allows lib*_conduit to use | Eskil Heyn Olsen | 1999-09-19 | 10 | -155/+578 |
* | fixed the exception throwing. The conduit can now actually insert | Eskil Heyn Olsen | 1999-09-15 | 2 | -10/+50 |
* | added sources to calendar-conduit | Eskil Heyn Olsen | 1999-09-15 | 10 | -101/+746 |
* | Set the data pointers for all the items. | Federico Mena Quintero | 1999-09-15 | 3 | -2/+9 |
* | Small correction | Kjartan Maraas | 1999-09-14 | 1 | -1/+1 |
* | Merge from HEAD. Synced with newest user-guide. | Kjartan Maraas | 1999-09-14 | 2 | -96/+100 |
* | ja Update from ITANI Eiichoro | Yukihiro Nakai | 1999-09-08 | 2 | -0/+4 |
* | forgot the .desktop files...` | Eskil Heyn Olsen | 1999-09-08 | 6 | -0/+36 |
* | uses GNOME_PILOT_CHECK | Eskil Heyn Olsen | 1999-09-08 | 24 | -47/+3329 |
* | Added Russian translations to the desktop files | Sergey I. Panov | 1999-09-03 | 2 | -0/+4 |
* | Make the OK button the default button per Russell's suggestion. | Miguel de Icaza | 1999-09-02 | 3 | -2/+7 |
* | Added call to GNOME_COMPILE_WARNINGS. | Miguel de Icaza | 1999-09-02 | 2 | -4/+0 |
* | Modify the object->last_mod field. (calendar_add_object): Ditto. | Miguel de Icaza | 1999-08-31 | 5 | -4/+32 |
* | "GenericFactoy" is wrong... | Tomas Ogren | 1999-08-22 | 3 | -2/+6 |
* | Fix the hostname part. | Miguel de Icaza | 1999-08-15 | 4 | -9/+13 |
* | Finnish translation updates. | Mikko Rauhala | 1999-08-15 | 2 | -0/+4 |
* | BUGFIX: 1515 | JP Rosevear | 1999-08-13 | 2 | -2/+12 |
* | sync correctly for objects created on the pilot, but not dirty (because | Peter Teichman | 1999-08-08 | 3 | -8/+12 |
* | Updated from users-guide. | Kjartan Maraas | 1999-08-06 | 1 | -125/+118 |