| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed from *_uri, to work with ESource's rather than with plain URIs. | Rodrigo Moya | 2003-12-23 | 1 | -20/+35 |
* | new files for managing interactive authentication with backends. | Rodrigo Moya | 2003-12-22 | 1 | -2/+3 |
* | rewrite for new ecal api, cache all ecal's by type and minimize loading. | JP Rosevear | 2003-12-22 | 1 | -2/+2 |
* | set a correct status message. | Rodrigo Moya | 2003-12-18 | 1 | -4/+3 |
* | check the return value from e_cal_new_from_uri. | Rodrigo Moya | 2003-12-17 | 1 | -0/+3 |
* | set the list view config properly (so we don't blow away the month view | JP Rosevear | 2003-12-16 | 1 | -2/+1 |
* | set the calendar for the day view | JP Rosevear | 2003-12-16 | 1 | -1/+1 |
* | remove the client from the list if there are errors, instead of re-adding | Rodrigo Moya | 2003-12-10 | 1 | -2/+4 |
* | correct argument mismatch in "goto_date" signal definition. | Bolian Yin | 2003-12-08 | 1 | -1/+1 |
* | free the notification list | JP Rosevear | 2003-12-04 | 1 | -0/+1 |
* | e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto. | Hans Petter Jansson | 2003-11-27 | 1 | -2/+2 |
* | Cleanup some ref/unref calls | JP Rosevear | 2003-11-18 | 1 | -1/+1 |
* | remove the AlarmNotify service, no more need for it, since the alarm | Rodrigo Moya | 2003-11-17 | 1 | -48/+2 |
* | add it via e-tasks (remove_uri_for_source): remove it via e-tasks | JP Rosevear | 2003-11-17 | 1 | -19/+12 |
* | use a standard calendar status (backend_cal_opened_online): ditto | JP Rosevear | 2003-11-12 | 1 | -6/+6 |
* | Remove get-vtype check from the completed-tasks query (and don't leak the | Dan Winship | 2003-11-11 | 1 | -5/+3 |
* | Various changes to merge in evolution-data-server reliance. | JP Rosevear | 2003-11-07 | 1 | -115/+115 |
* | no need to update config settings everywhere explicitly | JP Rosevear | 2003-10-29 | 1 | -23/+0 |
* | set the timezone for all clients (timezone_changed_cb): callback for | JP Rosevear | 2003-10-29 | 1 | -39/+91 |
* | store config objects as well (gnome_calendar_set_default_uri): return | JP Rosevear | 2003-10-28 | 1 | -69/+9 |
* | update protos | JP Rosevear | 2003-10-24 | 1 | -22/+45 |
* | just uses the views array and the current view type (setup_widgets): ditto | JP Rosevear | 2003-10-24 | 1 | -64/+22 |
* | use the internal client list to create the queries | JP Rosevear | 2003-10-24 | 1 | -41/+38 |
* | new function to remove calendars from the views. | Rodrigo Moya | 2003-10-23 | 1 | -0/+37 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -430/+187 |
* | Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): Add | Hans Petter Jansson | 2003-10-10 | 1 | -3/+62 |
* | Fixes #47779 | Bolian Yin | 2003-08-22 | 1 | -2/+2 |
* | Merged from calendar-views-with-model branch | Rodrigo Moya | 2003-08-20 | 1 | -190/+220 |
* | Add a11y dependency. gui/calendar-commands.c | Bolian Yin | 2003-08-20 | 1 | -0/+27 |
* | Merged ECalendarTable changes from new-calendar-branch | Rodrigo Moya | 2003-08-08 | 1 | -24/+14 |
* | Merge new-calendar-branch into HEAD | Rodrigo Moya | 2003-08-08 | 1 | -6/+20 |
* | new function. (e_cal_view_get_timezone, e_cal_view_set_timezone): new | Rodrigo Moya | 2003-07-25 | 1 | -9/+5 |
* | removed. | Rodrigo Moya | 2003-07-24 | 1 | -4/+1 |
* | moved the duplicated popup menu code here. (e_cal_view_create_popup_menu): | Rodrigo Moya | 2003-07-23 | 1 | -0/+24 |
* | removed unneeded prototypes. | Rodrigo Moya | 2003-07-23 | 1 | -47/+3 |
* | removed missing calls to e_day/week_view_*_clipboard. | Rodrigo Moya | 2003-07-23 | 1 | -46/+3 |
* | added "get_selected_events", and "update_query" virtual methods. | Rodrigo Moya | 2003-07-23 | 1 | -84/+10 |
* | removed e_day_view_set_calendar prototype. | Rodrigo Moya | 2003-07-22 | 1 | -14/+14 |
* | moved duplicated code to... | Rodrigo Moya | 2003-07-18 | 1 | -4/+4 |
* | new function, which uses a CalQuery to retrieve the objects older than a | Rodrigo Moya | 2003-07-17 | 1 | -0/+152 |
* | Fixes #45772 | Andrew Wu | 2003-07-16 | 1 | -0/+37 |
* | Fixes #45328, #45329 | Bolian Yin | 2003-07-02 | 1 | -0/+153 |
* | Fixes #41582 | Rodrigo Moya | 2003-06-12 | 1 | -4/+15 |
* | (gnome_calendar_setup_view_menus): Removed | Ettore Perazzoli | 2003-05-21 | 1 | -1/+0 |
* | remove the query time out if its still alive (update_query_timeout): | JP Rosevear | 2003-05-20 | 1 | -2/+23 |
* | guard against multiple destroys | JP Rosevear | 2003-05-15 | 1 | -42/+44 |
* | Fixes part of #41148, #41216 and #41235 | Rodrigo Moya | 2003-04-23 | 1 | -2/+2 |
* | Fixes #22444 | Rodrigo Moya | 2003-04-23 | 1 | -1/+24 |
* | Fixes #39735 and 40257 | JP Rosevear | 2003-04-17 | 1 | -127/+63 |
* | update the selection for all view types | JP Rosevear | 2003-04-08 | 1 | -25/+11 |
* | issue more descriptive warnings. | Rodrigo Moya | 2003-03-12 | 1 | -2/+2 |
* | If only the pipe wouldn't break. | JP Rosevear | 2003-03-05 | 1 | -5/+4 |
* | Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actually | Hans Petter Jansson | 2003-02-24 | 1 | -2/+4 |
* | Split $(CORBA_GENERATED_H) rule from the $(CORBA_GENERATED_C) rule to that | Ettore Perazzoli | 2003-02-20 | 1 | -2/+2 |
* | Use EVOLUTION_GALVIEWSDIR. | Ettore Perazzoli | 2003-01-23 | 1 | -1/+1 |
* | Only set view ID if we have an instance. | Hans Petter Jansson | 2003-01-15 | 1 | -1/+2 |
* | Switch to using GtkPaned instead of EPaned for GTK2 | Rodney Dawes | 2003-01-15 | 1 | -10/+8 |
* | Removed. Removed. | Ettore Perazzoli | 2003-01-14 | 1 | -1/+1 |
* | Replace gtk_signal_disconnect_by_data() with | Hans Petter Jansson | 2002-12-19 | 1 | -4/+8 |
* | Fixes #35003 | Rodrigo Moya | 2002-12-10 | 1 | -8/+30 |
* | Create a non-abstract enumeration type derived from GEnum. | Hans Petter Jansson | 2002-12-07 | 1 | -23/+4 |
* | Use g_object_set_data(..., NULL) instead of gtk_object_remove_data(). | Ettore Perazzoli | 2002-11-09 | 1 | -21/+17 |
* | Use g_object_ref()/g_object_unref() instead of | Ettore Perazzoli | 2002-11-09 | 1 | -17/+17 |
* | Use g_signal_connect() instead of gtk_signal_connect(). Likewise. | Ettore Perazzoli | 2002-11-09 | 1 | -74/+66 |
* | Initial port of gui/ subdir to GNOME 2 | JP Rosevear | 2002-11-08 | 1 | -12/+6 |
* | cleaned up the status bar messages for all widgets. | Rodrigo Moya | 2002-10-30 | 1 | -0/+6 |
* | fix c/p type | JP Rosevear | 2002-10-18 | 1 | -1/+1 |
* | try to preserve the work week view setting if it makes sense (set_view): | JP Rosevear | 2002-10-16 | 1 | -3/+14 |
* | Fixes #15892 | Rodrigo Moya | 2002-10-07 | 1 | -1/+21 |
* | Non-Connector part of #29334 (meeting created by a delegate in the | Dan Winship | 2002-09-28 | 1 | -4/+2 |
* | display status messages for all operations we make, so that when using | Rodrigo Moya | 2002-09-10 | 1 | -8/+19 |
* | kill warning | JP Rosevear | 2002-09-07 | 1 | -8/+11 |
* | don't listen to client signals after we get destroyed | JP Rosevear | 2002-09-05 | 1 | -0/+2 |
* | use EConfigListener instead of direct access to the bonobo-conf database. | Rodrigo Moya | 2002-08-27 | 1 | -1/+2 |
* | added internal EComponentListener object, to listen for the activated Cal. | Rodrigo Moya | 2002-08-16 | 1 | -0/+32 |
* | set status message on ECalendarTable when opening the tasks. | Rodrigo Moya | 2002-08-13 | 1 | -1/+23 |
* | set status message to NULL if there is an error opening the calendar. | Rodrigo Moya | 2002-08-13 | 1 | -2/+2 |
* | Fixes wombat crash (for JP and myself) | Rodrigo Moya | 2002-06-18 | 1 | -5/+5 |
* | gal_view_menus_set_show_define_views (..., FALSE); | Christopher James Lahey | 2002-06-05 | 1 | -0/+1 |
* | Set the title of our GalViewCollection. | Christopher James Lahey | 2002-06-04 | 1 | -0/+2 |
* | a registry of comp editors so we can close them all centrally | JP Rosevear | 2002-05-27 | 1 | -72/+6 |
* | set the view to the current view | JP Rosevear | 2002-05-17 | 1 | -0/+2 |
* | added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code. | Rodrigo Moya | 2002-05-17 | 1 | -0/+15 |
* | remove setup_widgets from here (gnome_calendar_init): move setup_widgets | JP Rosevear | 2002-05-01 | 1 | -2/+1 |
* | free the view popup (e_week_view_show_popup_menu): add the view popup to | JP Rosevear | 2002-04-24 | 1 | -2/+40 |
* | Fix this: Rodrigo's patch used one of the functions I just removed. :) | Dan Winship | 2002-04-11 | 1 | -12/+6 |
* | use the default uri for tasks (as stored in the configuration) when the | Rodrigo Moya | 2002-04-11 | 1 | -22/+8 |
* | [Start implementing the new Search Bar design.] | Ettore Perazzoli | 2002-03-16 | 1 | -1/+12 |
* | use bonobo exception macros to tidy | JP Rosevear | 2002-03-15 | 1 | -14/+10 |
* | don't append 'calendar.ics' to the URI. (get_prop): finished. | Rodrigo Moya | 2002-02-14 | 1 | -5/+16 |
* | pass meeting boolean for gnome_calendar_edit_object and | JP Rosevear | 2002-02-08 | 1 | -5/+8 |
* | Bumped the required version of gal. | Christopher James Lahey | 2002-02-07 | 1 | -37/+43 |
* | use icaltimetype_to_tm | JP Rosevear | 2002-01-15 | 1 | -7/+1 |
* | Set the category of the new task to that of the search bar. Fixes bug | Federico Mena Quintero | 2001-11-30 | 1 | -0/+4 |
* | If a query is not in progress, just retag the whole thing. An event may | Federico Mena Quintero | 2001-10-31 | 1 | -0/+10 |
* | Fix bug #13723. | Federico Mena Quintero | 2001-10-31 | 1 | -56/+290 |
* | updated code to handle DATE values. | Damon Chaplin | 2001-10-30 | 1 | -4/+4 |
* | Use an EMessageBox instead of a gnome_dialog_question so that the label | Federico Mena Quintero | 2001-10-30 | 1 | -4/+2 |
* | get the tasks directly from the CalendarModel, so we get the filtering & | Damon Chaplin | 2001-10-29 | 1 | -1/+8 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -4/+3 |
* | convert the formatted date to UTF-8. | Damon Chaplin | 2001-10-27 | 1 | -6/+0 |
* | Fixes bug #5282. | Federico Mena Quintero | 2001-10-25 | 1 | -2/+2 |
* | make sure we free all the CalComponentDateTime's when we are finished. | Damon Chaplin | 2001-10-24 | 1 | -1/+4 |
* | added setDefaultTimezone() method. | Damon Chaplin | 2001-10-23 | 1 | -8/+30 |
* | make it a public function | Rodrigo Moya | 2001-10-20 | 1 | -0/+7 |
* | replace use of gnome_vfs_uri with e_uri | Rodrigo Moya | 2001-10-04 | 1 | -6/+5 |
* | don't use gnome_vfs_uri_is_local on URIs created with | Rodrigo Moya | 2001-10-02 | 1 | -1/+1 |
* | added comparison functions for these special cell types. But the date and | Damon Chaplin | 2001-09-27 | 1 | -2/+5 |
* | don't call calendar_config_check_timezone_set() now, since the startup | Damon Chaplin | 2001-09-04 | 1 | -0/+96 |
* | #include <libgnomevfs/gnome-vfs-types.h> so this will compile against | Dan Winship | 2001-08-22 | 1 | -0/+1 |
* | open the tasks folder associated with the calendar being opened, and not | Rodrigo Moya | 2001-08-22 | 1 | -7/+41 |
* | new function to open the task editor to add a new task. | Damon Chaplin | 2001-08-18 | 1 | -0/+34 |
* | added support for the Contacts field. Note that I'm not sure what we | Damon Chaplin | 2001-08-15 | 1 | -4/+33 |
* | added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, to | Damon Chaplin | 2001-08-07 | 1 | -1/+47 |
* | New function; stops further notification from happening. This is needed | Federico Mena Quintero | 2001-08-04 | 1 | -115/+372 |
* | The calendar search bar widget now includes a drop-down menu of available | Federico Mena Quintero | 2001-08-02 | 1 | -0/+21 |
* | started some code to show the currently displayed dates in the folder | Damon Chaplin | 2001-07-31 | 1 | -0/+42 |
* | Constify and set the query sexp on the task pad's model as well. | Federico Mena Quintero | 2001-07-28 | 1 | -1/+9 |
* | New files with a derivative of ESearchBar that generates sexps for | Federico Mena Quintero | 2001-07-28 | 1 | -113/+19 |
* | Really fixes #4380. The previous fix was necessary but not sufficient; it | Federico Mena Quintero | 2001-07-18 | 1 | -4/+6 |
* | Fixes bug #4380 as well as some leftovers from the days of struct tm and | Federico Mena Quintero | 2001-07-12 | 1 | -10/+2 |
* | more timezone updates. I'm pretty much done with the calendar code now, | Damon Chaplin | 2001-07-11 | 1 | -21/+27 |
* | cal-client/cal-client.[hc] cal-util/cal-component.c | Damon Chaplin | 2001-07-03 | 1 | -29/+95 |
* | Doh, the call for the day view was supposed to be | Federico Mena Quintero | 2001-07-01 | 1 | -9/+13 |
* | new functions for allowing the execution of clipboard-related commands | Rodrigo Moya | 2001-06-28 | 1 | -4/+4 |
* | removed not-uses-anymore parameter in call to | Rodrigo Moya | 2001-06-28 | 1 | -0/+69 |
* | Converted to use BonoboXObject. | Federico Mena Quintero | 2001-06-25 | 1 | -16/+56 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | moved the function to check for a default timezone to calendar-config.c, | Damon Chaplin | 2001-06-20 | 1 | -61/+0 |
* | added code to show the timezone dialog if the user hasn't set a default | Damon Chaplin | 2001-06-20 | 1 | -0/+61 |
* | Sync - Federico | Federico Mena Quintero | 2001-06-20 | 1 | -242/+437 |
* | renamed from editor-page for consistency, more complete implementation | JP Rosevear | 2001-06-02 | 1 | -4/+4 |
* | new files to contain layout code split off from EDayView an EWeekView, so | Damon Chaplin | 2001-05-29 | 1 | -0/+22 |
* | use define from widgets/misc/e-filter-bar.h instead of own enumeration and | Gediminas Paulauskas | 2001-05-08 | 1 | -6/+3 |
* | Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the | Federico Mena Quintero | 2001-04-16 | 1 | -10/+153 |
* | Fix headers. Same here. Same here. Same here. Same here. Same here. Same | Kjartan Maraas | 2001-04-05 | 1 | -0/+5 |
* | The model_rows_{inserted,deleted} signals changed names; deal with it. | Federico Mena Quintero | 2001-03-25 | 1 | -1/+1 |
* | Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu. | Miguel de Icaza | 2001-03-18 | 1 | -11/+37 |
* | keep list of all Tasks folders so we can update the preference settings | Damon Chaplin | 2001-03-05 | 1 | -0/+3 |
* | <gnome.h> trimming to reduce compilation time. Likewise. Likewise. | Federico Mena Quintero | 2001-01-30 | 1 | -2/+0 |
* | libical import cleanup | JP Rosevear | 2001-01-24 | 1 | -2/+2 |
* | Ximianified email addresses and copyrights. | Federico Mena Quintero | 2001-01-17 | 1 | -185/+75 |
* | moved #include <cal-client/cal-client.h> to the .h file. | Damon Chaplin | 2001-01-14 | 1 | -36/+131 |
* | added new source files for the Tasks folders. | Damon Chaplin | 2001-01-08 | 1 | -8/+1 |
* | Unconditionally remove the client from the alarm notification system. | Federico Mena Quintero | 2001-01-03 | 1 | -477/+1 |
* | translations | JP Rosevear | 2000-12-23 | 1 | -0/+3 |
* | Alarm trigger queueing for the GUI part. | Federico Mena Quintero | 2000-12-23 | 1 | -193/+47 |
* | 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 |
* | Even though icaltime_from_timet() now properly ignores the is_utc argument | Federico Mena Quintero | 2000-12-14 | 1 | -2/+2 |
* | Constify for new libical API. (set_text_list): Likewise. | Federico Mena Quintero | 2000-12-13 | 1 | -23/+0 |
* | added changed flags and added calls to a new function | Damon Chaplin | 2000-12-11 | 1 | -1/+1 |
* | finished 12-hour support and tried to tidy up & comment the drawing code | Damon Chaplin | 2000-11-29 | 1 | -6/+5 |
* | added more support for config settings. | Damon Chaplin | 2000-11-27 | 1 | -19/+22 |
* | The icon column is not editable! | Federico Mena Quintero | 2000-11-22 | 1 | -40/+0 |
* | Clear the rdate and exrule lists from the component if we are setting a | Federico Mena Quintero | 2000-11-13 | 1 | -105/+23 |
* | removed debug message. | Damon Chaplin | 2000-10-21 | 1 | -1/+33 |
* | added _click-to-add-message, though I'm not sure if i18n will work. | Damon Chaplin | 2000-10-20 | 1 | -0/+2 |
* | set the pixmaps of the toolbar buttons for the views, and removed a lot of | Damon Chaplin | 2000-10-12 | 1 | -4/+7 |
* | call calendar_config_write_on_exit() to write out some special config | Damon Chaplin | 2000-10-12 | 1 | -17/+132 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -2/+2 |
* | Connect to the "cal_loaded" signal of the client here. (connect_load): | Federico Mena Quintero | 2000-09-12 | 1 | -75/+38 |
* | New function with the loading/creation state machine. It is carefully | Federico Mena Quintero | 2000-09-09 | 1 | -92/+191 |
* | Fixed some warnings. | Christopher James Lahey | 2000-09-09 | 1 | -0/+5 |
* | Fall equinox cleanup! | Federico Mena Quintero | 2000-09-08 | 1 | -302/+587 |
* | uses the new TaskEditor dialog. | Damon Chaplin | 2000-09-06 | 1 | -15/+5 |
* | Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and | Christopher James Lahey | 2000-09-02 | 1 | -0/+2 |
* | Use gnome_calendar_construct() so that we can check for proper creation of | Federico Mena Quintero | 2000-09-02 | 1 | -96/+114 |
* | Event editor destroyed callback to do hash cleanup | JP Rosevear | 2000-08-31 | 1 | -32/+41 |
* | switched to using new ECalendar widget, and a few other fixes. | Damon Chaplin | 2000-08-31 | 1 | -217/+514 |
* | Now the views monitor the client by themselves; it does not make sense to | Federico Mena Quintero | 2000-08-30 | 1 | -53/+5 |
* | Use event_editor_set_event_object | JP Rosevear | 2000-08-30 | 1 | -1/+1 |
* | Update for libical 0.19 | JP Rosevear | 2000-08-25 | 1 | -2/+2 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-25 | 1 | -0/+4 |
* | Make signal names saner (released_event_object_cb): ditto | JP Rosevear | 2000-08-25 | 1 | -17/+21 |
* | #include <e-util/e-cursors.h> | Federico Mena Quintero | 2000-08-24 | 1 | -8/+3 |
* | Include gnome.h for gettext purposes | JP Rosevear | 2000-08-24 | 1 | -0/+1 |
* | Updated function. (e_calendar_table_open_task): Updated function. | Federico Mena Quintero | 2000-08-24 | 1 | -0/+1 |
* | Rework gnome-cal.c - alarms are a tad broken ATM so this will need more | JP Rosevear | 2000-08-17 | 1 | -67/+95 |
* | New function. Mostly moved over from | Federico Mena Quintero | 2000-08-11 | 1 | -0/+37 |
* | Removed. Wheee! | Federico Mena Quintero | 2000-08-11 | 1 | -1/+1 |
* | new ECalendarTable to show an ETable view for Todo/Event items. | Damon Chaplin | 2000-07-26 | 1 | -2/+20 |
* | Sync again - Federico | Federico Mena Quintero | 2000-06-27 | 1 | -1/+2 |
* | Sync - Federico | Federico Mena Quintero | 2000-06-23 | 1 | -29/+2 |
* | changed so it keeps the selection range. It just moves it on one day/week | Damon Chaplin | 2000-06-21 | 1 | -15/+25 |
* | instead of returning a text representation, decode the text and return an | Seth Alves | 2000-06-08 | 1 | -17/+5 |
* | Implemented. (gnome_calendar_add_object): Removed function, since it was | Federico Mena Quintero | 2000-06-02 | 1 | -15/+17 |
* | Handler for the "editor_closed" signal of the event editor; we just | Federico Mena Quintero | 2000-06-02 | 1 | -0/+10 |
* | Change of plans. The toplevel GnomeApp is now generated with Glade instead | Federico Mena Quintero | 2000-06-02 | 1 | -13/+3 |
* | Added a hash table to map calendar objects to their respective event | Federico Mena Quintero | 2000-06-01 | 1 | -11/+78 |
* | Flush - Federico | Federico Mena Quintero | 2000-05-30 | 1 | -1/+1 |
* | Added widgets/e-paned/Makefile. | Christopher James Lahey | 2000-05-25 | 1 | -8/+8 |
* | Commit for if my laptop dies - Federico | Federico Mena Quintero | 2000-05-24 | 1 | -48/+0 |
* | Forgot include file - Federico | Federico Mena Quintero | 2000-05-16 | 1 | -0/+1 |
* | Alarm stuff I had not cvs added, sigh - Federico | Federico Mena Quintero | 2000-05-16 | 1 | -2/+103 |
* | Added version and availability of required libunicode library. | Matt Loper | 2000-05-13 | 1 | -57/+38 |
* | New function to add today's alarms for a single object. | Federico Mena Quintero | 2000-05-12 | 1 | -8/+33 |
* | Removed unused arguments. Load the initial alarms here. (load_alarms): New | Federico Mena Quintero | 2000-05-12 | 1 | -103/+367 |
* | CalBackendClass now is just an interface for calendar backends; this is an | Federico Mena Quintero | 2000-05-09 | 1 | -11/+23 |
* | for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV. | Damon Chaplin | 2000-05-05 | 1 | -31/+61 |
* | new function to get the currently seleted time range form the current | Damon Chaplin | 2000-05-01 | 1 | -0/+33 |
* | new function to see if the event dates have changed (including any | Damon Chaplin | 2000-05-01 | 1 | -23/+52 |
* | hook for widget destroy -- used to unref the CalClient so wombat knows we | Seth Alves | 2000-04-26 | 1 | -1/+33 |
* | added new source files and pixmaps, and removed old source files, which | Damon Chaplin | 2000-04-24 | 1 | -85/+312 |
* | new function: callback for listener's object updated signal. | Seth Alves | 2000-04-21 | 1 | -10/+18 |
* | callback for obj_updated or obj_removed. (gnome_calendar_new): hook up | Seth Alves | 2000-04-21 | 1 | -13/+27 |
* | calls gnome_calendar_open instead of checking on disk and calling load or | Seth Alves | 2000-04-20 | 1 | -40/+62 |
* | fixed to use cal_client_update_object -- editing and dragging events works | Seth Alves | 2000-04-19 | 1 | -6/+5 |
* | catch cal_loaded signal on the cal client. (gnome_calendar_load_cb): | Seth Alves | 2000-04-10 | 1 | -7/+18 |
* | new function: friendly wrapper for cal_client_create_calendar | Seth Alves | 2000-04-09 | 1 | -0/+21 |
* | calendar is a frame instead of a window, now. | Seth Alves | 2000-04-08 | 1 | -1/+4 |
* | build test-calendar-widget and evolution-calendar, common stuff is in a | Seth Alves | 2000-04-06 | 1 | -6/+18 |
* | Removed function now that it is no CORBA server in the GUI. | Federico Mena Quintero | 2000-03-12 | 1 | -12/+16 |
* | replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendar | Seth Alves | 2000-03-09 | 1 | -12/+21 |
* | stubs for client side access to alarm structures. this will probably | Seth Alves | 2000-03-06 | 1 | -1/+1 |
* | new file -- things shared between the client and server go in this | Seth Alves | 2000-03-04 | 1 | -1/+1 |
* | Change iCalObject.organizer from char* to iCalPerson* | Russell Steinthal | 2000-02-16 | 1 | -1/+3 |
* | Added get_uids() method to get a list of UIDs based on object types. | Federico Mena Quintero | 2000-02-09 | 1 | -1/+2 |
* | Committed fixes for the end-on-day recurrence bug where the last | Eskil Heyn Olsen | 1999-12-31 | 1 | -1/+1 |
* | The long-awaited and much-needed (IMNSHO) snooze button for gnomecal alarms. | Russell Steinthal | 1999-12-03 | 1 | -8/+37 |
* | The long-awaited audio alarm timeout patch. Implements wishlist bug #3089. | Russell Steinthal | 1999-11-13 | 1 | -7/+33 |
* | Add default alarm support, Beep on display alarms option | Russell Steinthal | 1999-11-03 | 1 | -0/+2 |
* | Fix bug #2561 in HEAD | Russell Steinthal | 1999-10-20 | 1 | -1/+1 |
* | Small fix -miguel | Arturo Espinosa | 1999-09-28 | 1 | -0/+1 |
* | Add scrolling to the yearview. | Jonathan Blandford | 1999-07-30 | 1 | -25/+27 |
* | New file. Implements PalmPilot syncronization with the Gnome Calendar. | Miguel de Icaza | 1999-07-28 | 1 | -0/+2 |
* | Fix abort() problem with the year view. (Bug #1367). Thanks to Owen Cliffe | Robert Brady | 1999-06-06 | 1 | -8/+7 |
* | Add some assertions here, to pin point the bug reported on gnome-list. | Miguel de Icaza | 1999-05-26 | 1 | -2/+44 |
* | Set the canvas scroll region here, not in size_allocate(). Also, use the | Federico Mena Quintero | 1999-05-26 | 1 | -0/+3 |
* | This is the fix Miguel and I hacked in the car at Expo to make the | Nat Friedman | 1999-05-26 | 1 | -1/+5 |
* | Added this routine so Monthly recurrences use the weekday field as a | Steve Murphy | 1999-04-04 | 1 | -1/+2 |
* | Add support for Due Date when adding a TODO item here. (column_resized): | Clifford R. Conover | 1999-03-11 | 1 | -0/+16 |
* | Make the calendar start weeks on Monday if appropriate. | Federico Mena Quintero | 1999-02-05 | 1 | -0/+2 |
* | s/g_copy_strings/g_strconcat/ | Jeff Garzik | 1998-12-31 | 1 | -4/+4 |
* | Rewrote the old and broken alarm system. It never actually worked | Miguel de Icaza | 1998-12-17 | 1 | -6/+36 |
* | Add the offset from the beginning of the current time unit | Federico Mena Quintero | 1998-11-03 | 1 | -4/+4 |
* | Changed name from time_start_of_day() to be consistent with the other | Federico Mena Quintero | 1998-10-03 | 1 | -3/+3 |
* | Colorify the month item and prepare it for prelighting here. | Federico Mena Quintero | 1998-10-01 | 1 | -2/+1 |
* | Fixed the bug reported about the mail notification not beint sent until | Miguel de Icaza | 1998-09-07 | 1 | -1/+2 |
* | Today: we can now configure the colors for the monthly items, courtesy of | Federico Mena Quintero | 1998-09-03 | 1 | -0/+12 |
* | Today: beginning of year view using the canvas. I still have to finish | Federico Mena Quintero | 1998-08-27 | 1 | -5/+5 |
* | Today: Beautification of the Preferences dialog. Made the menus more | Federico Mena Quintero | 1998-08-25 | 1 | -3/+26 |
* | Changed the Properties menu item to Preferences. These are global | Federico Mena Quintero | 1998-08-25 | 1 | -3/+0 |
* | We now have a nice generic monthly calendar item for the canvas. We | Federico Mena Quintero | 1998-08-19 | 1 | -0/+6 |
* | Start of the month view widget. This will use the generic month item and | Federico Mena Quintero | 1998-08-11 | 1 | -10/+13 |
* | Add support for --view flag. (session_save_state): Save the view mode; | Miguel de Icaza | 1998-07-08 | 1 | -0/+29 |
* | Do not subtract 1 from tm->tm_mday for the default_day. | Federico Mena Quintero | 1998-06-05 | 1 | -1/+3 |
* | Various bug fixes that were reported: | Arturo Espinosa | 1998-05-16 | 1 | -1/+0 |
* | Bug free version of the range computation in place. | Miguel de Icaza | 1998-05-16 | 1 | -10/+11 |
* | Do not add the spurious padding. | Miguel de Icaza | 1998-05-15 | 1 | -2/+0 |